Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
- data DescribeBandwidthRateLimit
- describeBandwidthRateLimit :: Text -> DescribeBandwidthRateLimit
- dbrlGatewayARN :: Lens' DescribeBandwidthRateLimit Text
- data DescribeBandwidthRateLimitResponse
- describeBandwidthRateLimitResponse :: DescribeBandwidthRateLimitResponse
- dbrlrAverageDownloadRateLimitInBitsPerSec :: Lens' DescribeBandwidthRateLimitResponse (Maybe Natural)
- dbrlrAverageUploadRateLimitInBitsPerSec :: Lens' DescribeBandwidthRateLimitResponse (Maybe Natural)
- dbrlrGatewayARN :: Lens' DescribeBandwidthRateLimitResponse (Maybe Text)
Request
data DescribeBandwidthRateLimit Source
Request constructor
describeBandwidthRateLimit Source
DescribeBandwidthRateLimit
constructor.
The fields accessible through corresponding lenses are:
Request lenses
Response
Response constructor
describeBandwidthRateLimitResponse :: DescribeBandwidthRateLimitResponse Source
DescribeBandwidthRateLimitResponse
constructor.
The fields accessible through corresponding lenses are:
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.