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

DeleteTaskDefinitionsRequest

import type { DeleteTaskDefinitionsRequest } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";
interface DeleteTaskDefinitionsRequest {
taskDefinitions: string[];
}

§Properties

§
taskDefinitions: string[]
[src]

The family and revision (family:revision) or full Amazon Resource Name (ARN) of the task definition to delete. You must specify a revision.

You can specify up to 10 task definitions as a comma separated list.