1/* 2 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6//! Meta-providers that augment existing providers with new behavior 7 8pub mod credentials; 9pub mod region; 10pub mod token;