# Functions
NewCredentials returns a pointer to a new Credentials object wrapping the AssumeRoleProvider.
NewCredentialsWithClient returns a pointer to a new Credentials object wrapping the AssumeRoleProvider.
StdinTokenProvider will prompt on stdout and read from stdin for a string value.
# Constants
ProviderName provides a name of AssumeRole provider.
# Variables
DefaultDuration is the default amount of time in minutes that the credentials will be valid for.
# Structs
AssumeRoleProvider retrieves temporary credentials from the STS service, and keeps track of their expiration time.
# Interfaces
AssumeRoler represents the minimal subset of the STS client API used by this provider.