Function aws_util::client::kinesis[][src]

pub fn kinesis(conn_info: ConnectInfo) -> Result<KinesisClient, Error>
Expand description

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.

The AutoRefreshingProvider caches the underlying provider’s AWS credentials, automatically fetching updated credentials if they’ve expired.