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

WaveAggregatedStatus

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

Wave aggregated status.

interface WaveAggregatedStatus {
healthStatus?: WaveHealthStatus | null;
lastUpdateDateTime?: string | null;
progressStatus?: WaveProgressStatus | null;
replicationStartedDateTime?: string | null;
totalApplications?: number | null;
}

§Properties

§
healthStatus?: WaveHealthStatus | null
[src]

Wave aggregated status health status.

§
lastUpdateDateTime?: string | null
[src]

Wave aggregated status last update dateTime.

§
progressStatus?: WaveProgressStatus | null
[src]

Wave aggregated status progress status.

§
replicationStartedDateTime?: string | null
[src]

DateTime marking when the first source server in the wave started replication.

§
totalApplications?: number | null
[src]

Wave aggregated status total applications amount.