logo
pub trait NewAwsCredsForStsCreds {
    fn new_for_credentials(
        sts_creds: Credentials
    ) -> Result<AwsCredentials, CredentialsError>; }
Expand description

Trait for conversions from STS Credentials to AWS Credentials.

Required Methods

Creates an AwsCredentials from a Credentials Returns a CredentialsError in case of an error.

Implementations on Foreign Types

Implementors