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

AutomationExecutionMetadata

import type { AutomationExecutionMetadata } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";
interface AutomationExecutionMetadata {
AssociationId?: string | null;
AutomationExecutionId?: string | null;
AutomationExecutionStatus?: AutomationExecutionStatus | null;
AutomationSubtype?: AutomationSubtype | null;
AutomationType?: AutomationType | null;
ChangeRequestName?: string | null;
CurrentAction?: string | null;
CurrentStepName?: string | null;
DocumentName?: string | null;
DocumentVersion?: string | null;
ExecutedBy?: string | null;
ExecutionEndTime?: Date | number | null;
ExecutionStartTime?: Date | number | null;
FailureMessage?: string | null;
LogFile?: string | null;
MaxConcurrency?: string | null;
MaxErrors?: string | null;
Mode?: ExecutionMode | null;
OpsItemId?: string | null;
Outputs?: {
[key: string]: string[] | null | undefined;
}
| null;
ParentAutomationExecutionId?: string | null;
ResolvedTargets?: ResolvedTargets | null;
Runbooks?: Runbook[] | null;
ScheduledTime?: Date | number | null;
Target?: string | null;
TargetMaps?: ({
[key: string]: string[] | null | undefined;
}
)
[]
| null;
TargetParameterName?: string | null;
Targets?: Target[] | null;
}

§Properties

§
AssociationId?: string | null
[src]
§
AutomationExecutionId?: string | null
[src]
§
AutomationExecutionStatus?: AutomationExecutionStatus | null
[src]
§
AutomationSubtype?: AutomationSubtype | null
[src]
§
AutomationType?: AutomationType | null
[src]
§
ChangeRequestName?: string | null
[src]
§
CurrentAction?: string | null
[src]
§
CurrentStepName?: string | null
[src]
§
DocumentName?: string | null
[src]
§
DocumentVersion?: string | null
[src]
§
ExecutedBy?: string | null
[src]
§
ExecutionEndTime?: Date | number | null
[src]
§
ExecutionStartTime?: Date | number | null
[src]
§
FailureMessage?: string | null
[src]
§
LogFile?: string | null
[src]
§
MaxConcurrency?: string | null
[src]
§
MaxErrors?: string | null
[src]
§
Mode?: ExecutionMode | null
[src]
§
OpsItemId?: string | null
[src]
§
Outputs?: {
[key: string]: string[] | null | undefined;
}
| null
[src]
§
ParentAutomationExecutionId?: string | null
[src]
§
ResolvedTargets?: ResolvedTargets | null
[src]
§
Runbooks?: Runbook[] | null
[src]
§
ScheduledTime?: Date | number | null
[src]
§
Target?: string | null
[src]
§
TargetMaps?: ({
[key: string]: string[] | null | undefined;
}
)
[]
| null
[src]
§
TargetParameterName?: string | null
[src]
§
Targets?: Target[] | null
[src]