rusoto_iotevents_data 0.48.0

AWS SDK for Rust - AWS IoT Events Data @ 2018-10-23
Documentation
// =================================================================
//
//                           * WARNING *
//
//                    This file is generated!
//
//  Changes made to this file will be overwritten. If changes are
//  required to the generated code, the service_crategen project
//  must be updated to generate the changes.
//
// =================================================================
#![doc(
    html_logo_url = "https://raw.githubusercontent.com/rusoto/rusoto/master/assets/logo-square.png"
)]
//! <p>AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur. You can use AWS IoT Events Data API commands to send inputs to detectors, list detectors, and view or update a detector's status.</p> <p> For more information, see <a href="https://docs.aws.amazon.com/iotevents/latest/developerguide/what-is-iotevents.html">What is AWS IoT Events?</a> in the <i>AWS IoT Events Developer Guide</i>.</p>
//!
//! If you're using the service, you're probably looking for [IotEventsDataClient](struct.IotEventsDataClient.html) and [IotEventsData](trait.IotEventsData.html).

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