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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AddSourceIdentifierToSubscription` operation.
pub mod add_source_identifier_to_subscription;

/// 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 `CopyDBClusterParameterGroup` operation.
pub mod copy_db_cluster_parameter_group;

/// Types for the `CopyDBClusterSnapshot` operation.
pub mod copy_db_cluster_snapshot;

/// Types for the `CreateDBCluster` operation.
pub mod create_db_cluster;

/// Types for the `CreateDBClusterParameterGroup` operation.
pub mod create_db_cluster_parameter_group;

/// Types for the `CreateDBClusterSnapshot` operation.
pub mod create_db_cluster_snapshot;

/// Types for the `CreateDBInstance` operation.
pub mod create_db_instance;

/// Types for the `CreateDBSubnetGroup` operation.
pub mod create_db_subnet_group;

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

/// Types for the `CreateGlobalCluster` operation.
pub mod create_global_cluster;

/// Types for the `DeleteDBCluster` operation.
pub mod delete_db_cluster;

/// Types for the `DeleteDBClusterParameterGroup` operation.
pub mod delete_db_cluster_parameter_group;

/// Types for the `DeleteDBClusterSnapshot` operation.
pub mod delete_db_cluster_snapshot;

/// Types for the `DeleteDBInstance` operation.
pub mod delete_db_instance;

/// Types for the `DeleteDBSubnetGroup` operation.
pub mod delete_db_subnet_group;

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

/// Types for the `DeleteGlobalCluster` operation.
pub mod delete_global_cluster;

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

/// Types for the `DescribeDBClusterParameterGroups` operation.
pub mod describe_db_cluster_parameter_groups;

/// Types for the `DescribeDBClusterParameters` operation.
pub mod describe_db_cluster_parameters;

/// Types for the `DescribeDBClusterSnapshotAttributes` operation.
pub mod describe_db_cluster_snapshot_attributes;

/// Types for the `DescribeDBClusterSnapshots` operation.
pub mod describe_db_cluster_snapshots;

/// Types for the `DescribeDBClusters` operation.
pub mod describe_db_clusters;

/// Types for the `DescribeDBEngineVersions` operation.
pub mod describe_db_engine_versions;

/// Types for the `DescribeDBInstances` operation.
pub mod describe_db_instances;

/// Types for the `DescribeDBSubnetGroups` operation.
pub mod describe_db_subnet_groups;

/// Types for the `DescribeEngineDefaultClusterParameters` operation.
pub mod describe_engine_default_cluster_parameters;

/// 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 `DescribeGlobalClusters` operation.
pub mod describe_global_clusters;

/// Types for the `DescribeOrderableDBInstanceOptions` operation.
pub mod describe_orderable_db_instance_options;

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

/// Types for the `FailoverDBCluster` operation.
pub mod failover_db_cluster;

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

/// Types for the `ModifyDBCluster` operation.
pub mod modify_db_cluster;

/// Types for the `ModifyDBClusterParameterGroup` operation.
pub mod modify_db_cluster_parameter_group;

/// Types for the `ModifyDBClusterSnapshotAttribute` operation.
pub mod modify_db_cluster_snapshot_attribute;

/// Types for the `ModifyDBInstance` operation.
pub mod modify_db_instance;

/// Types for the `ModifyDBSubnetGroup` operation.
pub mod modify_db_subnet_group;

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

/// Types for the `ModifyGlobalCluster` operation.
pub mod modify_global_cluster;

/// Types for the `RebootDBInstance` operation.
pub mod reboot_db_instance;

/// Types for the `RemoveFromGlobalCluster` operation.
pub mod remove_from_global_cluster;

/// Types for the `RemoveSourceIdentifierFromSubscription` operation.
pub mod remove_source_identifier_from_subscription;

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

/// Types for the `ResetDBClusterParameterGroup` operation.
pub mod reset_db_cluster_parameter_group;

/// Types for the `RestoreDBClusterFromSnapshot` operation.
pub mod restore_db_cluster_from_snapshot;

/// Types for the `RestoreDBClusterToPointInTime` operation.
pub mod restore_db_cluster_to_point_in_time;

/// Types for the `StartDBCluster` operation.
pub mod start_db_cluster;

/// Types for the `StopDBCluster` operation.
pub mod stop_db_cluster;