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

FailbackState

import type { FailbackState } from "https://aws-api.deno.dev/v0.4/services/drs.ts?docs=full";
type FailbackState =
| "FAILBACK_NOT_STARTED"
| "FAILBACK_IN_PROGRESS"
| "FAILBACK_READY_FOR_LAUNCH"
| "FAILBACK_COMPLETED"
| "FAILBACK_ERROR"
| "FAILBACK_NOT_READY_FOR_LAUNCH"
| "FAILBACK_LAUNCH_STATE_NOT_AVAILABLE"

§Type

§
"FAILBACK_NOT_STARTED" | "FAILBACK_IN_PROGRESS" | "FAILBACK_READY_FOR_LAUNCH" | "FAILBACK_COMPLETED" | "FAILBACK_ERROR" | "FAILBACK_NOT_READY_FOR_LAUNCH" | "FAILBACK_LAUNCH_STATE_NOT_AVAILABLE" | cmnP.UnexpectedEnumValue
[src]