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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_http::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 `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 `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 `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 `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 `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 `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 `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 `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 `ImportCertificate` operation.
pub mod import_certificate;

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

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

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

/// 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 `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 `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;