Crate rusoto_core[][src]

Rusoto is an AWS SDK for Rust. A high level overview is available in README.md at https://github.com/rusoto/rusoto.

Re-exports

pub extern crate rusoto_credential as credential;
pub use request::DispatchSignedRequest;
pub use request::HttpClient;
pub use request::HttpDispatchError;
pub use region::Region;

Modules

param

Parameters for talking to query-based AWS services.

region

AWS Regions and helper functions.

request

AWS API requests.

signature

AWS API request signatures.

Structs

CredentialsError

Represents an Error that has occured during the fetching Credentials Phase.

DefaultCredentialsProvider

Wraps a ChainProvider in an AutoRefreshingProvider.

RusotoFuture

Future that is returned from all rusoto service APIs.

Traits

ProvideAwsCredentials

A trait for types that produce AwsCredentials.