Module aws_smithy_runtime_api::client::retries
source · Expand description
Smithy code related to retry handling and token bucket.
This code defines when and how failed requests should be retried. It also defines the behavior used to limit the rate that requests are sent.
Structs
Enums
- An answer to the question “should I make a request attempt?”
Traits
- Classifies what kind of retry is needed for a given
Error.