aws_sdk_iotdataplane/operation.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;
/// Types for the `DeleteThingShadow` operation.
pub mod delete_thing_shadow;
/// Types for the `GetRetainedMessage` operation.
pub mod get_retained_message;
/// Types for the `GetThingShadow` operation.
pub mod get_thing_shadow;
/// Types for the `ListNamedShadowsForThing` operation.
pub mod list_named_shadows_for_thing;
/// Types for the `ListRetainedMessages` operation.
pub mod list_retained_messages;
/// Types for the `Publish` operation.
pub mod publish;
/// Types for the `UpdateThingShadow` operation.
pub mod update_thing_shadow;