Runbook
import type { Runbook } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";interface Runbook {
DocumentName: string;
DocumentVersion?: string | null;
MaxConcurrency?: string | null;
MaxErrors?: string | null;
Parameters?: {} | null;
[key: string]: string[] | null | undefined;
TargetLocations?: TargetLocation[] | null;
TargetParameterName?: string | null;
Targets?: Target[] | null;
}§Properties
§
TargetLocations?: TargetLocation[] | null
[src]