Amazon Snow Family · Schema

UpdateLongTermPricingRequest

UpdateLongTermPricingRequest schema from Amazon Snow Family API

Data MigrationEdge ComputingOffline TransferPhysical Appliance

Properties

Name Type Description
LongTermPricingId object
ReplacementJob object
IsLongTermPricingAutoRenew object
View JSON Schema on GitHub

JSON Schema

amazon-snow-family-update-long-term-pricing-request-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-update-long-term-pricing-request-schema.json",
  "title": "UpdateLongTermPricingRequest",
  "description": "UpdateLongTermPricingRequest schema from Amazon Snow Family API",
  "type": "object",
  "properties": {
    "LongTermPricingId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LongTermPricingId"
        },
        {
          "description": "The ID of the long-term pricing type for the device."
        }
      ]
    },
    "ReplacementJob": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobId"
        },
        {
          "description": "Specifies that a device that is ordered with long-term pricing should be replaced with a new device."
        }
      ]
    },
    "IsLongTermPricingAutoRenew": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JavaBoolean"
        },
        {
          "description": "If set to <code>true</code>, specifies that the current long-term pricing type for the device should be automatically renewed before the long-term pricing contract expires."
        }
      ]
    }
  },
  "required": [
    "LongTermPricingId"
  ]
}