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

JobState

import type { JobState } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";
type JobState =
| "New"
| "PreparingAppliance"
| "PreparingShipment"
| "InTransitToCustomer"
| "WithCustomer"
| "InTransitToAWS"
| "WithAWSSortingFacility"
| "WithAWS"
| "InProgress"
| "Complete"
| "Cancelled"
| "Listing"
| "Pending"

§Type

§
"New" | "PreparingAppliance" | "PreparingShipment" | "InTransitToCustomer" | "WithCustomer" | "InTransitToAWS" | "WithAWSSortingFacility" | "WithAWS" | "InProgress" | "Complete" | "Cancelled" | "Listing" | "Pending" | cmnP.UnexpectedEnumValue
[src]