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

Wave

import type { Wave } from "https://aws-api.deno.dev/v0.4/services/mgn.ts?docs=full";
interface Wave {
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;
waveAggregatedStatus?: WaveAggregatedStatus | null;
waveID?: string | null;
}

§Properties

§
arn?: string | null
[src]

Wave ARN.

§
creationDateTime?: string | null
[src]

Wave creation dateTime.

§
description?: string | null
[src]

Wave description.

§
isArchived?: boolean | null
[src]

Wave archival status.

§
lastModifiedDateTime?: string | null
[src]

Wave last modified dateTime.

§
name?: string | null
[src]

Wave name.

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

Wave tags.

§
waveAggregatedStatus?: WaveAggregatedStatus | null
[src]

Wave aggregated status.

§
waveID?: string | null
[src]

Wave ID.