//! Amazon Elastic Transcoder
//!
//! If you're using the service, you're probably looking for [EtsClient](struct.EtsClient.html) and [Ets](trait.Ets.html).
extern crate hyper;
extern crate log;
extern crate rusoto_core;
extern crate serde;
extern crate serde_derive;
extern crate serde_json;
pub use *;
pub use *;