| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Kinesis.DescribeLimits
Description
Describes the shard limits and usage for the account.
If you update your account limits, the old limits might be returned for a few minutes.
This operation has a limit of one transaction per second per account.
Synopsis
- describeLimits :: DescribeLimits
- data DescribeLimits
- describeLimitsResponse :: Int -> Natural -> Natural -> DescribeLimitsResponse
- data DescribeLimitsResponse
- dlrsResponseStatus :: Lens' DescribeLimitsResponse Int
- dlrsShardLimit :: Lens' DescribeLimitsResponse Natural
- dlrsOpenShardCount :: Lens' DescribeLimitsResponse Natural
Creating a Request
describeLimits :: DescribeLimits Source #
Creates a value of DescribeLimits with the minimum fields required to make a request.
data DescribeLimits Source #
See: describeLimits smart constructor.
Instances
Destructuring the Response
describeLimitsResponse Source #
Arguments
| :: Int | |
| -> Natural | |
| -> Natural | |
| -> DescribeLimitsResponse |
Creates a value of DescribeLimitsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dlrsResponseStatus- -- | The response status code.dlrsShardLimit- The maximum number of shards.dlrsOpenShardCount- The number of open shards.
data DescribeLimitsResponse Source #
See: describeLimitsResponse smart constructor.
Instances
Response Lenses
dlrsResponseStatus :: Lens' DescribeLimitsResponse Int Source #
- - | The response status code.
dlrsShardLimit :: Lens' DescribeLimitsResponse Natural Source #
The maximum number of shards.
dlrsOpenShardCount :: Lens' DescribeLimitsResponse Natural Source #
The number of open shards.