rusoto_ec2 0.27.0

AWS SDK for Rust - Amazon Elastic Compute Cloud @ 2016-11-15
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

//! Amazon Elastic Compute Cloud
//!
//! If you're using the service, you're probably looking for [Ec2Client](struct.Ec2Client.html) and [Ec2](trait.Ec2.html).

extern crate hyper;
extern crate rusoto_core;
extern crate xml;

mod generated;
mod custom;

pub use generated::*;
pub use custom::*;