StartAutomationExecutionRequest
import type { StartAutomationExecutionRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";interface StartAutomationExecutionRequest {
ClientToken?: string | null;
DocumentName: string;
DocumentVersion?: string | null;
MaxConcurrency?: string | null;
MaxErrors?: string | null;
Mode?: ExecutionMode | null;
Parameters?: {} | null;
[key: string]: string[] | null | undefined;
Tags?: Tag[] | null;
TargetLocations?: TargetLocation[] | null;
TargetMaps?: ({})[] | null;
[key: string]: string[] | null | undefined;
TargetParameterName?: string | null;
Targets?: Target[] | null;
}