Amazon Snow Family · JSON Structure

Amazon Snow Family Get Software Updates Result Structure

GetSoftwareUpdatesResult schema from Amazon Snow Family API

Type: object Properties: 1
Data MigrationEdge ComputingOffline TransferPhysical Appliance

GetSoftwareUpdatesResult 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

UpdatesURI

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-get-software-updates-result-structure.json",
  "name": "GetSoftwareUpdatesResult",
  "description": "GetSoftwareUpdatesResult schema from Amazon Snow Family API",
  "properties": {
    "UpdatesURI": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The Amazon S3 presigned URL for the update file associated with the specified <code>JobId</code> value. The software update will be available for 2 days after this request is made. To access an update after the 2 days have passed, you'll have to make another call to <code>GetSoftwareUpdates</code>."
        }
      ]
    }
  }
}