@aws-sdk/client-elasticache 3.933.0 → 3.935.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,631 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { ElastiCacheServiceException as __BaseException } from "./ElastiCacheServiceException";
3
+ export declare class CacheClusterNotFoundFault extends __BaseException {
4
+ readonly name: "CacheClusterNotFoundFault";
5
+ readonly $fault: "client";
6
+ constructor(
7
+ opts: __ExceptionOptionType<CacheClusterNotFoundFault, __BaseException>
8
+ );
9
+ }
10
+ export declare class CacheParameterGroupNotFoundFault extends __BaseException {
11
+ readonly name: "CacheParameterGroupNotFoundFault";
12
+ readonly $fault: "client";
13
+ constructor(
14
+ opts: __ExceptionOptionType<
15
+ CacheParameterGroupNotFoundFault,
16
+ __BaseException
17
+ >
18
+ );
19
+ }
20
+ export declare class CacheSecurityGroupNotFoundFault extends __BaseException {
21
+ readonly name: "CacheSecurityGroupNotFoundFault";
22
+ readonly $fault: "client";
23
+ constructor(
24
+ opts: __ExceptionOptionType<
25
+ CacheSecurityGroupNotFoundFault,
26
+ __BaseException
27
+ >
28
+ );
29
+ }
30
+ export declare class CacheSubnetGroupNotFoundFault extends __BaseException {
31
+ readonly name: "CacheSubnetGroupNotFoundFault";
32
+ readonly $fault: "client";
33
+ constructor(
34
+ opts: __ExceptionOptionType<CacheSubnetGroupNotFoundFault, __BaseException>
35
+ );
36
+ }
37
+ export declare class InvalidARNFault extends __BaseException {
38
+ readonly name: "InvalidARNFault";
39
+ readonly $fault: "client";
40
+ constructor(opts: __ExceptionOptionType<InvalidARNFault, __BaseException>);
41
+ }
42
+ export declare class InvalidReplicationGroupStateFault extends __BaseException {
43
+ readonly name: "InvalidReplicationGroupStateFault";
44
+ readonly $fault: "client";
45
+ constructor(
46
+ opts: __ExceptionOptionType<
47
+ InvalidReplicationGroupStateFault,
48
+ __BaseException
49
+ >
50
+ );
51
+ }
52
+ export declare class InvalidServerlessCacheSnapshotStateFault extends __BaseException {
53
+ readonly name: "InvalidServerlessCacheSnapshotStateFault";
54
+ readonly $fault: "client";
55
+ constructor(
56
+ opts: __ExceptionOptionType<
57
+ InvalidServerlessCacheSnapshotStateFault,
58
+ __BaseException
59
+ >
60
+ );
61
+ }
62
+ export declare class InvalidServerlessCacheStateFault extends __BaseException {
63
+ readonly name: "InvalidServerlessCacheStateFault";
64
+ readonly $fault: "client";
65
+ constructor(
66
+ opts: __ExceptionOptionType<
67
+ InvalidServerlessCacheStateFault,
68
+ __BaseException
69
+ >
70
+ );
71
+ }
72
+ export declare class ReplicationGroupNotFoundFault extends __BaseException {
73
+ readonly name: "ReplicationGroupNotFoundFault";
74
+ readonly $fault: "client";
75
+ constructor(
76
+ opts: __ExceptionOptionType<ReplicationGroupNotFoundFault, __BaseException>
77
+ );
78
+ }
79
+ export declare class ReservedCacheNodeNotFoundFault extends __BaseException {
80
+ readonly name: "ReservedCacheNodeNotFoundFault";
81
+ readonly $fault: "client";
82
+ constructor(
83
+ opts: __ExceptionOptionType<ReservedCacheNodeNotFoundFault, __BaseException>
84
+ );
85
+ }
86
+ export declare class ServerlessCacheNotFoundFault extends __BaseException {
87
+ readonly name: "ServerlessCacheNotFoundFault";
88
+ readonly $fault: "client";
89
+ constructor(
90
+ opts: __ExceptionOptionType<ServerlessCacheNotFoundFault, __BaseException>
91
+ );
92
+ }
93
+ export declare class ServerlessCacheSnapshotNotFoundFault extends __BaseException {
94
+ readonly name: "ServerlessCacheSnapshotNotFoundFault";
95
+ readonly $fault: "client";
96
+ constructor(
97
+ opts: __ExceptionOptionType<
98
+ ServerlessCacheSnapshotNotFoundFault,
99
+ __BaseException
100
+ >
101
+ );
102
+ }
103
+ export declare class SnapshotNotFoundFault extends __BaseException {
104
+ readonly name: "SnapshotNotFoundFault";
105
+ readonly $fault: "client";
106
+ constructor(
107
+ opts: __ExceptionOptionType<SnapshotNotFoundFault, __BaseException>
108
+ );
109
+ }
110
+ export declare class TagQuotaPerResourceExceeded extends __BaseException {
111
+ readonly name: "TagQuotaPerResourceExceeded";
112
+ readonly $fault: "client";
113
+ constructor(
114
+ opts: __ExceptionOptionType<TagQuotaPerResourceExceeded, __BaseException>
115
+ );
116
+ }
117
+ export declare class UserGroupNotFoundFault extends __BaseException {
118
+ readonly name: "UserGroupNotFoundFault";
119
+ readonly $fault: "client";
120
+ constructor(
121
+ opts: __ExceptionOptionType<UserGroupNotFoundFault, __BaseException>
122
+ );
123
+ }
124
+ export declare class UserNotFoundFault extends __BaseException {
125
+ readonly name: "UserNotFoundFault";
126
+ readonly $fault: "client";
127
+ constructor(opts: __ExceptionOptionType<UserNotFoundFault, __BaseException>);
128
+ }
129
+ export declare class AuthorizationAlreadyExistsFault extends __BaseException {
130
+ readonly name: "AuthorizationAlreadyExistsFault";
131
+ readonly $fault: "client";
132
+ constructor(
133
+ opts: __ExceptionOptionType<
134
+ AuthorizationAlreadyExistsFault,
135
+ __BaseException
136
+ >
137
+ );
138
+ }
139
+ export declare class InvalidCacheSecurityGroupStateFault extends __BaseException {
140
+ readonly name: "InvalidCacheSecurityGroupStateFault";
141
+ readonly $fault: "client";
142
+ constructor(
143
+ opts: __ExceptionOptionType<
144
+ InvalidCacheSecurityGroupStateFault,
145
+ __BaseException
146
+ >
147
+ );
148
+ }
149
+ export declare class InvalidParameterCombinationException extends __BaseException {
150
+ readonly name: "InvalidParameterCombinationException";
151
+ readonly $fault: "client";
152
+ constructor(
153
+ opts: __ExceptionOptionType<
154
+ InvalidParameterCombinationException,
155
+ __BaseException
156
+ >
157
+ );
158
+ }
159
+ export declare class InvalidParameterValueException extends __BaseException {
160
+ readonly name: "InvalidParameterValueException";
161
+ readonly $fault: "client";
162
+ constructor(
163
+ opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
164
+ );
165
+ }
166
+ export declare class ServiceUpdateNotFoundFault extends __BaseException {
167
+ readonly name: "ServiceUpdateNotFoundFault";
168
+ readonly $fault: "client";
169
+ constructor(
170
+ opts: __ExceptionOptionType<ServiceUpdateNotFoundFault, __BaseException>
171
+ );
172
+ }
173
+ export declare class ReplicationGroupNotUnderMigrationFault extends __BaseException {
174
+ readonly name: "ReplicationGroupNotUnderMigrationFault";
175
+ readonly $fault: "client";
176
+ constructor(
177
+ opts: __ExceptionOptionType<
178
+ ReplicationGroupNotUnderMigrationFault,
179
+ __BaseException
180
+ >
181
+ );
182
+ }
183
+ export declare class ServerlessCacheSnapshotAlreadyExistsFault extends __BaseException {
184
+ readonly name: "ServerlessCacheSnapshotAlreadyExistsFault";
185
+ readonly $fault: "client";
186
+ constructor(
187
+ opts: __ExceptionOptionType<
188
+ ServerlessCacheSnapshotAlreadyExistsFault,
189
+ __BaseException
190
+ >
191
+ );
192
+ }
193
+ export declare class ServerlessCacheSnapshotQuotaExceededFault extends __BaseException {
194
+ readonly name: "ServerlessCacheSnapshotQuotaExceededFault";
195
+ readonly $fault: "client";
196
+ constructor(
197
+ opts: __ExceptionOptionType<
198
+ ServerlessCacheSnapshotQuotaExceededFault,
199
+ __BaseException
200
+ >
201
+ );
202
+ }
203
+ export declare class ServiceLinkedRoleNotFoundFault extends __BaseException {
204
+ readonly name: "ServiceLinkedRoleNotFoundFault";
205
+ readonly $fault: "client";
206
+ constructor(
207
+ opts: __ExceptionOptionType<ServiceLinkedRoleNotFoundFault, __BaseException>
208
+ );
209
+ }
210
+ export declare class InvalidSnapshotStateFault extends __BaseException {
211
+ readonly name: "InvalidSnapshotStateFault";
212
+ readonly $fault: "client";
213
+ constructor(
214
+ opts: __ExceptionOptionType<InvalidSnapshotStateFault, __BaseException>
215
+ );
216
+ }
217
+ export declare class SnapshotAlreadyExistsFault extends __BaseException {
218
+ readonly name: "SnapshotAlreadyExistsFault";
219
+ readonly $fault: "client";
220
+ constructor(
221
+ opts: __ExceptionOptionType<SnapshotAlreadyExistsFault, __BaseException>
222
+ );
223
+ }
224
+ export declare class SnapshotQuotaExceededFault extends __BaseException {
225
+ readonly name: "SnapshotQuotaExceededFault";
226
+ readonly $fault: "client";
227
+ constructor(
228
+ opts: __ExceptionOptionType<SnapshotQuotaExceededFault, __BaseException>
229
+ );
230
+ }
231
+ export declare class CacheClusterAlreadyExistsFault extends __BaseException {
232
+ readonly name: "CacheClusterAlreadyExistsFault";
233
+ readonly $fault: "client";
234
+ constructor(
235
+ opts: __ExceptionOptionType<CacheClusterAlreadyExistsFault, __BaseException>
236
+ );
237
+ }
238
+ export declare class ClusterQuotaForCustomerExceededFault extends __BaseException {
239
+ readonly name: "ClusterQuotaForCustomerExceededFault";
240
+ readonly $fault: "client";
241
+ constructor(
242
+ opts: __ExceptionOptionType<
243
+ ClusterQuotaForCustomerExceededFault,
244
+ __BaseException
245
+ >
246
+ );
247
+ }
248
+ export declare class InsufficientCacheClusterCapacityFault extends __BaseException {
249
+ readonly name: "InsufficientCacheClusterCapacityFault";
250
+ readonly $fault: "client";
251
+ constructor(
252
+ opts: __ExceptionOptionType<
253
+ InsufficientCacheClusterCapacityFault,
254
+ __BaseException
255
+ >
256
+ );
257
+ }
258
+ export declare class InvalidVPCNetworkStateFault extends __BaseException {
259
+ readonly name: "InvalidVPCNetworkStateFault";
260
+ readonly $fault: "client";
261
+ constructor(
262
+ opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>
263
+ );
264
+ }
265
+ export declare class NodeQuotaForClusterExceededFault extends __BaseException {
266
+ readonly name: "NodeQuotaForClusterExceededFault";
267
+ readonly $fault: "client";
268
+ constructor(
269
+ opts: __ExceptionOptionType<
270
+ NodeQuotaForClusterExceededFault,
271
+ __BaseException
272
+ >
273
+ );
274
+ }
275
+ export declare class NodeQuotaForCustomerExceededFault extends __BaseException {
276
+ readonly name: "NodeQuotaForCustomerExceededFault";
277
+ readonly $fault: "client";
278
+ constructor(
279
+ opts: __ExceptionOptionType<
280
+ NodeQuotaForCustomerExceededFault,
281
+ __BaseException
282
+ >
283
+ );
284
+ }
285
+ export declare class CacheParameterGroupAlreadyExistsFault extends __BaseException {
286
+ readonly name: "CacheParameterGroupAlreadyExistsFault";
287
+ readonly $fault: "client";
288
+ constructor(
289
+ opts: __ExceptionOptionType<
290
+ CacheParameterGroupAlreadyExistsFault,
291
+ __BaseException
292
+ >
293
+ );
294
+ }
295
+ export declare class CacheParameterGroupQuotaExceededFault extends __BaseException {
296
+ readonly name: "CacheParameterGroupQuotaExceededFault";
297
+ readonly $fault: "client";
298
+ constructor(
299
+ opts: __ExceptionOptionType<
300
+ CacheParameterGroupQuotaExceededFault,
301
+ __BaseException
302
+ >
303
+ );
304
+ }
305
+ export declare class InvalidCacheParameterGroupStateFault extends __BaseException {
306
+ readonly name: "InvalidCacheParameterGroupStateFault";
307
+ readonly $fault: "client";
308
+ constructor(
309
+ opts: __ExceptionOptionType<
310
+ InvalidCacheParameterGroupStateFault,
311
+ __BaseException
312
+ >
313
+ );
314
+ }
315
+ export declare class CacheSecurityGroupAlreadyExistsFault extends __BaseException {
316
+ readonly name: "CacheSecurityGroupAlreadyExistsFault";
317
+ readonly $fault: "client";
318
+ constructor(
319
+ opts: __ExceptionOptionType<
320
+ CacheSecurityGroupAlreadyExistsFault,
321
+ __BaseException
322
+ >
323
+ );
324
+ }
325
+ export declare class CacheSecurityGroupQuotaExceededFault extends __BaseException {
326
+ readonly name: "CacheSecurityGroupQuotaExceededFault";
327
+ readonly $fault: "client";
328
+ constructor(
329
+ opts: __ExceptionOptionType<
330
+ CacheSecurityGroupQuotaExceededFault,
331
+ __BaseException
332
+ >
333
+ );
334
+ }
335
+ export declare class CacheSubnetGroupAlreadyExistsFault extends __BaseException {
336
+ readonly name: "CacheSubnetGroupAlreadyExistsFault";
337
+ readonly $fault: "client";
338
+ constructor(
339
+ opts: __ExceptionOptionType<
340
+ CacheSubnetGroupAlreadyExistsFault,
341
+ __BaseException
342
+ >
343
+ );
344
+ }
345
+ export declare class CacheSubnetGroupQuotaExceededFault extends __BaseException {
346
+ readonly name: "CacheSubnetGroupQuotaExceededFault";
347
+ readonly $fault: "client";
348
+ constructor(
349
+ opts: __ExceptionOptionType<
350
+ CacheSubnetGroupQuotaExceededFault,
351
+ __BaseException
352
+ >
353
+ );
354
+ }
355
+ export declare class CacheSubnetQuotaExceededFault extends __BaseException {
356
+ readonly name: "CacheSubnetQuotaExceededFault";
357
+ readonly $fault: "client";
358
+ constructor(
359
+ opts: __ExceptionOptionType<CacheSubnetQuotaExceededFault, __BaseException>
360
+ );
361
+ }
362
+ export declare class InvalidSubnet extends __BaseException {
363
+ readonly name: "InvalidSubnet";
364
+ readonly $fault: "client";
365
+ constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
366
+ }
367
+ export declare class SubnetNotAllowedFault extends __BaseException {
368
+ readonly name: "SubnetNotAllowedFault";
369
+ readonly $fault: "client";
370
+ constructor(
371
+ opts: __ExceptionOptionType<SubnetNotAllowedFault, __BaseException>
372
+ );
373
+ }
374
+ export declare class GlobalReplicationGroupAlreadyExistsFault extends __BaseException {
375
+ readonly name: "GlobalReplicationGroupAlreadyExistsFault";
376
+ readonly $fault: "client";
377
+ constructor(
378
+ opts: __ExceptionOptionType<
379
+ GlobalReplicationGroupAlreadyExistsFault,
380
+ __BaseException
381
+ >
382
+ );
383
+ }
384
+ export declare class GlobalReplicationGroupNotFoundFault extends __BaseException {
385
+ readonly name: "GlobalReplicationGroupNotFoundFault";
386
+ readonly $fault: "client";
387
+ constructor(
388
+ opts: __ExceptionOptionType<
389
+ GlobalReplicationGroupNotFoundFault,
390
+ __BaseException
391
+ >
392
+ );
393
+ }
394
+ export declare class InvalidCacheClusterStateFault extends __BaseException {
395
+ readonly name: "InvalidCacheClusterStateFault";
396
+ readonly $fault: "client";
397
+ constructor(
398
+ opts: __ExceptionOptionType<InvalidCacheClusterStateFault, __BaseException>
399
+ );
400
+ }
401
+ export declare class InvalidGlobalReplicationGroupStateFault extends __BaseException {
402
+ readonly name: "InvalidGlobalReplicationGroupStateFault";
403
+ readonly $fault: "client";
404
+ constructor(
405
+ opts: __ExceptionOptionType<
406
+ InvalidGlobalReplicationGroupStateFault,
407
+ __BaseException
408
+ >
409
+ );
410
+ }
411
+ export declare class InvalidUserGroupStateFault extends __BaseException {
412
+ readonly name: "InvalidUserGroupStateFault";
413
+ readonly $fault: "client";
414
+ constructor(
415
+ opts: __ExceptionOptionType<InvalidUserGroupStateFault, __BaseException>
416
+ );
417
+ }
418
+ export declare class NodeGroupsPerReplicationGroupQuotaExceededFault extends __BaseException {
419
+ readonly name: "NodeGroupsPerReplicationGroupQuotaExceededFault";
420
+ readonly $fault: "client";
421
+ constructor(
422
+ opts: __ExceptionOptionType<
423
+ NodeGroupsPerReplicationGroupQuotaExceededFault,
424
+ __BaseException
425
+ >
426
+ );
427
+ }
428
+ export declare class ReplicationGroupAlreadyExistsFault extends __BaseException {
429
+ readonly name: "ReplicationGroupAlreadyExistsFault";
430
+ readonly $fault: "client";
431
+ constructor(
432
+ opts: __ExceptionOptionType<
433
+ ReplicationGroupAlreadyExistsFault,
434
+ __BaseException
435
+ >
436
+ );
437
+ }
438
+ export declare class InvalidCredentialsException extends __BaseException {
439
+ readonly name: "InvalidCredentialsException";
440
+ readonly $fault: "client";
441
+ constructor(
442
+ opts: __ExceptionOptionType<InvalidCredentialsException, __BaseException>
443
+ );
444
+ }
445
+ export declare class ServerlessCacheAlreadyExistsFault extends __BaseException {
446
+ readonly name: "ServerlessCacheAlreadyExistsFault";
447
+ readonly $fault: "client";
448
+ constructor(
449
+ opts: __ExceptionOptionType<
450
+ ServerlessCacheAlreadyExistsFault,
451
+ __BaseException
452
+ >
453
+ );
454
+ }
455
+ export declare class ServerlessCacheQuotaForCustomerExceededFault extends __BaseException {
456
+ readonly name: "ServerlessCacheQuotaForCustomerExceededFault";
457
+ readonly $fault: "client";
458
+ constructor(
459
+ opts: __ExceptionOptionType<
460
+ ServerlessCacheQuotaForCustomerExceededFault,
461
+ __BaseException
462
+ >
463
+ );
464
+ }
465
+ export declare class SnapshotFeatureNotSupportedFault extends __BaseException {
466
+ readonly name: "SnapshotFeatureNotSupportedFault";
467
+ readonly $fault: "client";
468
+ constructor(
469
+ opts: __ExceptionOptionType<
470
+ SnapshotFeatureNotSupportedFault,
471
+ __BaseException
472
+ >
473
+ );
474
+ }
475
+ export declare class DuplicateUserNameFault extends __BaseException {
476
+ readonly name: "DuplicateUserNameFault";
477
+ readonly $fault: "client";
478
+ constructor(
479
+ opts: __ExceptionOptionType<DuplicateUserNameFault, __BaseException>
480
+ );
481
+ }
482
+ export declare class UserAlreadyExistsFault extends __BaseException {
483
+ readonly name: "UserAlreadyExistsFault";
484
+ readonly $fault: "client";
485
+ constructor(
486
+ opts: __ExceptionOptionType<UserAlreadyExistsFault, __BaseException>
487
+ );
488
+ }
489
+ export declare class UserQuotaExceededFault extends __BaseException {
490
+ readonly name: "UserQuotaExceededFault";
491
+ readonly $fault: "client";
492
+ constructor(
493
+ opts: __ExceptionOptionType<UserQuotaExceededFault, __BaseException>
494
+ );
495
+ }
496
+ export declare class DefaultUserRequired extends __BaseException {
497
+ readonly name: "DefaultUserRequired";
498
+ readonly $fault: "client";
499
+ constructor(
500
+ opts: __ExceptionOptionType<DefaultUserRequired, __BaseException>
501
+ );
502
+ }
503
+ export declare class UserGroupAlreadyExistsFault extends __BaseException {
504
+ readonly name: "UserGroupAlreadyExistsFault";
505
+ readonly $fault: "client";
506
+ constructor(
507
+ opts: __ExceptionOptionType<UserGroupAlreadyExistsFault, __BaseException>
508
+ );
509
+ }
510
+ export declare class UserGroupQuotaExceededFault extends __BaseException {
511
+ readonly name: "UserGroupQuotaExceededFault";
512
+ readonly $fault: "client";
513
+ constructor(
514
+ opts: __ExceptionOptionType<UserGroupQuotaExceededFault, __BaseException>
515
+ );
516
+ }
517
+ export declare class NoOperationFault extends __BaseException {
518
+ readonly name: "NoOperationFault";
519
+ readonly $fault: "client";
520
+ constructor(opts: __ExceptionOptionType<NoOperationFault, __BaseException>);
521
+ }
522
+ export declare class CacheSubnetGroupInUse extends __BaseException {
523
+ readonly name: "CacheSubnetGroupInUse";
524
+ readonly $fault: "client";
525
+ constructor(
526
+ opts: __ExceptionOptionType<CacheSubnetGroupInUse, __BaseException>
527
+ );
528
+ }
529
+ export declare class DefaultUserAssociatedToUserGroupFault extends __BaseException {
530
+ readonly name: "DefaultUserAssociatedToUserGroupFault";
531
+ readonly $fault: "client";
532
+ constructor(
533
+ opts: __ExceptionOptionType<
534
+ DefaultUserAssociatedToUserGroupFault,
535
+ __BaseException
536
+ >
537
+ );
538
+ }
539
+ export declare class InvalidUserStateFault extends __BaseException {
540
+ readonly name: "InvalidUserStateFault";
541
+ readonly $fault: "client";
542
+ constructor(
543
+ opts: __ExceptionOptionType<InvalidUserStateFault, __BaseException>
544
+ );
545
+ }
546
+ export declare class ReservedCacheNodesOfferingNotFoundFault extends __BaseException {
547
+ readonly name: "ReservedCacheNodesOfferingNotFoundFault";
548
+ readonly $fault: "client";
549
+ constructor(
550
+ opts: __ExceptionOptionType<
551
+ ReservedCacheNodesOfferingNotFoundFault,
552
+ __BaseException
553
+ >
554
+ );
555
+ }
556
+ export declare class InvalidKMSKeyFault extends __BaseException {
557
+ readonly name: "InvalidKMSKeyFault";
558
+ readonly $fault: "client";
559
+ constructor(opts: __ExceptionOptionType<InvalidKMSKeyFault, __BaseException>);
560
+ }
561
+ export declare class SubnetInUse extends __BaseException {
562
+ readonly name: "SubnetInUse";
563
+ readonly $fault: "client";
564
+ constructor(opts: __ExceptionOptionType<SubnetInUse, __BaseException>);
565
+ }
566
+ export declare class ReservedCacheNodeAlreadyExistsFault extends __BaseException {
567
+ readonly name: "ReservedCacheNodeAlreadyExistsFault";
568
+ readonly $fault: "client";
569
+ constructor(
570
+ opts: __ExceptionOptionType<
571
+ ReservedCacheNodeAlreadyExistsFault,
572
+ __BaseException
573
+ >
574
+ );
575
+ }
576
+ export declare class ReservedCacheNodeQuotaExceededFault extends __BaseException {
577
+ readonly name: "ReservedCacheNodeQuotaExceededFault";
578
+ readonly $fault: "client";
579
+ constructor(
580
+ opts: __ExceptionOptionType<
581
+ ReservedCacheNodeQuotaExceededFault,
582
+ __BaseException
583
+ >
584
+ );
585
+ }
586
+ export declare class TagNotFoundFault extends __BaseException {
587
+ readonly name: "TagNotFoundFault";
588
+ readonly $fault: "client";
589
+ constructor(opts: __ExceptionOptionType<TagNotFoundFault, __BaseException>);
590
+ }
591
+ export declare class AuthorizationNotFoundFault extends __BaseException {
592
+ readonly name: "AuthorizationNotFoundFault";
593
+ readonly $fault: "client";
594
+ constructor(
595
+ opts: __ExceptionOptionType<AuthorizationNotFoundFault, __BaseException>
596
+ );
597
+ }
598
+ export declare class ReplicationGroupAlreadyUnderMigrationFault extends __BaseException {
599
+ readonly name: "ReplicationGroupAlreadyUnderMigrationFault";
600
+ readonly $fault: "client";
601
+ constructor(
602
+ opts: __ExceptionOptionType<
603
+ ReplicationGroupAlreadyUnderMigrationFault,
604
+ __BaseException
605
+ >
606
+ );
607
+ }
608
+ export declare class APICallRateForCustomerExceededFault extends __BaseException {
609
+ readonly name: "APICallRateForCustomerExceededFault";
610
+ readonly $fault: "client";
611
+ constructor(
612
+ opts: __ExceptionOptionType<
613
+ APICallRateForCustomerExceededFault,
614
+ __BaseException
615
+ >
616
+ );
617
+ }
618
+ export declare class NodeGroupNotFoundFault extends __BaseException {
619
+ readonly name: "NodeGroupNotFoundFault";
620
+ readonly $fault: "client";
621
+ constructor(
622
+ opts: __ExceptionOptionType<NodeGroupNotFoundFault, __BaseException>
623
+ );
624
+ }
625
+ export declare class TestFailoverNotAvailableFault extends __BaseException {
626
+ readonly name: "TestFailoverNotAvailableFault";
627
+ readonly $fault: "client";
628
+ constructor(
629
+ opts: __ExceptionOptionType<TestFailoverNotAvailableFault, __BaseException>
630
+ );
631
+ }