aws_sdk_timestreaminfluxdb/
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 `CreateDbCluster` operation.
5pub mod create_db_cluster;
6
7/// Types for the `CreateDbInstance` operation.
8pub mod create_db_instance;
9
10/// Types for the `CreateDbParameterGroup` operation.
11pub mod create_db_parameter_group;
12
13/// Types for the `DeleteDbCluster` operation.
14pub mod delete_db_cluster;
15
16/// Types for the `DeleteDbInstance` operation.
17pub mod delete_db_instance;
18
19/// Types for the `GetDbCluster` operation.
20pub mod get_db_cluster;
21
22/// Types for the `GetDbInstance` operation.
23pub mod get_db_instance;
24
25/// Types for the `GetDbParameterGroup` operation.
26pub mod get_db_parameter_group;
27
28/// Types for the `ListDbClusters` operation.
29pub mod list_db_clusters;
30
31/// Types for the `ListDbInstances` operation.
32pub mod list_db_instances;
33
34/// Types for the `ListDbInstancesForCluster` operation.
35pub mod list_db_instances_for_cluster;
36
37/// Types for the `ListDbParameterGroups` operation.
38pub mod list_db_parameter_groups;
39
40/// Types for the `ListTagsForResource` operation.
41pub mod list_tags_for_resource;
42
43/// Types for the `TagResource` operation.
44pub mod tag_resource;
45
46/// Types for the `UntagResource` operation.
47pub mod untag_resource;
48
49/// Types for the `UpdateDbCluster` operation.
50pub mod update_db_cluster;
51
52/// Types for the `UpdateDbInstance` operation.
53pub mod update_db_instance;