Available on crate feature
client
only.Expand description
Smithy retry strategies.
Structsยง
- Never
Retry Strategy - A retry strategy that never retries.
- Standard
Retry Strategy - Retry strategy with exponential backoff, max attempts, and a token bucket.