Amazon Snow Family · Schema

CreateAddressResult

CreateAddressResult schema from Amazon Snow Family API

Data MigrationEdge ComputingOffline TransferPhysical Appliance

Properties

Name Type Description
AddressId object
View JSON Schema on GitHub

JSON Schema

amazon-snow-family-create-address-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-schema/amazon-snow-family-create-address-result-schema.json",
  "title": "CreateAddressResult",
  "description": "CreateAddressResult schema from Amazon Snow Family API",
  "type": "object",
  "properties": {
    "AddressId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snow device for that job shipped to."
        }
      ]
    }
  }
}