{ "$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-delete-bandwidth-rate-limit-input-schema.json", "title": "DeleteBandwidthRateLimitInput", "description": "

A JSON object containing the following fields:

", "type": "object", "properties": { "GatewayARN": { "$ref": "#/components/schemas/GatewayARN" }, "BandwidthType": { "allOf": [ { "$ref": "#/components/schemas/BandwidthType" }, { "description": "

One of the BandwidthType values that indicates the gateway bandwidth rate limit to delete.

Valid Values: UPLOAD | DOWNLOAD | ALL

" } ] } }, "required": [ "GatewayARN", "BandwidthType" ] }