Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway Delete Tape Input Structure

DeleteTapeInput

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

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

Properties

GatewayARN TapeARN BypassGovernanceRetention

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-delete-tape-input-structure.json",
  "name": "DeleteTapeInput",
  "description": "DeleteTapeInput",
  "properties": {
    "GatewayARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GatewayARN"
        },
        {
          "description": "The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the <a>ListGateways</a> operation to return a list of gateways for your account and Amazon Web Services Region."
        }
      ]
    },
    "TapeARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TapeARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the virtual tape to delete."
        }
      ]
    },
    "BypassGovernanceRetention": {
      "allOf": [
        {
          "$ref": "#/components/schemas/boolean"
        },
        {
          "description": "Set to <code>TRUE</code> to delete an archived tape that belongs to a custom pool with tape retention lock. Only archived tapes with tape retention lock set to <code>governance</code> can be deleted. Archived tapes with tape retention lock set to <code>compliance</code> can't be deleted."
        }
      ]
    }
  },
  "required": [
    "GatewayARN",
    "TapeARN"
  ]
}