Module aws_util::client[][src]

Expand description

AWS client builders

The functions in this module all configure a client for an AWS service using a uniform credentials pattern.

Functions

Construct a KinesisClient If statically provided connection information information is not provided, falls back to using credentials gathered by rusoto’s ChainProvider wrapped in an AutoRefreshingProvider.

Construct a S3Client If statically provided connection information information is not provided, falls back to using credentials gathered by rusoto’s ChainProvider wrapped in an AutoRefreshingProvider.

Construct a SqsClient If statically provided connection information information is not provided, falls back to using credentials gathered by rusoto’s ChainProvider wrapped in an AutoRefreshingProvider.