Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway Delete Bandwidth Rate Limit Input Structure

A JSON object containing the following fields:

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

DeleteBandwidthRateLimitInput 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 BandwidthType

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-bandwidth-rate-limit-input-structure.json",
  "name": "DeleteBandwidthRateLimitInput",
  "description": "<p>A JSON object containing the following fields:</p> <ul> <li> <p> <a>DeleteBandwidthRateLimitInput$BandwidthType</a> </p> </li> </ul>",
  "properties": {
    "GatewayARN": {
      "$ref": "#/components/schemas/GatewayARN"
    },
    "BandwidthType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BandwidthType"
        },
        {
          "description": "<p>One of the BandwidthType values that indicates the gateway bandwidth rate limit to delete.</p> <p>Valid Values: <code>UPLOAD</code> | <code>DOWNLOAD</code> | <code>ALL</code> </p>"
        }
      ]
    }
  },
  "required": [
    "GatewayARN",
    "BandwidthType"
  ]
}