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

AgentUpdateStatus

import type { AgentUpdateStatus } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";
type AgentUpdateStatus =
| "PENDING"
| "STAGING"
| "STAGED"
| "UPDATING"
| "UPDATED"
| "FAILED"

§Type

§
"PENDING" | "STAGING" | "STAGED" | "UPDATING" | "UPDATED" | "FAILED" | cmnP.UnexpectedEnumValue
[src]