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

HypervisorState

import type { HypervisorState } from "https://aws-api.deno.dev/v0.3/services/backupgateway.ts?docs=full";
type HypervisorState =
| "PENDING"
| "ONLINE"
| "OFFLINE"
| "ERROR"

§Type

§
"PENDING" | "ONLINE" | "OFFLINE" | "ERROR" | cmnP.UnexpectedEnumValue
[src]