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 `CreateAccountAssociation` operation.
5pub mod create_account_association;
6
7/// Types for the `CreateCloudConnector` operation.
8pub mod create_cloud_connector;
9
10/// Types for the `CreateConnectorDestination` operation.
11pub mod create_connector_destination;
12
13/// Types for the `CreateCredentialLocker` operation.
14pub mod create_credential_locker;
15
16/// Types for the `CreateDestination` operation.
17pub mod create_destination;
18
19/// Types for the `CreateEventLogConfiguration` operation.
20pub mod create_event_log_configuration;
21
22/// Types for the `CreateManagedThing` operation.
23pub mod create_managed_thing;
24
25/// Types for the `CreateNotificationConfiguration` operation.
26pub mod create_notification_configuration;
27
28/// Types for the `CreateOtaTask` operation.
29pub mod create_ota_task;
30
31/// Types for the `CreateOtaTaskConfiguration` operation.
32pub mod create_ota_task_configuration;
33
34/// Types for the `CreateProvisioningProfile` operation.
35pub mod create_provisioning_profile;
36
37/// Types for the `DeleteAccountAssociation` operation.
38pub mod delete_account_association;
39
40/// Types for the `DeleteCloudConnector` operation.
41pub mod delete_cloud_connector;
42
43/// Types for the `DeleteConnectorDestination` operation.
44pub mod delete_connector_destination;
45
46/// Types for the `DeleteCredentialLocker` operation.
47pub mod delete_credential_locker;
48
49/// Types for the `DeleteDestination` operation.
50pub mod delete_destination;
51
52/// Types for the `DeleteEventLogConfiguration` operation.
53pub mod delete_event_log_configuration;
54
55/// Types for the `DeleteManagedThing` operation.
56pub mod delete_managed_thing;
57
58/// Types for the `DeleteNotificationConfiguration` operation.
59pub mod delete_notification_configuration;
60
61/// Types for the `DeleteOtaTask` operation.
62pub mod delete_ota_task;
63
64/// Types for the `DeleteOtaTaskConfiguration` operation.
65pub mod delete_ota_task_configuration;
66
67/// Types for the `DeleteProvisioningProfile` operation.
68pub mod delete_provisioning_profile;
69
70/// Types for the `DeregisterAccountAssociation` operation.
71pub mod deregister_account_association;
72
73/// Types for the `GetAccountAssociation` operation.
74pub mod get_account_association;
75
76/// Types for the `GetCloudConnector` operation.
77pub mod get_cloud_connector;
78
79/// Types for the `GetConnectorDestination` operation.
80pub mod get_connector_destination;
81
82/// Types for the `GetCredentialLocker` operation.
83pub mod get_credential_locker;
84
85/// Types for the `GetCustomEndpoint` operation.
86pub mod get_custom_endpoint;
87
88/// Types for the `GetDefaultEncryptionConfiguration` operation.
89pub mod get_default_encryption_configuration;
90
91/// Types for the `GetDestination` operation.
92pub mod get_destination;
93
94/// Types for the `GetDeviceDiscovery` operation.
95pub mod get_device_discovery;
96
97/// Types for the `GetEventLogConfiguration` operation.
98pub mod get_event_log_configuration;
99
100/// Types for the `GetHubConfiguration` operation.
101pub mod get_hub_configuration;
102
103/// Types for the `GetManagedThing` operation.
104pub mod get_managed_thing;
105
106/// Types for the `GetManagedThingCapabilities` operation.
107pub mod get_managed_thing_capabilities;
108
109/// Types for the `GetManagedThingConnectivityData` operation.
110pub mod get_managed_thing_connectivity_data;
111
112/// Types for the `GetManagedThingMetaData` operation.
113pub mod get_managed_thing_meta_data;
114
115/// Types for the `GetManagedThingState` operation.
116pub mod get_managed_thing_state;
117
118/// Types for the `GetNotificationConfiguration` operation.
119pub mod get_notification_configuration;
120
121/// Types for the `GetOtaTask` operation.
122pub mod get_ota_task;
123
124/// Types for the `GetOtaTaskConfiguration` operation.
125pub mod get_ota_task_configuration;
126
127/// Types for the `GetProvisioningProfile` operation.
128pub mod get_provisioning_profile;
129
130/// Types for the `GetRuntimeLogConfiguration` operation.
131pub mod get_runtime_log_configuration;
132
133/// Types for the `GetSchemaVersion` operation.
134pub mod get_schema_version;
135
136/// Types for the `ListAccountAssociations` operation.
137pub mod list_account_associations;
138
139/// Types for the `ListCloudConnectors` operation.
140pub mod list_cloud_connectors;
141
142/// Types for the `ListConnectorDestinations` operation.
143pub mod list_connector_destinations;
144
145/// Types for the `ListCredentialLockers` operation.
146pub mod list_credential_lockers;
147
148/// Types for the `ListDestinations` operation.
149pub mod list_destinations;
150
151/// Types for the `ListDeviceDiscoveries` operation.
152pub mod list_device_discoveries;
153
154/// Types for the `ListDiscoveredDevices` operation.
155pub mod list_discovered_devices;
156
157/// Types for the `ListEventLogConfigurations` operation.
158pub mod list_event_log_configurations;
159
160/// Types for the `ListManagedThingAccountAssociations` operation.
161pub mod list_managed_thing_account_associations;
162
163/// Types for the `ListManagedThingSchemas` operation.
164pub mod list_managed_thing_schemas;
165
166/// Types for the `ListManagedThings` operation.
167pub mod list_managed_things;
168
169/// Types for the `ListNotificationConfigurations` operation.
170pub mod list_notification_configurations;
171
172/// Types for the `ListOtaTaskConfigurations` operation.
173pub mod list_ota_task_configurations;
174
175/// Types for the `ListOtaTaskExecutions` operation.
176pub mod list_ota_task_executions;
177
178/// Types for the `ListOtaTasks` operation.
179pub mod list_ota_tasks;
180
181/// Types for the `ListProvisioningProfiles` operation.
182pub mod list_provisioning_profiles;
183
184/// Types for the `ListSchemaVersions` operation.
185pub mod list_schema_versions;
186
187/// Types for the `ListTagsForResource` operation.
188pub mod list_tags_for_resource;
189
190/// Types for the `PutDefaultEncryptionConfiguration` operation.
191pub mod put_default_encryption_configuration;
192
193/// Types for the `PutHubConfiguration` operation.
194pub mod put_hub_configuration;
195
196/// Types for the `PutRuntimeLogConfiguration` operation.
197pub mod put_runtime_log_configuration;
198
199/// Types for the `RegisterAccountAssociation` operation.
200pub mod register_account_association;
201
202/// Types for the `RegisterCustomEndpoint` operation.
203pub mod register_custom_endpoint;
204
205/// Types for the `ResetRuntimeLogConfiguration` operation.
206pub mod reset_runtime_log_configuration;
207
208/// Types for the `SendConnectorEvent` operation.
209pub mod send_connector_event;
210
211/// Types for the `SendManagedThingCommand` operation.
212pub mod send_managed_thing_command;
213
214/// Types for the `StartAccountAssociationRefresh` operation.
215pub mod start_account_association_refresh;
216
217/// Types for the `StartDeviceDiscovery` operation.
218pub mod start_device_discovery;
219
220/// Types for the `TagResource` operation.
221pub mod tag_resource;
222
223/// Types for the `UntagResource` operation.
224pub mod untag_resource;
225
226/// Types for the `UpdateAccountAssociation` operation.
227pub mod update_account_association;
228
229/// Types for the `UpdateCloudConnector` operation.
230pub mod update_cloud_connector;
231
232/// Types for the `UpdateConnectorDestination` operation.
233pub mod update_connector_destination;
234
235/// Types for the `UpdateDestination` operation.
236pub mod update_destination;
237
238/// Types for the `UpdateEventLogConfiguration` operation.
239pub mod update_event_log_configuration;
240
241/// Types for the `UpdateManagedThing` operation.
242pub mod update_managed_thing;
243
244/// Types for the `UpdateNotificationConfiguration` operation.
245pub mod update_notification_configuration;
246
247/// Types for the `UpdateOtaTask` operation.
248pub mod update_ota_task;