/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
//! Credential providers that augment an existing credentials providers to add functionality
pub use CredentialsProviderChain;
pub use provide_credentials_fn;
pub use LazyCachingCredentialsProvider;