Versions in this module Expand all Collapse all v1 v1.42.9 Aug 3, 2023 v1.42.6 Nov 15, 2021 Changes in this version + const ProviderName + func NewCredentialsClient(cfg aws.Config, handlers request.Handlers, endpoint string, ...) *credentials.Credentials + func NewProviderClient(cfg aws.Config, handlers request.Handlers, endpoint string, ...) credentials.Provider + type Provider struct + AuthorizationToken string + Client *client.Client + ExpiryWindow time.Duration + func (p *Provider) IsExpired() bool + func (p *Provider) Retrieve() (credentials.Value, error) + func (p *Provider) RetrieveWithContext(ctx credentials.Context) (credentials.Value, error)