DeploymentStatus
import type { DeploymentStatus } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/es.ts";type DeploymentStatus =
| "PENDING_UPDATE"
| "IN_PROGRESS"
| "COMPLETED"
| "NOT_ELIGIBLE"
| "ELIGIBLE"
§Type
§
"PENDING_UPDATE" | "IN_PROGRESS" | "COMPLETED" | "NOT_ELIGIBLE" | "ELIGIBLE" | cmnP.UnexpectedEnumValue
[src]