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

OrderStatus

import type { OrderStatus } from "https://aws-api.deno.dev/v0.3/services/outposts.ts?docs=full";
type OrderStatus =
| "RECEIVED"
| "PENDING"
| "PROCESSING"
| "INSTALLING"
| "FULFILLED"
| "CANCELLED"
| "PREPARING"
| "IN_PROGRESS"
| "COMPLETED"
| "ERROR"

§Type

§
"RECEIVED" | "PENDING" | "PROCESSING" | "INSTALLING" | "FULFILLED" | "CANCELLED" | "PREPARING" | "IN_PROGRESS" | "COMPLETED" | "ERROR" | cmnP.UnexpectedEnumValue
[src]