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

EnvironmentState

import type { EnvironmentState } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";
type EnvironmentState =
| "READY_FOR_DEPLOYMENT"
| "DEPLOYING"
| "ROLLING_BACK"
| "ROLLED_BACK"

§Type

§
"READY_FOR_DEPLOYMENT" | "DEPLOYING" | "ROLLING_BACK" | "ROLLED_BACK" | cmnP.UnexpectedEnumValue
[src]