The default value for how many HTTP requests an SDK should make for a single SDK operation invocation before giving up
The base number of milliseconds to use in calculating a suitable cool-down time when a retryable error is encountered.
The default retry algorithm to use.
Initial number of retry tokens in Retry Quota
Header name for SDK invocation ID
The maximum amount of time (in milliseconds) that will be used as a delay between retry attempts.
The total amount of retry token to be incremented from retry token balance if an SDK operation invocation succeeds without requiring a retry request.
Header name for request retry information.
The total amount of retry tokens to be decremented from retry token balance.
The retry delay base (in milliseconds) to use when a throttling error is encountered.
The total amount of retry tokens to be decremented from retry token balance when a throttling error is encountered.
Calculate a capped, fully-jittered exponential backoff time.
@aws-sdk/middleware-retry