Available on crate feature
client
only.Expand description
Smithy code related to retry handling and token buckets.
This code defines when and how failed requests should be retried. It also defines the behavior used to limit the rate at which requests are sent.
Modules§
- Smithy retry classifiers.
- Smithy retry strategies.
Structs§
- Rate limiter for adaptive retry.
- Represents a partition for the rate limiter, e.g. an endpoint, a region
- Represents the retry partition, e.g. an endpoint, a region
- Token bucket used for standard and adaptive retry.