amazonka-storagegateway-0.1.4: Amazon Storage Gateway SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.StorageGateway.DescribeBandwidthRateLimit

Contents

Description

This operation returns the bandwidth rate limits of a gateway. By default, these limits are not set, which means no bandwidth rate limiting is in effect.

This operation only returns a value for a bandwidth rate limit only if the limit is set. If no limits are set for the gateway, then this operation returns only the gateway ARN in the response body. To specify which gateway to describe, use the Amazon Resource Name (ARN) of the gateway in your request.

http://docs.aws.amazon.com/storagegateway/latest/APIReference/API_DescribeBandwidthRateLimit.html

Synopsis

Request

Request constructor

describeBandwidthRateLimit Source

DescribeBandwidthRateLimit constructor.

The fields accessible through corresponding lenses are:

Request lenses

Response

Response constructor

Response lenses

dbrlrAverageDownloadRateLimitInBitsPerSec :: Lens' DescribeBandwidthRateLimitResponse (Maybe Natural) Source

The average download bandwidth rate limit in bits per second. This field does not appear in the response if the download rate limit is not set.

dbrlrAverageUploadRateLimitInBitsPerSec :: Lens' DescribeBandwidthRateLimitResponse (Maybe Natural) Source

The average upload bandwidth rate limit in bits per second. This field does not appear in the response if the upload rate limit is not set.