rusoto_iot1click_devices/lib.rs
1// =================================================================
2//
3// * WARNING *
4//
5// This file is generated!
6//
7// Changes made to this file will be overwritten. If changes are
8// required to the generated code, the service_crategen project
9// must be updated to generate the changes.
10//
11// =================================================================
12#![doc(
13 html_logo_url = "https://raw.githubusercontent.com/rusoto/rusoto/master/assets/logo-square.png"
14)]
15//! <p>Describes all of the AWS IoT 1-Click device-related API operations for the service.
16//! Also provides sample requests, responses, and errors for the supported web services
17//! protocols.</p>
18//!
19//! If you're using the service, you're probably looking for [Iot1ClickDevicesClient](struct.Iot1ClickDevicesClient.html) and [Iot1ClickDevices](trait.Iot1ClickDevices.html).
20
21mod custom;
22mod generated;
23pub use custom::*;
24pub use generated::*;