aws_sdk_docdbelastic/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 `ApplyPendingMaintenanceAction` operation.
5pub mod apply_pending_maintenance_action;
6
7/// Types for the `CopyClusterSnapshot` operation.
8pub mod copy_cluster_snapshot;
9
10/// Types for the `CreateCluster` operation.
11pub mod create_cluster;
12
13/// Types for the `CreateClusterSnapshot` operation.
14pub mod create_cluster_snapshot;
15
16/// Types for the `DeleteCluster` operation.
17pub mod delete_cluster;
18
19/// Types for the `DeleteClusterSnapshot` operation.
20pub mod delete_cluster_snapshot;
21
22/// Types for the `GetCluster` operation.
23pub mod get_cluster;
24
25/// Types for the `GetClusterSnapshot` operation.
26pub mod get_cluster_snapshot;
27
28/// Types for the `GetPendingMaintenanceAction` operation.
29pub mod get_pending_maintenance_action;
30
31/// Types for the `ListClusterSnapshots` operation.
32pub mod list_cluster_snapshots;
33
34/// Types for the `ListClusters` operation.
35pub mod list_clusters;
36
37/// Types for the `ListPendingMaintenanceActions` operation.
38pub mod list_pending_maintenance_actions;
39
40/// Types for the `ListTagsForResource` operation.
41pub mod list_tags_for_resource;
42
43/// Types for the `RestoreClusterFromSnapshot` operation.
44pub mod restore_cluster_from_snapshot;
45
46/// Types for the `StartCluster` operation.
47pub mod start_cluster;
48
49/// Types for the `StopCluster` operation.
50pub mod stop_cluster;
51
52/// Types for the `TagResource` operation.
53pub mod tag_resource;
54
55/// Types for the `UntagResource` operation.
56pub mod untag_resource;
57
58/// Types for the `UpdateCluster` operation.
59pub mod update_cluster;