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

JobPostLaunchActionsLaunchStatus

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

Launch Status of the Job Post Launch Actions.

interface JobPostLaunchActionsLaunchStatus {
executionID?: string | null;
executionStatus?: PostLaunchActionExecutionStatus | null;
failureReason?: string | null;
ssmDocument?: SsmDocument | null;
ssmDocumentType?: SsmDocumentType | null;
}

§Properties

§
executionID?: string | null
[src]

AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.

§
executionStatus?: PostLaunchActionExecutionStatus | null
[src]

AWS Systems Manager Document's execution status.

§
failureReason?: string | null
[src]

AWS Systems Manager Document's failure reason.

§
ssmDocument?: SsmDocument | null
[src]

AWS Systems Manager's Document of the of the Job Post Launch Actions.

§
ssmDocumentType?: SsmDocumentType | null
[src]

AWS Systems Manager Document type.