StepExecution
import type { StepExecution } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";interface StepExecution {
Action?: string | null;
ExecutionEndTime?: Date | number | null;
ExecutionStartTime?: Date | number | null;
FailureDetails?: FailureDetails | null;
FailureMessage?: string | null;
Inputs?: {} | null;
[key: string]: string | null | undefined;
IsCritical?: boolean | null;
IsEnd?: boolean | null;
MaxAttempts?: number | null;
NextStep?: string | null;
OnFailure?: string | null;
Outputs?: {} | null;
[key: string]: string[] | null | undefined;
OverriddenParameters?: {} | null;
[key: string]: string[] | null | undefined;
Response?: string | null;
ResponseCode?: string | null;
StepExecutionId?: string | null;
StepName?: string | null;
StepStatus?: AutomationExecutionStatus | null;
TargetLocation?: TargetLocation | null;
Targets?: Target[] | null;
TimeoutSeconds?: number | null;
ValidNextSteps?: string[] | null;
}§Properties
§
FailureDetails?: FailureDetails | null
[src]§
StepStatus?: AutomationExecutionStatus | null
[src]§
TargetLocation?: TargetLocation | null
[src]