ContainerServiceState
import type { ContainerServiceState } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";type ContainerServiceState =
| "PENDING"
| "READY"
| "RUNNING"
| "UPDATING"
| "DELETING"
| "DISABLED"
| "DEPLOYING"
§Type
§
"PENDING" | "READY" | "RUNNING" | "UPDATING" | "DELETING" | "DISABLED" | "DEPLOYING" | cmnP.UnexpectedEnumValue
[src]