1/*
2 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 * SPDX-License-Identifier: Apache-2.0
4 */
56//! Credential providers that augment an existing credentials providers to add functionality
78mod chain;
9pub use chain::CredentialsProviderChain;