aws_sdk_dsql/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 `CreateCluster` operation.
5pub mod create_cluster;
6
7/// Types for the `DeleteCluster` operation.
8pub mod delete_cluster;
9
10/// Types for the `GetCluster` operation.
11pub mod get_cluster;
12
13/// Types for the `GetVpcEndpointServiceName` operation.
14pub mod get_vpc_endpoint_service_name;
15
16/// Types for the `ListClusters` operation.
17pub mod list_clusters;
18
19/// Types for the `ListTagsForResource` operation.
20pub mod list_tags_for_resource;
21
22/// Types for the `TagResource` operation.
23pub mod tag_resource;
24
25/// Types for the `UntagResource` operation.
26pub mod untag_resource;
27
28/// Types for the `UpdateCluster` operation.
29pub mod update_cluster;