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

SendCommandRequest

import type { SendCommandRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";
interface SendCommandRequest {
CloudWatchOutputConfig?: CloudWatchOutputConfig | null;
Comment?: string | null;
DocumentHash?: string | null;
DocumentHashType?: DocumentHashType | null;
DocumentName: string;
DocumentVersion?: string | null;
InstanceIds?: string[] | null;
MaxConcurrency?: string | null;
MaxErrors?: string | null;
NotificationConfig?: NotificationConfig | null;
OutputS3BucketName?: string | null;
OutputS3KeyPrefix?: string | null;
OutputS3Region?: string | null;
Parameters?: {
[key: string]: string[] | null | undefined;
}
| null;
ServiceRoleArn?: string | null;
Targets?: Target[] | null;
TimeoutSeconds?: number | null;
}

§Properties

§
CloudWatchOutputConfig?: CloudWatchOutputConfig | null
[src]
§
Comment?: string | null
[src]
§
DocumentHash?: string | null
[src]
§
DocumentHashType?: DocumentHashType | null
[src]
§
DocumentName: string
[src]
§
DocumentVersion?: string | null
[src]
§
InstanceIds?: string[] | null
[src]
§
MaxConcurrency?: string | null
[src]
§
MaxErrors?: string | null
[src]
§
NotificationConfig?: NotificationConfig | null
[src]
§
OutputS3BucketName?: string | null
[src]
§
OutputS3KeyPrefix?: string | null
[src]
§
OutputS3Region?: string | null
[src]
§
Parameters?: {
[key: string]: string[] | null | undefined;
}
| null
[src]
§
ServiceRoleArn?: string | null
[src]
§
Targets?: Target[] | null
[src]
§
TimeoutSeconds?: number | null
[src]