Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ApplicationSummary

import type { ApplicationSummary } from "https://aws-api.deno.dev/v0.4/services/iotfleethub.ts?docs=full";

A summary of information about a AWS IoT Device Management web application.

Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

interface ApplicationSummary {
applicationCreationDate?: number | null;
applicationDescription?: string | null;
applicationId: string;
applicationLastUpdateDate?: number | null;
applicationName: string;
applicationState?: ApplicationState | null;
applicationUrl: string;
}

§Properties

§
applicationCreationDate?: number | null
[src]

The date (in Unix epoch time) when the web application was created.

§
applicationDescription?: string | null
[src]

An optional description of the web application.

§
applicationId: string
[src]

The unique Id of the web application.

§
applicationLastUpdateDate?: number | null
[src]

The date (in Unix epoch time) when the web application was last updated.

§
applicationName: string
[src]

The name of the web application.

§
applicationState?: ApplicationState | null
[src]

The current state of the web application.

§
applicationUrl: string
[src]

The URL of the web application.