aws_runtime/
retries.rs

1/*
2 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6/// Classifiers that can inspect a response and determine if it should be retried.
7pub mod classifiers;