Amazon Snow Family · JSON Structure

Amazon Snow Family Job State Structure

JobState schema from Amazon Snow Family API

Type: string Properties: 0
Data MigrationEdge ComputingOffline TransferPhysical Appliance

JobState is a JSON Structure definition published by Amazon Snow Family. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "string",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-structure/amazon-snow-family-job-state-structure.json",
  "name": "JobState",
  "description": "JobState schema from Amazon Snow Family API",
  "enum": [
    "New",
    "PreparingAppliance",
    "PreparingShipment",
    "InTransitToCustomer",
    "WithCustomer",
    "InTransitToAWS",
    "WithAWSSortingFacility",
    "WithAWS",
    "InProgress",
    "Complete",
    "Cancelled",
    "Listing",
    "Pending"
  ]
}