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

StartTaskResponse

import type { StartTaskResponse } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";
interface StartTaskResponse {
failures?: Failure[] | null;
tasks?: Task[] | null;
}

§Properties

§
failures?: Failure[] | null
[src]

Any failures associated with the call.

§
tasks?: Task[] | null
[src]

A full description of the tasks that were started. Each task that was successfully placed on your container instances is described.