Module strategy

Source
Available on crate feature client only.
Expand description

Smithy retry strategies.

Structsยง

NeverRetryStrategy
A retry strategy that never retries.
StandardRetryStrategy
Retry strategy with exponential backoff, max attempts, and a token bucket.