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

LifeCycleLastLaunchInitiated

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

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

interface LifeCycleLastLaunchInitiated {
apiCallDateTime?: string | null;
jobID?: string | null;
type?: LastLaunchType | null;
}

§Properties

§
apiCallDateTime?: string | null
[src]

The date and time the last Source Server launch was initiated.

§
jobID?: string | null
[src]

The ID of the Job that was used to last launch the Source Server.

§
type?: LastLaunchType | null
[src]

The Job type that was used to last launch the Source Server.