# Functions
Chain finds a sequence of transforms that can be used to obtain credentials for the given profile, starting with some initial AWS credentials.
Enrich combines the given sts.Credentials with information about their associated principal for convenience.
Transform is a reduce-style operation.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Transformer represents types that are able to trade a given sts.Credentials value for a new (derived) sts.Credentials value.