Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway Cancel Archival Input Structure

CancelArchivalInput

Type: object Properties: 2 Required: 2
BackupFile StorageGatewayHybrid CloudStorage

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

Properties

GatewayARN TapeARN

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-storage-gateway/refs/heads/main/json-structure/amazon-storage-gateway-cancel-archival-input-structure.json",
  "name": "CancelArchivalInput",
  "description": "CancelArchivalInput",
  "properties": {
    "GatewayARN": {
      "$ref": "#/components/schemas/GatewayARN"
    },
    "TapeARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TapeARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for."
        }
      ]
    }
  },
  "required": [
    "GatewayARN",
    "TapeARN"
  ]
}