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