Amazon Snow Family · JSON Structure

Amazon Snow Family Create Long Term Pricing Result Structure

CreateLongTermPricingResult schema from Amazon Snow Family API

Type: object Properties: 1
Data MigrationEdge ComputingOffline TransferPhysical Appliance

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

Properties

LongTermPricingId

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-result-structure.json",
  "name": "CreateLongTermPricingResult",
  "description": "CreateLongTermPricingResult schema from Amazon Snow Family API",
  "properties": {
    "LongTermPricingId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LongTermPricingId"
        },
        {
          "description": "The ID of the long-term pricing type for the device."
        }
      ]
    }
  }
}