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 use crate::request::DispatchSignedRequest; |
pub use crate::request::HttpClient; |
pub use crate::request::HttpConfig; |
pub use crate::request::HttpDispatchError; |
pub use rusoto_credential as credential; |
Modules
event_stream | Event Stream protocol support utilities |
param | Parameters for talking to query-based AWS services. |
request | AWS API requests. |
Structs
ByteStream | Stream of bytes. |
Client | Re-usable logic for all clients. |
InvalidDnsNameError | The endpoint sub-domain has invalid DNS name. (Only S3 service will generate this error) |
Enums
Region | An AWS region. |
RusotoError | Generic error type returned by all rusoto requests. |
Type Definitions
RusotoResult | Result carrying a generic |