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

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?: {
[key: string]: string | null | undefined;
}
| null;
IsCritical?: boolean | null;
IsEnd?: boolean | null;
MaxAttempts?: number | null;
NextStep?: string | null;
OnFailure?: string | null;
Outputs?: {
[key: string]: string[] | null | undefined;
}
| null;
OverriddenParameters?: {
[key: string]: string[] | null | undefined;
}
| null;
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

§
Action?: string | null
[src]
§
ExecutionEndTime?: Date | number | null
[src]
§
ExecutionStartTime?: Date | number | null
[src]
§
FailureDetails?: FailureDetails | null
[src]
§
FailureMessage?: string | null
[src]
§
Inputs?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
IsCritical?: boolean | null
[src]
§
IsEnd?: boolean | null
[src]
§
MaxAttempts?: number | null
[src]
§
NextStep?: string | null
[src]
§
OnFailure?: string | null
[src]
§
Outputs?: {
[key: string]: string[] | null | undefined;
}
| null
[src]
§
OverriddenParameters?: {
[key: string]: string[] | null | undefined;
}
| null
[src]
§
Response?: string | null
[src]
§
ResponseCode?: string | null
[src]
§
StepExecutionId?: string | null
[src]
§
StepName?: string | null
[src]
§
TargetLocation?: TargetLocation | null
[src]
§
Targets?: Target[] | null
[src]
§
TimeoutSeconds?: number | null
[src]
§
ValidNextSteps?: string[] | null
[src]