Amazon Snow Family · JSON Structure

Amazon Snow Family Create Long Term Pricing Request Structure

CreateLongTermPricingRequest schema from Amazon Snow Family API

Type: object Properties: 3 Required: 2
Data MigrationEdge ComputingOffline TransferPhysical Appliance

CreateLongTermPricingRequest is a JSON Structure definition published by Amazon Snow Family, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

LongTermPricingType IsLongTermPricingAutoRenew SnowballType

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

JSON Structure

Raw ↑
{
  "type": "object",
  "$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-create-long-term-pricing-request-structure.json",
  "name": "CreateLongTermPricingRequest",
  "description": "CreateLongTermPricingRequest schema from Amazon Snow Family API",
  "properties": {
    "LongTermPricingType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LongTermPricingType"
        },
        {
          "description": "The type of long-term pricing option you want for the device, either 1-year or 3-year long-term pricing."
        }
      ]
    },
    "IsLongTermPricingAutoRenew": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JavaBoolean"
        },
        {
          "description": "Specifies whether the current long-term pricing type for the device should be renewed."
        }
      ]
    },
    "SnowballType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SnowballType"
        },
        {
          "description": "The type of Snow Family devices to use for the long-term pricing job."
        }
      ]
    }
  },
  "required": [
    "LongTermPricingType",
    "SnowballType"
  ]
}