/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
/// Load app name from the environment
pub use EnvironmentVariableAppNameProvider;
/// Load credentials from the environment
pub use EnvironmentVariableCredentialsProvider;
/// Load regions from the environment
pub use EnvironmentVariableRegionProvider;
/// Load retry behavior configuration from the environment
pub use EnvironmentVariableRetryConfigProvider;
/// Load timeout configuration from the environment
pub use EnvironmentVariableTimeoutConfigProvider;