aws_sdk_dax/
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 `CreateParameterGroup` operation.
8pub mod create_parameter_group;
9
10/// Types for the `CreateSubnetGroup` operation.
11pub mod create_subnet_group;
12
13/// Types for the `DecreaseReplicationFactor` operation.
14pub mod decrease_replication_factor;
15
16/// Types for the `DeleteCluster` operation.
17pub mod delete_cluster;
18
19/// Types for the `DeleteParameterGroup` operation.
20pub mod delete_parameter_group;
21
22/// Types for the `DeleteSubnetGroup` operation.
23pub mod delete_subnet_group;
24
25/// Types for the `DescribeClusters` operation.
26pub mod describe_clusters;
27
28/// Types for the `DescribeDefaultParameters` operation.
29pub mod describe_default_parameters;
30
31/// Types for the `DescribeEvents` operation.
32pub mod describe_events;
33
34/// Types for the `DescribeParameterGroups` operation.
35pub mod describe_parameter_groups;
36
37/// Types for the `DescribeParameters` operation.
38pub mod describe_parameters;
39
40/// Types for the `DescribeSubnetGroups` operation.
41pub mod describe_subnet_groups;
42
43/// Types for the `IncreaseReplicationFactor` operation.
44pub mod increase_replication_factor;
45
46/// Types for the `ListTags` operation.
47pub mod list_tags;
48
49/// Types for the `RebootNode` operation.
50pub mod reboot_node;
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;
60
61/// Types for the `UpdateParameterGroup` operation.
62pub mod update_parameter_group;
63
64/// Types for the `UpdateSubnetGroup` operation.
65pub mod update_subnet_group;