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

BackupState

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

§Type

§
"CREATE_IN_PROGRESS" | "READY" | "DELETED" | "PENDING_DELETION" | cmnP.UnexpectedEnumValue
[src]