aws-sdk-elasticache 1.123.0 → 1.124.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticache/client.rb +7 -7
- data/lib/aws-sdk-elasticache/errors.rb +130 -0
- data/lib/aws-sdk-elasticache/types.rb +6 -6
- data/lib/aws-sdk-elasticache.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14e4075081fd634dd63ff7db5ef590383959f94550157e5c14fc30081d7d5f64
|
4
|
+
data.tar.gz: cae7f219d9bafd97314024797aedc6f3556c5ff831c43ae1d74ea0bac7e0606c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 753c324e696e45cd31721f3cb276e85cd6e50bc7baa7956f58c9c613431b70aec6dca27829704c7355b8292759af711d662e31c2c4b24386c5cf160729ca3c82
|
7
|
+
data.tar.gz: d638ef13b357bab5242da3a3b0958f634c54e3651257a78be924ba2d9d64b7b1f32c4d0e71c8b860f8efd98511338225c641e91c28dae9d4f109285dbfd8a83b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.124.0
|
@@ -1787,9 +1787,9 @@ module Aws::ElastiCache
|
|
1787
1787
|
# The name of the cache parameter group family that the cache parameter
|
1788
1788
|
# group can be used with.
|
1789
1789
|
#
|
1790
|
-
# Valid values are: `
|
1791
|
-
#
|
1792
|
-
# \| `redis6.x` \| `redis7`
|
1790
|
+
# Valid values are: `valkey8` \| `valkey7` \| `memcached1.4` \|
|
1791
|
+
# `memcached1.5` \| `memcached1.6` \| `redis2.6` \| `redis2.8` \|
|
1792
|
+
# `redis3.2` \| `redis4.0` \| `redis5.0` \| `redis6.x` \| `redis7`
|
1793
1793
|
#
|
1794
1794
|
# @option params [required, String] :description
|
1795
1795
|
# A user-specified description for the cache parameter group.
|
@@ -3619,9 +3619,9 @@ module Aws::ElastiCache
|
|
3619
3619
|
#
|
3620
3620
|
# @option params [Array<Types::ConfigureShard>] :replica_configuration
|
3621
3621
|
# A list of `ConfigureShard` objects that can be used to configure each
|
3622
|
-
# shard in a Valkey or Redis OSS
|
3623
|
-
#
|
3624
|
-
# `
|
3622
|
+
# shard in a Valkey or Redis OSS replication group. The `ConfigureShard`
|
3623
|
+
# has three members: `NewReplicaCount`, `NodeGroupId`, and
|
3624
|
+
# `PreferredAvailabilityZones`.
|
3625
3625
|
#
|
3626
3626
|
# @option params [Array<String>] :replicas_to_remove
|
3627
3627
|
# A list of the node ids to remove from the replication group or node
|
@@ -11469,7 +11469,7 @@ module Aws::ElastiCache
|
|
11469
11469
|
tracer: tracer
|
11470
11470
|
)
|
11471
11471
|
context[:gem_name] = 'aws-sdk-elasticache'
|
11472
|
-
context[:gem_version] = '1.
|
11472
|
+
context[:gem_version] = '1.124.0'
|
11473
11473
|
Seahorse::Client::Request.new(handlers, context)
|
11474
11474
|
end
|
11475
11475
|
|
@@ -28,58 +28,94 @@ module Aws::ElastiCache
|
|
28
28
|
#
|
29
29
|
# ## Error Classes
|
30
30
|
# * {APICallRateForCustomerExceededFault}
|
31
|
+
# * This error class is not used. `APICallRateForCustomerExceeded` is used during parsing instead.
|
31
32
|
# * {AuthorizationAlreadyExistsFault}
|
33
|
+
# * This error class is not used. `AuthorizationAlreadyExists` is used during parsing instead.
|
32
34
|
# * {AuthorizationNotFoundFault}
|
35
|
+
# * This error class is not used. `AuthorizationNotFound` is used during parsing instead.
|
33
36
|
# * {CacheClusterAlreadyExistsFault}
|
37
|
+
# * This error class is not used. `CacheClusterAlreadyExists` is used during parsing instead.
|
34
38
|
# * {CacheClusterNotFoundFault}
|
39
|
+
# * This error class is not used. `CacheClusterNotFound` is used during parsing instead.
|
35
40
|
# * {CacheParameterGroupAlreadyExistsFault}
|
41
|
+
# * This error class is not used. `CacheParameterGroupAlreadyExists` is used during parsing instead.
|
36
42
|
# * {CacheParameterGroupNotFoundFault}
|
43
|
+
# * This error class is not used. `CacheParameterGroupNotFound` is used during parsing instead.
|
37
44
|
# * {CacheParameterGroupQuotaExceededFault}
|
45
|
+
# * This error class is not used. `CacheParameterGroupQuotaExceeded` is used during parsing instead.
|
38
46
|
# * {CacheSecurityGroupAlreadyExistsFault}
|
47
|
+
# * This error class is not used. `CacheSecurityGroupAlreadyExists` is used during parsing instead.
|
39
48
|
# * {CacheSecurityGroupNotFoundFault}
|
49
|
+
# * This error class is not used. `CacheSecurityGroupNotFound` is used during parsing instead.
|
40
50
|
# * {CacheSecurityGroupQuotaExceededFault}
|
51
|
+
# * This error class is not used. `QuotaExceeded.CacheSecurityGroup` is used during parsing instead.
|
41
52
|
# * {CacheSubnetGroupAlreadyExistsFault}
|
53
|
+
# * This error class is not used. `CacheSubnetGroupAlreadyExists` is used during parsing instead.
|
42
54
|
# * {CacheSubnetGroupInUse}
|
43
55
|
# * {CacheSubnetGroupNotFoundFault}
|
44
56
|
# * {CacheSubnetGroupQuotaExceededFault}
|
57
|
+
# * This error class is not used. `CacheSubnetGroupQuotaExceeded` is used during parsing instead.
|
45
58
|
# * {CacheSubnetQuotaExceededFault}
|
46
59
|
# * {ClusterQuotaForCustomerExceededFault}
|
60
|
+
# * This error class is not used. `ClusterQuotaForCustomerExceeded` is used during parsing instead.
|
47
61
|
# * {DefaultUserAssociatedToUserGroupFault}
|
62
|
+
# * This error class is not used. `DefaultUserAssociatedToUserGroup` is used during parsing instead.
|
48
63
|
# * {DefaultUserRequired}
|
49
64
|
# * {DuplicateUserNameFault}
|
65
|
+
# * This error class is not used. `DuplicateUserName` is used during parsing instead.
|
50
66
|
# * {GlobalReplicationGroupAlreadyExistsFault}
|
51
67
|
# * {GlobalReplicationGroupNotFoundFault}
|
52
68
|
# * {InsufficientCacheClusterCapacityFault}
|
69
|
+
# * This error class is not used. `InsufficientCacheClusterCapacity` is used during parsing instead.
|
53
70
|
# * {InvalidARNFault}
|
71
|
+
# * This error class is not used. `InvalidARN` is used during parsing instead.
|
54
72
|
# * {InvalidCacheClusterStateFault}
|
73
|
+
# * This error class is not used. `InvalidCacheClusterState` is used during parsing instead.
|
55
74
|
# * {InvalidCacheParameterGroupStateFault}
|
75
|
+
# * This error class is not used. `InvalidCacheParameterGroupState` is used during parsing instead.
|
56
76
|
# * {InvalidCacheSecurityGroupStateFault}
|
77
|
+
# * This error class is not used. `InvalidCacheSecurityGroupState` is used during parsing instead.
|
57
78
|
# * {InvalidCredentialsException}
|
58
79
|
# * {InvalidGlobalReplicationGroupStateFault}
|
80
|
+
# * This error class is not used. `InvalidGlobalReplicationGroupState` is used during parsing instead.
|
59
81
|
# * {InvalidKMSKeyFault}
|
60
82
|
# * {InvalidParameterCombinationException}
|
83
|
+
# * This error class is not used. `InvalidParameterCombination` is used during parsing instead.
|
61
84
|
# * {InvalidParameterValueException}
|
85
|
+
# * This error class is not used. `InvalidParameterValue` is used during parsing instead.
|
62
86
|
# * {InvalidReplicationGroupStateFault}
|
87
|
+
# * This error class is not used. `InvalidReplicationGroupState` is used during parsing instead.
|
63
88
|
# * {InvalidServerlessCacheSnapshotStateFault}
|
64
89
|
# * {InvalidServerlessCacheStateFault}
|
65
90
|
# * {InvalidSnapshotStateFault}
|
91
|
+
# * This error class is not used. `InvalidSnapshotState` is used during parsing instead.
|
66
92
|
# * {InvalidSubnet}
|
67
93
|
# * {InvalidUserGroupStateFault}
|
94
|
+
# * This error class is not used. `InvalidUserGroupState` is used during parsing instead.
|
68
95
|
# * {InvalidUserStateFault}
|
96
|
+
# * This error class is not used. `InvalidUserState` is used during parsing instead.
|
69
97
|
# * {InvalidVPCNetworkStateFault}
|
70
98
|
# * {NoOperationFault}
|
71
99
|
# * {NodeGroupNotFoundFault}
|
72
100
|
# * {NodeGroupsPerReplicationGroupQuotaExceededFault}
|
101
|
+
# * This error class is not used. `NodeGroupsPerReplicationGroupQuotaExceeded` is used during parsing instead.
|
73
102
|
# * {NodeQuotaForClusterExceededFault}
|
103
|
+
# * This error class is not used. `NodeQuotaForClusterExceeded` is used during parsing instead.
|
74
104
|
# * {NodeQuotaForCustomerExceededFault}
|
105
|
+
# * This error class is not used. `NodeQuotaForCustomerExceeded` is used during parsing instead.
|
75
106
|
# * {ReplicationGroupAlreadyExistsFault}
|
107
|
+
# * This error class is not used. `ReplicationGroupAlreadyExists` is used during parsing instead.
|
76
108
|
# * {ReplicationGroupAlreadyUnderMigrationFault}
|
77
109
|
# * {ReplicationGroupNotFoundFault}
|
78
110
|
# * {ReplicationGroupNotUnderMigrationFault}
|
79
111
|
# * {ReservedCacheNodeAlreadyExistsFault}
|
112
|
+
# * This error class is not used. `ReservedCacheNodeAlreadyExists` is used during parsing instead.
|
80
113
|
# * {ReservedCacheNodeNotFoundFault}
|
114
|
+
# * This error class is not used. `ReservedCacheNodeNotFound` is used during parsing instead.
|
81
115
|
# * {ReservedCacheNodeQuotaExceededFault}
|
116
|
+
# * This error class is not used. `ReservedCacheNodeQuotaExceeded` is used during parsing instead.
|
82
117
|
# * {ReservedCacheNodesOfferingNotFoundFault}
|
118
|
+
# * This error class is not used. `ReservedCacheNodesOfferingNotFound` is used during parsing instead.
|
83
119
|
# * {ServerlessCacheAlreadyExistsFault}
|
84
120
|
# * {ServerlessCacheNotFoundFault}
|
85
121
|
# * {ServerlessCacheQuotaForCustomerExceededFault}
|
@@ -95,21 +131,31 @@ module Aws::ElastiCache
|
|
95
131
|
# * {SubnetInUse}
|
96
132
|
# * {SubnetNotAllowedFault}
|
97
133
|
# * {TagNotFoundFault}
|
134
|
+
# * This error class is not used. `TagNotFound` is used during parsing instead.
|
98
135
|
# * {TagQuotaPerResourceExceeded}
|
99
136
|
# * {TestFailoverNotAvailableFault}
|
100
137
|
# * {UserAlreadyExistsFault}
|
138
|
+
# * This error class is not used. `UserAlreadyExists` is used during parsing instead.
|
101
139
|
# * {UserGroupAlreadyExistsFault}
|
140
|
+
# * This error class is not used. `UserGroupAlreadyExists` is used during parsing instead.
|
102
141
|
# * {UserGroupNotFoundFault}
|
142
|
+
# * This error class is not used. `UserGroupNotFound` is used during parsing instead.
|
103
143
|
# * {UserGroupQuotaExceededFault}
|
144
|
+
# * This error class is not used. `UserGroupQuotaExceeded` is used during parsing instead.
|
104
145
|
# * {UserNotFoundFault}
|
146
|
+
# * This error class is not used. `UserNotFound` is used during parsing instead.
|
105
147
|
# * {UserQuotaExceededFault}
|
148
|
+
# * This error class is not used. `UserQuotaExceeded` is used during parsing instead.
|
106
149
|
#
|
107
150
|
# Additionally, error classes are dynamically generated for service errors based on the error code
|
108
151
|
# if they are not defined above.
|
152
|
+
# Some existing error classes may use a different class name than the one documented.
|
109
153
|
module Errors
|
110
154
|
|
111
155
|
extend Aws::Errors::DynamicErrors
|
112
156
|
|
157
|
+
# @deprecated This error class is not used during parsing.
|
158
|
+
# Please use `APICallRateForCustomerExceeded` instead.
|
113
159
|
class APICallRateForCustomerExceededFault < ServiceError
|
114
160
|
|
115
161
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -120,6 +166,8 @@ module Aws::ElastiCache
|
|
120
166
|
end
|
121
167
|
end
|
122
168
|
|
169
|
+
# @deprecated This error class is not used during parsing.
|
170
|
+
# Please use `AuthorizationAlreadyExists` instead.
|
123
171
|
class AuthorizationAlreadyExistsFault < ServiceError
|
124
172
|
|
125
173
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -130,6 +178,8 @@ module Aws::ElastiCache
|
|
130
178
|
end
|
131
179
|
end
|
132
180
|
|
181
|
+
# @deprecated This error class is not used during parsing.
|
182
|
+
# Please use `AuthorizationNotFound` instead.
|
133
183
|
class AuthorizationNotFoundFault < ServiceError
|
134
184
|
|
135
185
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -140,6 +190,8 @@ module Aws::ElastiCache
|
|
140
190
|
end
|
141
191
|
end
|
142
192
|
|
193
|
+
# @deprecated This error class is not used during parsing.
|
194
|
+
# Please use `CacheClusterAlreadyExists` instead.
|
143
195
|
class CacheClusterAlreadyExistsFault < ServiceError
|
144
196
|
|
145
197
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -150,6 +202,8 @@ module Aws::ElastiCache
|
|
150
202
|
end
|
151
203
|
end
|
152
204
|
|
205
|
+
# @deprecated This error class is not used during parsing.
|
206
|
+
# Please use `CacheClusterNotFound` instead.
|
153
207
|
class CacheClusterNotFoundFault < ServiceError
|
154
208
|
|
155
209
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -160,6 +214,8 @@ module Aws::ElastiCache
|
|
160
214
|
end
|
161
215
|
end
|
162
216
|
|
217
|
+
# @deprecated This error class is not used during parsing.
|
218
|
+
# Please use `CacheParameterGroupAlreadyExists` instead.
|
163
219
|
class CacheParameterGroupAlreadyExistsFault < ServiceError
|
164
220
|
|
165
221
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -170,6 +226,8 @@ module Aws::ElastiCache
|
|
170
226
|
end
|
171
227
|
end
|
172
228
|
|
229
|
+
# @deprecated This error class is not used during parsing.
|
230
|
+
# Please use `CacheParameterGroupNotFound` instead.
|
173
231
|
class CacheParameterGroupNotFoundFault < ServiceError
|
174
232
|
|
175
233
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -180,6 +238,8 @@ module Aws::ElastiCache
|
|
180
238
|
end
|
181
239
|
end
|
182
240
|
|
241
|
+
# @deprecated This error class is not used during parsing.
|
242
|
+
# Please use `CacheParameterGroupQuotaExceeded` instead.
|
183
243
|
class CacheParameterGroupQuotaExceededFault < ServiceError
|
184
244
|
|
185
245
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -190,6 +250,8 @@ module Aws::ElastiCache
|
|
190
250
|
end
|
191
251
|
end
|
192
252
|
|
253
|
+
# @deprecated This error class is not used during parsing.
|
254
|
+
# Please use `CacheSecurityGroupAlreadyExists` instead.
|
193
255
|
class CacheSecurityGroupAlreadyExistsFault < ServiceError
|
194
256
|
|
195
257
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -200,6 +262,8 @@ module Aws::ElastiCache
|
|
200
262
|
end
|
201
263
|
end
|
202
264
|
|
265
|
+
# @deprecated This error class is not used during parsing.
|
266
|
+
# Please use `CacheSecurityGroupNotFound` instead.
|
203
267
|
class CacheSecurityGroupNotFoundFault < ServiceError
|
204
268
|
|
205
269
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -210,6 +274,8 @@ module Aws::ElastiCache
|
|
210
274
|
end
|
211
275
|
end
|
212
276
|
|
277
|
+
# @deprecated This error class is not used during parsing.
|
278
|
+
# Please use `QuotaExceeded.CacheSecurityGroup` instead.
|
213
279
|
class CacheSecurityGroupQuotaExceededFault < ServiceError
|
214
280
|
|
215
281
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -220,6 +286,8 @@ module Aws::ElastiCache
|
|
220
286
|
end
|
221
287
|
end
|
222
288
|
|
289
|
+
# @deprecated This error class is not used during parsing.
|
290
|
+
# Please use `CacheSubnetGroupAlreadyExists` instead.
|
223
291
|
class CacheSubnetGroupAlreadyExistsFault < ServiceError
|
224
292
|
|
225
293
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -250,6 +318,8 @@ module Aws::ElastiCache
|
|
250
318
|
end
|
251
319
|
end
|
252
320
|
|
321
|
+
# @deprecated This error class is not used during parsing.
|
322
|
+
# Please use `CacheSubnetGroupQuotaExceeded` instead.
|
253
323
|
class CacheSubnetGroupQuotaExceededFault < ServiceError
|
254
324
|
|
255
325
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -270,6 +340,8 @@ module Aws::ElastiCache
|
|
270
340
|
end
|
271
341
|
end
|
272
342
|
|
343
|
+
# @deprecated This error class is not used during parsing.
|
344
|
+
# Please use `ClusterQuotaForCustomerExceeded` instead.
|
273
345
|
class ClusterQuotaForCustomerExceededFault < ServiceError
|
274
346
|
|
275
347
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -280,6 +352,8 @@ module Aws::ElastiCache
|
|
280
352
|
end
|
281
353
|
end
|
282
354
|
|
355
|
+
# @deprecated This error class is not used during parsing.
|
356
|
+
# Please use `DefaultUserAssociatedToUserGroup` instead.
|
283
357
|
class DefaultUserAssociatedToUserGroupFault < ServiceError
|
284
358
|
|
285
359
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -300,6 +374,8 @@ module Aws::ElastiCache
|
|
300
374
|
end
|
301
375
|
end
|
302
376
|
|
377
|
+
# @deprecated This error class is not used during parsing.
|
378
|
+
# Please use `DuplicateUserName` instead.
|
303
379
|
class DuplicateUserNameFault < ServiceError
|
304
380
|
|
305
381
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -330,6 +406,8 @@ module Aws::ElastiCache
|
|
330
406
|
end
|
331
407
|
end
|
332
408
|
|
409
|
+
# @deprecated This error class is not used during parsing.
|
410
|
+
# Please use `InsufficientCacheClusterCapacity` instead.
|
333
411
|
class InsufficientCacheClusterCapacityFault < ServiceError
|
334
412
|
|
335
413
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -340,6 +418,8 @@ module Aws::ElastiCache
|
|
340
418
|
end
|
341
419
|
end
|
342
420
|
|
421
|
+
# @deprecated This error class is not used during parsing.
|
422
|
+
# Please use `InvalidARN` instead.
|
343
423
|
class InvalidARNFault < ServiceError
|
344
424
|
|
345
425
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -350,6 +430,8 @@ module Aws::ElastiCache
|
|
350
430
|
end
|
351
431
|
end
|
352
432
|
|
433
|
+
# @deprecated This error class is not used during parsing.
|
434
|
+
# Please use `InvalidCacheClusterState` instead.
|
353
435
|
class InvalidCacheClusterStateFault < ServiceError
|
354
436
|
|
355
437
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -360,6 +442,8 @@ module Aws::ElastiCache
|
|
360
442
|
end
|
361
443
|
end
|
362
444
|
|
445
|
+
# @deprecated This error class is not used during parsing.
|
446
|
+
# Please use `InvalidCacheParameterGroupState` instead.
|
363
447
|
class InvalidCacheParameterGroupStateFault < ServiceError
|
364
448
|
|
365
449
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -370,6 +454,8 @@ module Aws::ElastiCache
|
|
370
454
|
end
|
371
455
|
end
|
372
456
|
|
457
|
+
# @deprecated This error class is not used during parsing.
|
458
|
+
# Please use `InvalidCacheSecurityGroupState` instead.
|
373
459
|
class InvalidCacheSecurityGroupStateFault < ServiceError
|
374
460
|
|
375
461
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -390,6 +476,8 @@ module Aws::ElastiCache
|
|
390
476
|
end
|
391
477
|
end
|
392
478
|
|
479
|
+
# @deprecated This error class is not used during parsing.
|
480
|
+
# Please use `InvalidGlobalReplicationGroupState` instead.
|
393
481
|
class InvalidGlobalReplicationGroupStateFault < ServiceError
|
394
482
|
|
395
483
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -410,6 +498,8 @@ module Aws::ElastiCache
|
|
410
498
|
end
|
411
499
|
end
|
412
500
|
|
501
|
+
# @deprecated This error class is not used during parsing.
|
502
|
+
# Please use `InvalidParameterCombination` instead.
|
413
503
|
class InvalidParameterCombinationException < ServiceError
|
414
504
|
|
415
505
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -425,6 +515,8 @@ module Aws::ElastiCache
|
|
425
515
|
end
|
426
516
|
end
|
427
517
|
|
518
|
+
# @deprecated This error class is not used during parsing.
|
519
|
+
# Please use `InvalidParameterValue` instead.
|
428
520
|
class InvalidParameterValueException < ServiceError
|
429
521
|
|
430
522
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -440,6 +532,8 @@ module Aws::ElastiCache
|
|
440
532
|
end
|
441
533
|
end
|
442
534
|
|
535
|
+
# @deprecated This error class is not used during parsing.
|
536
|
+
# Please use `InvalidReplicationGroupState` instead.
|
443
537
|
class InvalidReplicationGroupStateFault < ServiceError
|
444
538
|
|
445
539
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -470,6 +564,8 @@ module Aws::ElastiCache
|
|
470
564
|
end
|
471
565
|
end
|
472
566
|
|
567
|
+
# @deprecated This error class is not used during parsing.
|
568
|
+
# Please use `InvalidSnapshotState` instead.
|
473
569
|
class InvalidSnapshotStateFault < ServiceError
|
474
570
|
|
475
571
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -490,6 +586,8 @@ module Aws::ElastiCache
|
|
490
586
|
end
|
491
587
|
end
|
492
588
|
|
589
|
+
# @deprecated This error class is not used during parsing.
|
590
|
+
# Please use `InvalidUserGroupState` instead.
|
493
591
|
class InvalidUserGroupStateFault < ServiceError
|
494
592
|
|
495
593
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -500,6 +598,8 @@ module Aws::ElastiCache
|
|
500
598
|
end
|
501
599
|
end
|
502
600
|
|
601
|
+
# @deprecated This error class is not used during parsing.
|
602
|
+
# Please use `InvalidUserState` instead.
|
503
603
|
class InvalidUserStateFault < ServiceError
|
504
604
|
|
505
605
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -540,6 +640,8 @@ module Aws::ElastiCache
|
|
540
640
|
end
|
541
641
|
end
|
542
642
|
|
643
|
+
# @deprecated This error class is not used during parsing.
|
644
|
+
# Please use `NodeGroupsPerReplicationGroupQuotaExceeded` instead.
|
543
645
|
class NodeGroupsPerReplicationGroupQuotaExceededFault < ServiceError
|
544
646
|
|
545
647
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -550,6 +652,8 @@ module Aws::ElastiCache
|
|
550
652
|
end
|
551
653
|
end
|
552
654
|
|
655
|
+
# @deprecated This error class is not used during parsing.
|
656
|
+
# Please use `NodeQuotaForClusterExceeded` instead.
|
553
657
|
class NodeQuotaForClusterExceededFault < ServiceError
|
554
658
|
|
555
659
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -560,6 +664,8 @@ module Aws::ElastiCache
|
|
560
664
|
end
|
561
665
|
end
|
562
666
|
|
667
|
+
# @deprecated This error class is not used during parsing.
|
668
|
+
# Please use `NodeQuotaForCustomerExceeded` instead.
|
563
669
|
class NodeQuotaForCustomerExceededFault < ServiceError
|
564
670
|
|
565
671
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -570,6 +676,8 @@ module Aws::ElastiCache
|
|
570
676
|
end
|
571
677
|
end
|
572
678
|
|
679
|
+
# @deprecated This error class is not used during parsing.
|
680
|
+
# Please use `ReplicationGroupAlreadyExists` instead.
|
573
681
|
class ReplicationGroupAlreadyExistsFault < ServiceError
|
574
682
|
|
575
683
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -610,6 +718,8 @@ module Aws::ElastiCache
|
|
610
718
|
end
|
611
719
|
end
|
612
720
|
|
721
|
+
# @deprecated This error class is not used during parsing.
|
722
|
+
# Please use `ReservedCacheNodeAlreadyExists` instead.
|
613
723
|
class ReservedCacheNodeAlreadyExistsFault < ServiceError
|
614
724
|
|
615
725
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -620,6 +730,8 @@ module Aws::ElastiCache
|
|
620
730
|
end
|
621
731
|
end
|
622
732
|
|
733
|
+
# @deprecated This error class is not used during parsing.
|
734
|
+
# Please use `ReservedCacheNodeNotFound` instead.
|
623
735
|
class ReservedCacheNodeNotFoundFault < ServiceError
|
624
736
|
|
625
737
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -630,6 +742,8 @@ module Aws::ElastiCache
|
|
630
742
|
end
|
631
743
|
end
|
632
744
|
|
745
|
+
# @deprecated This error class is not used during parsing.
|
746
|
+
# Please use `ReservedCacheNodeQuotaExceeded` instead.
|
633
747
|
class ReservedCacheNodeQuotaExceededFault < ServiceError
|
634
748
|
|
635
749
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -640,6 +754,8 @@ module Aws::ElastiCache
|
|
640
754
|
end
|
641
755
|
end
|
642
756
|
|
757
|
+
# @deprecated This error class is not used during parsing.
|
758
|
+
# Please use `ReservedCacheNodesOfferingNotFound` instead.
|
643
759
|
class ReservedCacheNodesOfferingNotFoundFault < ServiceError
|
644
760
|
|
645
761
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -790,6 +906,8 @@ module Aws::ElastiCache
|
|
790
906
|
end
|
791
907
|
end
|
792
908
|
|
909
|
+
# @deprecated This error class is not used during parsing.
|
910
|
+
# Please use `TagNotFound` instead.
|
793
911
|
class TagNotFoundFault < ServiceError
|
794
912
|
|
795
913
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -820,6 +938,8 @@ module Aws::ElastiCache
|
|
820
938
|
end
|
821
939
|
end
|
822
940
|
|
941
|
+
# @deprecated This error class is not used during parsing.
|
942
|
+
# Please use `UserAlreadyExists` instead.
|
823
943
|
class UserAlreadyExistsFault < ServiceError
|
824
944
|
|
825
945
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -830,6 +950,8 @@ module Aws::ElastiCache
|
|
830
950
|
end
|
831
951
|
end
|
832
952
|
|
953
|
+
# @deprecated This error class is not used during parsing.
|
954
|
+
# Please use `UserGroupAlreadyExists` instead.
|
833
955
|
class UserGroupAlreadyExistsFault < ServiceError
|
834
956
|
|
835
957
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -840,6 +962,8 @@ module Aws::ElastiCache
|
|
840
962
|
end
|
841
963
|
end
|
842
964
|
|
965
|
+
# @deprecated This error class is not used during parsing.
|
966
|
+
# Please use `UserGroupNotFound` instead.
|
843
967
|
class UserGroupNotFoundFault < ServiceError
|
844
968
|
|
845
969
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -850,6 +974,8 @@ module Aws::ElastiCache
|
|
850
974
|
end
|
851
975
|
end
|
852
976
|
|
977
|
+
# @deprecated This error class is not used during parsing.
|
978
|
+
# Please use `UserGroupQuotaExceeded` instead.
|
853
979
|
class UserGroupQuotaExceededFault < ServiceError
|
854
980
|
|
855
981
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -860,6 +986,8 @@ module Aws::ElastiCache
|
|
860
986
|
end
|
861
987
|
end
|
862
988
|
|
989
|
+
# @deprecated This error class is not used during parsing.
|
990
|
+
# Please use `UserNotFound` instead.
|
863
991
|
class UserNotFoundFault < ServiceError
|
864
992
|
|
865
993
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -870,6 +998,8 @@ module Aws::ElastiCache
|
|
870
998
|
end
|
871
999
|
end
|
872
1000
|
|
1001
|
+
# @deprecated This error class is not used during parsing.
|
1002
|
+
# Please use `UserQuotaExceeded` instead.
|
873
1003
|
class UserQuotaExceededFault < ServiceError
|
874
1004
|
|
875
1005
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -2083,9 +2083,9 @@ module Aws::ElastiCache
|
|
2083
2083
|
# The name of the cache parameter group family that the cache
|
2084
2084
|
# parameter group can be used with.
|
2085
2085
|
#
|
2086
|
-
# Valid values are: `
|
2087
|
-
#
|
2088
|
-
# `redis5.0` \| `redis6.x` \| `redis7`
|
2086
|
+
# Valid values are: `valkey8` \| `valkey7` \| `memcached1.4` \|
|
2087
|
+
# `memcached1.5` \| `memcached1.6` \| `redis2.6` \| `redis2.8` \|
|
2088
|
+
# `redis3.2` \| `redis4.0` \| `redis5.0` \| `redis6.x` \| `redis7`
|
2089
2089
|
# @return [String]
|
2090
2090
|
#
|
2091
2091
|
# @!attribute [rw] description
|
@@ -3298,9 +3298,9 @@ module Aws::ElastiCache
|
|
3298
3298
|
#
|
3299
3299
|
# @!attribute [rw] replica_configuration
|
3300
3300
|
# A list of `ConfigureShard` objects that can be used to configure
|
3301
|
-
# each shard in a Valkey or Redis OSS
|
3302
|
-
#
|
3303
|
-
# `
|
3301
|
+
# each shard in a Valkey or Redis OSS replication group. The
|
3302
|
+
# `ConfigureShard` has three members: `NewReplicaCount`,
|
3303
|
+
# `NodeGroupId`, and `PreferredAvailabilityZones`.
|
3304
3304
|
# @return [Array<Types::ConfigureShard>]
|
3305
3305
|
#
|
3306
3306
|
# @!attribute [rw] replicas_to_remove
|
data/lib/aws-sdk-elasticache.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-elasticache
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.124.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-03-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|