@aws-sdk/client-neptune 3.934.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,805 @@
1
+ import { NeptuneServiceException as __BaseException } from "./NeptuneServiceException";
2
+ export class DBClusterNotFoundFault extends __BaseException {
3
+ name = "DBClusterNotFoundFault";
4
+ $fault = "client";
5
+ constructor(opts) {
6
+ super({
7
+ name: "DBClusterNotFoundFault",
8
+ $fault: "client",
9
+ ...opts,
10
+ });
11
+ Object.setPrototypeOf(this, DBClusterNotFoundFault.prototype);
12
+ }
13
+ }
14
+ export class DBClusterRoleAlreadyExistsFault extends __BaseException {
15
+ name = "DBClusterRoleAlreadyExistsFault";
16
+ $fault = "client";
17
+ constructor(opts) {
18
+ super({
19
+ name: "DBClusterRoleAlreadyExistsFault",
20
+ $fault: "client",
21
+ ...opts,
22
+ });
23
+ Object.setPrototypeOf(this, DBClusterRoleAlreadyExistsFault.prototype);
24
+ }
25
+ }
26
+ export class DBClusterRoleQuotaExceededFault extends __BaseException {
27
+ name = "DBClusterRoleQuotaExceededFault";
28
+ $fault = "client";
29
+ constructor(opts) {
30
+ super({
31
+ name: "DBClusterRoleQuotaExceededFault",
32
+ $fault: "client",
33
+ ...opts,
34
+ });
35
+ Object.setPrototypeOf(this, DBClusterRoleQuotaExceededFault.prototype);
36
+ }
37
+ }
38
+ export class InvalidDBClusterStateFault extends __BaseException {
39
+ name = "InvalidDBClusterStateFault";
40
+ $fault = "client";
41
+ constructor(opts) {
42
+ super({
43
+ name: "InvalidDBClusterStateFault",
44
+ $fault: "client",
45
+ ...opts,
46
+ });
47
+ Object.setPrototypeOf(this, InvalidDBClusterStateFault.prototype);
48
+ }
49
+ }
50
+ export class SourceNotFoundFault extends __BaseException {
51
+ name = "SourceNotFoundFault";
52
+ $fault = "client";
53
+ constructor(opts) {
54
+ super({
55
+ name: "SourceNotFoundFault",
56
+ $fault: "client",
57
+ ...opts,
58
+ });
59
+ Object.setPrototypeOf(this, SourceNotFoundFault.prototype);
60
+ }
61
+ }
62
+ export class SubscriptionNotFoundFault extends __BaseException {
63
+ name = "SubscriptionNotFoundFault";
64
+ $fault = "client";
65
+ constructor(opts) {
66
+ super({
67
+ name: "SubscriptionNotFoundFault",
68
+ $fault: "client",
69
+ ...opts,
70
+ });
71
+ Object.setPrototypeOf(this, SubscriptionNotFoundFault.prototype);
72
+ }
73
+ }
74
+ export class DBInstanceNotFoundFault extends __BaseException {
75
+ name = "DBInstanceNotFoundFault";
76
+ $fault = "client";
77
+ constructor(opts) {
78
+ super({
79
+ name: "DBInstanceNotFoundFault",
80
+ $fault: "client",
81
+ ...opts,
82
+ });
83
+ Object.setPrototypeOf(this, DBInstanceNotFoundFault.prototype);
84
+ }
85
+ }
86
+ export class DBSnapshotNotFoundFault extends __BaseException {
87
+ name = "DBSnapshotNotFoundFault";
88
+ $fault = "client";
89
+ constructor(opts) {
90
+ super({
91
+ name: "DBSnapshotNotFoundFault",
92
+ $fault: "client",
93
+ ...opts,
94
+ });
95
+ Object.setPrototypeOf(this, DBSnapshotNotFoundFault.prototype);
96
+ }
97
+ }
98
+ export class ResourceNotFoundFault extends __BaseException {
99
+ name = "ResourceNotFoundFault";
100
+ $fault = "client";
101
+ constructor(opts) {
102
+ super({
103
+ name: "ResourceNotFoundFault",
104
+ $fault: "client",
105
+ ...opts,
106
+ });
107
+ Object.setPrototypeOf(this, ResourceNotFoundFault.prototype);
108
+ }
109
+ }
110
+ export class DBParameterGroupAlreadyExistsFault extends __BaseException {
111
+ name = "DBParameterGroupAlreadyExistsFault";
112
+ $fault = "client";
113
+ constructor(opts) {
114
+ super({
115
+ name: "DBParameterGroupAlreadyExistsFault",
116
+ $fault: "client",
117
+ ...opts,
118
+ });
119
+ Object.setPrototypeOf(this, DBParameterGroupAlreadyExistsFault.prototype);
120
+ }
121
+ }
122
+ export class DBParameterGroupNotFoundFault extends __BaseException {
123
+ name = "DBParameterGroupNotFoundFault";
124
+ $fault = "client";
125
+ constructor(opts) {
126
+ super({
127
+ name: "DBParameterGroupNotFoundFault",
128
+ $fault: "client",
129
+ ...opts,
130
+ });
131
+ Object.setPrototypeOf(this, DBParameterGroupNotFoundFault.prototype);
132
+ }
133
+ }
134
+ export class DBParameterGroupQuotaExceededFault extends __BaseException {
135
+ name = "DBParameterGroupQuotaExceededFault";
136
+ $fault = "client";
137
+ constructor(opts) {
138
+ super({
139
+ name: "DBParameterGroupQuotaExceededFault",
140
+ $fault: "client",
141
+ ...opts,
142
+ });
143
+ Object.setPrototypeOf(this, DBParameterGroupQuotaExceededFault.prototype);
144
+ }
145
+ }
146
+ export class DBClusterSnapshotAlreadyExistsFault extends __BaseException {
147
+ name = "DBClusterSnapshotAlreadyExistsFault";
148
+ $fault = "client";
149
+ constructor(opts) {
150
+ super({
151
+ name: "DBClusterSnapshotAlreadyExistsFault",
152
+ $fault: "client",
153
+ ...opts,
154
+ });
155
+ Object.setPrototypeOf(this, DBClusterSnapshotAlreadyExistsFault.prototype);
156
+ }
157
+ }
158
+ export class DBClusterSnapshotNotFoundFault extends __BaseException {
159
+ name = "DBClusterSnapshotNotFoundFault";
160
+ $fault = "client";
161
+ constructor(opts) {
162
+ super({
163
+ name: "DBClusterSnapshotNotFoundFault",
164
+ $fault: "client",
165
+ ...opts,
166
+ });
167
+ Object.setPrototypeOf(this, DBClusterSnapshotNotFoundFault.prototype);
168
+ }
169
+ }
170
+ export class InvalidDBClusterSnapshotStateFault extends __BaseException {
171
+ name = "InvalidDBClusterSnapshotStateFault";
172
+ $fault = "client";
173
+ constructor(opts) {
174
+ super({
175
+ name: "InvalidDBClusterSnapshotStateFault",
176
+ $fault: "client",
177
+ ...opts,
178
+ });
179
+ Object.setPrototypeOf(this, InvalidDBClusterSnapshotStateFault.prototype);
180
+ }
181
+ }
182
+ export class KMSKeyNotAccessibleFault extends __BaseException {
183
+ name = "KMSKeyNotAccessibleFault";
184
+ $fault = "client";
185
+ constructor(opts) {
186
+ super({
187
+ name: "KMSKeyNotAccessibleFault",
188
+ $fault: "client",
189
+ ...opts,
190
+ });
191
+ Object.setPrototypeOf(this, KMSKeyNotAccessibleFault.prototype);
192
+ }
193
+ }
194
+ export class SnapshotQuotaExceededFault extends __BaseException {
195
+ name = "SnapshotQuotaExceededFault";
196
+ $fault = "client";
197
+ constructor(opts) {
198
+ super({
199
+ name: "SnapshotQuotaExceededFault",
200
+ $fault: "client",
201
+ ...opts,
202
+ });
203
+ Object.setPrototypeOf(this, SnapshotQuotaExceededFault.prototype);
204
+ }
205
+ }
206
+ export class DBClusterAlreadyExistsFault extends __BaseException {
207
+ name = "DBClusterAlreadyExistsFault";
208
+ $fault = "client";
209
+ constructor(opts) {
210
+ super({
211
+ name: "DBClusterAlreadyExistsFault",
212
+ $fault: "client",
213
+ ...opts,
214
+ });
215
+ Object.setPrototypeOf(this, DBClusterAlreadyExistsFault.prototype);
216
+ }
217
+ }
218
+ export class DBClusterParameterGroupNotFoundFault extends __BaseException {
219
+ name = "DBClusterParameterGroupNotFoundFault";
220
+ $fault = "client";
221
+ constructor(opts) {
222
+ super({
223
+ name: "DBClusterParameterGroupNotFoundFault",
224
+ $fault: "client",
225
+ ...opts,
226
+ });
227
+ Object.setPrototypeOf(this, DBClusterParameterGroupNotFoundFault.prototype);
228
+ }
229
+ }
230
+ export class DBClusterQuotaExceededFault extends __BaseException {
231
+ name = "DBClusterQuotaExceededFault";
232
+ $fault = "client";
233
+ constructor(opts) {
234
+ super({
235
+ name: "DBClusterQuotaExceededFault",
236
+ $fault: "client",
237
+ ...opts,
238
+ });
239
+ Object.setPrototypeOf(this, DBClusterQuotaExceededFault.prototype);
240
+ }
241
+ }
242
+ export class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
243
+ name = "DBSubnetGroupDoesNotCoverEnoughAZs";
244
+ $fault = "client";
245
+ constructor(opts) {
246
+ super({
247
+ name: "DBSubnetGroupDoesNotCoverEnoughAZs",
248
+ $fault: "client",
249
+ ...opts,
250
+ });
251
+ Object.setPrototypeOf(this, DBSubnetGroupDoesNotCoverEnoughAZs.prototype);
252
+ }
253
+ }
254
+ export class DBSubnetGroupNotFoundFault extends __BaseException {
255
+ name = "DBSubnetGroupNotFoundFault";
256
+ $fault = "client";
257
+ constructor(opts) {
258
+ super({
259
+ name: "DBSubnetGroupNotFoundFault",
260
+ $fault: "client",
261
+ ...opts,
262
+ });
263
+ Object.setPrototypeOf(this, DBSubnetGroupNotFoundFault.prototype);
264
+ }
265
+ }
266
+ export class GlobalClusterNotFoundFault extends __BaseException {
267
+ name = "GlobalClusterNotFoundFault";
268
+ $fault = "client";
269
+ constructor(opts) {
270
+ super({
271
+ name: "GlobalClusterNotFoundFault",
272
+ $fault: "client",
273
+ ...opts,
274
+ });
275
+ Object.setPrototypeOf(this, GlobalClusterNotFoundFault.prototype);
276
+ }
277
+ }
278
+ export class InsufficientStorageClusterCapacityFault extends __BaseException {
279
+ name = "InsufficientStorageClusterCapacityFault";
280
+ $fault = "client";
281
+ constructor(opts) {
282
+ super({
283
+ name: "InsufficientStorageClusterCapacityFault",
284
+ $fault: "client",
285
+ ...opts,
286
+ });
287
+ Object.setPrototypeOf(this, InsufficientStorageClusterCapacityFault.prototype);
288
+ }
289
+ }
290
+ export class InvalidDBInstanceStateFault extends __BaseException {
291
+ name = "InvalidDBInstanceStateFault";
292
+ $fault = "client";
293
+ constructor(opts) {
294
+ super({
295
+ name: "InvalidDBInstanceStateFault",
296
+ $fault: "client",
297
+ ...opts,
298
+ });
299
+ Object.setPrototypeOf(this, InvalidDBInstanceStateFault.prototype);
300
+ }
301
+ }
302
+ export class InvalidDBSubnetGroupStateFault extends __BaseException {
303
+ name = "InvalidDBSubnetGroupStateFault";
304
+ $fault = "client";
305
+ constructor(opts) {
306
+ super({
307
+ name: "InvalidDBSubnetGroupStateFault",
308
+ $fault: "client",
309
+ ...opts,
310
+ });
311
+ Object.setPrototypeOf(this, InvalidDBSubnetGroupStateFault.prototype);
312
+ }
313
+ }
314
+ export class InvalidGlobalClusterStateFault extends __BaseException {
315
+ name = "InvalidGlobalClusterStateFault";
316
+ $fault = "client";
317
+ constructor(opts) {
318
+ super({
319
+ name: "InvalidGlobalClusterStateFault",
320
+ $fault: "client",
321
+ ...opts,
322
+ });
323
+ Object.setPrototypeOf(this, InvalidGlobalClusterStateFault.prototype);
324
+ }
325
+ }
326
+ export class InvalidSubnet extends __BaseException {
327
+ name = "InvalidSubnet";
328
+ $fault = "client";
329
+ constructor(opts) {
330
+ super({
331
+ name: "InvalidSubnet",
332
+ $fault: "client",
333
+ ...opts,
334
+ });
335
+ Object.setPrototypeOf(this, InvalidSubnet.prototype);
336
+ }
337
+ }
338
+ export class InvalidVPCNetworkStateFault extends __BaseException {
339
+ name = "InvalidVPCNetworkStateFault";
340
+ $fault = "client";
341
+ constructor(opts) {
342
+ super({
343
+ name: "InvalidVPCNetworkStateFault",
344
+ $fault: "client",
345
+ ...opts,
346
+ });
347
+ Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);
348
+ }
349
+ }
350
+ export class StorageQuotaExceededFault extends __BaseException {
351
+ name = "StorageQuotaExceededFault";
352
+ $fault = "client";
353
+ constructor(opts) {
354
+ super({
355
+ name: "StorageQuotaExceededFault",
356
+ $fault: "client",
357
+ ...opts,
358
+ });
359
+ Object.setPrototypeOf(this, StorageQuotaExceededFault.prototype);
360
+ }
361
+ }
362
+ export class DBClusterEndpointAlreadyExistsFault extends __BaseException {
363
+ name = "DBClusterEndpointAlreadyExistsFault";
364
+ $fault = "client";
365
+ constructor(opts) {
366
+ super({
367
+ name: "DBClusterEndpointAlreadyExistsFault",
368
+ $fault: "client",
369
+ ...opts,
370
+ });
371
+ Object.setPrototypeOf(this, DBClusterEndpointAlreadyExistsFault.prototype);
372
+ }
373
+ }
374
+ export class DBClusterEndpointQuotaExceededFault extends __BaseException {
375
+ name = "DBClusterEndpointQuotaExceededFault";
376
+ $fault = "client";
377
+ constructor(opts) {
378
+ super({
379
+ name: "DBClusterEndpointQuotaExceededFault",
380
+ $fault: "client",
381
+ ...opts,
382
+ });
383
+ Object.setPrototypeOf(this, DBClusterEndpointQuotaExceededFault.prototype);
384
+ }
385
+ }
386
+ export class AuthorizationNotFoundFault extends __BaseException {
387
+ name = "AuthorizationNotFoundFault";
388
+ $fault = "client";
389
+ constructor(opts) {
390
+ super({
391
+ name: "AuthorizationNotFoundFault",
392
+ $fault: "client",
393
+ ...opts,
394
+ });
395
+ Object.setPrototypeOf(this, AuthorizationNotFoundFault.prototype);
396
+ }
397
+ }
398
+ export class DBInstanceAlreadyExistsFault extends __BaseException {
399
+ name = "DBInstanceAlreadyExistsFault";
400
+ $fault = "client";
401
+ constructor(opts) {
402
+ super({
403
+ name: "DBInstanceAlreadyExistsFault",
404
+ $fault: "client",
405
+ ...opts,
406
+ });
407
+ Object.setPrototypeOf(this, DBInstanceAlreadyExistsFault.prototype);
408
+ }
409
+ }
410
+ export class DBSecurityGroupNotFoundFault extends __BaseException {
411
+ name = "DBSecurityGroupNotFoundFault";
412
+ $fault = "client";
413
+ constructor(opts) {
414
+ super({
415
+ name: "DBSecurityGroupNotFoundFault",
416
+ $fault: "client",
417
+ ...opts,
418
+ });
419
+ Object.setPrototypeOf(this, DBSecurityGroupNotFoundFault.prototype);
420
+ }
421
+ }
422
+ export class DomainNotFoundFault extends __BaseException {
423
+ name = "DomainNotFoundFault";
424
+ $fault = "client";
425
+ constructor(opts) {
426
+ super({
427
+ name: "DomainNotFoundFault",
428
+ $fault: "client",
429
+ ...opts,
430
+ });
431
+ Object.setPrototypeOf(this, DomainNotFoundFault.prototype);
432
+ }
433
+ }
434
+ export class InstanceQuotaExceededFault extends __BaseException {
435
+ name = "InstanceQuotaExceededFault";
436
+ $fault = "client";
437
+ constructor(opts) {
438
+ super({
439
+ name: "InstanceQuotaExceededFault",
440
+ $fault: "client",
441
+ ...opts,
442
+ });
443
+ Object.setPrototypeOf(this, InstanceQuotaExceededFault.prototype);
444
+ }
445
+ }
446
+ export class InsufficientDBInstanceCapacityFault extends __BaseException {
447
+ name = "InsufficientDBInstanceCapacityFault";
448
+ $fault = "client";
449
+ constructor(opts) {
450
+ super({
451
+ name: "InsufficientDBInstanceCapacityFault",
452
+ $fault: "client",
453
+ ...opts,
454
+ });
455
+ Object.setPrototypeOf(this, InsufficientDBInstanceCapacityFault.prototype);
456
+ }
457
+ }
458
+ export class OptionGroupNotFoundFault extends __BaseException {
459
+ name = "OptionGroupNotFoundFault";
460
+ $fault = "client";
461
+ constructor(opts) {
462
+ super({
463
+ name: "OptionGroupNotFoundFault",
464
+ $fault: "client",
465
+ ...opts,
466
+ });
467
+ Object.setPrototypeOf(this, OptionGroupNotFoundFault.prototype);
468
+ }
469
+ }
470
+ export class ProvisionedIopsNotAvailableInAZFault extends __BaseException {
471
+ name = "ProvisionedIopsNotAvailableInAZFault";
472
+ $fault = "client";
473
+ constructor(opts) {
474
+ super({
475
+ name: "ProvisionedIopsNotAvailableInAZFault",
476
+ $fault: "client",
477
+ ...opts,
478
+ });
479
+ Object.setPrototypeOf(this, ProvisionedIopsNotAvailableInAZFault.prototype);
480
+ }
481
+ }
482
+ export class StorageTypeNotSupportedFault extends __BaseException {
483
+ name = "StorageTypeNotSupportedFault";
484
+ $fault = "client";
485
+ constructor(opts) {
486
+ super({
487
+ name: "StorageTypeNotSupportedFault",
488
+ $fault: "client",
489
+ ...opts,
490
+ });
491
+ Object.setPrototypeOf(this, StorageTypeNotSupportedFault.prototype);
492
+ }
493
+ }
494
+ export class DBSubnetGroupAlreadyExistsFault extends __BaseException {
495
+ name = "DBSubnetGroupAlreadyExistsFault";
496
+ $fault = "client";
497
+ constructor(opts) {
498
+ super({
499
+ name: "DBSubnetGroupAlreadyExistsFault",
500
+ $fault: "client",
501
+ ...opts,
502
+ });
503
+ Object.setPrototypeOf(this, DBSubnetGroupAlreadyExistsFault.prototype);
504
+ }
505
+ }
506
+ export class DBSubnetGroupQuotaExceededFault extends __BaseException {
507
+ name = "DBSubnetGroupQuotaExceededFault";
508
+ $fault = "client";
509
+ constructor(opts) {
510
+ super({
511
+ name: "DBSubnetGroupQuotaExceededFault",
512
+ $fault: "client",
513
+ ...opts,
514
+ });
515
+ Object.setPrototypeOf(this, DBSubnetGroupQuotaExceededFault.prototype);
516
+ }
517
+ }
518
+ export class DBSubnetQuotaExceededFault extends __BaseException {
519
+ name = "DBSubnetQuotaExceededFault";
520
+ $fault = "client";
521
+ constructor(opts) {
522
+ super({
523
+ name: "DBSubnetQuotaExceededFault",
524
+ $fault: "client",
525
+ ...opts,
526
+ });
527
+ Object.setPrototypeOf(this, DBSubnetQuotaExceededFault.prototype);
528
+ }
529
+ }
530
+ export class EventSubscriptionQuotaExceededFault extends __BaseException {
531
+ name = "EventSubscriptionQuotaExceededFault";
532
+ $fault = "client";
533
+ constructor(opts) {
534
+ super({
535
+ name: "EventSubscriptionQuotaExceededFault",
536
+ $fault: "client",
537
+ ...opts,
538
+ });
539
+ Object.setPrototypeOf(this, EventSubscriptionQuotaExceededFault.prototype);
540
+ }
541
+ }
542
+ export class SNSInvalidTopicFault extends __BaseException {
543
+ name = "SNSInvalidTopicFault";
544
+ $fault = "client";
545
+ constructor(opts) {
546
+ super({
547
+ name: "SNSInvalidTopicFault",
548
+ $fault: "client",
549
+ ...opts,
550
+ });
551
+ Object.setPrototypeOf(this, SNSInvalidTopicFault.prototype);
552
+ }
553
+ }
554
+ export class SNSNoAuthorizationFault extends __BaseException {
555
+ name = "SNSNoAuthorizationFault";
556
+ $fault = "client";
557
+ constructor(opts) {
558
+ super({
559
+ name: "SNSNoAuthorizationFault",
560
+ $fault: "client",
561
+ ...opts,
562
+ });
563
+ Object.setPrototypeOf(this, SNSNoAuthorizationFault.prototype);
564
+ }
565
+ }
566
+ export class SNSTopicArnNotFoundFault extends __BaseException {
567
+ name = "SNSTopicArnNotFoundFault";
568
+ $fault = "client";
569
+ constructor(opts) {
570
+ super({
571
+ name: "SNSTopicArnNotFoundFault",
572
+ $fault: "client",
573
+ ...opts,
574
+ });
575
+ Object.setPrototypeOf(this, SNSTopicArnNotFoundFault.prototype);
576
+ }
577
+ }
578
+ export class SubscriptionAlreadyExistFault extends __BaseException {
579
+ name = "SubscriptionAlreadyExistFault";
580
+ $fault = "client";
581
+ constructor(opts) {
582
+ super({
583
+ name: "SubscriptionAlreadyExistFault",
584
+ $fault: "client",
585
+ ...opts,
586
+ });
587
+ Object.setPrototypeOf(this, SubscriptionAlreadyExistFault.prototype);
588
+ }
589
+ }
590
+ export class SubscriptionCategoryNotFoundFault extends __BaseException {
591
+ name = "SubscriptionCategoryNotFoundFault";
592
+ $fault = "client";
593
+ constructor(opts) {
594
+ super({
595
+ name: "SubscriptionCategoryNotFoundFault",
596
+ $fault: "client",
597
+ ...opts,
598
+ });
599
+ Object.setPrototypeOf(this, SubscriptionCategoryNotFoundFault.prototype);
600
+ }
601
+ }
602
+ export class GlobalClusterAlreadyExistsFault extends __BaseException {
603
+ name = "GlobalClusterAlreadyExistsFault";
604
+ $fault = "client";
605
+ constructor(opts) {
606
+ super({
607
+ name: "GlobalClusterAlreadyExistsFault",
608
+ $fault: "client",
609
+ ...opts,
610
+ });
611
+ Object.setPrototypeOf(this, GlobalClusterAlreadyExistsFault.prototype);
612
+ }
613
+ }
614
+ export class GlobalClusterQuotaExceededFault extends __BaseException {
615
+ name = "GlobalClusterQuotaExceededFault";
616
+ $fault = "client";
617
+ constructor(opts) {
618
+ super({
619
+ name: "GlobalClusterQuotaExceededFault",
620
+ $fault: "client",
621
+ ...opts,
622
+ });
623
+ Object.setPrototypeOf(this, GlobalClusterQuotaExceededFault.prototype);
624
+ }
625
+ }
626
+ export class DBClusterEndpointNotFoundFault extends __BaseException {
627
+ name = "DBClusterEndpointNotFoundFault";
628
+ $fault = "client";
629
+ constructor(opts) {
630
+ super({
631
+ name: "DBClusterEndpointNotFoundFault",
632
+ $fault: "client",
633
+ ...opts,
634
+ });
635
+ Object.setPrototypeOf(this, DBClusterEndpointNotFoundFault.prototype);
636
+ }
637
+ }
638
+ export class InvalidDBClusterEndpointStateFault extends __BaseException {
639
+ name = "InvalidDBClusterEndpointStateFault";
640
+ $fault = "client";
641
+ constructor(opts) {
642
+ super({
643
+ name: "InvalidDBClusterEndpointStateFault",
644
+ $fault: "client",
645
+ ...opts,
646
+ });
647
+ Object.setPrototypeOf(this, InvalidDBClusterEndpointStateFault.prototype);
648
+ }
649
+ }
650
+ export class InvalidDBParameterGroupStateFault extends __BaseException {
651
+ name = "InvalidDBParameterGroupStateFault";
652
+ $fault = "client";
653
+ constructor(opts) {
654
+ super({
655
+ name: "InvalidDBParameterGroupStateFault",
656
+ $fault: "client",
657
+ ...opts,
658
+ });
659
+ Object.setPrototypeOf(this, InvalidDBParameterGroupStateFault.prototype);
660
+ }
661
+ }
662
+ export class DBSnapshotAlreadyExistsFault extends __BaseException {
663
+ name = "DBSnapshotAlreadyExistsFault";
664
+ $fault = "client";
665
+ constructor(opts) {
666
+ super({
667
+ name: "DBSnapshotAlreadyExistsFault",
668
+ $fault: "client",
669
+ ...opts,
670
+ });
671
+ Object.setPrototypeOf(this, DBSnapshotAlreadyExistsFault.prototype);
672
+ }
673
+ }
674
+ export class InvalidDBSubnetStateFault extends __BaseException {
675
+ name = "InvalidDBSubnetStateFault";
676
+ $fault = "client";
677
+ constructor(opts) {
678
+ super({
679
+ name: "InvalidDBSubnetStateFault",
680
+ $fault: "client",
681
+ ...opts,
682
+ });
683
+ Object.setPrototypeOf(this, InvalidDBSubnetStateFault.prototype);
684
+ }
685
+ }
686
+ export class InvalidEventSubscriptionStateFault extends __BaseException {
687
+ name = "InvalidEventSubscriptionStateFault";
688
+ $fault = "client";
689
+ constructor(opts) {
690
+ super({
691
+ name: "InvalidEventSubscriptionStateFault",
692
+ $fault: "client",
693
+ ...opts,
694
+ });
695
+ Object.setPrototypeOf(this, InvalidEventSubscriptionStateFault.prototype);
696
+ }
697
+ }
698
+ export class InvalidDBSecurityGroupStateFault extends __BaseException {
699
+ name = "InvalidDBSecurityGroupStateFault";
700
+ $fault = "client";
701
+ constructor(opts) {
702
+ super({
703
+ name: "InvalidDBSecurityGroupStateFault",
704
+ $fault: "client",
705
+ ...opts,
706
+ });
707
+ Object.setPrototypeOf(this, InvalidDBSecurityGroupStateFault.prototype);
708
+ }
709
+ }
710
+ export class SharedSnapshotQuotaExceededFault extends __BaseException {
711
+ name = "SharedSnapshotQuotaExceededFault";
712
+ $fault = "client";
713
+ constructor(opts) {
714
+ super({
715
+ name: "SharedSnapshotQuotaExceededFault",
716
+ $fault: "client",
717
+ ...opts,
718
+ });
719
+ Object.setPrototypeOf(this, SharedSnapshotQuotaExceededFault.prototype);
720
+ }
721
+ }
722
+ export class CertificateNotFoundFault extends __BaseException {
723
+ name = "CertificateNotFoundFault";
724
+ $fault = "client";
725
+ constructor(opts) {
726
+ super({
727
+ name: "CertificateNotFoundFault",
728
+ $fault: "client",
729
+ ...opts,
730
+ });
731
+ Object.setPrototypeOf(this, CertificateNotFoundFault.prototype);
732
+ }
733
+ }
734
+ export class DBUpgradeDependencyFailureFault extends __BaseException {
735
+ name = "DBUpgradeDependencyFailureFault";
736
+ $fault = "client";
737
+ constructor(opts) {
738
+ super({
739
+ name: "DBUpgradeDependencyFailureFault",
740
+ $fault: "client",
741
+ ...opts,
742
+ });
743
+ Object.setPrototypeOf(this, DBUpgradeDependencyFailureFault.prototype);
744
+ }
745
+ }
746
+ export class SubnetAlreadyInUse extends __BaseException {
747
+ name = "SubnetAlreadyInUse";
748
+ $fault = "client";
749
+ constructor(opts) {
750
+ super({
751
+ name: "SubnetAlreadyInUse",
752
+ $fault: "client",
753
+ ...opts,
754
+ });
755
+ Object.setPrototypeOf(this, SubnetAlreadyInUse.prototype);
756
+ }
757
+ }
758
+ export class DBClusterRoleNotFoundFault extends __BaseException {
759
+ name = "DBClusterRoleNotFoundFault";
760
+ $fault = "client";
761
+ constructor(opts) {
762
+ super({
763
+ name: "DBClusterRoleNotFoundFault",
764
+ $fault: "client",
765
+ ...opts,
766
+ });
767
+ Object.setPrototypeOf(this, DBClusterRoleNotFoundFault.prototype);
768
+ }
769
+ }
770
+ export class InsufficientDBClusterCapacityFault extends __BaseException {
771
+ name = "InsufficientDBClusterCapacityFault";
772
+ $fault = "client";
773
+ constructor(opts) {
774
+ super({
775
+ name: "InsufficientDBClusterCapacityFault",
776
+ $fault: "client",
777
+ ...opts,
778
+ });
779
+ Object.setPrototypeOf(this, InsufficientDBClusterCapacityFault.prototype);
780
+ }
781
+ }
782
+ export class InvalidDBSnapshotStateFault extends __BaseException {
783
+ name = "InvalidDBSnapshotStateFault";
784
+ $fault = "client";
785
+ constructor(opts) {
786
+ super({
787
+ name: "InvalidDBSnapshotStateFault",
788
+ $fault: "client",
789
+ ...opts,
790
+ });
791
+ Object.setPrototypeOf(this, InvalidDBSnapshotStateFault.prototype);
792
+ }
793
+ }
794
+ export class InvalidRestoreFault extends __BaseException {
795
+ name = "InvalidRestoreFault";
796
+ $fault = "client";
797
+ constructor(opts) {
798
+ super({
799
+ name: "InvalidRestoreFault",
800
+ $fault: "client",
801
+ ...opts,
802
+ });
803
+ Object.setPrototypeOf(this, InvalidRestoreFault.prototype);
804
+ }
805
+ }