@aws-sdk/client-elasticache 3.934.0 → 3.936.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.
@@ -0,0 +1,952 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { ElastiCacheServiceException as __BaseException } from "./ElastiCacheServiceException";
3
+ /**
4
+ * <p>The requested cluster ID does not refer to an existing cluster.</p>
5
+ * @public
6
+ */
7
+ export declare class CacheClusterNotFoundFault extends __BaseException {
8
+ readonly name: "CacheClusterNotFoundFault";
9
+ readonly $fault: "client";
10
+ /**
11
+ * @internal
12
+ */
13
+ constructor(opts: __ExceptionOptionType<CacheClusterNotFoundFault, __BaseException>);
14
+ }
15
+ /**
16
+ * <p>The requested cache parameter group name does not refer to an existing cache parameter
17
+ * group.</p>
18
+ * @public
19
+ */
20
+ export declare class CacheParameterGroupNotFoundFault extends __BaseException {
21
+ readonly name: "CacheParameterGroupNotFoundFault";
22
+ readonly $fault: "client";
23
+ /**
24
+ * @internal
25
+ */
26
+ constructor(opts: __ExceptionOptionType<CacheParameterGroupNotFoundFault, __BaseException>);
27
+ }
28
+ /**
29
+ * <p>The requested cache security group name does not refer to an existing cache security
30
+ * group.</p>
31
+ * @public
32
+ */
33
+ export declare class CacheSecurityGroupNotFoundFault extends __BaseException {
34
+ readonly name: "CacheSecurityGroupNotFoundFault";
35
+ readonly $fault: "client";
36
+ /**
37
+ * @internal
38
+ */
39
+ constructor(opts: __ExceptionOptionType<CacheSecurityGroupNotFoundFault, __BaseException>);
40
+ }
41
+ /**
42
+ * <p>The requested cache subnet group name does not refer to an existing cache subnet
43
+ * group.</p>
44
+ * @public
45
+ */
46
+ export declare class CacheSubnetGroupNotFoundFault extends __BaseException {
47
+ readonly name: "CacheSubnetGroupNotFoundFault";
48
+ readonly $fault: "client";
49
+ /**
50
+ * @internal
51
+ */
52
+ constructor(opts: __ExceptionOptionType<CacheSubnetGroupNotFoundFault, __BaseException>);
53
+ }
54
+ /**
55
+ * <p>The requested Amazon Resource Name (ARN) does not refer to an existing
56
+ * resource.</p>
57
+ * @public
58
+ */
59
+ export declare class InvalidARNFault extends __BaseException {
60
+ readonly name: "InvalidARNFault";
61
+ readonly $fault: "client";
62
+ /**
63
+ * @internal
64
+ */
65
+ constructor(opts: __ExceptionOptionType<InvalidARNFault, __BaseException>);
66
+ }
67
+ /**
68
+ * <p>The requested replication group is not in the <code>available</code> state.</p>
69
+ * @public
70
+ */
71
+ export declare class InvalidReplicationGroupStateFault extends __BaseException {
72
+ readonly name: "InvalidReplicationGroupStateFault";
73
+ readonly $fault: "client";
74
+ /**
75
+ * @internal
76
+ */
77
+ constructor(opts: __ExceptionOptionType<InvalidReplicationGroupStateFault, __BaseException>);
78
+ }
79
+ /**
80
+ * <p>The state of the serverless cache snapshot was not received. Available for Valkey, Redis OSS and Serverless Memcached only.</p>
81
+ * @public
82
+ */
83
+ export declare class InvalidServerlessCacheSnapshotStateFault extends __BaseException {
84
+ readonly name: "InvalidServerlessCacheSnapshotStateFault";
85
+ readonly $fault: "client";
86
+ /**
87
+ * @internal
88
+ */
89
+ constructor(opts: __ExceptionOptionType<InvalidServerlessCacheSnapshotStateFault, __BaseException>);
90
+ }
91
+ /**
92
+ * <p>The account for these credentials is not currently active.</p>
93
+ * @public
94
+ */
95
+ export declare class InvalidServerlessCacheStateFault extends __BaseException {
96
+ readonly name: "InvalidServerlessCacheStateFault";
97
+ readonly $fault: "client";
98
+ /**
99
+ * @internal
100
+ */
101
+ constructor(opts: __ExceptionOptionType<InvalidServerlessCacheStateFault, __BaseException>);
102
+ }
103
+ /**
104
+ * <p>The specified replication group does not exist.</p>
105
+ * @public
106
+ */
107
+ export declare class ReplicationGroupNotFoundFault extends __BaseException {
108
+ readonly name: "ReplicationGroupNotFoundFault";
109
+ readonly $fault: "client";
110
+ /**
111
+ * @internal
112
+ */
113
+ constructor(opts: __ExceptionOptionType<ReplicationGroupNotFoundFault, __BaseException>);
114
+ }
115
+ /**
116
+ * <p>The requested reserved cache node was not found.</p>
117
+ * @public
118
+ */
119
+ export declare class ReservedCacheNodeNotFoundFault extends __BaseException {
120
+ readonly name: "ReservedCacheNodeNotFoundFault";
121
+ readonly $fault: "client";
122
+ /**
123
+ * @internal
124
+ */
125
+ constructor(opts: __ExceptionOptionType<ReservedCacheNodeNotFoundFault, __BaseException>);
126
+ }
127
+ /**
128
+ * <p>The serverless cache was not found or does not exist.</p>
129
+ * @public
130
+ */
131
+ export declare class ServerlessCacheNotFoundFault extends __BaseException {
132
+ readonly name: "ServerlessCacheNotFoundFault";
133
+ readonly $fault: "client";
134
+ /**
135
+ * @internal
136
+ */
137
+ constructor(opts: __ExceptionOptionType<ServerlessCacheNotFoundFault, __BaseException>);
138
+ }
139
+ /**
140
+ * <p>This serverless cache snapshot could not be found or does not exist. Available for Valkey, Redis OSS and Serverless Memcached only.</p>
141
+ * @public
142
+ */
143
+ export declare class ServerlessCacheSnapshotNotFoundFault extends __BaseException {
144
+ readonly name: "ServerlessCacheSnapshotNotFoundFault";
145
+ readonly $fault: "client";
146
+ /**
147
+ * @internal
148
+ */
149
+ constructor(opts: __ExceptionOptionType<ServerlessCacheSnapshotNotFoundFault, __BaseException>);
150
+ }
151
+ /**
152
+ * <p>The requested snapshot name does not refer to an existing snapshot.</p>
153
+ * @public
154
+ */
155
+ export declare class SnapshotNotFoundFault extends __BaseException {
156
+ readonly name: "SnapshotNotFoundFault";
157
+ readonly $fault: "client";
158
+ /**
159
+ * @internal
160
+ */
161
+ constructor(opts: __ExceptionOptionType<SnapshotNotFoundFault, __BaseException>);
162
+ }
163
+ /**
164
+ * <p>The request cannot be processed because it would cause the resource to have more than
165
+ * the allowed number of tags. The maximum number of tags permitted on a resource is
166
+ * 50.</p>
167
+ * @public
168
+ */
169
+ export declare class TagQuotaPerResourceExceeded extends __BaseException {
170
+ readonly name: "TagQuotaPerResourceExceeded";
171
+ readonly $fault: "client";
172
+ /**
173
+ * @internal
174
+ */
175
+ constructor(opts: __ExceptionOptionType<TagQuotaPerResourceExceeded, __BaseException>);
176
+ }
177
+ /**
178
+ * <p>The user group was not found or does not exist</p>
179
+ * @public
180
+ */
181
+ export declare class UserGroupNotFoundFault extends __BaseException {
182
+ readonly name: "UserGroupNotFoundFault";
183
+ readonly $fault: "client";
184
+ /**
185
+ * @internal
186
+ */
187
+ constructor(opts: __ExceptionOptionType<UserGroupNotFoundFault, __BaseException>);
188
+ }
189
+ /**
190
+ * <p>The user does not exist or could not be found.</p>
191
+ * @public
192
+ */
193
+ export declare class UserNotFoundFault extends __BaseException {
194
+ readonly name: "UserNotFoundFault";
195
+ readonly $fault: "client";
196
+ /**
197
+ * @internal
198
+ */
199
+ constructor(opts: __ExceptionOptionType<UserNotFoundFault, __BaseException>);
200
+ }
201
+ /**
202
+ * <p>The specified Amazon EC2 security group is already authorized for the specified cache
203
+ * security group.</p>
204
+ * @public
205
+ */
206
+ export declare class AuthorizationAlreadyExistsFault extends __BaseException {
207
+ readonly name: "AuthorizationAlreadyExistsFault";
208
+ readonly $fault: "client";
209
+ /**
210
+ * @internal
211
+ */
212
+ constructor(opts: __ExceptionOptionType<AuthorizationAlreadyExistsFault, __BaseException>);
213
+ }
214
+ /**
215
+ * <p>The current state of the cache security group does not allow deletion.</p>
216
+ * @public
217
+ */
218
+ export declare class InvalidCacheSecurityGroupStateFault extends __BaseException {
219
+ readonly name: "InvalidCacheSecurityGroupStateFault";
220
+ readonly $fault: "client";
221
+ /**
222
+ * @internal
223
+ */
224
+ constructor(opts: __ExceptionOptionType<InvalidCacheSecurityGroupStateFault, __BaseException>);
225
+ }
226
+ /**
227
+ * <p>Two or more incompatible parameters were specified.</p>
228
+ * @public
229
+ */
230
+ export declare class InvalidParameterCombinationException extends __BaseException {
231
+ readonly name: "InvalidParameterCombinationException";
232
+ readonly $fault: "client";
233
+ /**
234
+ * @internal
235
+ */
236
+ constructor(opts: __ExceptionOptionType<InvalidParameterCombinationException, __BaseException>);
237
+ }
238
+ /**
239
+ * <p>The value for a parameter is invalid.</p>
240
+ * @public
241
+ */
242
+ export declare class InvalidParameterValueException extends __BaseException {
243
+ readonly name: "InvalidParameterValueException";
244
+ readonly $fault: "client";
245
+ /**
246
+ * @internal
247
+ */
248
+ constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
249
+ }
250
+ /**
251
+ * <p>The service update doesn't exist</p>
252
+ * @public
253
+ */
254
+ export declare class ServiceUpdateNotFoundFault extends __BaseException {
255
+ readonly name: "ServiceUpdateNotFoundFault";
256
+ readonly $fault: "client";
257
+ /**
258
+ * @internal
259
+ */
260
+ constructor(opts: __ExceptionOptionType<ServiceUpdateNotFoundFault, __BaseException>);
261
+ }
262
+ /**
263
+ * <p>The designated replication group is not available for data migration.</p>
264
+ * @public
265
+ */
266
+ export declare class ReplicationGroupNotUnderMigrationFault extends __BaseException {
267
+ readonly name: "ReplicationGroupNotUnderMigrationFault";
268
+ readonly $fault: "client";
269
+ /**
270
+ * @internal
271
+ */
272
+ constructor(opts: __ExceptionOptionType<ReplicationGroupNotUnderMigrationFault, __BaseException>);
273
+ }
274
+ /**
275
+ * <p>A serverless cache snapshot with this name already exists. Available for Valkey, Redis OSS and Serverless Memcached only.</p>
276
+ * @public
277
+ */
278
+ export declare class ServerlessCacheSnapshotAlreadyExistsFault extends __BaseException {
279
+ readonly name: "ServerlessCacheSnapshotAlreadyExistsFault";
280
+ readonly $fault: "client";
281
+ /**
282
+ * @internal
283
+ */
284
+ constructor(opts: __ExceptionOptionType<ServerlessCacheSnapshotAlreadyExistsFault, __BaseException>);
285
+ }
286
+ /**
287
+ * <p>The number of serverless cache snapshots exceeds the customer snapshot quota. Available for Valkey, Redis OSS and Serverless Memcached only.</p>
288
+ * @public
289
+ */
290
+ export declare class ServerlessCacheSnapshotQuotaExceededFault extends __BaseException {
291
+ readonly name: "ServerlessCacheSnapshotQuotaExceededFault";
292
+ readonly $fault: "client";
293
+ /**
294
+ * @internal
295
+ */
296
+ constructor(opts: __ExceptionOptionType<ServerlessCacheSnapshotQuotaExceededFault, __BaseException>);
297
+ }
298
+ /**
299
+ * <p>The specified service linked role (SLR) was not found.</p>
300
+ * @public
301
+ */
302
+ export declare class ServiceLinkedRoleNotFoundFault extends __BaseException {
303
+ readonly name: "ServiceLinkedRoleNotFoundFault";
304
+ readonly $fault: "client";
305
+ /**
306
+ * @internal
307
+ */
308
+ constructor(opts: __ExceptionOptionType<ServiceLinkedRoleNotFoundFault, __BaseException>);
309
+ }
310
+ /**
311
+ * <p>The current state of the snapshot does not allow the requested operation to
312
+ * occur.</p>
313
+ * @public
314
+ */
315
+ export declare class InvalidSnapshotStateFault extends __BaseException {
316
+ readonly name: "InvalidSnapshotStateFault";
317
+ readonly $fault: "client";
318
+ /**
319
+ * @internal
320
+ */
321
+ constructor(opts: __ExceptionOptionType<InvalidSnapshotStateFault, __BaseException>);
322
+ }
323
+ /**
324
+ * <p>You already have a snapshot with the given name.</p>
325
+ * @public
326
+ */
327
+ export declare class SnapshotAlreadyExistsFault extends __BaseException {
328
+ readonly name: "SnapshotAlreadyExistsFault";
329
+ readonly $fault: "client";
330
+ /**
331
+ * @internal
332
+ */
333
+ constructor(opts: __ExceptionOptionType<SnapshotAlreadyExistsFault, __BaseException>);
334
+ }
335
+ /**
336
+ * <p>The request cannot be processed because it would exceed the maximum number of
337
+ * snapshots.</p>
338
+ * @public
339
+ */
340
+ export declare class SnapshotQuotaExceededFault extends __BaseException {
341
+ readonly name: "SnapshotQuotaExceededFault";
342
+ readonly $fault: "client";
343
+ /**
344
+ * @internal
345
+ */
346
+ constructor(opts: __ExceptionOptionType<SnapshotQuotaExceededFault, __BaseException>);
347
+ }
348
+ /**
349
+ * <p>You already have a cluster with the given identifier.</p>
350
+ * @public
351
+ */
352
+ export declare class CacheClusterAlreadyExistsFault extends __BaseException {
353
+ readonly name: "CacheClusterAlreadyExistsFault";
354
+ readonly $fault: "client";
355
+ /**
356
+ * @internal
357
+ */
358
+ constructor(opts: __ExceptionOptionType<CacheClusterAlreadyExistsFault, __BaseException>);
359
+ }
360
+ /**
361
+ * <p>The request cannot be processed because it would exceed the allowed number of clusters
362
+ * per customer.</p>
363
+ * @public
364
+ */
365
+ export declare class ClusterQuotaForCustomerExceededFault extends __BaseException {
366
+ readonly name: "ClusterQuotaForCustomerExceededFault";
367
+ readonly $fault: "client";
368
+ /**
369
+ * @internal
370
+ */
371
+ constructor(opts: __ExceptionOptionType<ClusterQuotaForCustomerExceededFault, __BaseException>);
372
+ }
373
+ /**
374
+ * <p>The requested cache node type is not available in the specified Availability Zone. For
375
+ * more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/ErrorMessages.html#ErrorMessages.INSUFFICIENT_CACHE_CLUSTER_CAPACITY">InsufficientCacheClusterCapacity</a> in the ElastiCache User Guide.</p>
376
+ * @public
377
+ */
378
+ export declare class InsufficientCacheClusterCapacityFault extends __BaseException {
379
+ readonly name: "InsufficientCacheClusterCapacityFault";
380
+ readonly $fault: "client";
381
+ /**
382
+ * @internal
383
+ */
384
+ constructor(opts: __ExceptionOptionType<InsufficientCacheClusterCapacityFault, __BaseException>);
385
+ }
386
+ /**
387
+ * <p>The VPC network is in an invalid state.</p>
388
+ * @public
389
+ */
390
+ export declare class InvalidVPCNetworkStateFault extends __BaseException {
391
+ readonly name: "InvalidVPCNetworkStateFault";
392
+ readonly $fault: "client";
393
+ /**
394
+ * @internal
395
+ */
396
+ constructor(opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>);
397
+ }
398
+ /**
399
+ * <p>The request cannot be processed because it would exceed the allowed number of cache
400
+ * nodes in a single cluster.</p>
401
+ * @public
402
+ */
403
+ export declare class NodeQuotaForClusterExceededFault extends __BaseException {
404
+ readonly name: "NodeQuotaForClusterExceededFault";
405
+ readonly $fault: "client";
406
+ /**
407
+ * @internal
408
+ */
409
+ constructor(opts: __ExceptionOptionType<NodeQuotaForClusterExceededFault, __BaseException>);
410
+ }
411
+ /**
412
+ * <p>The request cannot be processed because it would exceed the allowed number of cache
413
+ * nodes per customer.</p>
414
+ * @public
415
+ */
416
+ export declare class NodeQuotaForCustomerExceededFault extends __BaseException {
417
+ readonly name: "NodeQuotaForCustomerExceededFault";
418
+ readonly $fault: "client";
419
+ /**
420
+ * @internal
421
+ */
422
+ constructor(opts: __ExceptionOptionType<NodeQuotaForCustomerExceededFault, __BaseException>);
423
+ }
424
+ /**
425
+ * <p>A cache parameter group with the requested name already exists.</p>
426
+ * @public
427
+ */
428
+ export declare class CacheParameterGroupAlreadyExistsFault extends __BaseException {
429
+ readonly name: "CacheParameterGroupAlreadyExistsFault";
430
+ readonly $fault: "client";
431
+ /**
432
+ * @internal
433
+ */
434
+ constructor(opts: __ExceptionOptionType<CacheParameterGroupAlreadyExistsFault, __BaseException>);
435
+ }
436
+ /**
437
+ * <p>The request cannot be processed because it would exceed the maximum number of cache
438
+ * security groups.</p>
439
+ * @public
440
+ */
441
+ export declare class CacheParameterGroupQuotaExceededFault extends __BaseException {
442
+ readonly name: "CacheParameterGroupQuotaExceededFault";
443
+ readonly $fault: "client";
444
+ /**
445
+ * @internal
446
+ */
447
+ constructor(opts: __ExceptionOptionType<CacheParameterGroupQuotaExceededFault, __BaseException>);
448
+ }
449
+ /**
450
+ * <p>The current state of the cache parameter group does not allow the requested operation
451
+ * to occur.</p>
452
+ * @public
453
+ */
454
+ export declare class InvalidCacheParameterGroupStateFault extends __BaseException {
455
+ readonly name: "InvalidCacheParameterGroupStateFault";
456
+ readonly $fault: "client";
457
+ /**
458
+ * @internal
459
+ */
460
+ constructor(opts: __ExceptionOptionType<InvalidCacheParameterGroupStateFault, __BaseException>);
461
+ }
462
+ /**
463
+ * <p>A cache security group with the specified name already exists.</p>
464
+ * @public
465
+ */
466
+ export declare class CacheSecurityGroupAlreadyExistsFault extends __BaseException {
467
+ readonly name: "CacheSecurityGroupAlreadyExistsFault";
468
+ readonly $fault: "client";
469
+ /**
470
+ * @internal
471
+ */
472
+ constructor(opts: __ExceptionOptionType<CacheSecurityGroupAlreadyExistsFault, __BaseException>);
473
+ }
474
+ /**
475
+ * <p>The request cannot be processed because it would exceed the allowed number of cache
476
+ * security groups.</p>
477
+ * @public
478
+ */
479
+ export declare class CacheSecurityGroupQuotaExceededFault extends __BaseException {
480
+ readonly name: "CacheSecurityGroupQuotaExceededFault";
481
+ readonly $fault: "client";
482
+ /**
483
+ * @internal
484
+ */
485
+ constructor(opts: __ExceptionOptionType<CacheSecurityGroupQuotaExceededFault, __BaseException>);
486
+ }
487
+ /**
488
+ * <p>The requested cache subnet group name is already in use by an existing cache subnet
489
+ * group.</p>
490
+ * @public
491
+ */
492
+ export declare class CacheSubnetGroupAlreadyExistsFault extends __BaseException {
493
+ readonly name: "CacheSubnetGroupAlreadyExistsFault";
494
+ readonly $fault: "client";
495
+ /**
496
+ * @internal
497
+ */
498
+ constructor(opts: __ExceptionOptionType<CacheSubnetGroupAlreadyExistsFault, __BaseException>);
499
+ }
500
+ /**
501
+ * <p>The request cannot be processed because it would exceed the allowed number of cache
502
+ * subnet groups.</p>
503
+ * @public
504
+ */
505
+ export declare class CacheSubnetGroupQuotaExceededFault extends __BaseException {
506
+ readonly name: "CacheSubnetGroupQuotaExceededFault";
507
+ readonly $fault: "client";
508
+ /**
509
+ * @internal
510
+ */
511
+ constructor(opts: __ExceptionOptionType<CacheSubnetGroupQuotaExceededFault, __BaseException>);
512
+ }
513
+ /**
514
+ * <p>The request cannot be processed because it would exceed the allowed number of subnets
515
+ * in a cache subnet group.</p>
516
+ * @public
517
+ */
518
+ export declare class CacheSubnetQuotaExceededFault extends __BaseException {
519
+ readonly name: "CacheSubnetQuotaExceededFault";
520
+ readonly $fault: "client";
521
+ /**
522
+ * @internal
523
+ */
524
+ constructor(opts: __ExceptionOptionType<CacheSubnetQuotaExceededFault, __BaseException>);
525
+ }
526
+ /**
527
+ * <p>An invalid subnet identifier was specified.</p>
528
+ * @public
529
+ */
530
+ export declare class InvalidSubnet extends __BaseException {
531
+ readonly name: "InvalidSubnet";
532
+ readonly $fault: "client";
533
+ /**
534
+ * @internal
535
+ */
536
+ constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
537
+ }
538
+ /**
539
+ * <p>At least one subnet ID does not match the other subnet IDs. This mismatch typically
540
+ * occurs when a user sets one subnet ID to a regional Availability Zone and a different
541
+ * one to an outpost. Or when a user sets the subnet ID to an Outpost when not subscribed
542
+ * on this service.</p>
543
+ * @public
544
+ */
545
+ export declare class SubnetNotAllowedFault extends __BaseException {
546
+ readonly name: "SubnetNotAllowedFault";
547
+ readonly $fault: "client";
548
+ /**
549
+ * @internal
550
+ */
551
+ constructor(opts: __ExceptionOptionType<SubnetNotAllowedFault, __BaseException>);
552
+ }
553
+ /**
554
+ * <p>The Global datastore name already exists.</p>
555
+ * @public
556
+ */
557
+ export declare class GlobalReplicationGroupAlreadyExistsFault extends __BaseException {
558
+ readonly name: "GlobalReplicationGroupAlreadyExistsFault";
559
+ readonly $fault: "client";
560
+ /**
561
+ * @internal
562
+ */
563
+ constructor(opts: __ExceptionOptionType<GlobalReplicationGroupAlreadyExistsFault, __BaseException>);
564
+ }
565
+ /**
566
+ * <p>The Global datastore does not exist</p>
567
+ * @public
568
+ */
569
+ export declare class GlobalReplicationGroupNotFoundFault extends __BaseException {
570
+ readonly name: "GlobalReplicationGroupNotFoundFault";
571
+ readonly $fault: "client";
572
+ /**
573
+ * @internal
574
+ */
575
+ constructor(opts: __ExceptionOptionType<GlobalReplicationGroupNotFoundFault, __BaseException>);
576
+ }
577
+ /**
578
+ * <p>The requested cluster is not in the <code>available</code> state.</p>
579
+ * @public
580
+ */
581
+ export declare class InvalidCacheClusterStateFault extends __BaseException {
582
+ readonly name: "InvalidCacheClusterStateFault";
583
+ readonly $fault: "client";
584
+ /**
585
+ * @internal
586
+ */
587
+ constructor(opts: __ExceptionOptionType<InvalidCacheClusterStateFault, __BaseException>);
588
+ }
589
+ /**
590
+ * <p>The Global datastore is not available or in primary-only state.</p>
591
+ * @public
592
+ */
593
+ export declare class InvalidGlobalReplicationGroupStateFault extends __BaseException {
594
+ readonly name: "InvalidGlobalReplicationGroupStateFault";
595
+ readonly $fault: "client";
596
+ /**
597
+ * @internal
598
+ */
599
+ constructor(opts: __ExceptionOptionType<InvalidGlobalReplicationGroupStateFault, __BaseException>);
600
+ }
601
+ /**
602
+ * <p>The user group is not in an active state.</p>
603
+ * @public
604
+ */
605
+ export declare class InvalidUserGroupStateFault extends __BaseException {
606
+ readonly name: "InvalidUserGroupStateFault";
607
+ readonly $fault: "client";
608
+ /**
609
+ * @internal
610
+ */
611
+ constructor(opts: __ExceptionOptionType<InvalidUserGroupStateFault, __BaseException>);
612
+ }
613
+ /**
614
+ * <p>The request cannot be processed because it would exceed the maximum allowed number of
615
+ * node groups (shards) in a single replication group. The default maximum is 90</p>
616
+ * @public
617
+ */
618
+ export declare class NodeGroupsPerReplicationGroupQuotaExceededFault extends __BaseException {
619
+ readonly name: "NodeGroupsPerReplicationGroupQuotaExceededFault";
620
+ readonly $fault: "client";
621
+ /**
622
+ * @internal
623
+ */
624
+ constructor(opts: __ExceptionOptionType<NodeGroupsPerReplicationGroupQuotaExceededFault, __BaseException>);
625
+ }
626
+ /**
627
+ * <p>The specified replication group already exists.</p>
628
+ * @public
629
+ */
630
+ export declare class ReplicationGroupAlreadyExistsFault extends __BaseException {
631
+ readonly name: "ReplicationGroupAlreadyExistsFault";
632
+ readonly $fault: "client";
633
+ /**
634
+ * @internal
635
+ */
636
+ constructor(opts: __ExceptionOptionType<ReplicationGroupAlreadyExistsFault, __BaseException>);
637
+ }
638
+ /**
639
+ * <p>You must enter valid credentials.</p>
640
+ * @public
641
+ */
642
+ export declare class InvalidCredentialsException extends __BaseException {
643
+ readonly name: "InvalidCredentialsException";
644
+ readonly $fault: "client";
645
+ /**
646
+ * @internal
647
+ */
648
+ constructor(opts: __ExceptionOptionType<InvalidCredentialsException, __BaseException>);
649
+ }
650
+ /**
651
+ * <p>A serverless cache with this name already exists.</p>
652
+ * @public
653
+ */
654
+ export declare class ServerlessCacheAlreadyExistsFault extends __BaseException {
655
+ readonly name: "ServerlessCacheAlreadyExistsFault";
656
+ readonly $fault: "client";
657
+ /**
658
+ * @internal
659
+ */
660
+ constructor(opts: __ExceptionOptionType<ServerlessCacheAlreadyExistsFault, __BaseException>);
661
+ }
662
+ /**
663
+ * <p>The number of serverless caches exceeds the customer quota.</p>
664
+ * @public
665
+ */
666
+ export declare class ServerlessCacheQuotaForCustomerExceededFault extends __BaseException {
667
+ readonly name: "ServerlessCacheQuotaForCustomerExceededFault";
668
+ readonly $fault: "client";
669
+ /**
670
+ * @internal
671
+ */
672
+ constructor(opts: __ExceptionOptionType<ServerlessCacheQuotaForCustomerExceededFault, __BaseException>);
673
+ }
674
+ /**
675
+ * <p>You attempted one of the following operations:</p>
676
+ * <ul>
677
+ * <li>
678
+ * <p>Creating a snapshot of a Valkey or Redis OSS cluster running on a
679
+ * <code>cache.t1.micro</code> cache node.</p>
680
+ * </li>
681
+ * <li>
682
+ * <p>Creating a snapshot of a cluster that is running Memcached rather than
683
+ * Valkey or Redis OSS.</p>
684
+ * </li>
685
+ * </ul>
686
+ * <p>Neither of these are supported by ElastiCache.</p>
687
+ * @public
688
+ */
689
+ export declare class SnapshotFeatureNotSupportedFault extends __BaseException {
690
+ readonly name: "SnapshotFeatureNotSupportedFault";
691
+ readonly $fault: "client";
692
+ /**
693
+ * @internal
694
+ */
695
+ constructor(opts: __ExceptionOptionType<SnapshotFeatureNotSupportedFault, __BaseException>);
696
+ }
697
+ /**
698
+ * <p>A user with this username already exists.</p>
699
+ * @public
700
+ */
701
+ export declare class DuplicateUserNameFault extends __BaseException {
702
+ readonly name: "DuplicateUserNameFault";
703
+ readonly $fault: "client";
704
+ /**
705
+ * @internal
706
+ */
707
+ constructor(opts: __ExceptionOptionType<DuplicateUserNameFault, __BaseException>);
708
+ }
709
+ /**
710
+ * <p>A user with this ID already exists.</p>
711
+ * @public
712
+ */
713
+ export declare class UserAlreadyExistsFault extends __BaseException {
714
+ readonly name: "UserAlreadyExistsFault";
715
+ readonly $fault: "client";
716
+ /**
717
+ * @internal
718
+ */
719
+ constructor(opts: __ExceptionOptionType<UserAlreadyExistsFault, __BaseException>);
720
+ }
721
+ /**
722
+ * <p>The quota of users has been exceeded.</p>
723
+ * @public
724
+ */
725
+ export declare class UserQuotaExceededFault extends __BaseException {
726
+ readonly name: "UserQuotaExceededFault";
727
+ readonly $fault: "client";
728
+ /**
729
+ * @internal
730
+ */
731
+ constructor(opts: __ExceptionOptionType<UserQuotaExceededFault, __BaseException>);
732
+ }
733
+ /**
734
+ * <p>You must add default user to a user group.</p>
735
+ * @public
736
+ */
737
+ export declare class DefaultUserRequired extends __BaseException {
738
+ readonly name: "DefaultUserRequired";
739
+ readonly $fault: "client";
740
+ /**
741
+ * @internal
742
+ */
743
+ constructor(opts: __ExceptionOptionType<DefaultUserRequired, __BaseException>);
744
+ }
745
+ /**
746
+ * <p>The user group with this ID already exists.</p>
747
+ * @public
748
+ */
749
+ export declare class UserGroupAlreadyExistsFault extends __BaseException {
750
+ readonly name: "UserGroupAlreadyExistsFault";
751
+ readonly $fault: "client";
752
+ /**
753
+ * @internal
754
+ */
755
+ constructor(opts: __ExceptionOptionType<UserGroupAlreadyExistsFault, __BaseException>);
756
+ }
757
+ /**
758
+ * <p>The number of users exceeds the user group limit.</p>
759
+ * @public
760
+ */
761
+ export declare class UserGroupQuotaExceededFault extends __BaseException {
762
+ readonly name: "UserGroupQuotaExceededFault";
763
+ readonly $fault: "client";
764
+ /**
765
+ * @internal
766
+ */
767
+ constructor(opts: __ExceptionOptionType<UserGroupQuotaExceededFault, __BaseException>);
768
+ }
769
+ /**
770
+ * <p>The operation was not performed because no changes were required.</p>
771
+ * @public
772
+ */
773
+ export declare class NoOperationFault extends __BaseException {
774
+ readonly name: "NoOperationFault";
775
+ readonly $fault: "client";
776
+ /**
777
+ * @internal
778
+ */
779
+ constructor(opts: __ExceptionOptionType<NoOperationFault, __BaseException>);
780
+ }
781
+ /**
782
+ * <p>The requested cache subnet group is currently in use.</p>
783
+ * @public
784
+ */
785
+ export declare class CacheSubnetGroupInUse extends __BaseException {
786
+ readonly name: "CacheSubnetGroupInUse";
787
+ readonly $fault: "client";
788
+ /**
789
+ * @internal
790
+ */
791
+ constructor(opts: __ExceptionOptionType<CacheSubnetGroupInUse, __BaseException>);
792
+ }
793
+ /**
794
+ * <p>The default user assigned to the user group.</p>
795
+ * @public
796
+ */
797
+ export declare class DefaultUserAssociatedToUserGroupFault extends __BaseException {
798
+ readonly name: "DefaultUserAssociatedToUserGroupFault";
799
+ readonly $fault: "client";
800
+ /**
801
+ * @internal
802
+ */
803
+ constructor(opts: __ExceptionOptionType<DefaultUserAssociatedToUserGroupFault, __BaseException>);
804
+ }
805
+ /**
806
+ * <p>The user is not in active state.</p>
807
+ * @public
808
+ */
809
+ export declare class InvalidUserStateFault extends __BaseException {
810
+ readonly name: "InvalidUserStateFault";
811
+ readonly $fault: "client";
812
+ /**
813
+ * @internal
814
+ */
815
+ constructor(opts: __ExceptionOptionType<InvalidUserStateFault, __BaseException>);
816
+ }
817
+ /**
818
+ * <p>The requested cache node offering does not exist.</p>
819
+ * @public
820
+ */
821
+ export declare class ReservedCacheNodesOfferingNotFoundFault extends __BaseException {
822
+ readonly name: "ReservedCacheNodesOfferingNotFoundFault";
823
+ readonly $fault: "client";
824
+ /**
825
+ * @internal
826
+ */
827
+ constructor(opts: __ExceptionOptionType<ReservedCacheNodesOfferingNotFoundFault, __BaseException>);
828
+ }
829
+ /**
830
+ * <p>The KMS key supplied is not valid.</p>
831
+ * @public
832
+ */
833
+ export declare class InvalidKMSKeyFault extends __BaseException {
834
+ readonly name: "InvalidKMSKeyFault";
835
+ readonly $fault: "client";
836
+ /**
837
+ * @internal
838
+ */
839
+ constructor(opts: __ExceptionOptionType<InvalidKMSKeyFault, __BaseException>);
840
+ }
841
+ /**
842
+ * <p>The requested subnet is being used by another cache subnet group.</p>
843
+ * @public
844
+ */
845
+ export declare class SubnetInUse extends __BaseException {
846
+ readonly name: "SubnetInUse";
847
+ readonly $fault: "client";
848
+ /**
849
+ * @internal
850
+ */
851
+ constructor(opts: __ExceptionOptionType<SubnetInUse, __BaseException>);
852
+ }
853
+ /**
854
+ * <p>You already have a reservation with the given identifier.</p>
855
+ * @public
856
+ */
857
+ export declare class ReservedCacheNodeAlreadyExistsFault extends __BaseException {
858
+ readonly name: "ReservedCacheNodeAlreadyExistsFault";
859
+ readonly $fault: "client";
860
+ /**
861
+ * @internal
862
+ */
863
+ constructor(opts: __ExceptionOptionType<ReservedCacheNodeAlreadyExistsFault, __BaseException>);
864
+ }
865
+ /**
866
+ * <p>The request cannot be processed because it would exceed the user's cache node
867
+ * quota.</p>
868
+ * @public
869
+ */
870
+ export declare class ReservedCacheNodeQuotaExceededFault extends __BaseException {
871
+ readonly name: "ReservedCacheNodeQuotaExceededFault";
872
+ readonly $fault: "client";
873
+ /**
874
+ * @internal
875
+ */
876
+ constructor(opts: __ExceptionOptionType<ReservedCacheNodeQuotaExceededFault, __BaseException>);
877
+ }
878
+ /**
879
+ * <p>The requested tag was not found on this resource.</p>
880
+ * @public
881
+ */
882
+ export declare class TagNotFoundFault extends __BaseException {
883
+ readonly name: "TagNotFoundFault";
884
+ readonly $fault: "client";
885
+ /**
886
+ * @internal
887
+ */
888
+ constructor(opts: __ExceptionOptionType<TagNotFoundFault, __BaseException>);
889
+ }
890
+ /**
891
+ * <p>The specified Amazon EC2 security group is not authorized for the specified cache
892
+ * security group.</p>
893
+ * @public
894
+ */
895
+ export declare class AuthorizationNotFoundFault extends __BaseException {
896
+ readonly name: "AuthorizationNotFoundFault";
897
+ readonly $fault: "client";
898
+ /**
899
+ * @internal
900
+ */
901
+ constructor(opts: __ExceptionOptionType<AuthorizationNotFoundFault, __BaseException>);
902
+ }
903
+ /**
904
+ * <p>The targeted replication group is not available. </p>
905
+ * @public
906
+ */
907
+ export declare class ReplicationGroupAlreadyUnderMigrationFault extends __BaseException {
908
+ readonly name: "ReplicationGroupAlreadyUnderMigrationFault";
909
+ readonly $fault: "client";
910
+ /**
911
+ * @internal
912
+ */
913
+ constructor(opts: __ExceptionOptionType<ReplicationGroupAlreadyUnderMigrationFault, __BaseException>);
914
+ }
915
+ /**
916
+ * <p>The customer has exceeded the allowed rate of API calls.</p>
917
+ * @public
918
+ */
919
+ export declare class APICallRateForCustomerExceededFault extends __BaseException {
920
+ readonly name: "APICallRateForCustomerExceededFault";
921
+ readonly $fault: "client";
922
+ /**
923
+ * @internal
924
+ */
925
+ constructor(opts: __ExceptionOptionType<APICallRateForCustomerExceededFault, __BaseException>);
926
+ }
927
+ /**
928
+ * <p>The node group specified by the <code>NodeGroupId</code> parameter could not be found.
929
+ * Please verify that the node group exists and that you spelled the
930
+ * <code>NodeGroupId</code> value correctly.</p>
931
+ * @public
932
+ */
933
+ export declare class NodeGroupNotFoundFault extends __BaseException {
934
+ readonly name: "NodeGroupNotFoundFault";
935
+ readonly $fault: "client";
936
+ /**
937
+ * @internal
938
+ */
939
+ constructor(opts: __ExceptionOptionType<NodeGroupNotFoundFault, __BaseException>);
940
+ }
941
+ /**
942
+ * <p>The <code>TestFailover</code> action is not available.</p>
943
+ * @public
944
+ */
945
+ export declare class TestFailoverNotAvailableFault extends __BaseException {
946
+ readonly name: "TestFailoverNotAvailableFault";
947
+ readonly $fault: "client";
948
+ /**
949
+ * @internal
950
+ */
951
+ constructor(opts: __ExceptionOptionType<TestFailoverNotAvailableFault, __BaseException>);
952
+ }