aws_sdk_docdb/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 `AddSourceIdentifierToSubscription` operation.
5pub mod add_source_identifier_to_subscription;
6
7/// Types for the `AddTagsToResource` operation.
8pub mod add_tags_to_resource;
9
10/// Types for the `ApplyPendingMaintenanceAction` operation.
11pub mod apply_pending_maintenance_action;
12
13/// Types for the `CopyDBClusterParameterGroup` operation.
14pub mod copy_db_cluster_parameter_group;
15
16/// Types for the `CopyDBClusterSnapshot` operation.
17pub mod copy_db_cluster_snapshot;
18
19/// Types for the `CreateDBCluster` operation.
20pub mod create_db_cluster;
21
22/// Types for the `CreateDBClusterParameterGroup` operation.
23pub mod create_db_cluster_parameter_group;
24
25/// Types for the `CreateDBClusterSnapshot` operation.
26pub mod create_db_cluster_snapshot;
27
28/// Types for the `CreateDBInstance` operation.
29pub mod create_db_instance;
30
31/// Types for the `CreateDBSubnetGroup` operation.
32pub mod create_db_subnet_group;
33
34/// Types for the `CreateEventSubscription` operation.
35pub mod create_event_subscription;
36
37/// Types for the `CreateGlobalCluster` operation.
38pub mod create_global_cluster;
39
40/// Types for the `DeleteDBCluster` operation.
41pub mod delete_db_cluster;
42
43/// Types for the `DeleteDBClusterParameterGroup` operation.
44pub mod delete_db_cluster_parameter_group;
45
46/// Types for the `DeleteDBClusterSnapshot` operation.
47pub mod delete_db_cluster_snapshot;
48
49/// Types for the `DeleteDBInstance` operation.
50pub mod delete_db_instance;
51
52/// Types for the `DeleteDBSubnetGroup` operation.
53pub mod delete_db_subnet_group;
54
55/// Types for the `DeleteEventSubscription` operation.
56pub mod delete_event_subscription;
57
58/// Types for the `DeleteGlobalCluster` operation.
59pub mod delete_global_cluster;
60
61/// Types for the `DescribeCertificates` operation.
62pub mod describe_certificates;
63
64/// Types for the `DescribeDBClusterParameterGroups` operation.
65pub mod describe_db_cluster_parameter_groups;
66
67/// Types for the `DescribeDBClusterParameters` operation.
68pub mod describe_db_cluster_parameters;
69
70/// Types for the `DescribeDBClusterSnapshotAttributes` operation.
71pub mod describe_db_cluster_snapshot_attributes;
72
73/// Types for the `DescribeDBClusterSnapshots` operation.
74pub mod describe_db_cluster_snapshots;
75
76/// Types for the `DescribeDBClusters` operation.
77pub mod describe_db_clusters;
78
79/// Types for the `DescribeDBEngineVersions` operation.
80pub mod describe_db_engine_versions;
81
82/// Types for the `DescribeDBInstances` operation.
83pub mod describe_db_instances;
84
85/// Types for the `DescribeDBSubnetGroups` operation.
86pub mod describe_db_subnet_groups;
87
88/// Types for the `DescribeEngineDefaultClusterParameters` operation.
89pub mod describe_engine_default_cluster_parameters;
90
91/// Types for the `DescribeEventCategories` operation.
92pub mod describe_event_categories;
93
94/// Types for the `DescribeEventSubscriptions` operation.
95pub mod describe_event_subscriptions;
96
97/// Types for the `DescribeEvents` operation.
98pub mod describe_events;
99
100/// Types for the `DescribeGlobalClusters` operation.
101pub mod describe_global_clusters;
102
103/// Types for the `DescribeOrderableDBInstanceOptions` operation.
104pub mod describe_orderable_db_instance_options;
105
106/// Types for the `DescribePendingMaintenanceActions` operation.
107pub mod describe_pending_maintenance_actions;
108
109/// Types for the `FailoverDBCluster` operation.
110pub mod failover_db_cluster;
111
112/// Types for the `FailoverGlobalCluster` operation.
113pub mod failover_global_cluster;
114
115/// Types for the `ListTagsForResource` operation.
116pub mod list_tags_for_resource;
117
118/// Types for the `ModifyDBCluster` operation.
119pub mod modify_db_cluster;
120
121/// Types for the `ModifyDBClusterParameterGroup` operation.
122pub mod modify_db_cluster_parameter_group;
123
124/// Types for the `ModifyDBClusterSnapshotAttribute` operation.
125pub mod modify_db_cluster_snapshot_attribute;
126
127/// Types for the `ModifyDBInstance` operation.
128pub mod modify_db_instance;
129
130/// Types for the `ModifyDBSubnetGroup` operation.
131pub mod modify_db_subnet_group;
132
133/// Types for the `ModifyEventSubscription` operation.
134pub mod modify_event_subscription;
135
136/// Types for the `ModifyGlobalCluster` operation.
137pub mod modify_global_cluster;
138
139/// Types for the `RebootDBInstance` operation.
140pub mod reboot_db_instance;
141
142/// Types for the `RemoveFromGlobalCluster` operation.
143pub mod remove_from_global_cluster;
144
145/// Types for the `RemoveSourceIdentifierFromSubscription` operation.
146pub mod remove_source_identifier_from_subscription;
147
148/// Types for the `RemoveTagsFromResource` operation.
149pub mod remove_tags_from_resource;
150
151/// Types for the `ResetDBClusterParameterGroup` operation.
152pub mod reset_db_cluster_parameter_group;
153
154/// Types for the `RestoreDBClusterFromSnapshot` operation.
155pub mod restore_db_cluster_from_snapshot;
156
157/// Types for the `RestoreDBClusterToPointInTime` operation.
158pub mod restore_db_cluster_to_point_in_time;
159
160/// Types for the `StartDBCluster` operation.
161pub mod start_db_cluster;
162
163/// Types for the `StopDBCluster` operation.
164pub mod stop_db_cluster;
165
166/// Types for the `SwitchoverGlobalCluster` operation.
167pub mod switchover_global_cluster;