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

Application

import type { Application } from "https://aws-api.deno.dev/v0.4/services/mgn.ts?docs=full";
interface Application {
applicationAggregatedStatus?: ApplicationAggregatedStatus | null;
applicationID?: string | null;
arn?: string | null;
creationDateTime?: string | null;
description?: string | null;
isArchived?: boolean | null;
lastModifiedDateTime?: string | null;
name?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
waveID?: string | null;
}

§Properties

§
applicationAggregatedStatus?: ApplicationAggregatedStatus | null
[src]

Application aggregated status.

§
applicationID?: string | null
[src]

Application ID.

§
arn?: string | null
[src]

Application ARN.

§
creationDateTime?: string | null
[src]

Application creation dateTime.

§
description?: string | null
[src]

Application description.

§
isArchived?: boolean | null
[src]

Application archival status.

§
lastModifiedDateTime?: string | null
[src]

Application last modified dateTime.

§
name?: string | null
[src]

Application name.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Application tags.

§
waveID?: string | null
[src]

Application wave ID.