Copyright | (c) 2013-2021 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 |
Documentation
data ThrottleSettings Source #
The API request rate limits.
See: newThrottleSettings
smart constructor.
Instances
newThrottleSettings :: ThrottleSettings Source #
Create a value of ThrottleSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:burstLimit:ThrottleSettings'
, throttleSettings_burstLimit
- The API request burst limit, the maximum rate limit over a time ranging
from one to a few seconds, depending upon whether the underlying token
bucket is at its full capacity.
$sel:rateLimit:ThrottleSettings'
, throttleSettings_rateLimit
- The API request steady-state rate limit.
throttleSettings_burstLimit :: Lens' ThrottleSettings (Maybe Int) Source #
The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending upon whether the underlying token bucket is at its full capacity.
throttleSettings_rateLimit :: Lens' ThrottleSettings (Maybe Double) Source #
The API request steady-state rate limit.