aws_sdk_memorydb/
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `BatchUpdateCluster` operation.
pub mod batch_update_cluster;

/// Types for the `CopySnapshot` operation.
pub mod copy_snapshot;

/// Types for the `CreateACL` operation.
pub mod create_acl;

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

/// Types for the `CreateMultiRegionCluster` operation.
pub mod create_multi_region_cluster;

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

/// Types for the `CreateSnapshot` operation.
pub mod create_snapshot;

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

/// Types for the `CreateUser` operation.
pub mod create_user;

/// Types for the `DeleteACL` operation.
pub mod delete_acl;

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

/// Types for the `DeleteMultiRegionCluster` operation.
pub mod delete_multi_region_cluster;

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

/// Types for the `DeleteSnapshot` operation.
pub mod delete_snapshot;

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

/// Types for the `DeleteUser` operation.
pub mod delete_user;

/// Types for the `DescribeACLs` operation.
pub mod describe_acls;

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

/// Types for the `DescribeEngineVersions` operation.
pub mod describe_engine_versions;

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

/// Types for the `DescribeMultiRegionClusters` operation.
pub mod describe_multi_region_clusters;

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

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

/// Types for the `DescribeReservedNodes` operation.
pub mod describe_reserved_nodes;

/// Types for the `DescribeReservedNodesOfferings` operation.
pub mod describe_reserved_nodes_offerings;

/// Types for the `DescribeServiceUpdates` operation.
pub mod describe_service_updates;

/// Types for the `DescribeSnapshots` operation.
pub mod describe_snapshots;

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

/// Types for the `DescribeUsers` operation.
pub mod describe_users;

/// Types for the `FailoverShard` operation.
pub mod failover_shard;

/// Types for the `ListAllowedMultiRegionClusterUpdates` operation.
pub mod list_allowed_multi_region_cluster_updates;

/// Types for the `ListAllowedNodeTypeUpdates` operation.
pub mod list_allowed_node_type_updates;

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

/// Types for the `PurchaseReservedNodesOffering` operation.
pub mod purchase_reserved_nodes_offering;

/// Types for the `ResetParameterGroup` operation.
pub mod reset_parameter_group;

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

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

/// Types for the `UpdateACL` operation.
pub mod update_acl;

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

/// Types for the `UpdateMultiRegionCluster` operation.
pub mod update_multi_region_cluster;

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

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

/// Types for the `UpdateUser` operation.
pub mod update_user;