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

DescribeTaskSetsRequest

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

§Properties

§
cluster: string
[src]

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in.

§
include?: TaskSetField[] | null
[src]

Specifies whether to see the resource tags for the task set. If TAGS is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.

§
service: string
[src]

The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.

§
taskSets?: string[] | null
[src]

The ID or full Amazon Resource Name (ARN) of task sets to describe.