Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway List Tapes Output Structure

A JSON object containing the following fields:

Type: object Properties: 2
BackupFile StorageGatewayHybrid CloudStorage

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

Properties

TapeInfos Marker

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-tapes-output-structure.json",
  "name": "ListTapesOutput",
  "description": "<p>A JSON object containing the following fields:</p> <ul> <li> <p> <a>ListTapesOutput$Marker</a> </p> </li> <li> <p> <a>ListTapesOutput$VolumeInfos</a> </p> </li> </ul>",
  "properties": {
    "TapeInfos": {
      "$ref": "#/components/schemas/TapeInfos"
    },
    "Marker": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Marker"
        },
        {
          "description": "A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body."
        }
      ]
    }
  }
}