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

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?: {
[key: string]: string[] | null | undefined;
}
| null;
TargetLocations?: TargetLocation[] | null;
TargetParameterName?: string | null;
Targets?: Target[] | null;
}

§Properties

§
DocumentName: string
[src]
§
DocumentVersion?: string | null
[src]
§
MaxConcurrency?: string | null
[src]
§
MaxErrors?: string | null
[src]
§
Parameters?: {
[key: string]: string[] | null | undefined;
}
| null
[src]
§
TargetLocations?: TargetLocation[] | null
[src]
§
TargetParameterName?: string | null
[src]
§
Targets?: Target[] | null
[src]