@aws-sdk/client-elasticache 3.987.0 → 3.989.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,993 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NodeGroupsPerReplicationGroupQuotaExceededFault = exports.InvalidUserGroupStateFault = exports.InvalidGlobalReplicationGroupStateFault = exports.InvalidCacheClusterStateFault = exports.GlobalReplicationGroupNotFoundFault = exports.GlobalReplicationGroupAlreadyExistsFault = exports.SubnetNotAllowedFault = exports.InvalidSubnet = exports.CacheSubnetQuotaExceededFault = exports.CacheSubnetGroupQuotaExceededFault = exports.CacheSubnetGroupAlreadyExistsFault = exports.CacheSecurityGroupQuotaExceededFault = exports.CacheSecurityGroupAlreadyExistsFault = exports.InvalidCacheParameterGroupStateFault = exports.CacheParameterGroupQuotaExceededFault = exports.CacheParameterGroupAlreadyExistsFault = exports.NodeQuotaForCustomerExceededFault = exports.NodeQuotaForClusterExceededFault = exports.InvalidVPCNetworkStateFault = exports.InsufficientCacheClusterCapacityFault = exports.ClusterQuotaForCustomerExceededFault = exports.CacheClusterAlreadyExistsFault = exports.SnapshotQuotaExceededFault = exports.SnapshotAlreadyExistsFault = exports.InvalidSnapshotStateFault = exports.ServiceLinkedRoleNotFoundFault = exports.ServerlessCacheSnapshotQuotaExceededFault = exports.ServerlessCacheSnapshotAlreadyExistsFault = exports.ReplicationGroupNotUnderMigrationFault = exports.ServiceUpdateNotFoundFault = exports.InvalidParameterValueException = exports.InvalidParameterCombinationException = exports.InvalidCacheSecurityGroupStateFault = exports.AuthorizationAlreadyExistsFault = exports.UserNotFoundFault = exports.UserGroupNotFoundFault = exports.TagQuotaPerResourceExceeded = exports.SnapshotNotFoundFault = exports.ServerlessCacheSnapshotNotFoundFault = exports.ServerlessCacheNotFoundFault = exports.ReservedCacheNodeNotFoundFault = exports.ReplicationGroupNotFoundFault = exports.InvalidServerlessCacheStateFault = exports.InvalidServerlessCacheSnapshotStateFault = exports.InvalidReplicationGroupStateFault = exports.InvalidARNFault = exports.CacheSubnetGroupNotFoundFault = exports.CacheSecurityGroupNotFoundFault = exports.CacheParameterGroupNotFoundFault = exports.CacheClusterNotFoundFault = void 0;
4
+ exports.TestFailoverNotAvailableFault = exports.NodeGroupNotFoundFault = exports.APICallRateForCustomerExceededFault = exports.ReplicationGroupAlreadyUnderMigrationFault = exports.AuthorizationNotFoundFault = exports.TagNotFoundFault = exports.ReservedCacheNodeQuotaExceededFault = exports.ReservedCacheNodeAlreadyExistsFault = exports.SubnetInUse = exports.InvalidKMSKeyFault = exports.ReservedCacheNodesOfferingNotFoundFault = exports.InvalidUserStateFault = exports.DefaultUserAssociatedToUserGroupFault = exports.CacheSubnetGroupInUse = exports.NoOperationFault = exports.UserGroupQuotaExceededFault = exports.UserGroupAlreadyExistsFault = exports.DefaultUserRequired = exports.UserQuotaExceededFault = exports.UserAlreadyExistsFault = exports.DuplicateUserNameFault = exports.SnapshotFeatureNotSupportedFault = exports.ServerlessCacheQuotaForCustomerExceededFault = exports.ServerlessCacheAlreadyExistsFault = exports.InvalidCredentialsException = exports.ReplicationGroupAlreadyExistsFault = void 0;
5
+ const ElastiCacheServiceException_1 = require("./ElastiCacheServiceException");
6
+ class CacheClusterNotFoundFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
7
+ name = "CacheClusterNotFoundFault";
8
+ $fault = "client";
9
+ constructor(opts) {
10
+ super({
11
+ name: "CacheClusterNotFoundFault",
12
+ $fault: "client",
13
+ ...opts,
14
+ });
15
+ Object.setPrototypeOf(this, CacheClusterNotFoundFault.prototype);
16
+ }
17
+ }
18
+ exports.CacheClusterNotFoundFault = CacheClusterNotFoundFault;
19
+ class CacheParameterGroupNotFoundFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
20
+ name = "CacheParameterGroupNotFoundFault";
21
+ $fault = "client";
22
+ constructor(opts) {
23
+ super({
24
+ name: "CacheParameterGroupNotFoundFault",
25
+ $fault: "client",
26
+ ...opts,
27
+ });
28
+ Object.setPrototypeOf(this, CacheParameterGroupNotFoundFault.prototype);
29
+ }
30
+ }
31
+ exports.CacheParameterGroupNotFoundFault = CacheParameterGroupNotFoundFault;
32
+ class CacheSecurityGroupNotFoundFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
33
+ name = "CacheSecurityGroupNotFoundFault";
34
+ $fault = "client";
35
+ constructor(opts) {
36
+ super({
37
+ name: "CacheSecurityGroupNotFoundFault",
38
+ $fault: "client",
39
+ ...opts,
40
+ });
41
+ Object.setPrototypeOf(this, CacheSecurityGroupNotFoundFault.prototype);
42
+ }
43
+ }
44
+ exports.CacheSecurityGroupNotFoundFault = CacheSecurityGroupNotFoundFault;
45
+ class CacheSubnetGroupNotFoundFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
46
+ name = "CacheSubnetGroupNotFoundFault";
47
+ $fault = "client";
48
+ constructor(opts) {
49
+ super({
50
+ name: "CacheSubnetGroupNotFoundFault",
51
+ $fault: "client",
52
+ ...opts,
53
+ });
54
+ Object.setPrototypeOf(this, CacheSubnetGroupNotFoundFault.prototype);
55
+ }
56
+ }
57
+ exports.CacheSubnetGroupNotFoundFault = CacheSubnetGroupNotFoundFault;
58
+ class InvalidARNFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
59
+ name = "InvalidARNFault";
60
+ $fault = "client";
61
+ constructor(opts) {
62
+ super({
63
+ name: "InvalidARNFault",
64
+ $fault: "client",
65
+ ...opts,
66
+ });
67
+ Object.setPrototypeOf(this, InvalidARNFault.prototype);
68
+ }
69
+ }
70
+ exports.InvalidARNFault = InvalidARNFault;
71
+ class InvalidReplicationGroupStateFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
72
+ name = "InvalidReplicationGroupStateFault";
73
+ $fault = "client";
74
+ constructor(opts) {
75
+ super({
76
+ name: "InvalidReplicationGroupStateFault",
77
+ $fault: "client",
78
+ ...opts,
79
+ });
80
+ Object.setPrototypeOf(this, InvalidReplicationGroupStateFault.prototype);
81
+ }
82
+ }
83
+ exports.InvalidReplicationGroupStateFault = InvalidReplicationGroupStateFault;
84
+ class InvalidServerlessCacheSnapshotStateFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
85
+ name = "InvalidServerlessCacheSnapshotStateFault";
86
+ $fault = "client";
87
+ constructor(opts) {
88
+ super({
89
+ name: "InvalidServerlessCacheSnapshotStateFault",
90
+ $fault: "client",
91
+ ...opts,
92
+ });
93
+ Object.setPrototypeOf(this, InvalidServerlessCacheSnapshotStateFault.prototype);
94
+ }
95
+ }
96
+ exports.InvalidServerlessCacheSnapshotStateFault = InvalidServerlessCacheSnapshotStateFault;
97
+ class InvalidServerlessCacheStateFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
98
+ name = "InvalidServerlessCacheStateFault";
99
+ $fault = "client";
100
+ constructor(opts) {
101
+ super({
102
+ name: "InvalidServerlessCacheStateFault",
103
+ $fault: "client",
104
+ ...opts,
105
+ });
106
+ Object.setPrototypeOf(this, InvalidServerlessCacheStateFault.prototype);
107
+ }
108
+ }
109
+ exports.InvalidServerlessCacheStateFault = InvalidServerlessCacheStateFault;
110
+ class ReplicationGroupNotFoundFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
111
+ name = "ReplicationGroupNotFoundFault";
112
+ $fault = "client";
113
+ constructor(opts) {
114
+ super({
115
+ name: "ReplicationGroupNotFoundFault",
116
+ $fault: "client",
117
+ ...opts,
118
+ });
119
+ Object.setPrototypeOf(this, ReplicationGroupNotFoundFault.prototype);
120
+ }
121
+ }
122
+ exports.ReplicationGroupNotFoundFault = ReplicationGroupNotFoundFault;
123
+ class ReservedCacheNodeNotFoundFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
124
+ name = "ReservedCacheNodeNotFoundFault";
125
+ $fault = "client";
126
+ constructor(opts) {
127
+ super({
128
+ name: "ReservedCacheNodeNotFoundFault",
129
+ $fault: "client",
130
+ ...opts,
131
+ });
132
+ Object.setPrototypeOf(this, ReservedCacheNodeNotFoundFault.prototype);
133
+ }
134
+ }
135
+ exports.ReservedCacheNodeNotFoundFault = ReservedCacheNodeNotFoundFault;
136
+ class ServerlessCacheNotFoundFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
137
+ name = "ServerlessCacheNotFoundFault";
138
+ $fault = "client";
139
+ constructor(opts) {
140
+ super({
141
+ name: "ServerlessCacheNotFoundFault",
142
+ $fault: "client",
143
+ ...opts,
144
+ });
145
+ Object.setPrototypeOf(this, ServerlessCacheNotFoundFault.prototype);
146
+ }
147
+ }
148
+ exports.ServerlessCacheNotFoundFault = ServerlessCacheNotFoundFault;
149
+ class ServerlessCacheSnapshotNotFoundFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
150
+ name = "ServerlessCacheSnapshotNotFoundFault";
151
+ $fault = "client";
152
+ constructor(opts) {
153
+ super({
154
+ name: "ServerlessCacheSnapshotNotFoundFault",
155
+ $fault: "client",
156
+ ...opts,
157
+ });
158
+ Object.setPrototypeOf(this, ServerlessCacheSnapshotNotFoundFault.prototype);
159
+ }
160
+ }
161
+ exports.ServerlessCacheSnapshotNotFoundFault = ServerlessCacheSnapshotNotFoundFault;
162
+ class SnapshotNotFoundFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
163
+ name = "SnapshotNotFoundFault";
164
+ $fault = "client";
165
+ constructor(opts) {
166
+ super({
167
+ name: "SnapshotNotFoundFault",
168
+ $fault: "client",
169
+ ...opts,
170
+ });
171
+ Object.setPrototypeOf(this, SnapshotNotFoundFault.prototype);
172
+ }
173
+ }
174
+ exports.SnapshotNotFoundFault = SnapshotNotFoundFault;
175
+ class TagQuotaPerResourceExceeded extends ElastiCacheServiceException_1.ElastiCacheServiceException {
176
+ name = "TagQuotaPerResourceExceeded";
177
+ $fault = "client";
178
+ constructor(opts) {
179
+ super({
180
+ name: "TagQuotaPerResourceExceeded",
181
+ $fault: "client",
182
+ ...opts,
183
+ });
184
+ Object.setPrototypeOf(this, TagQuotaPerResourceExceeded.prototype);
185
+ }
186
+ }
187
+ exports.TagQuotaPerResourceExceeded = TagQuotaPerResourceExceeded;
188
+ class UserGroupNotFoundFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
189
+ name = "UserGroupNotFoundFault";
190
+ $fault = "client";
191
+ constructor(opts) {
192
+ super({
193
+ name: "UserGroupNotFoundFault",
194
+ $fault: "client",
195
+ ...opts,
196
+ });
197
+ Object.setPrototypeOf(this, UserGroupNotFoundFault.prototype);
198
+ }
199
+ }
200
+ exports.UserGroupNotFoundFault = UserGroupNotFoundFault;
201
+ class UserNotFoundFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
202
+ name = "UserNotFoundFault";
203
+ $fault = "client";
204
+ constructor(opts) {
205
+ super({
206
+ name: "UserNotFoundFault",
207
+ $fault: "client",
208
+ ...opts,
209
+ });
210
+ Object.setPrototypeOf(this, UserNotFoundFault.prototype);
211
+ }
212
+ }
213
+ exports.UserNotFoundFault = UserNotFoundFault;
214
+ class AuthorizationAlreadyExistsFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
215
+ name = "AuthorizationAlreadyExistsFault";
216
+ $fault = "client";
217
+ constructor(opts) {
218
+ super({
219
+ name: "AuthorizationAlreadyExistsFault",
220
+ $fault: "client",
221
+ ...opts,
222
+ });
223
+ Object.setPrototypeOf(this, AuthorizationAlreadyExistsFault.prototype);
224
+ }
225
+ }
226
+ exports.AuthorizationAlreadyExistsFault = AuthorizationAlreadyExistsFault;
227
+ class InvalidCacheSecurityGroupStateFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
228
+ name = "InvalidCacheSecurityGroupStateFault";
229
+ $fault = "client";
230
+ constructor(opts) {
231
+ super({
232
+ name: "InvalidCacheSecurityGroupStateFault",
233
+ $fault: "client",
234
+ ...opts,
235
+ });
236
+ Object.setPrototypeOf(this, InvalidCacheSecurityGroupStateFault.prototype);
237
+ }
238
+ }
239
+ exports.InvalidCacheSecurityGroupStateFault = InvalidCacheSecurityGroupStateFault;
240
+ class InvalidParameterCombinationException extends ElastiCacheServiceException_1.ElastiCacheServiceException {
241
+ name = "InvalidParameterCombinationException";
242
+ $fault = "client";
243
+ constructor(opts) {
244
+ super({
245
+ name: "InvalidParameterCombinationException",
246
+ $fault: "client",
247
+ ...opts,
248
+ });
249
+ Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype);
250
+ }
251
+ }
252
+ exports.InvalidParameterCombinationException = InvalidParameterCombinationException;
253
+ class InvalidParameterValueException extends ElastiCacheServiceException_1.ElastiCacheServiceException {
254
+ name = "InvalidParameterValueException";
255
+ $fault = "client";
256
+ constructor(opts) {
257
+ super({
258
+ name: "InvalidParameterValueException",
259
+ $fault: "client",
260
+ ...opts,
261
+ });
262
+ Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
263
+ }
264
+ }
265
+ exports.InvalidParameterValueException = InvalidParameterValueException;
266
+ class ServiceUpdateNotFoundFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
267
+ name = "ServiceUpdateNotFoundFault";
268
+ $fault = "client";
269
+ constructor(opts) {
270
+ super({
271
+ name: "ServiceUpdateNotFoundFault",
272
+ $fault: "client",
273
+ ...opts,
274
+ });
275
+ Object.setPrototypeOf(this, ServiceUpdateNotFoundFault.prototype);
276
+ }
277
+ }
278
+ exports.ServiceUpdateNotFoundFault = ServiceUpdateNotFoundFault;
279
+ class ReplicationGroupNotUnderMigrationFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
280
+ name = "ReplicationGroupNotUnderMigrationFault";
281
+ $fault = "client";
282
+ constructor(opts) {
283
+ super({
284
+ name: "ReplicationGroupNotUnderMigrationFault",
285
+ $fault: "client",
286
+ ...opts,
287
+ });
288
+ Object.setPrototypeOf(this, ReplicationGroupNotUnderMigrationFault.prototype);
289
+ }
290
+ }
291
+ exports.ReplicationGroupNotUnderMigrationFault = ReplicationGroupNotUnderMigrationFault;
292
+ class ServerlessCacheSnapshotAlreadyExistsFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
293
+ name = "ServerlessCacheSnapshotAlreadyExistsFault";
294
+ $fault = "client";
295
+ constructor(opts) {
296
+ super({
297
+ name: "ServerlessCacheSnapshotAlreadyExistsFault",
298
+ $fault: "client",
299
+ ...opts,
300
+ });
301
+ Object.setPrototypeOf(this, ServerlessCacheSnapshotAlreadyExistsFault.prototype);
302
+ }
303
+ }
304
+ exports.ServerlessCacheSnapshotAlreadyExistsFault = ServerlessCacheSnapshotAlreadyExistsFault;
305
+ class ServerlessCacheSnapshotQuotaExceededFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
306
+ name = "ServerlessCacheSnapshotQuotaExceededFault";
307
+ $fault = "client";
308
+ constructor(opts) {
309
+ super({
310
+ name: "ServerlessCacheSnapshotQuotaExceededFault",
311
+ $fault: "client",
312
+ ...opts,
313
+ });
314
+ Object.setPrototypeOf(this, ServerlessCacheSnapshotQuotaExceededFault.prototype);
315
+ }
316
+ }
317
+ exports.ServerlessCacheSnapshotQuotaExceededFault = ServerlessCacheSnapshotQuotaExceededFault;
318
+ class ServiceLinkedRoleNotFoundFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
319
+ name = "ServiceLinkedRoleNotFoundFault";
320
+ $fault = "client";
321
+ constructor(opts) {
322
+ super({
323
+ name: "ServiceLinkedRoleNotFoundFault",
324
+ $fault: "client",
325
+ ...opts,
326
+ });
327
+ Object.setPrototypeOf(this, ServiceLinkedRoleNotFoundFault.prototype);
328
+ }
329
+ }
330
+ exports.ServiceLinkedRoleNotFoundFault = ServiceLinkedRoleNotFoundFault;
331
+ class InvalidSnapshotStateFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
332
+ name = "InvalidSnapshotStateFault";
333
+ $fault = "client";
334
+ constructor(opts) {
335
+ super({
336
+ name: "InvalidSnapshotStateFault",
337
+ $fault: "client",
338
+ ...opts,
339
+ });
340
+ Object.setPrototypeOf(this, InvalidSnapshotStateFault.prototype);
341
+ }
342
+ }
343
+ exports.InvalidSnapshotStateFault = InvalidSnapshotStateFault;
344
+ class SnapshotAlreadyExistsFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
345
+ name = "SnapshotAlreadyExistsFault";
346
+ $fault = "client";
347
+ constructor(opts) {
348
+ super({
349
+ name: "SnapshotAlreadyExistsFault",
350
+ $fault: "client",
351
+ ...opts,
352
+ });
353
+ Object.setPrototypeOf(this, SnapshotAlreadyExistsFault.prototype);
354
+ }
355
+ }
356
+ exports.SnapshotAlreadyExistsFault = SnapshotAlreadyExistsFault;
357
+ class SnapshotQuotaExceededFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
358
+ name = "SnapshotQuotaExceededFault";
359
+ $fault = "client";
360
+ constructor(opts) {
361
+ super({
362
+ name: "SnapshotQuotaExceededFault",
363
+ $fault: "client",
364
+ ...opts,
365
+ });
366
+ Object.setPrototypeOf(this, SnapshotQuotaExceededFault.prototype);
367
+ }
368
+ }
369
+ exports.SnapshotQuotaExceededFault = SnapshotQuotaExceededFault;
370
+ class CacheClusterAlreadyExistsFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
371
+ name = "CacheClusterAlreadyExistsFault";
372
+ $fault = "client";
373
+ constructor(opts) {
374
+ super({
375
+ name: "CacheClusterAlreadyExistsFault",
376
+ $fault: "client",
377
+ ...opts,
378
+ });
379
+ Object.setPrototypeOf(this, CacheClusterAlreadyExistsFault.prototype);
380
+ }
381
+ }
382
+ exports.CacheClusterAlreadyExistsFault = CacheClusterAlreadyExistsFault;
383
+ class ClusterQuotaForCustomerExceededFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
384
+ name = "ClusterQuotaForCustomerExceededFault";
385
+ $fault = "client";
386
+ constructor(opts) {
387
+ super({
388
+ name: "ClusterQuotaForCustomerExceededFault",
389
+ $fault: "client",
390
+ ...opts,
391
+ });
392
+ Object.setPrototypeOf(this, ClusterQuotaForCustomerExceededFault.prototype);
393
+ }
394
+ }
395
+ exports.ClusterQuotaForCustomerExceededFault = ClusterQuotaForCustomerExceededFault;
396
+ class InsufficientCacheClusterCapacityFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
397
+ name = "InsufficientCacheClusterCapacityFault";
398
+ $fault = "client";
399
+ constructor(opts) {
400
+ super({
401
+ name: "InsufficientCacheClusterCapacityFault",
402
+ $fault: "client",
403
+ ...opts,
404
+ });
405
+ Object.setPrototypeOf(this, InsufficientCacheClusterCapacityFault.prototype);
406
+ }
407
+ }
408
+ exports.InsufficientCacheClusterCapacityFault = InsufficientCacheClusterCapacityFault;
409
+ class InvalidVPCNetworkStateFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
410
+ name = "InvalidVPCNetworkStateFault";
411
+ $fault = "client";
412
+ constructor(opts) {
413
+ super({
414
+ name: "InvalidVPCNetworkStateFault",
415
+ $fault: "client",
416
+ ...opts,
417
+ });
418
+ Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);
419
+ }
420
+ }
421
+ exports.InvalidVPCNetworkStateFault = InvalidVPCNetworkStateFault;
422
+ class NodeQuotaForClusterExceededFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
423
+ name = "NodeQuotaForClusterExceededFault";
424
+ $fault = "client";
425
+ constructor(opts) {
426
+ super({
427
+ name: "NodeQuotaForClusterExceededFault",
428
+ $fault: "client",
429
+ ...opts,
430
+ });
431
+ Object.setPrototypeOf(this, NodeQuotaForClusterExceededFault.prototype);
432
+ }
433
+ }
434
+ exports.NodeQuotaForClusterExceededFault = NodeQuotaForClusterExceededFault;
435
+ class NodeQuotaForCustomerExceededFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
436
+ name = "NodeQuotaForCustomerExceededFault";
437
+ $fault = "client";
438
+ constructor(opts) {
439
+ super({
440
+ name: "NodeQuotaForCustomerExceededFault",
441
+ $fault: "client",
442
+ ...opts,
443
+ });
444
+ Object.setPrototypeOf(this, NodeQuotaForCustomerExceededFault.prototype);
445
+ }
446
+ }
447
+ exports.NodeQuotaForCustomerExceededFault = NodeQuotaForCustomerExceededFault;
448
+ class CacheParameterGroupAlreadyExistsFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
449
+ name = "CacheParameterGroupAlreadyExistsFault";
450
+ $fault = "client";
451
+ constructor(opts) {
452
+ super({
453
+ name: "CacheParameterGroupAlreadyExistsFault",
454
+ $fault: "client",
455
+ ...opts,
456
+ });
457
+ Object.setPrototypeOf(this, CacheParameterGroupAlreadyExistsFault.prototype);
458
+ }
459
+ }
460
+ exports.CacheParameterGroupAlreadyExistsFault = CacheParameterGroupAlreadyExistsFault;
461
+ class CacheParameterGroupQuotaExceededFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
462
+ name = "CacheParameterGroupQuotaExceededFault";
463
+ $fault = "client";
464
+ constructor(opts) {
465
+ super({
466
+ name: "CacheParameterGroupQuotaExceededFault",
467
+ $fault: "client",
468
+ ...opts,
469
+ });
470
+ Object.setPrototypeOf(this, CacheParameterGroupQuotaExceededFault.prototype);
471
+ }
472
+ }
473
+ exports.CacheParameterGroupQuotaExceededFault = CacheParameterGroupQuotaExceededFault;
474
+ class InvalidCacheParameterGroupStateFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
475
+ name = "InvalidCacheParameterGroupStateFault";
476
+ $fault = "client";
477
+ constructor(opts) {
478
+ super({
479
+ name: "InvalidCacheParameterGroupStateFault",
480
+ $fault: "client",
481
+ ...opts,
482
+ });
483
+ Object.setPrototypeOf(this, InvalidCacheParameterGroupStateFault.prototype);
484
+ }
485
+ }
486
+ exports.InvalidCacheParameterGroupStateFault = InvalidCacheParameterGroupStateFault;
487
+ class CacheSecurityGroupAlreadyExistsFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
488
+ name = "CacheSecurityGroupAlreadyExistsFault";
489
+ $fault = "client";
490
+ constructor(opts) {
491
+ super({
492
+ name: "CacheSecurityGroupAlreadyExistsFault",
493
+ $fault: "client",
494
+ ...opts,
495
+ });
496
+ Object.setPrototypeOf(this, CacheSecurityGroupAlreadyExistsFault.prototype);
497
+ }
498
+ }
499
+ exports.CacheSecurityGroupAlreadyExistsFault = CacheSecurityGroupAlreadyExistsFault;
500
+ class CacheSecurityGroupQuotaExceededFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
501
+ name = "CacheSecurityGroupQuotaExceededFault";
502
+ $fault = "client";
503
+ constructor(opts) {
504
+ super({
505
+ name: "CacheSecurityGroupQuotaExceededFault",
506
+ $fault: "client",
507
+ ...opts,
508
+ });
509
+ Object.setPrototypeOf(this, CacheSecurityGroupQuotaExceededFault.prototype);
510
+ }
511
+ }
512
+ exports.CacheSecurityGroupQuotaExceededFault = CacheSecurityGroupQuotaExceededFault;
513
+ class CacheSubnetGroupAlreadyExistsFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
514
+ name = "CacheSubnetGroupAlreadyExistsFault";
515
+ $fault = "client";
516
+ constructor(opts) {
517
+ super({
518
+ name: "CacheSubnetGroupAlreadyExistsFault",
519
+ $fault: "client",
520
+ ...opts,
521
+ });
522
+ Object.setPrototypeOf(this, CacheSubnetGroupAlreadyExistsFault.prototype);
523
+ }
524
+ }
525
+ exports.CacheSubnetGroupAlreadyExistsFault = CacheSubnetGroupAlreadyExistsFault;
526
+ class CacheSubnetGroupQuotaExceededFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
527
+ name = "CacheSubnetGroupQuotaExceededFault";
528
+ $fault = "client";
529
+ constructor(opts) {
530
+ super({
531
+ name: "CacheSubnetGroupQuotaExceededFault",
532
+ $fault: "client",
533
+ ...opts,
534
+ });
535
+ Object.setPrototypeOf(this, CacheSubnetGroupQuotaExceededFault.prototype);
536
+ }
537
+ }
538
+ exports.CacheSubnetGroupQuotaExceededFault = CacheSubnetGroupQuotaExceededFault;
539
+ class CacheSubnetQuotaExceededFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
540
+ name = "CacheSubnetQuotaExceededFault";
541
+ $fault = "client";
542
+ constructor(opts) {
543
+ super({
544
+ name: "CacheSubnetQuotaExceededFault",
545
+ $fault: "client",
546
+ ...opts,
547
+ });
548
+ Object.setPrototypeOf(this, CacheSubnetQuotaExceededFault.prototype);
549
+ }
550
+ }
551
+ exports.CacheSubnetQuotaExceededFault = CacheSubnetQuotaExceededFault;
552
+ class InvalidSubnet extends ElastiCacheServiceException_1.ElastiCacheServiceException {
553
+ name = "InvalidSubnet";
554
+ $fault = "client";
555
+ constructor(opts) {
556
+ super({
557
+ name: "InvalidSubnet",
558
+ $fault: "client",
559
+ ...opts,
560
+ });
561
+ Object.setPrototypeOf(this, InvalidSubnet.prototype);
562
+ }
563
+ }
564
+ exports.InvalidSubnet = InvalidSubnet;
565
+ class SubnetNotAllowedFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
566
+ name = "SubnetNotAllowedFault";
567
+ $fault = "client";
568
+ constructor(opts) {
569
+ super({
570
+ name: "SubnetNotAllowedFault",
571
+ $fault: "client",
572
+ ...opts,
573
+ });
574
+ Object.setPrototypeOf(this, SubnetNotAllowedFault.prototype);
575
+ }
576
+ }
577
+ exports.SubnetNotAllowedFault = SubnetNotAllowedFault;
578
+ class GlobalReplicationGroupAlreadyExistsFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
579
+ name = "GlobalReplicationGroupAlreadyExistsFault";
580
+ $fault = "client";
581
+ constructor(opts) {
582
+ super({
583
+ name: "GlobalReplicationGroupAlreadyExistsFault",
584
+ $fault: "client",
585
+ ...opts,
586
+ });
587
+ Object.setPrototypeOf(this, GlobalReplicationGroupAlreadyExistsFault.prototype);
588
+ }
589
+ }
590
+ exports.GlobalReplicationGroupAlreadyExistsFault = GlobalReplicationGroupAlreadyExistsFault;
591
+ class GlobalReplicationGroupNotFoundFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
592
+ name = "GlobalReplicationGroupNotFoundFault";
593
+ $fault = "client";
594
+ constructor(opts) {
595
+ super({
596
+ name: "GlobalReplicationGroupNotFoundFault",
597
+ $fault: "client",
598
+ ...opts,
599
+ });
600
+ Object.setPrototypeOf(this, GlobalReplicationGroupNotFoundFault.prototype);
601
+ }
602
+ }
603
+ exports.GlobalReplicationGroupNotFoundFault = GlobalReplicationGroupNotFoundFault;
604
+ class InvalidCacheClusterStateFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
605
+ name = "InvalidCacheClusterStateFault";
606
+ $fault = "client";
607
+ constructor(opts) {
608
+ super({
609
+ name: "InvalidCacheClusterStateFault",
610
+ $fault: "client",
611
+ ...opts,
612
+ });
613
+ Object.setPrototypeOf(this, InvalidCacheClusterStateFault.prototype);
614
+ }
615
+ }
616
+ exports.InvalidCacheClusterStateFault = InvalidCacheClusterStateFault;
617
+ class InvalidGlobalReplicationGroupStateFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
618
+ name = "InvalidGlobalReplicationGroupStateFault";
619
+ $fault = "client";
620
+ constructor(opts) {
621
+ super({
622
+ name: "InvalidGlobalReplicationGroupStateFault",
623
+ $fault: "client",
624
+ ...opts,
625
+ });
626
+ Object.setPrototypeOf(this, InvalidGlobalReplicationGroupStateFault.prototype);
627
+ }
628
+ }
629
+ exports.InvalidGlobalReplicationGroupStateFault = InvalidGlobalReplicationGroupStateFault;
630
+ class InvalidUserGroupStateFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
631
+ name = "InvalidUserGroupStateFault";
632
+ $fault = "client";
633
+ constructor(opts) {
634
+ super({
635
+ name: "InvalidUserGroupStateFault",
636
+ $fault: "client",
637
+ ...opts,
638
+ });
639
+ Object.setPrototypeOf(this, InvalidUserGroupStateFault.prototype);
640
+ }
641
+ }
642
+ exports.InvalidUserGroupStateFault = InvalidUserGroupStateFault;
643
+ class NodeGroupsPerReplicationGroupQuotaExceededFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
644
+ name = "NodeGroupsPerReplicationGroupQuotaExceededFault";
645
+ $fault = "client";
646
+ constructor(opts) {
647
+ super({
648
+ name: "NodeGroupsPerReplicationGroupQuotaExceededFault",
649
+ $fault: "client",
650
+ ...opts,
651
+ });
652
+ Object.setPrototypeOf(this, NodeGroupsPerReplicationGroupQuotaExceededFault.prototype);
653
+ }
654
+ }
655
+ exports.NodeGroupsPerReplicationGroupQuotaExceededFault = NodeGroupsPerReplicationGroupQuotaExceededFault;
656
+ class ReplicationGroupAlreadyExistsFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
657
+ name = "ReplicationGroupAlreadyExistsFault";
658
+ $fault = "client";
659
+ constructor(opts) {
660
+ super({
661
+ name: "ReplicationGroupAlreadyExistsFault",
662
+ $fault: "client",
663
+ ...opts,
664
+ });
665
+ Object.setPrototypeOf(this, ReplicationGroupAlreadyExistsFault.prototype);
666
+ }
667
+ }
668
+ exports.ReplicationGroupAlreadyExistsFault = ReplicationGroupAlreadyExistsFault;
669
+ class InvalidCredentialsException extends ElastiCacheServiceException_1.ElastiCacheServiceException {
670
+ name = "InvalidCredentialsException";
671
+ $fault = "client";
672
+ constructor(opts) {
673
+ super({
674
+ name: "InvalidCredentialsException",
675
+ $fault: "client",
676
+ ...opts,
677
+ });
678
+ Object.setPrototypeOf(this, InvalidCredentialsException.prototype);
679
+ }
680
+ }
681
+ exports.InvalidCredentialsException = InvalidCredentialsException;
682
+ class ServerlessCacheAlreadyExistsFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
683
+ name = "ServerlessCacheAlreadyExistsFault";
684
+ $fault = "client";
685
+ constructor(opts) {
686
+ super({
687
+ name: "ServerlessCacheAlreadyExistsFault",
688
+ $fault: "client",
689
+ ...opts,
690
+ });
691
+ Object.setPrototypeOf(this, ServerlessCacheAlreadyExistsFault.prototype);
692
+ }
693
+ }
694
+ exports.ServerlessCacheAlreadyExistsFault = ServerlessCacheAlreadyExistsFault;
695
+ class ServerlessCacheQuotaForCustomerExceededFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
696
+ name = "ServerlessCacheQuotaForCustomerExceededFault";
697
+ $fault = "client";
698
+ constructor(opts) {
699
+ super({
700
+ name: "ServerlessCacheQuotaForCustomerExceededFault",
701
+ $fault: "client",
702
+ ...opts,
703
+ });
704
+ Object.setPrototypeOf(this, ServerlessCacheQuotaForCustomerExceededFault.prototype);
705
+ }
706
+ }
707
+ exports.ServerlessCacheQuotaForCustomerExceededFault = ServerlessCacheQuotaForCustomerExceededFault;
708
+ class SnapshotFeatureNotSupportedFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
709
+ name = "SnapshotFeatureNotSupportedFault";
710
+ $fault = "client";
711
+ constructor(opts) {
712
+ super({
713
+ name: "SnapshotFeatureNotSupportedFault",
714
+ $fault: "client",
715
+ ...opts,
716
+ });
717
+ Object.setPrototypeOf(this, SnapshotFeatureNotSupportedFault.prototype);
718
+ }
719
+ }
720
+ exports.SnapshotFeatureNotSupportedFault = SnapshotFeatureNotSupportedFault;
721
+ class DuplicateUserNameFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
722
+ name = "DuplicateUserNameFault";
723
+ $fault = "client";
724
+ constructor(opts) {
725
+ super({
726
+ name: "DuplicateUserNameFault",
727
+ $fault: "client",
728
+ ...opts,
729
+ });
730
+ Object.setPrototypeOf(this, DuplicateUserNameFault.prototype);
731
+ }
732
+ }
733
+ exports.DuplicateUserNameFault = DuplicateUserNameFault;
734
+ class UserAlreadyExistsFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
735
+ name = "UserAlreadyExistsFault";
736
+ $fault = "client";
737
+ constructor(opts) {
738
+ super({
739
+ name: "UserAlreadyExistsFault",
740
+ $fault: "client",
741
+ ...opts,
742
+ });
743
+ Object.setPrototypeOf(this, UserAlreadyExistsFault.prototype);
744
+ }
745
+ }
746
+ exports.UserAlreadyExistsFault = UserAlreadyExistsFault;
747
+ class UserQuotaExceededFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
748
+ name = "UserQuotaExceededFault";
749
+ $fault = "client";
750
+ constructor(opts) {
751
+ super({
752
+ name: "UserQuotaExceededFault",
753
+ $fault: "client",
754
+ ...opts,
755
+ });
756
+ Object.setPrototypeOf(this, UserQuotaExceededFault.prototype);
757
+ }
758
+ }
759
+ exports.UserQuotaExceededFault = UserQuotaExceededFault;
760
+ class DefaultUserRequired extends ElastiCacheServiceException_1.ElastiCacheServiceException {
761
+ name = "DefaultUserRequired";
762
+ $fault = "client";
763
+ constructor(opts) {
764
+ super({
765
+ name: "DefaultUserRequired",
766
+ $fault: "client",
767
+ ...opts,
768
+ });
769
+ Object.setPrototypeOf(this, DefaultUserRequired.prototype);
770
+ }
771
+ }
772
+ exports.DefaultUserRequired = DefaultUserRequired;
773
+ class UserGroupAlreadyExistsFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
774
+ name = "UserGroupAlreadyExistsFault";
775
+ $fault = "client";
776
+ constructor(opts) {
777
+ super({
778
+ name: "UserGroupAlreadyExistsFault",
779
+ $fault: "client",
780
+ ...opts,
781
+ });
782
+ Object.setPrototypeOf(this, UserGroupAlreadyExistsFault.prototype);
783
+ }
784
+ }
785
+ exports.UserGroupAlreadyExistsFault = UserGroupAlreadyExistsFault;
786
+ class UserGroupQuotaExceededFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
787
+ name = "UserGroupQuotaExceededFault";
788
+ $fault = "client";
789
+ constructor(opts) {
790
+ super({
791
+ name: "UserGroupQuotaExceededFault",
792
+ $fault: "client",
793
+ ...opts,
794
+ });
795
+ Object.setPrototypeOf(this, UserGroupQuotaExceededFault.prototype);
796
+ }
797
+ }
798
+ exports.UserGroupQuotaExceededFault = UserGroupQuotaExceededFault;
799
+ class NoOperationFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
800
+ name = "NoOperationFault";
801
+ $fault = "client";
802
+ constructor(opts) {
803
+ super({
804
+ name: "NoOperationFault",
805
+ $fault: "client",
806
+ ...opts,
807
+ });
808
+ Object.setPrototypeOf(this, NoOperationFault.prototype);
809
+ }
810
+ }
811
+ exports.NoOperationFault = NoOperationFault;
812
+ class CacheSubnetGroupInUse extends ElastiCacheServiceException_1.ElastiCacheServiceException {
813
+ name = "CacheSubnetGroupInUse";
814
+ $fault = "client";
815
+ constructor(opts) {
816
+ super({
817
+ name: "CacheSubnetGroupInUse",
818
+ $fault: "client",
819
+ ...opts,
820
+ });
821
+ Object.setPrototypeOf(this, CacheSubnetGroupInUse.prototype);
822
+ }
823
+ }
824
+ exports.CacheSubnetGroupInUse = CacheSubnetGroupInUse;
825
+ class DefaultUserAssociatedToUserGroupFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
826
+ name = "DefaultUserAssociatedToUserGroupFault";
827
+ $fault = "client";
828
+ constructor(opts) {
829
+ super({
830
+ name: "DefaultUserAssociatedToUserGroupFault",
831
+ $fault: "client",
832
+ ...opts,
833
+ });
834
+ Object.setPrototypeOf(this, DefaultUserAssociatedToUserGroupFault.prototype);
835
+ }
836
+ }
837
+ exports.DefaultUserAssociatedToUserGroupFault = DefaultUserAssociatedToUserGroupFault;
838
+ class InvalidUserStateFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
839
+ name = "InvalidUserStateFault";
840
+ $fault = "client";
841
+ constructor(opts) {
842
+ super({
843
+ name: "InvalidUserStateFault",
844
+ $fault: "client",
845
+ ...opts,
846
+ });
847
+ Object.setPrototypeOf(this, InvalidUserStateFault.prototype);
848
+ }
849
+ }
850
+ exports.InvalidUserStateFault = InvalidUserStateFault;
851
+ class ReservedCacheNodesOfferingNotFoundFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
852
+ name = "ReservedCacheNodesOfferingNotFoundFault";
853
+ $fault = "client";
854
+ constructor(opts) {
855
+ super({
856
+ name: "ReservedCacheNodesOfferingNotFoundFault",
857
+ $fault: "client",
858
+ ...opts,
859
+ });
860
+ Object.setPrototypeOf(this, ReservedCacheNodesOfferingNotFoundFault.prototype);
861
+ }
862
+ }
863
+ exports.ReservedCacheNodesOfferingNotFoundFault = ReservedCacheNodesOfferingNotFoundFault;
864
+ class InvalidKMSKeyFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
865
+ name = "InvalidKMSKeyFault";
866
+ $fault = "client";
867
+ constructor(opts) {
868
+ super({
869
+ name: "InvalidKMSKeyFault",
870
+ $fault: "client",
871
+ ...opts,
872
+ });
873
+ Object.setPrototypeOf(this, InvalidKMSKeyFault.prototype);
874
+ }
875
+ }
876
+ exports.InvalidKMSKeyFault = InvalidKMSKeyFault;
877
+ class SubnetInUse extends ElastiCacheServiceException_1.ElastiCacheServiceException {
878
+ name = "SubnetInUse";
879
+ $fault = "client";
880
+ constructor(opts) {
881
+ super({
882
+ name: "SubnetInUse",
883
+ $fault: "client",
884
+ ...opts,
885
+ });
886
+ Object.setPrototypeOf(this, SubnetInUse.prototype);
887
+ }
888
+ }
889
+ exports.SubnetInUse = SubnetInUse;
890
+ class ReservedCacheNodeAlreadyExistsFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
891
+ name = "ReservedCacheNodeAlreadyExistsFault";
892
+ $fault = "client";
893
+ constructor(opts) {
894
+ super({
895
+ name: "ReservedCacheNodeAlreadyExistsFault",
896
+ $fault: "client",
897
+ ...opts,
898
+ });
899
+ Object.setPrototypeOf(this, ReservedCacheNodeAlreadyExistsFault.prototype);
900
+ }
901
+ }
902
+ exports.ReservedCacheNodeAlreadyExistsFault = ReservedCacheNodeAlreadyExistsFault;
903
+ class ReservedCacheNodeQuotaExceededFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
904
+ name = "ReservedCacheNodeQuotaExceededFault";
905
+ $fault = "client";
906
+ constructor(opts) {
907
+ super({
908
+ name: "ReservedCacheNodeQuotaExceededFault",
909
+ $fault: "client",
910
+ ...opts,
911
+ });
912
+ Object.setPrototypeOf(this, ReservedCacheNodeQuotaExceededFault.prototype);
913
+ }
914
+ }
915
+ exports.ReservedCacheNodeQuotaExceededFault = ReservedCacheNodeQuotaExceededFault;
916
+ class TagNotFoundFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
917
+ name = "TagNotFoundFault";
918
+ $fault = "client";
919
+ constructor(opts) {
920
+ super({
921
+ name: "TagNotFoundFault",
922
+ $fault: "client",
923
+ ...opts,
924
+ });
925
+ Object.setPrototypeOf(this, TagNotFoundFault.prototype);
926
+ }
927
+ }
928
+ exports.TagNotFoundFault = TagNotFoundFault;
929
+ class AuthorizationNotFoundFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
930
+ name = "AuthorizationNotFoundFault";
931
+ $fault = "client";
932
+ constructor(opts) {
933
+ super({
934
+ name: "AuthorizationNotFoundFault",
935
+ $fault: "client",
936
+ ...opts,
937
+ });
938
+ Object.setPrototypeOf(this, AuthorizationNotFoundFault.prototype);
939
+ }
940
+ }
941
+ exports.AuthorizationNotFoundFault = AuthorizationNotFoundFault;
942
+ class ReplicationGroupAlreadyUnderMigrationFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
943
+ name = "ReplicationGroupAlreadyUnderMigrationFault";
944
+ $fault = "client";
945
+ constructor(opts) {
946
+ super({
947
+ name: "ReplicationGroupAlreadyUnderMigrationFault",
948
+ $fault: "client",
949
+ ...opts,
950
+ });
951
+ Object.setPrototypeOf(this, ReplicationGroupAlreadyUnderMigrationFault.prototype);
952
+ }
953
+ }
954
+ exports.ReplicationGroupAlreadyUnderMigrationFault = ReplicationGroupAlreadyUnderMigrationFault;
955
+ class APICallRateForCustomerExceededFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
956
+ name = "APICallRateForCustomerExceededFault";
957
+ $fault = "client";
958
+ constructor(opts) {
959
+ super({
960
+ name: "APICallRateForCustomerExceededFault",
961
+ $fault: "client",
962
+ ...opts,
963
+ });
964
+ Object.setPrototypeOf(this, APICallRateForCustomerExceededFault.prototype);
965
+ }
966
+ }
967
+ exports.APICallRateForCustomerExceededFault = APICallRateForCustomerExceededFault;
968
+ class NodeGroupNotFoundFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
969
+ name = "NodeGroupNotFoundFault";
970
+ $fault = "client";
971
+ constructor(opts) {
972
+ super({
973
+ name: "NodeGroupNotFoundFault",
974
+ $fault: "client",
975
+ ...opts,
976
+ });
977
+ Object.setPrototypeOf(this, NodeGroupNotFoundFault.prototype);
978
+ }
979
+ }
980
+ exports.NodeGroupNotFoundFault = NodeGroupNotFoundFault;
981
+ class TestFailoverNotAvailableFault extends ElastiCacheServiceException_1.ElastiCacheServiceException {
982
+ name = "TestFailoverNotAvailableFault";
983
+ $fault = "client";
984
+ constructor(opts) {
985
+ super({
986
+ name: "TestFailoverNotAvailableFault",
987
+ $fault: "client",
988
+ ...opts,
989
+ });
990
+ Object.setPrototypeOf(this, TestFailoverNotAvailableFault.prototype);
991
+ }
992
+ }
993
+ exports.TestFailoverNotAvailableFault = TestFailoverNotAvailableFault;