storagegateway_delete_bandwidth_rate_limit: Deletes the bandwidth rate limits of a gateway

View source: R/storagegateway_operations.R

storagegateway_delete_bandwidth_rate_limitR Documentation

Deletes the bandwidth rate limits of a gateway

Description

Deletes the bandwidth rate limits of a gateway. You can delete either the upload and download bandwidth rate limit, or you can delete both. If you delete only one of the limits, the other limit remains unchanged. To specify which gateway to work with, use the Amazon Resource Name (ARN) of the gateway in your request. This operation is supported only for the stored volume, cached volume, and tape gateway types.

See https://www.paws-r-sdk.com/docs/storagegateway_delete_bandwidth_rate_limit/ for full documentation.

Usage

storagegateway_delete_bandwidth_rate_limit(GatewayARN, BandwidthType)

Arguments

GatewayARN

[required]

BandwidthType

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

Valid Values: UPLOAD | DOWNLOAD | ALL


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.