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

ClusterState

import type { ClusterState } from "https://aws-api.deno.dev/v0.4/services/cloudhsmv2.ts?docs=full";
type ClusterState =
| "CREATE_IN_PROGRESS"
| "UNINITIALIZED"
| "INITIALIZE_IN_PROGRESS"
| "INITIALIZED"
| "ACTIVE"
| "UPDATE_IN_PROGRESS"
| "DELETE_IN_PROGRESS"
| "DELETED"
| "DEGRADED"

§Type

§
"CREATE_IN_PROGRESS" | "UNINITIALIZED" | "INITIALIZE_IN_PROGRESS" | "INITIALIZED" | "ACTIVE" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "DELETED" | "DEGRADED" | cmnP.UnexpectedEnumValue
[src]