aws_sdk_memorydb/
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 `BatchUpdateCluster` operation.
5pub mod batch_update_cluster;
6
7/// Types for the `CopySnapshot` operation.
8pub mod copy_snapshot;
9
10/// Types for the `CreateACL` operation.
11pub mod create_acl;
12
13/// Types for the `CreateCluster` operation.
14pub mod create_cluster;
15
16/// Types for the `CreateMultiRegionCluster` operation.
17pub mod create_multi_region_cluster;
18
19/// Types for the `CreateParameterGroup` operation.
20pub mod create_parameter_group;
21
22/// Types for the `CreateSnapshot` operation.
23pub mod create_snapshot;
24
25/// Types for the `CreateSubnetGroup` operation.
26pub mod create_subnet_group;
27
28/// Types for the `CreateUser` operation.
29pub mod create_user;
30
31/// Types for the `DeleteACL` operation.
32pub mod delete_acl;
33
34/// Types for the `DeleteCluster` operation.
35pub mod delete_cluster;
36
37/// Types for the `DeleteMultiRegionCluster` operation.
38pub mod delete_multi_region_cluster;
39
40/// Types for the `DeleteParameterGroup` operation.
41pub mod delete_parameter_group;
42
43/// Types for the `DeleteSnapshot` operation.
44pub mod delete_snapshot;
45
46/// Types for the `DeleteSubnetGroup` operation.
47pub mod delete_subnet_group;
48
49/// Types for the `DeleteUser` operation.
50pub mod delete_user;
51
52/// Types for the `DescribeACLs` operation.
53pub mod describe_acls;
54
55/// Types for the `DescribeClusters` operation.
56pub mod describe_clusters;
57
58/// Types for the `DescribeEngineVersions` operation.
59pub mod describe_engine_versions;
60
61/// Types for the `DescribeEvents` operation.
62pub mod describe_events;
63
64/// Types for the `DescribeMultiRegionClusters` operation.
65pub mod describe_multi_region_clusters;
66
67/// Types for the `DescribeParameterGroups` operation.
68pub mod describe_parameter_groups;
69
70/// Types for the `DescribeParameters` operation.
71pub mod describe_parameters;
72
73/// Types for the `DescribeReservedNodes` operation.
74pub mod describe_reserved_nodes;
75
76/// Types for the `DescribeReservedNodesOfferings` operation.
77pub mod describe_reserved_nodes_offerings;
78
79/// Types for the `DescribeServiceUpdates` operation.
80pub mod describe_service_updates;
81
82/// Types for the `DescribeSnapshots` operation.
83pub mod describe_snapshots;
84
85/// Types for the `DescribeSubnetGroups` operation.
86pub mod describe_subnet_groups;
87
88/// Types for the `DescribeUsers` operation.
89pub mod describe_users;
90
91/// Types for the `FailoverShard` operation.
92pub mod failover_shard;
93
94/// Types for the `ListAllowedMultiRegionClusterUpdates` operation.
95pub mod list_allowed_multi_region_cluster_updates;
96
97/// Types for the `ListAllowedNodeTypeUpdates` operation.
98pub mod list_allowed_node_type_updates;
99
100/// Types for the `ListTags` operation.
101pub mod list_tags;
102
103/// Types for the `PurchaseReservedNodesOffering` operation.
104pub mod purchase_reserved_nodes_offering;
105
106/// Types for the `ResetParameterGroup` operation.
107pub mod reset_parameter_group;
108
109/// Types for the `TagResource` operation.
110pub mod tag_resource;
111
112/// Types for the `UntagResource` operation.
113pub mod untag_resource;
114
115/// Types for the `UpdateACL` operation.
116pub mod update_acl;
117
118/// Types for the `UpdateCluster` operation.
119pub mod update_cluster;
120
121/// Types for the `UpdateMultiRegionCluster` operation.
122pub mod update_multi_region_cluster;
123
124/// Types for the `UpdateParameterGroup` operation.
125pub mod update_parameter_group;
126
127/// Types for the `UpdateSubnetGroup` operation.
128pub mod update_subnet_group;
129
130/// Types for the `UpdateUser` operation.
131pub mod update_user;