aws_sdk_iotdataplane/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `DeleteThingShadow` operation.
5pub mod delete_thing_shadow;
6
7/// Types for the `GetRetainedMessage` operation.
8pub mod get_retained_message;
9
10/// Types for the `GetThingShadow` operation.
11pub mod get_thing_shadow;
12
13/// Types for the `ListNamedShadowsForThing` operation.
14pub mod list_named_shadows_for_thing;
15
16/// Types for the `ListRetainedMessages` operation.
17pub mod list_retained_messages;
18
19/// Types for the `Publish` operation.
20pub mod publish;
21
22/// Types for the `UpdateThingShadow` operation.
23pub mod update_thing_shadow;