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

RegisterTaskDefinitionResponse

import type { RegisterTaskDefinitionResponse } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";
interface RegisterTaskDefinitionResponse {
tags?: Tag[] | null;
taskDefinition?: TaskDefinition | null;
}

§Properties

§
tags?: Tag[] | null
[src]

The list of tags associated with the task definition.

§
taskDefinition?: TaskDefinition | null
[src]

The full description of the registered task definition.