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

CreateTaskSetResponse

import type { CreateTaskSetResponse } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";
interface CreateTaskSetResponse {
taskSet?: TaskSet | null;
}

§Properties

§
taskSet?: TaskSet | null
[src]

Information about a set of Amazon ECS tasks in either an CodeDeploy or an EXTERNAL deployment. A task set includes details such as the desired number of tasks, how many tasks are running, and whether the task set serves production traffic.