aws_sdk_iotmanagedintegrations/
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 `CreateCredentialLocker` operation.
5pub mod create_credential_locker;
6
7/// Types for the `CreateDestination` operation.
8pub mod create_destination;
9
10/// Types for the `CreateEventLogConfiguration` operation.
11pub mod create_event_log_configuration;
12
13/// Types for the `CreateManagedThing` operation.
14pub mod create_managed_thing;
15
16/// Types for the `CreateNotificationConfiguration` operation.
17pub mod create_notification_configuration;
18
19/// Types for the `CreateOtaTask` operation.
20pub mod create_ota_task;
21
22/// Types for the `CreateOtaTaskConfiguration` operation.
23pub mod create_ota_task_configuration;
24
25/// Types for the `CreateProvisioningProfile` operation.
26pub mod create_provisioning_profile;
27
28/// Types for the `DeleteCredentialLocker` operation.
29pub mod delete_credential_locker;
30
31/// Types for the `DeleteDestination` operation.
32pub mod delete_destination;
33
34/// Types for the `DeleteEventLogConfiguration` operation.
35pub mod delete_event_log_configuration;
36
37/// Types for the `DeleteManagedThing` operation.
38pub mod delete_managed_thing;
39
40/// Types for the `DeleteNotificationConfiguration` operation.
41pub mod delete_notification_configuration;
42
43/// Types for the `DeleteOtaTask` operation.
44pub mod delete_ota_task;
45
46/// Types for the `DeleteOtaTaskConfiguration` operation.
47pub mod delete_ota_task_configuration;
48
49/// Types for the `DeleteProvisioningProfile` operation.
50pub mod delete_provisioning_profile;
51
52/// Types for the `GetCredentialLocker` operation.
53pub mod get_credential_locker;
54
55/// Types for the `GetCustomEndpoint` operation.
56pub mod get_custom_endpoint;
57
58/// Types for the `GetDefaultEncryptionConfiguration` operation.
59pub mod get_default_encryption_configuration;
60
61/// Types for the `GetDestination` operation.
62pub mod get_destination;
63
64/// Types for the `GetDeviceDiscovery` operation.
65pub mod get_device_discovery;
66
67/// Types for the `GetEventLogConfiguration` operation.
68pub mod get_event_log_configuration;
69
70/// Types for the `GetHubConfiguration` operation.
71pub mod get_hub_configuration;
72
73/// Types for the `GetManagedThing` operation.
74pub mod get_managed_thing;
75
76/// Types for the `GetManagedThingCapabilities` operation.
77pub mod get_managed_thing_capabilities;
78
79/// Types for the `GetManagedThingConnectivityData` operation.
80pub mod get_managed_thing_connectivity_data;
81
82/// Types for the `GetManagedThingMetaData` operation.
83pub mod get_managed_thing_meta_data;
84
85/// Types for the `GetManagedThingState` operation.
86pub mod get_managed_thing_state;
87
88/// Types for the `GetNotificationConfiguration` operation.
89pub mod get_notification_configuration;
90
91/// Types for the `GetOtaTask` operation.
92pub mod get_ota_task;
93
94/// Types for the `GetOtaTaskConfiguration` operation.
95pub mod get_ota_task_configuration;
96
97/// Types for the `GetProvisioningProfile` operation.
98pub mod get_provisioning_profile;
99
100/// Types for the `GetRuntimeLogConfiguration` operation.
101pub mod get_runtime_log_configuration;
102
103/// Types for the `GetSchemaVersion` operation.
104pub mod get_schema_version;
105
106/// Types for the `ListCredentialLockers` operation.
107pub mod list_credential_lockers;
108
109/// Types for the `ListDestinations` operation.
110pub mod list_destinations;
111
112/// Types for the `ListEventLogConfigurations` operation.
113pub mod list_event_log_configurations;
114
115/// Types for the `ListManagedThingSchemas` operation.
116pub mod list_managed_thing_schemas;
117
118/// Types for the `ListManagedThings` operation.
119pub mod list_managed_things;
120
121/// Types for the `ListNotificationConfigurations` operation.
122pub mod list_notification_configurations;
123
124/// Types for the `ListOtaTaskConfigurations` operation.
125pub mod list_ota_task_configurations;
126
127/// Types for the `ListOtaTaskExecutions` operation.
128pub mod list_ota_task_executions;
129
130/// Types for the `ListOtaTasks` operation.
131pub mod list_ota_tasks;
132
133/// Types for the `ListProvisioningProfiles` operation.
134pub mod list_provisioning_profiles;
135
136/// Types for the `ListSchemaVersions` operation.
137pub mod list_schema_versions;
138
139/// Types for the `PutDefaultEncryptionConfiguration` operation.
140pub mod put_default_encryption_configuration;
141
142/// Types for the `PutHubConfiguration` operation.
143pub mod put_hub_configuration;
144
145/// Types for the `PutRuntimeLogConfiguration` operation.
146pub mod put_runtime_log_configuration;
147
148/// Types for the `RegisterCustomEndpoint` operation.
149pub mod register_custom_endpoint;
150
151/// Types for the `ResetRuntimeLogConfiguration` operation.
152pub mod reset_runtime_log_configuration;
153
154/// Types for the `SendManagedThingCommand` operation.
155pub mod send_managed_thing_command;
156
157/// Types for the `StartDeviceDiscovery` operation.
158pub mod start_device_discovery;
159
160/// Types for the `UpdateDestination` operation.
161pub mod update_destination;
162
163/// Types for the `UpdateEventLogConfiguration` operation.
164pub mod update_event_log_configuration;
165
166/// Types for the `UpdateManagedThing` operation.
167pub mod update_managed_thing;
168
169/// Types for the `UpdateNotificationConfiguration` operation.
170pub mod update_notification_configuration;
171
172/// Types for the `UpdateOtaTask` operation.
173pub mod update_ota_task;