Amazon Snow Family · Schema

ListPickupLocationsResult

ListPickupLocationsResult schema from Amazon Snow Family API

Data MigrationEdge ComputingOffline TransferPhysical Appliance

Properties

Name Type Description
Addresses object
NextToken object
View JSON Schema on GitHub

JSON Schema

amazon-snow-family-list-pickup-locations-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-list-pickup-locations-result-schema.json",
  "title": "ListPickupLocationsResult",
  "description": "ListPickupLocationsResult schema from Amazon Snow Family API",
  "type": "object",
  "properties": {
    "Addresses": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AddressList"
        },
        {
          "description": "Information about the address of pickup locations."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "HTTP requests are stateless. To identify what object comes \"next\" in the list of <code>ListPickupLocationsResult</code> objects, you have the option of specifying <code>NextToken</code> as the starting point for your returned list."
        }
      ]
    }
  }
}