aws_sdk_databasemigration/
operation.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AddTagsToResource` operation.
pub mod add_tags_to_resource;

/// Types for the `ApplyPendingMaintenanceAction` operation.
pub mod apply_pending_maintenance_action;

/// Types for the `BatchStartRecommendations` operation.
pub mod batch_start_recommendations;

/// Types for the `CancelReplicationTaskAssessmentRun` operation.
pub mod cancel_replication_task_assessment_run;

/// Types for the `CreateDataMigration` operation.
pub mod create_data_migration;

/// Types for the `CreateDataProvider` operation.
pub mod create_data_provider;

/// Types for the `CreateEndpoint` operation.
pub mod create_endpoint;

/// Types for the `CreateEventSubscription` operation.
pub mod create_event_subscription;

/// Types for the `CreateFleetAdvisorCollector` operation.
pub mod create_fleet_advisor_collector;

/// Types for the `CreateInstanceProfile` operation.
pub mod create_instance_profile;

/// Types for the `CreateMigrationProject` operation.
pub mod create_migration_project;

/// Types for the `CreateReplicationConfig` operation.
pub mod create_replication_config;

/// Types for the `CreateReplicationInstance` operation.
pub mod create_replication_instance;

/// Types for the `CreateReplicationSubnetGroup` operation.
pub mod create_replication_subnet_group;

/// Types for the `CreateReplicationTask` operation.
pub mod create_replication_task;

/// Types for the `DeleteCertificate` operation.
pub mod delete_certificate;

/// Types for the `DeleteConnection` operation.
pub mod delete_connection;

/// Types for the `DeleteDataMigration` operation.
pub mod delete_data_migration;

/// Types for the `DeleteDataProvider` operation.
pub mod delete_data_provider;

/// Types for the `DeleteEndpoint` operation.
pub mod delete_endpoint;

/// Types for the `DeleteEventSubscription` operation.
pub mod delete_event_subscription;

/// Types for the `DeleteFleetAdvisorCollector` operation.
pub mod delete_fleet_advisor_collector;

/// Types for the `DeleteFleetAdvisorDatabases` operation.
pub mod delete_fleet_advisor_databases;

/// Types for the `DeleteInstanceProfile` operation.
pub mod delete_instance_profile;

/// Types for the `DeleteMigrationProject` operation.
pub mod delete_migration_project;

/// Types for the `DeleteReplicationConfig` operation.
pub mod delete_replication_config;

/// Types for the `DeleteReplicationInstance` operation.
pub mod delete_replication_instance;

/// Types for the `DeleteReplicationSubnetGroup` operation.
pub mod delete_replication_subnet_group;

/// Types for the `DeleteReplicationTask` operation.
pub mod delete_replication_task;

/// Types for the `DeleteReplicationTaskAssessmentRun` operation.
pub mod delete_replication_task_assessment_run;

/// Types for the `DescribeAccountAttributes` operation.
pub mod describe_account_attributes;

/// Types for the `DescribeApplicableIndividualAssessments` operation.
pub mod describe_applicable_individual_assessments;

/// Types for the `DescribeCertificates` operation.
pub mod describe_certificates;

/// Types for the `DescribeConnections` operation.
pub mod describe_connections;

/// Types for the `DescribeConversionConfiguration` operation.
pub mod describe_conversion_configuration;

/// Types for the `DescribeDataMigrations` operation.
pub mod describe_data_migrations;

/// Types for the `DescribeDataProviders` operation.
pub mod describe_data_providers;

/// Types for the `DescribeEndpointSettings` operation.
pub mod describe_endpoint_settings;

/// Types for the `DescribeEndpointTypes` operation.
pub mod describe_endpoint_types;

/// Types for the `DescribeEndpoints` operation.
pub mod describe_endpoints;

/// Types for the `DescribeEngineVersions` operation.
pub mod describe_engine_versions;

/// Types for the `DescribeEventCategories` operation.
pub mod describe_event_categories;

/// Types for the `DescribeEventSubscriptions` operation.
pub mod describe_event_subscriptions;

/// Types for the `DescribeEvents` operation.
pub mod describe_events;

/// Types for the `DescribeExtensionPackAssociations` operation.
pub mod describe_extension_pack_associations;

/// Types for the `DescribeFleetAdvisorCollectors` operation.
pub mod describe_fleet_advisor_collectors;

/// Types for the `DescribeFleetAdvisorDatabases` operation.
pub mod describe_fleet_advisor_databases;

/// Types for the `DescribeFleetAdvisorLsaAnalysis` operation.
pub mod describe_fleet_advisor_lsa_analysis;

/// Types for the `DescribeFleetAdvisorSchemaObjectSummary` operation.
pub mod describe_fleet_advisor_schema_object_summary;

/// Types for the `DescribeFleetAdvisorSchemas` operation.
pub mod describe_fleet_advisor_schemas;

/// Types for the `DescribeInstanceProfiles` operation.
pub mod describe_instance_profiles;

/// Types for the `DescribeMetadataModelAssessments` operation.
pub mod describe_metadata_model_assessments;

/// Types for the `DescribeMetadataModelConversions` operation.
pub mod describe_metadata_model_conversions;

/// Types for the `DescribeMetadataModelExportsAsScript` operation.
pub mod describe_metadata_model_exports_as_script;

/// Types for the `DescribeMetadataModelExportsToTarget` operation.
pub mod describe_metadata_model_exports_to_target;

/// Types for the `DescribeMetadataModelImports` operation.
pub mod describe_metadata_model_imports;

/// Types for the `DescribeMigrationProjects` operation.
pub mod describe_migration_projects;

/// Types for the `DescribeOrderableReplicationInstances` operation.
pub mod describe_orderable_replication_instances;

/// Types for the `DescribePendingMaintenanceActions` operation.
pub mod describe_pending_maintenance_actions;

/// Types for the `DescribeRecommendationLimitations` operation.
pub mod describe_recommendation_limitations;

/// Types for the `DescribeRecommendations` operation.
pub mod describe_recommendations;

/// Types for the `DescribeRefreshSchemasStatus` operation.
pub mod describe_refresh_schemas_status;

/// Types for the `DescribeReplicationConfigs` operation.
pub mod describe_replication_configs;

/// Types for the `DescribeReplicationInstanceTaskLogs` operation.
pub mod describe_replication_instance_task_logs;

/// Types for the `DescribeReplicationInstances` operation.
pub mod describe_replication_instances;

/// Types for the `DescribeReplicationSubnetGroups` operation.
pub mod describe_replication_subnet_groups;

/// Types for the `DescribeReplicationTableStatistics` operation.
pub mod describe_replication_table_statistics;

/// Types for the `DescribeReplicationTaskAssessmentResults` operation.
pub mod describe_replication_task_assessment_results;

/// Types for the `DescribeReplicationTaskAssessmentRuns` operation.
pub mod describe_replication_task_assessment_runs;

/// Types for the `DescribeReplicationTaskIndividualAssessments` operation.
pub mod describe_replication_task_individual_assessments;

/// Types for the `DescribeReplicationTasks` operation.
pub mod describe_replication_tasks;

/// Types for the `DescribeReplications` operation.
pub mod describe_replications;

/// Types for the `DescribeSchemas` operation.
pub mod describe_schemas;

/// Types for the `DescribeTableStatistics` operation.
pub mod describe_table_statistics;

/// Types for the `ExportMetadataModelAssessment` operation.
pub mod export_metadata_model_assessment;

/// Types for the `ImportCertificate` operation.
pub mod import_certificate;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ModifyConversionConfiguration` operation.
pub mod modify_conversion_configuration;

/// Types for the `ModifyDataMigration` operation.
pub mod modify_data_migration;

/// Types for the `ModifyDataProvider` operation.
pub mod modify_data_provider;

/// Types for the `ModifyEndpoint` operation.
pub mod modify_endpoint;

/// Types for the `ModifyEventSubscription` operation.
pub mod modify_event_subscription;

/// Types for the `ModifyInstanceProfile` operation.
pub mod modify_instance_profile;

/// Types for the `ModifyMigrationProject` operation.
pub mod modify_migration_project;

/// Types for the `ModifyReplicationConfig` operation.
pub mod modify_replication_config;

/// Types for the `ModifyReplicationInstance` operation.
pub mod modify_replication_instance;

/// Types for the `ModifyReplicationSubnetGroup` operation.
pub mod modify_replication_subnet_group;

/// Types for the `ModifyReplicationTask` operation.
pub mod modify_replication_task;

/// Types for the `MoveReplicationTask` operation.
pub mod move_replication_task;

/// Types for the `RebootReplicationInstance` operation.
pub mod reboot_replication_instance;

/// Types for the `RefreshSchemas` operation.
pub mod refresh_schemas;

/// Types for the `ReloadReplicationTables` operation.
pub mod reload_replication_tables;

/// Types for the `ReloadTables` operation.
pub mod reload_tables;

/// Types for the `RemoveTagsFromResource` operation.
pub mod remove_tags_from_resource;

/// Types for the `RunFleetAdvisorLsaAnalysis` operation.
pub mod run_fleet_advisor_lsa_analysis;

/// Types for the `StartDataMigration` operation.
pub mod start_data_migration;

/// Types for the `StartExtensionPackAssociation` operation.
pub mod start_extension_pack_association;

/// Types for the `StartMetadataModelAssessment` operation.
pub mod start_metadata_model_assessment;

/// Types for the `StartMetadataModelConversion` operation.
pub mod start_metadata_model_conversion;

/// Types for the `StartMetadataModelExportAsScript` operation.
pub mod start_metadata_model_export_as_script;

/// Types for the `StartMetadataModelExportToTarget` operation.
pub mod start_metadata_model_export_to_target;

/// Types for the `StartMetadataModelImport` operation.
pub mod start_metadata_model_import;

/// Types for the `StartRecommendations` operation.
pub mod start_recommendations;

/// Types for the `StartReplication` operation.
pub mod start_replication;

/// Types for the `StartReplicationTask` operation.
pub mod start_replication_task;

/// Types for the `StartReplicationTaskAssessment` operation.
pub mod start_replication_task_assessment;

/// Types for the `StartReplicationTaskAssessmentRun` operation.
pub mod start_replication_task_assessment_run;

/// Types for the `StopDataMigration` operation.
pub mod stop_data_migration;

/// Types for the `StopReplication` operation.
pub mod stop_replication;

/// Types for the `StopReplicationTask` operation.
pub mod stop_replication_task;

/// Types for the `TestConnection` operation.
pub mod test_connection;

/// Types for the `UpdateSubscriptionsToEventBridge` operation.
pub mod update_subscriptions_to_event_bridge;