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

SubmitAttachmentStateChangesRequest

import type { SubmitAttachmentStateChangesRequest } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";
interface SubmitAttachmentStateChangesRequest {
attachments: AttachmentStateChange[];
cluster?: string | null;
}

§Properties

§

Any attachments associated with the state change request.

§
cluster?: string | null
[src]

The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.