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

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]
§
cluster?: string | null
[src]
§
containers?: ContainerStateChange[] | null
[src]
§
executionStoppedAt?: Date | number | null
[src]
§
managedAgents?: ManagedAgentStateChange[] | null
[src]
§
pullStartedAt?: Date | number | null
[src]
§
pullStoppedAt?: Date | number | null
[src]
§
reason?: string | null
[src]
§
status?: string | null
[src]
§
task?: string | null
[src]