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/drs.ts?docs=full";

An object representing the Source Server Lifecycle.

interface LifeCycle {
addedToServiceDateTime?: string | null;
elapsedReplicationDuration?: string | null;
firstByteDateTime?: string | null;
lastLaunch?: LifeCycleLastLaunch | null;
lastSeenByServiceDateTime?: string | null;
}

§Properties

§
addedToServiceDateTime?: string | null
[src]

The date and time of when the Source Server was added to the service.

§
elapsedReplicationDuration?: string | null
[src]

The amount of time that the Source Server has been replicating for.

§
firstByteDateTime?: string | null
[src]

The date and time of the first byte that was replicated from the Source Server.

§
lastLaunch?: LifeCycleLastLaunch | null
[src]

An object containing information regarding the last launch of the Source Server.

§
lastSeenByServiceDateTime?: string | null
[src]

The date and time this Source Server was last seen by the service.