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

UpdateTaskProtectionResponse

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

§Properties

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

Any failures associated with the call.

§
protectedTasks?: ProtectedTask[] | null
[src]

A list of tasks with the following information.

  • taskArn: The task ARN.
  • protectionEnabled: The protection status of the task. If scale-in protection is enabled for a task, the value is true. Otherwise, it is false.
  • expirationDate: The epoch time when protection for the task will expire.