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

LifeCycle

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

Lifecycle.

interface LifeCycle {
addedToServiceDateTime?: string | null;
elapsedReplicationDuration?: string | null;
firstByteDateTime?: string | null;
lastCutover?: LifeCycleLastCutover | null;
lastSeenByServiceDateTime?: string | null;
lastTest?: LifeCycleLastTest | null;
state?: LifeCycleState | null;
}

§Properties

§
addedToServiceDateTime?: string | null
[src]

Lifecycle added to service data and time.

§
elapsedReplicationDuration?: string | null
[src]

Lifecycle elapsed time and duration.

§
firstByteDateTime?: string | null
[src]

Lifecycle replication initiation date and time.

§
lastCutover?: LifeCycleLastCutover | null
[src]

Lifecycle last Cutover.

§
lastSeenByServiceDateTime?: string | null
[src]

Lifecycle last seen date and time.

§
lastTest?: LifeCycleLastTest | null
[src]

Lifecycle last Test.

§
state?: LifeCycleState | null
[src]

Lifecycle state.