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

ExecutionState

import type { ExecutionState } from "https://aws-api.deno.dev/v0.4/services/snowdevicemanagement.ts?docs=full";
type ExecutionState =
| "QUEUED"
| "IN_PROGRESS"
| "CANCELED"
| "FAILED"
| "SUCCEEDED"
| "REJECTED"
| "TIMED_OUT"

§Type

§
"QUEUED" | "IN_PROGRESS" | "CANCELED" | "FAILED" | "SUCCEEDED" | "REJECTED" | "TIMED_OUT" | cmnP.UnexpectedEnumValue
[src]