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§
- classifiers
- Smithy retry classifiers.
- strategy
- Smithy retry strategies.
Structs§
- Client
Rate Limiter - Rate limiter for adaptive retry.
- Client
Rate Limiter Partition - Represents a partition for the rate limiter, e.g. an endpoint, a region
- Retry
Partition - Represents the retry partition, e.g. an endpoint, a region
- Token
Bucket - Token bucket used for standard and adaptive retry.