aws_sdk_elasticache/
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AddTagsToResource` operation.
pub mod add_tags_to_resource;

/// Types for the `AuthorizeCacheSecurityGroupIngress` operation.
pub mod authorize_cache_security_group_ingress;

/// Types for the `BatchApplyUpdateAction` operation.
pub mod batch_apply_update_action;

/// Types for the `BatchStopUpdateAction` operation.
pub mod batch_stop_update_action;

/// Types for the `CompleteMigration` operation.
pub mod complete_migration;

/// Types for the `CopyServerlessCacheSnapshot` operation.
pub mod copy_serverless_cache_snapshot;

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

/// Types for the `CreateCacheCluster` operation.
pub mod create_cache_cluster;

/// Types for the `CreateCacheParameterGroup` operation.
pub mod create_cache_parameter_group;

/// Types for the `CreateCacheSecurityGroup` operation.
pub mod create_cache_security_group;

/// Types for the `CreateCacheSubnetGroup` operation.
pub mod create_cache_subnet_group;

/// Types for the `CreateGlobalReplicationGroup` operation.
pub mod create_global_replication_group;

/// Types for the `CreateReplicationGroup` operation.
pub mod create_replication_group;

/// Types for the `CreateServerlessCache` operation.
pub mod create_serverless_cache;

/// Types for the `CreateServerlessCacheSnapshot` operation.
pub mod create_serverless_cache_snapshot;

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

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

/// Types for the `CreateUserGroup` operation.
pub mod create_user_group;

/// Types for the `DecreaseNodeGroupsInGlobalReplicationGroup` operation.
pub mod decrease_node_groups_in_global_replication_group;

/// Types for the `DecreaseReplicaCount` operation.
pub mod decrease_replica_count;

/// Types for the `DeleteCacheCluster` operation.
pub mod delete_cache_cluster;

/// Types for the `DeleteCacheParameterGroup` operation.
pub mod delete_cache_parameter_group;

/// Types for the `DeleteCacheSecurityGroup` operation.
pub mod delete_cache_security_group;

/// Types for the `DeleteCacheSubnetGroup` operation.
pub mod delete_cache_subnet_group;

/// Types for the `DeleteGlobalReplicationGroup` operation.
pub mod delete_global_replication_group;

/// Types for the `DeleteReplicationGroup` operation.
pub mod delete_replication_group;

/// Types for the `DeleteServerlessCache` operation.
pub mod delete_serverless_cache;

/// Types for the `DeleteServerlessCacheSnapshot` operation.
pub mod delete_serverless_cache_snapshot;

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

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

/// Types for the `DeleteUserGroup` operation.
pub mod delete_user_group;

/// Types for the `DescribeCacheClusters` operation.
pub mod describe_cache_clusters;

/// Types for the `DescribeCacheEngineVersions` operation.
pub mod describe_cache_engine_versions;

/// Types for the `DescribeCacheParameterGroups` operation.
pub mod describe_cache_parameter_groups;

/// Types for the `DescribeCacheParameters` operation.
pub mod describe_cache_parameters;

/// Types for the `DescribeCacheSecurityGroups` operation.
pub mod describe_cache_security_groups;

/// Types for the `DescribeCacheSubnetGroups` operation.
pub mod describe_cache_subnet_groups;

/// Types for the `DescribeEngineDefaultParameters` operation.
pub mod describe_engine_default_parameters;

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

/// Types for the `DescribeGlobalReplicationGroups` operation.
pub mod describe_global_replication_groups;

/// Types for the `DescribeReplicationGroups` operation.
pub mod describe_replication_groups;

/// Types for the `DescribeReservedCacheNodes` operation.
pub mod describe_reserved_cache_nodes;

/// Types for the `DescribeReservedCacheNodesOfferings` operation.
pub mod describe_reserved_cache_nodes_offerings;

/// Types for the `DescribeServerlessCacheSnapshots` operation.
pub mod describe_serverless_cache_snapshots;

/// Types for the `DescribeServerlessCaches` operation.
pub mod describe_serverless_caches;

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

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

/// Types for the `DescribeUpdateActions` operation.
pub mod describe_update_actions;

/// Types for the `DescribeUserGroups` operation.
pub mod describe_user_groups;

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

/// Types for the `DisassociateGlobalReplicationGroup` operation.
pub mod disassociate_global_replication_group;

/// Types for the `ExportServerlessCacheSnapshot` operation.
pub mod export_serverless_cache_snapshot;

/// Types for the `FailoverGlobalReplicationGroup` operation.
pub mod failover_global_replication_group;

/// Types for the `IncreaseNodeGroupsInGlobalReplicationGroup` operation.
pub mod increase_node_groups_in_global_replication_group;

/// Types for the `IncreaseReplicaCount` operation.
pub mod increase_replica_count;

/// Types for the `ListAllowedNodeTypeModifications` operation.
pub mod list_allowed_node_type_modifications;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ModifyCacheCluster` operation.
pub mod modify_cache_cluster;

/// Types for the `ModifyCacheParameterGroup` operation.
pub mod modify_cache_parameter_group;

/// Types for the `ModifyCacheSubnetGroup` operation.
pub mod modify_cache_subnet_group;

/// Types for the `ModifyGlobalReplicationGroup` operation.
pub mod modify_global_replication_group;

/// Types for the `ModifyReplicationGroup` operation.
pub mod modify_replication_group;

/// Types for the `ModifyReplicationGroupShardConfiguration` operation.
pub mod modify_replication_group_shard_configuration;

/// Types for the `ModifyServerlessCache` operation.
pub mod modify_serverless_cache;

/// Types for the `ModifyUser` operation.
pub mod modify_user;

/// Types for the `ModifyUserGroup` operation.
pub mod modify_user_group;

/// Types for the `PurchaseReservedCacheNodesOffering` operation.
pub mod purchase_reserved_cache_nodes_offering;

/// Types for the `RebalanceSlotsInGlobalReplicationGroup` operation.
pub mod rebalance_slots_in_global_replication_group;

/// Types for the `RebootCacheCluster` operation.
pub mod reboot_cache_cluster;

/// Types for the `RemoveTagsFromResource` operation.
pub mod remove_tags_from_resource;

/// Types for the `ResetCacheParameterGroup` operation.
pub mod reset_cache_parameter_group;

/// Types for the `RevokeCacheSecurityGroupIngress` operation.
pub mod revoke_cache_security_group_ingress;

/// Types for the `StartMigration` operation.
pub mod start_migration;

/// Types for the `TestFailover` operation.
pub mod test_failover;

/// Types for the `TestMigration` operation.
pub mod test_migration;