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

RunTaskResponse

import type { RunTaskResponse } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";
interface RunTaskResponse {
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 run. The tasks that were successfully placed on your cluster are described here.