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

State

import type { State } from "https://aws-api.deno.dev/v0.4/services/dataexchange.ts?docs=full";
type State =
| "WAITING"
| "IN_PROGRESS"
| "ERROR"
| "COMPLETED"
| "CANCELLED"
| "TIMED_OUT"

§Type

§
"WAITING" | "IN_PROGRESS" | "ERROR" | "COMPLETED" | "CANCELLED" | "TIMED_OUT" | cmnP.UnexpectedEnumValue
[src]