Type Definition rusoto_core::AutoRefreshingProviderSync [] [src]

type AutoRefreshingProviderSync<P> = BaseAutoRefreshingProvider<P, Mutex<AwsCredentials>>;

Threadsafe AutoRefreshingProvider that locks cached credentials with a Mutex