Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway List Tape Pools Input Structure

ListTapePoolsInput schema from Amazon Storage Gateway API

Type: object Properties: 3
BackupFile StorageGatewayHybrid CloudStorage

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

Properties

PoolARNs Marker Limit

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-list-tape-pools-input-structure.json",
  "name": "ListTapePoolsInput",
  "description": "ListTapePoolsInput schema from Amazon Storage Gateway API",
  "properties": {
    "PoolARNs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PoolARNs"
        },
        {
          "description": "The Amazon Resource Name (ARN) of each of the custom tape pools you want to list. If you don't specify a custom tape pool ARN, the response lists all custom tape pools. "
        }
      ]
    },
    "Marker": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Marker"
        },
        {
          "description": "A string that indicates the position at which to begin the returned list of tape pools."
        }
      ]
    },
    "Limit": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PositiveIntObject"
        },
        {
          "description": "An optional number limit for the tape pools in the list returned by this call."
        }
      ]
    }
  }
}