Command
import type { Command } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";interface Command {
CloudWatchOutputConfig?: CloudWatchOutputConfig | null;
CommandId?: string | null;
Comment?: string | null;
CompletedCount?: number | null;
DeliveryTimedOutCount?: number | null;
DocumentName?: string | null;
DocumentVersion?: string | null;
ErrorCount?: number | null;
ExpiresAfter?: Date | number | null;
InstanceIds?: string[] | null;
MaxConcurrency?: string | null;
MaxErrors?: string | null;
NotificationConfig?: NotificationConfig | null;
OutputS3BucketName?: string | null;
OutputS3KeyPrefix?: string | null;
OutputS3Region?: string | null;
Parameters?: {} | null;
[key: string]: string[] | null | undefined;
RequestedDateTime?: Date | number | null;
ServiceRole?: string | null;
Status?: CommandStatus | null;
StatusDetails?: string | null;
TargetCount?: number | null;
Targets?: Target[] | null;
TimeoutSeconds?: number | null;
}§Properties
§
CloudWatchOutputConfig?: CloudWatchOutputConfig | null
[src]§
NotificationConfig?: NotificationConfig | null
[src]§
Status?: CommandStatus | null
[src]