SubmitTaskStateChangeRequest
import type { SubmitTaskStateChangeRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ecs.ts";interface SubmitTaskStateChangeRequest {
attachments?: AttachmentStateChange[] | null;
cluster?: string | null;
containers?: ContainerStateChange[] | null;
executionStoppedAt?: Date | number | null;
managedAgents?: ManagedAgentStateChange[] | null;
pullStartedAt?: Date | number | null;
pullStoppedAt?: Date | number | null;
reason?: string | null;
status?: string | null;
task?: string | null;
}§Properties
§
attachments?: AttachmentStateChange[] | null
[src]§
containers?: ContainerStateChange[] | null
[src]§
managedAgents?: ManagedAgentStateChange[] | null
[src]