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
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AcceptReservedNodeExchange` operation.
pub mod accept_reserved_node_exchange;

/// Types for the `AddPartner` operation.
pub mod add_partner;

/// Types for the `AssociateDataShareConsumer` operation.
pub mod associate_data_share_consumer;

/// Types for the `AuthorizeClusterSecurityGroupIngress` operation.
pub mod authorize_cluster_security_group_ingress;

/// Types for the `AuthorizeDataShare` operation.
pub mod authorize_data_share;

/// Types for the `AuthorizeEndpointAccess` operation.
pub mod authorize_endpoint_access;

/// Types for the `AuthorizeSnapshotAccess` operation.
pub mod authorize_snapshot_access;

/// Types for the `BatchDeleteClusterSnapshots` operation.
pub mod batch_delete_cluster_snapshots;

/// Types for the `BatchModifyClusterSnapshots` operation.
pub mod batch_modify_cluster_snapshots;

/// Types for the `CancelResize` operation.
pub mod cancel_resize;

/// Types for the `CopyClusterSnapshot` operation.
pub mod copy_cluster_snapshot;

/// Types for the `CreateAuthenticationProfile` operation.
pub mod create_authentication_profile;

/// Types for the `CreateCluster` operation.
pub mod create_cluster;

/// Types for the `CreateClusterParameterGroup` operation.
pub mod create_cluster_parameter_group;

/// Types for the `CreateClusterSecurityGroup` operation.
pub mod create_cluster_security_group;

/// Types for the `CreateClusterSnapshot` operation.
pub mod create_cluster_snapshot;

/// Types for the `CreateClusterSubnetGroup` operation.
pub mod create_cluster_subnet_group;

/// Types for the `CreateCustomDomainAssociation` operation.
pub mod create_custom_domain_association;

/// Types for the `CreateEndpointAccess` operation.
pub mod create_endpoint_access;

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

/// Types for the `CreateHsmClientCertificate` operation.
pub mod create_hsm_client_certificate;

/// Types for the `CreateHsmConfiguration` operation.
pub mod create_hsm_configuration;

/// Types for the `CreateRedshiftIdcApplication` operation.
pub mod create_redshift_idc_application;

/// Types for the `CreateScheduledAction` operation.
pub mod create_scheduled_action;

/// Types for the `CreateSnapshotCopyGrant` operation.
pub mod create_snapshot_copy_grant;

/// Types for the `CreateSnapshotSchedule` operation.
pub mod create_snapshot_schedule;

/// Types for the `CreateTags` operation.
pub mod create_tags;

/// Types for the `CreateUsageLimit` operation.
pub mod create_usage_limit;

/// Types for the `DeauthorizeDataShare` operation.
pub mod deauthorize_data_share;

/// Types for the `DeleteAuthenticationProfile` operation.
pub mod delete_authentication_profile;

/// Types for the `DeleteCluster` operation.
pub mod delete_cluster;

/// Types for the `DeleteClusterParameterGroup` operation.
pub mod delete_cluster_parameter_group;

/// Types for the `DeleteClusterSecurityGroup` operation.
pub mod delete_cluster_security_group;

/// Types for the `DeleteClusterSnapshot` operation.
pub mod delete_cluster_snapshot;

/// Types for the `DeleteClusterSubnetGroup` operation.
pub mod delete_cluster_subnet_group;

/// Types for the `DeleteCustomDomainAssociation` operation.
pub mod delete_custom_domain_association;

/// Types for the `DeleteEndpointAccess` operation.
pub mod delete_endpoint_access;

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

/// Types for the `DeleteHsmClientCertificate` operation.
pub mod delete_hsm_client_certificate;

/// Types for the `DeleteHsmConfiguration` operation.
pub mod delete_hsm_configuration;

/// Types for the `DeletePartner` operation.
pub mod delete_partner;

/// Types for the `DeleteRedshiftIdcApplication` operation.
pub mod delete_redshift_idc_application;

/// Types for the `DeleteResourcePolicy` operation.
pub mod delete_resource_policy;

/// Types for the `DeleteScheduledAction` operation.
pub mod delete_scheduled_action;

/// Types for the `DeleteSnapshotCopyGrant` operation.
pub mod delete_snapshot_copy_grant;

/// Types for the `DeleteSnapshotSchedule` operation.
pub mod delete_snapshot_schedule;

/// Types for the `DeleteTags` operation.
pub mod delete_tags;

/// Types for the `DeleteUsageLimit` operation.
pub mod delete_usage_limit;

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

/// Types for the `DescribeAuthenticationProfiles` operation.
pub mod describe_authentication_profiles;

/// Types for the `DescribeClusterDbRevisions` operation.
pub mod describe_cluster_db_revisions;

/// Types for the `DescribeClusterParameterGroups` operation.
pub mod describe_cluster_parameter_groups;

/// Types for the `DescribeClusterParameters` operation.
pub mod describe_cluster_parameters;

/// Types for the `DescribeClusterSecurityGroups` operation.
pub mod describe_cluster_security_groups;

/// Types for the `DescribeClusterSnapshots` operation.
pub mod describe_cluster_snapshots;

/// Types for the `DescribeClusterSubnetGroups` operation.
pub mod describe_cluster_subnet_groups;

/// Types for the `DescribeClusterTracks` operation.
pub mod describe_cluster_tracks;

/// Types for the `DescribeClusterVersions` operation.
pub mod describe_cluster_versions;

/// Types for the `DescribeClusters` operation.
pub mod describe_clusters;

/// Types for the `DescribeCustomDomainAssociations` operation.
pub mod describe_custom_domain_associations;

/// Types for the `DescribeDataShares` operation.
pub mod describe_data_shares;

/// Types for the `DescribeDataSharesForConsumer` operation.
pub mod describe_data_shares_for_consumer;

/// Types for the `DescribeDataSharesForProducer` operation.
pub mod describe_data_shares_for_producer;

/// Types for the `DescribeDefaultClusterParameters` operation.
pub mod describe_default_cluster_parameters;

/// Types for the `DescribeEndpointAccess` operation.
pub mod describe_endpoint_access;

/// Types for the `DescribeEndpointAuthorization` operation.
pub mod describe_endpoint_authorization;

/// 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 `DescribeHsmClientCertificates` operation.
pub mod describe_hsm_client_certificates;

/// Types for the `DescribeHsmConfigurations` operation.
pub mod describe_hsm_configurations;

/// Types for the `DescribeInboundIntegrations` operation.
pub mod describe_inbound_integrations;

/// Types for the `DescribeLoggingStatus` operation.
pub mod describe_logging_status;

/// Types for the `DescribeNodeConfigurationOptions` operation.
pub mod describe_node_configuration_options;

/// Types for the `DescribeOrderableClusterOptions` operation.
pub mod describe_orderable_cluster_options;

/// Types for the `DescribePartners` operation.
pub mod describe_partners;

/// Types for the `DescribeRedshiftIdcApplications` operation.
pub mod describe_redshift_idc_applications;

/// Types for the `DescribeReservedNodeExchangeStatus` operation.
pub mod describe_reserved_node_exchange_status;

/// Types for the `DescribeReservedNodeOfferings` operation.
pub mod describe_reserved_node_offerings;

/// Types for the `DescribeReservedNodes` operation.
pub mod describe_reserved_nodes;

/// Types for the `DescribeResize` operation.
pub mod describe_resize;

/// Types for the `DescribeScheduledActions` operation.
pub mod describe_scheduled_actions;

/// Types for the `DescribeSnapshotCopyGrants` operation.
pub mod describe_snapshot_copy_grants;

/// Types for the `DescribeSnapshotSchedules` operation.
pub mod describe_snapshot_schedules;

/// Types for the `DescribeStorage` operation.
pub mod describe_storage;

/// Types for the `DescribeTableRestoreStatus` operation.
pub mod describe_table_restore_status;

/// Types for the `DescribeTags` operation.
pub mod describe_tags;

/// Types for the `DescribeUsageLimits` operation.
pub mod describe_usage_limits;

/// Types for the `DisableLogging` operation.
pub mod disable_logging;

/// Types for the `DisableSnapshotCopy` operation.
pub mod disable_snapshot_copy;

/// Types for the `DisassociateDataShareConsumer` operation.
pub mod disassociate_data_share_consumer;

/// Types for the `EnableLogging` operation.
pub mod enable_logging;

/// Types for the `EnableSnapshotCopy` operation.
pub mod enable_snapshot_copy;

/// Types for the `FailoverPrimaryCompute` operation.
pub mod failover_primary_compute;

/// Types for the `GetClusterCredentials` operation.
pub mod get_cluster_credentials;

/// Types for the `GetClusterCredentialsWithIAM` operation.
pub mod get_cluster_credentials_with_iam;

/// Types for the `GetReservedNodeExchangeConfigurationOptions` operation.
pub mod get_reserved_node_exchange_configuration_options;

/// Types for the `GetReservedNodeExchangeOfferings` operation.
pub mod get_reserved_node_exchange_offerings;

/// Types for the `GetResourcePolicy` operation.
pub mod get_resource_policy;

/// Types for the `ModifyAquaConfiguration` operation.
pub mod modify_aqua_configuration;

/// Types for the `ModifyAuthenticationProfile` operation.
pub mod modify_authentication_profile;

/// Types for the `ModifyCluster` operation.
pub mod modify_cluster;

/// Types for the `ModifyClusterDbRevision` operation.
pub mod modify_cluster_db_revision;

/// Types for the `ModifyClusterIamRoles` operation.
pub mod modify_cluster_iam_roles;

/// Types for the `ModifyClusterMaintenance` operation.
pub mod modify_cluster_maintenance;

/// Types for the `ModifyClusterParameterGroup` operation.
pub mod modify_cluster_parameter_group;

/// Types for the `ModifyClusterSnapshot` operation.
pub mod modify_cluster_snapshot;

/// Types for the `ModifyClusterSnapshotSchedule` operation.
pub mod modify_cluster_snapshot_schedule;

/// Types for the `ModifyClusterSubnetGroup` operation.
pub mod modify_cluster_subnet_group;

/// Types for the `ModifyCustomDomainAssociation` operation.
pub mod modify_custom_domain_association;

/// Types for the `ModifyEndpointAccess` operation.
pub mod modify_endpoint_access;

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

/// Types for the `ModifyRedshiftIdcApplication` operation.
pub mod modify_redshift_idc_application;

/// Types for the `ModifyScheduledAction` operation.
pub mod modify_scheduled_action;

/// Types for the `ModifySnapshotCopyRetentionPeriod` operation.
pub mod modify_snapshot_copy_retention_period;

/// Types for the `ModifySnapshotSchedule` operation.
pub mod modify_snapshot_schedule;

/// Types for the `ModifyUsageLimit` operation.
pub mod modify_usage_limit;

/// Types for the `PauseCluster` operation.
pub mod pause_cluster;

/// Types for the `PurchaseReservedNodeOffering` operation.
pub mod purchase_reserved_node_offering;

/// Types for the `PutResourcePolicy` operation.
pub mod put_resource_policy;

/// Types for the `RebootCluster` operation.
pub mod reboot_cluster;

/// Types for the `RejectDataShare` operation.
pub mod reject_data_share;

/// Types for the `ResetClusterParameterGroup` operation.
pub mod reset_cluster_parameter_group;

/// Types for the `ResizeCluster` operation.
pub mod resize_cluster;

/// Types for the `RestoreFromClusterSnapshot` operation.
pub mod restore_from_cluster_snapshot;

/// Types for the `RestoreTableFromClusterSnapshot` operation.
pub mod restore_table_from_cluster_snapshot;

/// Types for the `ResumeCluster` operation.
pub mod resume_cluster;

/// Types for the `RevokeClusterSecurityGroupIngress` operation.
pub mod revoke_cluster_security_group_ingress;

/// Types for the `RevokeEndpointAccess` operation.
pub mod revoke_endpoint_access;

/// Types for the `RevokeSnapshotAccess` operation.
pub mod revoke_snapshot_access;

/// Types for the `RotateEncryptionKey` operation.
pub mod rotate_encryption_key;

/// Types for the `UpdatePartnerStatus` operation.
pub mod update_partner_status;