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

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?: {
[key: string]: string[] | null | undefined;
}
| null;
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]
§
CommandId?: string | null
[src]
§
Comment?: string | null
[src]
§
CompletedCount?: number | null
[src]
§
DeliveryTimedOutCount?: number | null
[src]
§
DocumentName?: string | null
[src]
§
DocumentVersion?: string | null
[src]
§
ErrorCount?: number | null
[src]
§
ExpiresAfter?: Date | number | 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]
§
RequestedDateTime?: Date | number | null
[src]
§
ServiceRole?: string | null
[src]
§
Status?: CommandStatus | null
[src]
§
StatusDetails?: string | null
[src]
§
TargetCount?: number | null
[src]
§
Targets?: Target[] | null
[src]
§
TimeoutSeconds?: number | null
[src]