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

HsmState

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

§Type

§
"CREATE_IN_PROGRESS" | "ACTIVE" | "DEGRADED" | "DELETE_IN_PROGRESS" | "DELETED" | cmnP.UnexpectedEnumValue
[src]