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

PostLaunchActionsStatus

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

Status of the Post Launch Actions running on the Test or Cutover instance.

interface PostLaunchActionsStatus {
postLaunchActionsLaunchStatusList?: JobPostLaunchActionsLaunchStatus[] | null;
ssmAgentDiscoveryDatetime?: string | null;
}

§Properties

§
postLaunchActionsLaunchStatusList?: JobPostLaunchActionsLaunchStatus[] | null
[src]

List of Post Launch Action status.

§
ssmAgentDiscoveryDatetime?: string | null
[src]

Time where the AWS Systems Manager was detected as running on the Test or Cutover instance.