//! AWS Key Management Service
//!
//! If you're using the service, you're probably looking for [KmsClient](struct.KmsClient.html) and [Kms](trait.Kms.html).
extern crate hyper;
extern crate rusoto_core;
extern crate serde;
extern crate serde_derive;
extern crate serde_json;
pub use *;
pub use *;