RetrieveTapeArchiveInput

RetrieveTapeArchiveInput

BackupFile StorageGatewayHybrid CloudStorage

Properties

Name Type Description
TapeARN object
GatewayARN object
View JSON Schema on GitHub

JSON Schema

amazon-storage-gateway-retrieve-tape-archive-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-schema/amazon-storage-gateway-retrieve-tape-archive-input-schema.json",
  "title": "RetrieveTapeArchiveInput",
  "description": "RetrieveTapeArchiveInput",
  "type": "object",
  "properties": {
    "TapeARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TapeARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS)."
        }
      ]
    },
    "GatewayARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GatewayARN"
        },
        {
          "description": "<p>The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to. Use the <a>ListGateways</a> operation to return a list of gateways for your account and Amazon Web Services Region.</p> <p>You retrieve archived virtual tapes to only one gateway and the gateway must be a tape gateway.</p>"
        }
      ]
    }
  },
  "required": [
    "TapeARN",
    "GatewayARN"
  ]
}