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.4/services/finspace.ts?docs=full";
type EnvironmentStatus =
| "CREATE_REQUESTED"
| "CREATING"
| "CREATED"
| "DELETE_REQUESTED"
| "DELETING"
| "DELETED"
| "FAILED_CREATION"
| "RETRY_DELETION"
| "FAILED_DELETION"
| "SUSPENDED"

§Type

§
"CREATE_REQUESTED" | "CREATING" | "CREATED" | "DELETE_REQUESTED" | "DELETING" | "DELETED" | "FAILED_CREATION" | "RETRY_DELETION" | "FAILED_DELETION" | "SUSPENDED" | cmnP.UnexpectedEnumValue
[src]