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

EnvironmentStatus

import type { EnvironmentStatus } from "https://aws-api.deno.dev/v0.3/services/mwaa.ts?docs=full";
type EnvironmentStatus =
| "CREATING"
| "CREATE_FAILED"
| "AVAILABLE"
| "UPDATING"
| "DELETING"
| "DELETED"
| "UNAVAILABLE"
| "UPDATE_FAILED"

§Type

§
"CREATING" | "CREATE_FAILED" | "AVAILABLE" | "UPDATING" | "DELETING" | "DELETED" | "UNAVAILABLE" | "UPDATE_FAILED" | cmnP.UnexpectedEnumValue
[src]