aws_sdk_dax/
operation.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateCluster` operation.
pub mod create_cluster;

/// Types for the `CreateParameterGroup` operation.
pub mod create_parameter_group;

/// Types for the `CreateSubnetGroup` operation.
pub mod create_subnet_group;

/// Types for the `DecreaseReplicationFactor` operation.
pub mod decrease_replication_factor;

/// Types for the `DeleteCluster` operation.
pub mod delete_cluster;

/// Types for the `DeleteParameterGroup` operation.
pub mod delete_parameter_group;

/// Types for the `DeleteSubnetGroup` operation.
pub mod delete_subnet_group;

/// Types for the `DescribeClusters` operation.
pub mod describe_clusters;

/// Types for the `DescribeDefaultParameters` operation.
pub mod describe_default_parameters;

/// Types for the `DescribeEvents` operation.
pub mod describe_events;

/// Types for the `DescribeParameterGroups` operation.
pub mod describe_parameter_groups;

/// Types for the `DescribeParameters` operation.
pub mod describe_parameters;

/// Types for the `DescribeSubnetGroups` operation.
pub mod describe_subnet_groups;

/// Types for the `IncreaseReplicationFactor` operation.
pub mod increase_replication_factor;

/// Types for the `ListTags` operation.
pub mod list_tags;

/// Types for the `RebootNode` operation.
pub mod reboot_node;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateCluster` operation.
pub mod update_cluster;

/// Types for the `UpdateParameterGroup` operation.
pub mod update_parameter_group;

/// Types for the `UpdateSubnetGroup` operation.
pub mod update_subnet_group;