@aws-sdk/client-neptune 3.986.0 → 3.988.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.
package/dist-cjs/index.js CHANGED
@@ -15,8 +15,11 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
18
19
  var middlewareSdkRds = require('@aws-sdk/middleware-sdk-rds');
19
20
  var utilWaiter = require('@smithy/util-waiter');
21
+ var errors = require('./models/errors');
22
+ var NeptuneServiceException = require('./models/NeptuneServiceException');
20
23
 
21
24
  const resolveClientEndpointParameters = (options) => {
22
25
  return Object.assign(options, {
@@ -112,3164 +115,6 @@ class NeptuneClient extends smithyClient.Client {
112
115
  }
113
116
  }
114
117
 
115
- class NeptuneServiceException extends smithyClient.ServiceException {
116
- constructor(options) {
117
- super(options);
118
- Object.setPrototypeOf(this, NeptuneServiceException.prototype);
119
- }
120
- }
121
-
122
- class DBClusterNotFoundFault extends NeptuneServiceException {
123
- name = "DBClusterNotFoundFault";
124
- $fault = "client";
125
- constructor(opts) {
126
- super({
127
- name: "DBClusterNotFoundFault",
128
- $fault: "client",
129
- ...opts,
130
- });
131
- Object.setPrototypeOf(this, DBClusterNotFoundFault.prototype);
132
- }
133
- }
134
- class DBClusterRoleAlreadyExistsFault extends NeptuneServiceException {
135
- name = "DBClusterRoleAlreadyExistsFault";
136
- $fault = "client";
137
- constructor(opts) {
138
- super({
139
- name: "DBClusterRoleAlreadyExistsFault",
140
- $fault: "client",
141
- ...opts,
142
- });
143
- Object.setPrototypeOf(this, DBClusterRoleAlreadyExistsFault.prototype);
144
- }
145
- }
146
- class DBClusterRoleQuotaExceededFault extends NeptuneServiceException {
147
- name = "DBClusterRoleQuotaExceededFault";
148
- $fault = "client";
149
- constructor(opts) {
150
- super({
151
- name: "DBClusterRoleQuotaExceededFault",
152
- $fault: "client",
153
- ...opts,
154
- });
155
- Object.setPrototypeOf(this, DBClusterRoleQuotaExceededFault.prototype);
156
- }
157
- }
158
- class InvalidDBClusterStateFault extends NeptuneServiceException {
159
- name = "InvalidDBClusterStateFault";
160
- $fault = "client";
161
- constructor(opts) {
162
- super({
163
- name: "InvalidDBClusterStateFault",
164
- $fault: "client",
165
- ...opts,
166
- });
167
- Object.setPrototypeOf(this, InvalidDBClusterStateFault.prototype);
168
- }
169
- }
170
- class SourceNotFoundFault extends NeptuneServiceException {
171
- name = "SourceNotFoundFault";
172
- $fault = "client";
173
- constructor(opts) {
174
- super({
175
- name: "SourceNotFoundFault",
176
- $fault: "client",
177
- ...opts,
178
- });
179
- Object.setPrototypeOf(this, SourceNotFoundFault.prototype);
180
- }
181
- }
182
- class SubscriptionNotFoundFault extends NeptuneServiceException {
183
- name = "SubscriptionNotFoundFault";
184
- $fault = "client";
185
- constructor(opts) {
186
- super({
187
- name: "SubscriptionNotFoundFault",
188
- $fault: "client",
189
- ...opts,
190
- });
191
- Object.setPrototypeOf(this, SubscriptionNotFoundFault.prototype);
192
- }
193
- }
194
- class DBInstanceNotFoundFault extends NeptuneServiceException {
195
- name = "DBInstanceNotFoundFault";
196
- $fault = "client";
197
- constructor(opts) {
198
- super({
199
- name: "DBInstanceNotFoundFault",
200
- $fault: "client",
201
- ...opts,
202
- });
203
- Object.setPrototypeOf(this, DBInstanceNotFoundFault.prototype);
204
- }
205
- }
206
- class DBSnapshotNotFoundFault extends NeptuneServiceException {
207
- name = "DBSnapshotNotFoundFault";
208
- $fault = "client";
209
- constructor(opts) {
210
- super({
211
- name: "DBSnapshotNotFoundFault",
212
- $fault: "client",
213
- ...opts,
214
- });
215
- Object.setPrototypeOf(this, DBSnapshotNotFoundFault.prototype);
216
- }
217
- }
218
- class ResourceNotFoundFault extends NeptuneServiceException {
219
- name = "ResourceNotFoundFault";
220
- $fault = "client";
221
- constructor(opts) {
222
- super({
223
- name: "ResourceNotFoundFault",
224
- $fault: "client",
225
- ...opts,
226
- });
227
- Object.setPrototypeOf(this, ResourceNotFoundFault.prototype);
228
- }
229
- }
230
- class DBParameterGroupAlreadyExistsFault extends NeptuneServiceException {
231
- name = "DBParameterGroupAlreadyExistsFault";
232
- $fault = "client";
233
- constructor(opts) {
234
- super({
235
- name: "DBParameterGroupAlreadyExistsFault",
236
- $fault: "client",
237
- ...opts,
238
- });
239
- Object.setPrototypeOf(this, DBParameterGroupAlreadyExistsFault.prototype);
240
- }
241
- }
242
- class DBParameterGroupNotFoundFault extends NeptuneServiceException {
243
- name = "DBParameterGroupNotFoundFault";
244
- $fault = "client";
245
- constructor(opts) {
246
- super({
247
- name: "DBParameterGroupNotFoundFault",
248
- $fault: "client",
249
- ...opts,
250
- });
251
- Object.setPrototypeOf(this, DBParameterGroupNotFoundFault.prototype);
252
- }
253
- }
254
- class DBParameterGroupQuotaExceededFault extends NeptuneServiceException {
255
- name = "DBParameterGroupQuotaExceededFault";
256
- $fault = "client";
257
- constructor(opts) {
258
- super({
259
- name: "DBParameterGroupQuotaExceededFault",
260
- $fault: "client",
261
- ...opts,
262
- });
263
- Object.setPrototypeOf(this, DBParameterGroupQuotaExceededFault.prototype);
264
- }
265
- }
266
- class DBClusterSnapshotAlreadyExistsFault extends NeptuneServiceException {
267
- name = "DBClusterSnapshotAlreadyExistsFault";
268
- $fault = "client";
269
- constructor(opts) {
270
- super({
271
- name: "DBClusterSnapshotAlreadyExistsFault",
272
- $fault: "client",
273
- ...opts,
274
- });
275
- Object.setPrototypeOf(this, DBClusterSnapshotAlreadyExistsFault.prototype);
276
- }
277
- }
278
- class DBClusterSnapshotNotFoundFault extends NeptuneServiceException {
279
- name = "DBClusterSnapshotNotFoundFault";
280
- $fault = "client";
281
- constructor(opts) {
282
- super({
283
- name: "DBClusterSnapshotNotFoundFault",
284
- $fault: "client",
285
- ...opts,
286
- });
287
- Object.setPrototypeOf(this, DBClusterSnapshotNotFoundFault.prototype);
288
- }
289
- }
290
- class InvalidDBClusterSnapshotStateFault extends NeptuneServiceException {
291
- name = "InvalidDBClusterSnapshotStateFault";
292
- $fault = "client";
293
- constructor(opts) {
294
- super({
295
- name: "InvalidDBClusterSnapshotStateFault",
296
- $fault: "client",
297
- ...opts,
298
- });
299
- Object.setPrototypeOf(this, InvalidDBClusterSnapshotStateFault.prototype);
300
- }
301
- }
302
- class KMSKeyNotAccessibleFault extends NeptuneServiceException {
303
- name = "KMSKeyNotAccessibleFault";
304
- $fault = "client";
305
- constructor(opts) {
306
- super({
307
- name: "KMSKeyNotAccessibleFault",
308
- $fault: "client",
309
- ...opts,
310
- });
311
- Object.setPrototypeOf(this, KMSKeyNotAccessibleFault.prototype);
312
- }
313
- }
314
- class SnapshotQuotaExceededFault extends NeptuneServiceException {
315
- name = "SnapshotQuotaExceededFault";
316
- $fault = "client";
317
- constructor(opts) {
318
- super({
319
- name: "SnapshotQuotaExceededFault",
320
- $fault: "client",
321
- ...opts,
322
- });
323
- Object.setPrototypeOf(this, SnapshotQuotaExceededFault.prototype);
324
- }
325
- }
326
- class DBClusterAlreadyExistsFault extends NeptuneServiceException {
327
- name = "DBClusterAlreadyExistsFault";
328
- $fault = "client";
329
- constructor(opts) {
330
- super({
331
- name: "DBClusterAlreadyExistsFault",
332
- $fault: "client",
333
- ...opts,
334
- });
335
- Object.setPrototypeOf(this, DBClusterAlreadyExistsFault.prototype);
336
- }
337
- }
338
- class DBClusterParameterGroupNotFoundFault extends NeptuneServiceException {
339
- name = "DBClusterParameterGroupNotFoundFault";
340
- $fault = "client";
341
- constructor(opts) {
342
- super({
343
- name: "DBClusterParameterGroupNotFoundFault",
344
- $fault: "client",
345
- ...opts,
346
- });
347
- Object.setPrototypeOf(this, DBClusterParameterGroupNotFoundFault.prototype);
348
- }
349
- }
350
- class DBClusterQuotaExceededFault extends NeptuneServiceException {
351
- name = "DBClusterQuotaExceededFault";
352
- $fault = "client";
353
- constructor(opts) {
354
- super({
355
- name: "DBClusterQuotaExceededFault",
356
- $fault: "client",
357
- ...opts,
358
- });
359
- Object.setPrototypeOf(this, DBClusterQuotaExceededFault.prototype);
360
- }
361
- }
362
- class DBSubnetGroupDoesNotCoverEnoughAZs extends NeptuneServiceException {
363
- name = "DBSubnetGroupDoesNotCoverEnoughAZs";
364
- $fault = "client";
365
- constructor(opts) {
366
- super({
367
- name: "DBSubnetGroupDoesNotCoverEnoughAZs",
368
- $fault: "client",
369
- ...opts,
370
- });
371
- Object.setPrototypeOf(this, DBSubnetGroupDoesNotCoverEnoughAZs.prototype);
372
- }
373
- }
374
- class DBSubnetGroupNotFoundFault extends NeptuneServiceException {
375
- name = "DBSubnetGroupNotFoundFault";
376
- $fault = "client";
377
- constructor(opts) {
378
- super({
379
- name: "DBSubnetGroupNotFoundFault",
380
- $fault: "client",
381
- ...opts,
382
- });
383
- Object.setPrototypeOf(this, DBSubnetGroupNotFoundFault.prototype);
384
- }
385
- }
386
- class GlobalClusterNotFoundFault extends NeptuneServiceException {
387
- name = "GlobalClusterNotFoundFault";
388
- $fault = "client";
389
- constructor(opts) {
390
- super({
391
- name: "GlobalClusterNotFoundFault",
392
- $fault: "client",
393
- ...opts,
394
- });
395
- Object.setPrototypeOf(this, GlobalClusterNotFoundFault.prototype);
396
- }
397
- }
398
- class InsufficientStorageClusterCapacityFault extends NeptuneServiceException {
399
- name = "InsufficientStorageClusterCapacityFault";
400
- $fault = "client";
401
- constructor(opts) {
402
- super({
403
- name: "InsufficientStorageClusterCapacityFault",
404
- $fault: "client",
405
- ...opts,
406
- });
407
- Object.setPrototypeOf(this, InsufficientStorageClusterCapacityFault.prototype);
408
- }
409
- }
410
- class InvalidDBInstanceStateFault extends NeptuneServiceException {
411
- name = "InvalidDBInstanceStateFault";
412
- $fault = "client";
413
- constructor(opts) {
414
- super({
415
- name: "InvalidDBInstanceStateFault",
416
- $fault: "client",
417
- ...opts,
418
- });
419
- Object.setPrototypeOf(this, InvalidDBInstanceStateFault.prototype);
420
- }
421
- }
422
- class InvalidDBSubnetGroupStateFault extends NeptuneServiceException {
423
- name = "InvalidDBSubnetGroupStateFault";
424
- $fault = "client";
425
- constructor(opts) {
426
- super({
427
- name: "InvalidDBSubnetGroupStateFault",
428
- $fault: "client",
429
- ...opts,
430
- });
431
- Object.setPrototypeOf(this, InvalidDBSubnetGroupStateFault.prototype);
432
- }
433
- }
434
- class InvalidGlobalClusterStateFault extends NeptuneServiceException {
435
- name = "InvalidGlobalClusterStateFault";
436
- $fault = "client";
437
- constructor(opts) {
438
- super({
439
- name: "InvalidGlobalClusterStateFault",
440
- $fault: "client",
441
- ...opts,
442
- });
443
- Object.setPrototypeOf(this, InvalidGlobalClusterStateFault.prototype);
444
- }
445
- }
446
- class InvalidSubnet extends NeptuneServiceException {
447
- name = "InvalidSubnet";
448
- $fault = "client";
449
- constructor(opts) {
450
- super({
451
- name: "InvalidSubnet",
452
- $fault: "client",
453
- ...opts,
454
- });
455
- Object.setPrototypeOf(this, InvalidSubnet.prototype);
456
- }
457
- }
458
- class InvalidVPCNetworkStateFault extends NeptuneServiceException {
459
- name = "InvalidVPCNetworkStateFault";
460
- $fault = "client";
461
- constructor(opts) {
462
- super({
463
- name: "InvalidVPCNetworkStateFault",
464
- $fault: "client",
465
- ...opts,
466
- });
467
- Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);
468
- }
469
- }
470
- class StorageQuotaExceededFault extends NeptuneServiceException {
471
- name = "StorageQuotaExceededFault";
472
- $fault = "client";
473
- constructor(opts) {
474
- super({
475
- name: "StorageQuotaExceededFault",
476
- $fault: "client",
477
- ...opts,
478
- });
479
- Object.setPrototypeOf(this, StorageQuotaExceededFault.prototype);
480
- }
481
- }
482
- class DBClusterEndpointAlreadyExistsFault extends NeptuneServiceException {
483
- name = "DBClusterEndpointAlreadyExistsFault";
484
- $fault = "client";
485
- constructor(opts) {
486
- super({
487
- name: "DBClusterEndpointAlreadyExistsFault",
488
- $fault: "client",
489
- ...opts,
490
- });
491
- Object.setPrototypeOf(this, DBClusterEndpointAlreadyExistsFault.prototype);
492
- }
493
- }
494
- class DBClusterEndpointQuotaExceededFault extends NeptuneServiceException {
495
- name = "DBClusterEndpointQuotaExceededFault";
496
- $fault = "client";
497
- constructor(opts) {
498
- super({
499
- name: "DBClusterEndpointQuotaExceededFault",
500
- $fault: "client",
501
- ...opts,
502
- });
503
- Object.setPrototypeOf(this, DBClusterEndpointQuotaExceededFault.prototype);
504
- }
505
- }
506
- class AuthorizationNotFoundFault extends NeptuneServiceException {
507
- name = "AuthorizationNotFoundFault";
508
- $fault = "client";
509
- constructor(opts) {
510
- super({
511
- name: "AuthorizationNotFoundFault",
512
- $fault: "client",
513
- ...opts,
514
- });
515
- Object.setPrototypeOf(this, AuthorizationNotFoundFault.prototype);
516
- }
517
- }
518
- class DBInstanceAlreadyExistsFault extends NeptuneServiceException {
519
- name = "DBInstanceAlreadyExistsFault";
520
- $fault = "client";
521
- constructor(opts) {
522
- super({
523
- name: "DBInstanceAlreadyExistsFault",
524
- $fault: "client",
525
- ...opts,
526
- });
527
- Object.setPrototypeOf(this, DBInstanceAlreadyExistsFault.prototype);
528
- }
529
- }
530
- class DBSecurityGroupNotFoundFault extends NeptuneServiceException {
531
- name = "DBSecurityGroupNotFoundFault";
532
- $fault = "client";
533
- constructor(opts) {
534
- super({
535
- name: "DBSecurityGroupNotFoundFault",
536
- $fault: "client",
537
- ...opts,
538
- });
539
- Object.setPrototypeOf(this, DBSecurityGroupNotFoundFault.prototype);
540
- }
541
- }
542
- class DomainNotFoundFault extends NeptuneServiceException {
543
- name = "DomainNotFoundFault";
544
- $fault = "client";
545
- constructor(opts) {
546
- super({
547
- name: "DomainNotFoundFault",
548
- $fault: "client",
549
- ...opts,
550
- });
551
- Object.setPrototypeOf(this, DomainNotFoundFault.prototype);
552
- }
553
- }
554
- class InstanceQuotaExceededFault extends NeptuneServiceException {
555
- name = "InstanceQuotaExceededFault";
556
- $fault = "client";
557
- constructor(opts) {
558
- super({
559
- name: "InstanceQuotaExceededFault",
560
- $fault: "client",
561
- ...opts,
562
- });
563
- Object.setPrototypeOf(this, InstanceQuotaExceededFault.prototype);
564
- }
565
- }
566
- class InsufficientDBInstanceCapacityFault extends NeptuneServiceException {
567
- name = "InsufficientDBInstanceCapacityFault";
568
- $fault = "client";
569
- constructor(opts) {
570
- super({
571
- name: "InsufficientDBInstanceCapacityFault",
572
- $fault: "client",
573
- ...opts,
574
- });
575
- Object.setPrototypeOf(this, InsufficientDBInstanceCapacityFault.prototype);
576
- }
577
- }
578
- class OptionGroupNotFoundFault extends NeptuneServiceException {
579
- name = "OptionGroupNotFoundFault";
580
- $fault = "client";
581
- constructor(opts) {
582
- super({
583
- name: "OptionGroupNotFoundFault",
584
- $fault: "client",
585
- ...opts,
586
- });
587
- Object.setPrototypeOf(this, OptionGroupNotFoundFault.prototype);
588
- }
589
- }
590
- class ProvisionedIopsNotAvailableInAZFault extends NeptuneServiceException {
591
- name = "ProvisionedIopsNotAvailableInAZFault";
592
- $fault = "client";
593
- constructor(opts) {
594
- super({
595
- name: "ProvisionedIopsNotAvailableInAZFault",
596
- $fault: "client",
597
- ...opts,
598
- });
599
- Object.setPrototypeOf(this, ProvisionedIopsNotAvailableInAZFault.prototype);
600
- }
601
- }
602
- class StorageTypeNotSupportedFault extends NeptuneServiceException {
603
- name = "StorageTypeNotSupportedFault";
604
- $fault = "client";
605
- constructor(opts) {
606
- super({
607
- name: "StorageTypeNotSupportedFault",
608
- $fault: "client",
609
- ...opts,
610
- });
611
- Object.setPrototypeOf(this, StorageTypeNotSupportedFault.prototype);
612
- }
613
- }
614
- class DBSubnetGroupAlreadyExistsFault extends NeptuneServiceException {
615
- name = "DBSubnetGroupAlreadyExistsFault";
616
- $fault = "client";
617
- constructor(opts) {
618
- super({
619
- name: "DBSubnetGroupAlreadyExistsFault",
620
- $fault: "client",
621
- ...opts,
622
- });
623
- Object.setPrototypeOf(this, DBSubnetGroupAlreadyExistsFault.prototype);
624
- }
625
- }
626
- class DBSubnetGroupQuotaExceededFault extends NeptuneServiceException {
627
- name = "DBSubnetGroupQuotaExceededFault";
628
- $fault = "client";
629
- constructor(opts) {
630
- super({
631
- name: "DBSubnetGroupQuotaExceededFault",
632
- $fault: "client",
633
- ...opts,
634
- });
635
- Object.setPrototypeOf(this, DBSubnetGroupQuotaExceededFault.prototype);
636
- }
637
- }
638
- class DBSubnetQuotaExceededFault extends NeptuneServiceException {
639
- name = "DBSubnetQuotaExceededFault";
640
- $fault = "client";
641
- constructor(opts) {
642
- super({
643
- name: "DBSubnetQuotaExceededFault",
644
- $fault: "client",
645
- ...opts,
646
- });
647
- Object.setPrototypeOf(this, DBSubnetQuotaExceededFault.prototype);
648
- }
649
- }
650
- class EventSubscriptionQuotaExceededFault extends NeptuneServiceException {
651
- name = "EventSubscriptionQuotaExceededFault";
652
- $fault = "client";
653
- constructor(opts) {
654
- super({
655
- name: "EventSubscriptionQuotaExceededFault",
656
- $fault: "client",
657
- ...opts,
658
- });
659
- Object.setPrototypeOf(this, EventSubscriptionQuotaExceededFault.prototype);
660
- }
661
- }
662
- class SNSInvalidTopicFault extends NeptuneServiceException {
663
- name = "SNSInvalidTopicFault";
664
- $fault = "client";
665
- constructor(opts) {
666
- super({
667
- name: "SNSInvalidTopicFault",
668
- $fault: "client",
669
- ...opts,
670
- });
671
- Object.setPrototypeOf(this, SNSInvalidTopicFault.prototype);
672
- }
673
- }
674
- class SNSNoAuthorizationFault extends NeptuneServiceException {
675
- name = "SNSNoAuthorizationFault";
676
- $fault = "client";
677
- constructor(opts) {
678
- super({
679
- name: "SNSNoAuthorizationFault",
680
- $fault: "client",
681
- ...opts,
682
- });
683
- Object.setPrototypeOf(this, SNSNoAuthorizationFault.prototype);
684
- }
685
- }
686
- class SNSTopicArnNotFoundFault extends NeptuneServiceException {
687
- name = "SNSTopicArnNotFoundFault";
688
- $fault = "client";
689
- constructor(opts) {
690
- super({
691
- name: "SNSTopicArnNotFoundFault",
692
- $fault: "client",
693
- ...opts,
694
- });
695
- Object.setPrototypeOf(this, SNSTopicArnNotFoundFault.prototype);
696
- }
697
- }
698
- class SubscriptionAlreadyExistFault extends NeptuneServiceException {
699
- name = "SubscriptionAlreadyExistFault";
700
- $fault = "client";
701
- constructor(opts) {
702
- super({
703
- name: "SubscriptionAlreadyExistFault",
704
- $fault: "client",
705
- ...opts,
706
- });
707
- Object.setPrototypeOf(this, SubscriptionAlreadyExistFault.prototype);
708
- }
709
- }
710
- class SubscriptionCategoryNotFoundFault extends NeptuneServiceException {
711
- name = "SubscriptionCategoryNotFoundFault";
712
- $fault = "client";
713
- constructor(opts) {
714
- super({
715
- name: "SubscriptionCategoryNotFoundFault",
716
- $fault: "client",
717
- ...opts,
718
- });
719
- Object.setPrototypeOf(this, SubscriptionCategoryNotFoundFault.prototype);
720
- }
721
- }
722
- class GlobalClusterAlreadyExistsFault extends NeptuneServiceException {
723
- name = "GlobalClusterAlreadyExistsFault";
724
- $fault = "client";
725
- constructor(opts) {
726
- super({
727
- name: "GlobalClusterAlreadyExistsFault",
728
- $fault: "client",
729
- ...opts,
730
- });
731
- Object.setPrototypeOf(this, GlobalClusterAlreadyExistsFault.prototype);
732
- }
733
- }
734
- class GlobalClusterQuotaExceededFault extends NeptuneServiceException {
735
- name = "GlobalClusterQuotaExceededFault";
736
- $fault = "client";
737
- constructor(opts) {
738
- super({
739
- name: "GlobalClusterQuotaExceededFault",
740
- $fault: "client",
741
- ...opts,
742
- });
743
- Object.setPrototypeOf(this, GlobalClusterQuotaExceededFault.prototype);
744
- }
745
- }
746
- class DBClusterEndpointNotFoundFault extends NeptuneServiceException {
747
- name = "DBClusterEndpointNotFoundFault";
748
- $fault = "client";
749
- constructor(opts) {
750
- super({
751
- name: "DBClusterEndpointNotFoundFault",
752
- $fault: "client",
753
- ...opts,
754
- });
755
- Object.setPrototypeOf(this, DBClusterEndpointNotFoundFault.prototype);
756
- }
757
- }
758
- class InvalidDBClusterEndpointStateFault extends NeptuneServiceException {
759
- name = "InvalidDBClusterEndpointStateFault";
760
- $fault = "client";
761
- constructor(opts) {
762
- super({
763
- name: "InvalidDBClusterEndpointStateFault",
764
- $fault: "client",
765
- ...opts,
766
- });
767
- Object.setPrototypeOf(this, InvalidDBClusterEndpointStateFault.prototype);
768
- }
769
- }
770
- class InvalidDBParameterGroupStateFault extends NeptuneServiceException {
771
- name = "InvalidDBParameterGroupStateFault";
772
- $fault = "client";
773
- constructor(opts) {
774
- super({
775
- name: "InvalidDBParameterGroupStateFault",
776
- $fault: "client",
777
- ...opts,
778
- });
779
- Object.setPrototypeOf(this, InvalidDBParameterGroupStateFault.prototype);
780
- }
781
- }
782
- class DBSnapshotAlreadyExistsFault extends NeptuneServiceException {
783
- name = "DBSnapshotAlreadyExistsFault";
784
- $fault = "client";
785
- constructor(opts) {
786
- super({
787
- name: "DBSnapshotAlreadyExistsFault",
788
- $fault: "client",
789
- ...opts,
790
- });
791
- Object.setPrototypeOf(this, DBSnapshotAlreadyExistsFault.prototype);
792
- }
793
- }
794
- class InvalidDBSubnetStateFault extends NeptuneServiceException {
795
- name = "InvalidDBSubnetStateFault";
796
- $fault = "client";
797
- constructor(opts) {
798
- super({
799
- name: "InvalidDBSubnetStateFault",
800
- $fault: "client",
801
- ...opts,
802
- });
803
- Object.setPrototypeOf(this, InvalidDBSubnetStateFault.prototype);
804
- }
805
- }
806
- class InvalidEventSubscriptionStateFault extends NeptuneServiceException {
807
- name = "InvalidEventSubscriptionStateFault";
808
- $fault = "client";
809
- constructor(opts) {
810
- super({
811
- name: "InvalidEventSubscriptionStateFault",
812
- $fault: "client",
813
- ...opts,
814
- });
815
- Object.setPrototypeOf(this, InvalidEventSubscriptionStateFault.prototype);
816
- }
817
- }
818
- class InvalidDBSecurityGroupStateFault extends NeptuneServiceException {
819
- name = "InvalidDBSecurityGroupStateFault";
820
- $fault = "client";
821
- constructor(opts) {
822
- super({
823
- name: "InvalidDBSecurityGroupStateFault",
824
- $fault: "client",
825
- ...opts,
826
- });
827
- Object.setPrototypeOf(this, InvalidDBSecurityGroupStateFault.prototype);
828
- }
829
- }
830
- class SharedSnapshotQuotaExceededFault extends NeptuneServiceException {
831
- name = "SharedSnapshotQuotaExceededFault";
832
- $fault = "client";
833
- constructor(opts) {
834
- super({
835
- name: "SharedSnapshotQuotaExceededFault",
836
- $fault: "client",
837
- ...opts,
838
- });
839
- Object.setPrototypeOf(this, SharedSnapshotQuotaExceededFault.prototype);
840
- }
841
- }
842
- class CertificateNotFoundFault extends NeptuneServiceException {
843
- name = "CertificateNotFoundFault";
844
- $fault = "client";
845
- constructor(opts) {
846
- super({
847
- name: "CertificateNotFoundFault",
848
- $fault: "client",
849
- ...opts,
850
- });
851
- Object.setPrototypeOf(this, CertificateNotFoundFault.prototype);
852
- }
853
- }
854
- class DBUpgradeDependencyFailureFault extends NeptuneServiceException {
855
- name = "DBUpgradeDependencyFailureFault";
856
- $fault = "client";
857
- constructor(opts) {
858
- super({
859
- name: "DBUpgradeDependencyFailureFault",
860
- $fault: "client",
861
- ...opts,
862
- });
863
- Object.setPrototypeOf(this, DBUpgradeDependencyFailureFault.prototype);
864
- }
865
- }
866
- class SubnetAlreadyInUse extends NeptuneServiceException {
867
- name = "SubnetAlreadyInUse";
868
- $fault = "client";
869
- constructor(opts) {
870
- super({
871
- name: "SubnetAlreadyInUse",
872
- $fault: "client",
873
- ...opts,
874
- });
875
- Object.setPrototypeOf(this, SubnetAlreadyInUse.prototype);
876
- }
877
- }
878
- class DBClusterRoleNotFoundFault extends NeptuneServiceException {
879
- name = "DBClusterRoleNotFoundFault";
880
- $fault = "client";
881
- constructor(opts) {
882
- super({
883
- name: "DBClusterRoleNotFoundFault",
884
- $fault: "client",
885
- ...opts,
886
- });
887
- Object.setPrototypeOf(this, DBClusterRoleNotFoundFault.prototype);
888
- }
889
- }
890
- class InsufficientDBClusterCapacityFault extends NeptuneServiceException {
891
- name = "InsufficientDBClusterCapacityFault";
892
- $fault = "client";
893
- constructor(opts) {
894
- super({
895
- name: "InsufficientDBClusterCapacityFault",
896
- $fault: "client",
897
- ...opts,
898
- });
899
- Object.setPrototypeOf(this, InsufficientDBClusterCapacityFault.prototype);
900
- }
901
- }
902
- class InvalidDBSnapshotStateFault extends NeptuneServiceException {
903
- name = "InvalidDBSnapshotStateFault";
904
- $fault = "client";
905
- constructor(opts) {
906
- super({
907
- name: "InvalidDBSnapshotStateFault",
908
- $fault: "client",
909
- ...opts,
910
- });
911
- Object.setPrototypeOf(this, InvalidDBSnapshotStateFault.prototype);
912
- }
913
- }
914
- class InvalidRestoreFault extends NeptuneServiceException {
915
- name = "InvalidRestoreFault";
916
- $fault = "client";
917
- constructor(opts) {
918
- super({
919
- name: "InvalidRestoreFault",
920
- $fault: "client",
921
- ...opts,
922
- });
923
- Object.setPrototypeOf(this, InvalidRestoreFault.prototype);
924
- }
925
- }
926
-
927
- const _A = "Address";
928
- const _AA = "ApplyAction";
929
- const _AAAD = "AutoAppliedAfterDate";
930
- const _ADL = "AllowDataLoss";
931
- const _AI = "ApplyImmediately";
932
- const _AM = "ApplyMethod";
933
- const _AMVU = "AutoMinorVersionUpgrade";
934
- const _AMVUl = "AllowMajorVersionUpgrade";
935
- const _AN = "AttributeName";
936
- const _ANFF = "AuthorizationNotFoundFault";
937
- const _APMA = "ApplyPendingMaintenanceAction";
938
- const _APMAM = "ApplyPendingMaintenanceActionMessage";
939
- const _APMAR = "ApplyPendingMaintenanceActionResult";
940
- const _AR = "AssociatedRoles";
941
- const _ART = "AutomaticRestartTime";
942
- const _ARTDBC = "AddRoleToDBCluster";
943
- const _ARTDBCM = "AddRoleToDBClusterMessage";
944
- const _AS = "AllocatedStorage";
945
- const _ASITS = "AddSourceIdentifierToSubscription";
946
- const _ASITSM = "AddSourceIdentifierToSubscriptionMessage";
947
- const _ASITSR = "AddSourceIdentifierToSubscriptionResult";
948
- const _AT = "ApplyType";
949
- const _ATTR = "AddTagsToResource";
950
- const _ATTRM = "AddTagsToResourceMessage";
951
- const _AU = "AutoUpgrade";
952
- const _AV = "AttributeValues";
953
- const _AVL = "AttributeValueList";
954
- const _AVl = "AllowedValues";
955
- const _AVt = "AttributeValue";
956
- const _AZ = "AvailabilityZone";
957
- const _AZL = "AvailabilityZoneList";
958
- const _AZv = "AvailabilityZones";
959
- const _Ac = "Action";
960
- const _BRP = "BackupRetentionPeriod";
961
- const _CAC = "CrossAccountClone";
962
- const _CACI = "CACertificateIdentifier";
963
- const _CAD = "CurrentApplyDate";
964
- const _CAI = "CustomerAwsId";
965
- const _CCT = "ClusterCreateTime";
966
- const _CDBC = "CreateDBCluster";
967
- const _CDBCE = "CreateDBClusterEndpoint";
968
- const _CDBCEM = "CreateDBClusterEndpointMessage";
969
- const _CDBCEO = "CreateDBClusterEndpointOutput";
970
- const _CDBCM = "CreateDBClusterMessage";
971
- const _CDBCPG = "CopyDBClusterParameterGroup";
972
- const _CDBCPGM = "CopyDBClusterParameterGroupMessage";
973
- const _CDBCPGMr = "CreateDBClusterParameterGroupMessage";
974
- const _CDBCPGR = "CopyDBClusterParameterGroupResult";
975
- const _CDBCPGRr = "CreateDBClusterParameterGroupResult";
976
- const _CDBCPGr = "CreateDBClusterParameterGroup";
977
- const _CDBCR = "CreateDBClusterResult";
978
- const _CDBCS = "CopyDBClusterSnapshot";
979
- const _CDBCSM = "CopyDBClusterSnapshotMessage";
980
- const _CDBCSMr = "CreateDBClusterSnapshotMessage";
981
- const _CDBCSR = "CopyDBClusterSnapshotResult";
982
- const _CDBCSRr = "CreateDBClusterSnapshotResult";
983
- const _CDBCSr = "CreateDBClusterSnapshot";
984
- const _CDBI = "CreateDBInstance";
985
- const _CDBIM = "CreateDBInstanceMessage";
986
- const _CDBIR = "CreateDBInstanceResult";
987
- const _CDBPG = "CopyDBParameterGroup";
988
- const _CDBPGM = "CopyDBParameterGroupMessage";
989
- const _CDBPGMr = "CreateDBParameterGroupMessage";
990
- const _CDBPGR = "CopyDBParameterGroupResult";
991
- const _CDBPGRr = "CreateDBParameterGroupResult";
992
- const _CDBPGr = "CreateDBParameterGroup";
993
- const _CDBSG = "CreateDBSubnetGroup";
994
- const _CDBSGM = "CreateDBSubnetGroupMessage";
995
- const _CDBSGR = "CreateDBSubnetGroupResult";
996
- const _CES = "CreateEventSubscription";
997
- const _CESM = "CreateEventSubscriptionMessage";
998
- const _CESR = "CreateEventSubscriptionResult";
999
- const _CET = "CustomEndpointType";
1000
- const _CGC = "CreateGlobalCluster";
1001
- const _CGCM = "CreateGlobalClusterMessage";
1002
- const _CGCR = "CreateGlobalClusterResult";
1003
- const _CGI = "CloneGroupId";
1004
- const _CLEC = "CloudwatchLogsExportConfiguration";
1005
- const _CNFF = "CertificateNotFoundFault";
1006
- const _CPMV = "ClusterPendingModifiedValues";
1007
- const _CS = "CharacterSet";
1008
- const _CSD = "CharacterSetDescription";
1009
- const _CSI = "CustSubscriptionId";
1010
- const _CSN = "CharacterSetName";
1011
- const _CT = "CopyTags";
1012
- const _CTTS = "CopyTagsToSnapshot";
1013
- const _D = "Description";
1014
- const _DBC = "DBCluster";
1015
- const _DBCA = "DBClusterArn";
1016
- const _DBCAEF = "DBClusterAlreadyExistsFault";
1017
- const _DBCE = "DBClusterEndpoint";
1018
- const _DBCEA = "DBClusterEndpointArn";
1019
- const _DBCEAEF = "DBClusterEndpointAlreadyExistsFault";
1020
- const _DBCEI = "DBClusterEndpointIdentifier";
1021
- const _DBCEL = "DBClusterEndpointList";
1022
- const _DBCEM = "DBClusterEndpointMessage";
1023
- const _DBCENFF = "DBClusterEndpointNotFoundFault";
1024
- const _DBCEQEF = "DBClusterEndpointQuotaExceededFault";
1025
- const _DBCERI = "DBClusterEndpointResourceIdentifier";
1026
- const _DBCEl = "DBClusterEndpoints";
1027
- const _DBCI = "DBClusterIdentifier";
1028
- const _DBCL = "DBClusterList";
1029
- const _DBCM = "DBClusterMembers";
1030
- const _DBCML = "DBClusterMemberList";
1031
- const _DBCMl = "DBClusterMember";
1032
- const _DBCMlu = "DBClusterMessage";
1033
- const _DBCNFF = "DBClusterNotFoundFault";
1034
- const _DBCOG = "DBClusterOptionGroup";
1035
- const _DBCOGM = "DBClusterOptionGroupMemberships";
1036
- const _DBCOGN = "DBClusterOptionGroupName";
1037
- const _DBCOGS = "DBClusterOptionGroupStatus";
1038
- const _DBCPG = "DBClusterParameterGroup";
1039
- const _DBCPGA = "DBClusterParameterGroupArn";
1040
- const _DBCPGD = "DBClusterParameterGroupDetails";
1041
- const _DBCPGL = "DBClusterParameterGroupList";
1042
- const _DBCPGM = "DBClusterParameterGroupsMessage";
1043
- const _DBCPGN = "DBClusterParameterGroupName";
1044
- const _DBCPGNFF = "DBClusterParameterGroupNotFoundFault";
1045
- const _DBCPGNM = "DBClusterParameterGroupNameMessage";
1046
- const _DBCPGS = "DBClusterParameterGroupStatus";
1047
- const _DBCPGl = "DBClusterParameterGroups";
1048
- const _DBCQEF = "DBClusterQuotaExceededFault";
1049
- const _DBCR = "DBClusterRole";
1050
- const _DBCRAEF = "DBClusterRoleAlreadyExistsFault";
1051
- const _DBCRNFF = "DBClusterRoleNotFoundFault";
1052
- const _DBCRQEF = "DBClusterRoleQuotaExceededFault";
1053
- const _DBCRl = "DBClusterRoles";
1054
- const _DBCS = "DBClusterSnapshot";
1055
- const _DBCSA = "DBClusterSnapshotArn";
1056
- const _DBCSAEF = "DBClusterSnapshotAlreadyExistsFault";
1057
- const _DBCSAL = "DBClusterSnapshotAttributeList";
1058
- const _DBCSAR = "DBClusterSnapshotAttributesResult";
1059
- const _DBCSAl = "DBClusterSnapshotAttribute";
1060
- const _DBCSAlu = "DBClusterSnapshotAttributes";
1061
- const _DBCSI = "DBClusterSnapshotIdentifier";
1062
- const _DBCSL = "DBClusterSnapshotList";
1063
- const _DBCSM = "DBClusterSnapshotMessage";
1064
- const _DBCSNFF = "DBClusterSnapshotNotFoundFault";
1065
- const _DBCSl = "DBClusterSnapshots";
1066
- const _DBCl = "DBClusters";
1067
- const _DBED = "DBEngineDescription";
1068
- const _DBEV = "DBEngineVersion";
1069
- const _DBEVD = "DBEngineVersionDescription";
1070
- const _DBEVL = "DBEngineVersionList";
1071
- const _DBEVM = "DBEngineVersionMessage";
1072
- const _DBEVn = "DBEngineVersions";
1073
- const _DBI = "DBInstance";
1074
- const _DBIA = "DBInstanceArn";
1075
- const _DBIAEF = "DBInstanceAlreadyExistsFault";
1076
- const _DBIC = "DBInstanceClass";
1077
- const _DBII = "DBInstanceIdentifier";
1078
- const _DBIL = "DBInstanceList";
1079
- const _DBIM = "DBInstanceMessage";
1080
- const _DBINFF = "DBInstanceNotFoundFault";
1081
- const _DBIPGN = "DBInstanceParameterGroupName";
1082
- const _DBIS = "DBInstanceStatus";
1083
- const _DBISI = "DBInstanceStatusInfo";
1084
- const _DBISIL = "DBInstanceStatusInfoList";
1085
- const _DBIn = "DBInstances";
1086
- const _DBN = "DBName";
1087
- const _DBPG = "DBParameterGroup";
1088
- const _DBPGA = "DBParameterGroupArn";
1089
- const _DBPGAEF = "DBParameterGroupAlreadyExistsFault";
1090
- const _DBPGD = "DBParameterGroupDetails";
1091
- const _DBPGF = "DBParameterGroupFamily";
1092
- const _DBPGL = "DBParameterGroupList";
1093
- const _DBPGM = "DBParameterGroupsMessage";
1094
- const _DBPGN = "DBParameterGroupName";
1095
- const _DBPGNFF = "DBParameterGroupNotFoundFault";
1096
- const _DBPGNM = "DBParameterGroupNameMessage";
1097
- const _DBPGQEF = "DBParameterGroupQuotaExceededFault";
1098
- const _DBPGS = "DBParameterGroupStatus";
1099
- const _DBPGSL = "DBParameterGroupStatusList";
1100
- const _DBPGa = "DBParameterGroups";
1101
- const _DBPN = "DBPortNumber";
1102
- const _DBSAEF = "DBSnapshotAlreadyExistsFault";
1103
- const _DBSG = "DBSecurityGroups";
1104
- const _DBSGA = "DBSubnetGroupArn";
1105
- const _DBSGAEF = "DBSubnetGroupAlreadyExistsFault";
1106
- const _DBSGD = "DBSubnetGroupDescription";
1107
- const _DBSGDNCEAZ = "DBSubnetGroupDoesNotCoverEnoughAZs";
1108
- const _DBSGM = "DBSecurityGroupMembership";
1109
- const _DBSGML = "DBSecurityGroupMembershipList";
1110
- const _DBSGMu = "DBSubnetGroupMessage";
1111
- const _DBSGN = "DBSubnetGroupName";
1112
- const _DBSGNFF = "DBSecurityGroupNotFoundFault";
1113
- const _DBSGNFFu = "DBSubnetGroupNotFoundFault";
1114
- const _DBSGNL = "DBSecurityGroupNameList";
1115
- const _DBSGNe = "DBSecurityGroupName";
1116
- const _DBSGQEF = "DBSubnetGroupQuotaExceededFault";
1117
- const _DBSGe = "DBSecurityGroup";
1118
- const _DBSGu = "DBSubnetGroup";
1119
- const _DBSGub = "DBSubnetGroups";
1120
- const _DBSNFF = "DBSnapshotNotFoundFault";
1121
- const _DBSQEF = "DBSubnetQuotaExceededFault";
1122
- const _DBUDFF = "DBUpgradeDependencyFailureFault";
1123
- const _DCI = "DbClusterIdentifier";
1124
- const _DCRI = "DbClusterResourceId";
1125
- const _DCS = "DefaultCharacterSet";
1126
- const _DDBC = "DeleteDBCluster";
1127
- const _DDBCE = "DeleteDBClusterEndpoint";
1128
- const _DDBCEM = "DeleteDBClusterEndpointMessage";
1129
- const _DDBCEMe = "DescribeDBClusterEndpointsMessage";
1130
- const _DDBCEO = "DeleteDBClusterEndpointOutput";
1131
- const _DDBCEe = "DescribeDBClusterEndpoints";
1132
- const _DDBCM = "DeleteDBClusterMessage";
1133
- const _DDBCMe = "DescribeDBClustersMessage";
1134
- const _DDBCP = "DescribeDBClusterParameters";
1135
- const _DDBCPG = "DeleteDBClusterParameterGroup";
1136
- const _DDBCPGM = "DeleteDBClusterParameterGroupMessage";
1137
- const _DDBCPGMe = "DescribeDBClusterParameterGroupsMessage";
1138
- const _DDBCPGe = "DescribeDBClusterParameterGroups";
1139
- const _DDBCPM = "DescribeDBClusterParametersMessage";
1140
- const _DDBCR = "DeleteDBClusterResult";
1141
- const _DDBCS = "DeleteDBClusterSnapshot";
1142
- const _DDBCSA = "DescribeDBClusterSnapshotAttributes";
1143
- const _DDBCSAM = "DescribeDBClusterSnapshotAttributesMessage";
1144
- const _DDBCSAR = "DescribeDBClusterSnapshotAttributesResult";
1145
- const _DDBCSM = "DeleteDBClusterSnapshotMessage";
1146
- const _DDBCSMe = "DescribeDBClusterSnapshotsMessage";
1147
- const _DDBCSR = "DeleteDBClusterSnapshotResult";
1148
- const _DDBCSe = "DescribeDBClusterSnapshots";
1149
- const _DDBCe = "DescribeDBClusters";
1150
- const _DDBEV = "DescribeDBEngineVersions";
1151
- const _DDBEVM = "DescribeDBEngineVersionsMessage";
1152
- const _DDBI = "DeleteDBInstance";
1153
- const _DDBIM = "DeleteDBInstanceMessage";
1154
- const _DDBIMe = "DescribeDBInstancesMessage";
1155
- const _DDBIR = "DeleteDBInstanceResult";
1156
- const _DDBIe = "DescribeDBInstances";
1157
- const _DDBP = "DescribeDBParameters";
1158
- const _DDBPG = "DeleteDBParameterGroup";
1159
- const _DDBPGM = "DeleteDBParameterGroupMessage";
1160
- const _DDBPGMe = "DescribeDBParameterGroupsMessage";
1161
- const _DDBPGe = "DescribeDBParameterGroups";
1162
- const _DDBPM = "DescribeDBParametersMessage";
1163
- const _DDBSG = "DeleteDBSubnetGroup";
1164
- const _DDBSGM = "DeleteDBSubnetGroupMessage";
1165
- const _DDBSGMe = "DescribeDBSubnetGroupsMessage";
1166
- const _DDBSGe = "DescribeDBSubnetGroups";
1167
- const _DE = "DescribeEvents";
1168
- const _DEC = "DescribeEventCategories";
1169
- const _DECM = "DescribeEventCategoriesMessage";
1170
- const _DEDCP = "DescribeEngineDefaultClusterParameters";
1171
- const _DEDCPM = "DescribeEngineDefaultClusterParametersMessage";
1172
- const _DEDCPR = "DescribeEngineDefaultClusterParametersResult";
1173
- const _DEDP = "DescribeEngineDefaultParameters";
1174
- const _DEDPM = "DescribeEngineDefaultParametersMessage";
1175
- const _DEDPR = "DescribeEngineDefaultParametersResult";
1176
- const _DEM = "DescribeEventsMessage";
1177
- const _DES = "DeleteEventSubscription";
1178
- const _DESM = "DeleteEventSubscriptionMessage";
1179
- const _DESMe = "DescribeEventSubscriptionsMessage";
1180
- const _DESR = "DeleteEventSubscriptionResult";
1181
- const _DESe = "DescribeEventSubscriptions";
1182
- const _DGC = "DeleteGlobalCluster";
1183
- const _DGCM = "DeleteGlobalClusterMessage";
1184
- const _DGCMe = "DescribeGlobalClustersMessage";
1185
- const _DGCR = "DeleteGlobalClusterResult";
1186
- const _DGCe = "DescribeGlobalClusters";
1187
- const _DIAMRN = "DomainIAMRoleName";
1188
- const _DIP = "DbInstancePort";
1189
- const _DLT = "DisableLogTypes";
1190
- const _DM = "DomainMemberships";
1191
- const _DML = "DomainMembershipList";
1192
- const _DMo = "DomainMembership";
1193
- const _DN = "DatabaseName";
1194
- const _DNFF = "DomainNotFoundFault";
1195
- const _DO = "DefaultOnly";
1196
- const _DODBIO = "DescribeOrderableDBInstanceOptions";
1197
- const _DODBIOM = "DescribeOrderableDBInstanceOptionsMessage";
1198
- const _DP = "DeletionProtection";
1199
- const _DPMA = "DescribePendingMaintenanceActions";
1200
- const _DPMAM = "DescribePendingMaintenanceActionsMessage";
1201
- const _DR = "DoubleRange";
1202
- const _DRI = "DbiResourceId";
1203
- const _DRL = "DoubleRangeList";
1204
- const _DT = "DataType";
1205
- const _DVDBIM = "DescribeValidDBInstanceModifications";
1206
- const _DVDBIMM = "DescribeValidDBInstanceModificationsMessage";
1207
- const _DVDBIMR = "DescribeValidDBInstanceModificationsResult";
1208
- const _Da = "Date";
1209
- const _Do = "Domain";
1210
- const _Du = "Duration";
1211
- const _E = "Endpoint";
1212
- const _EC = "EventCategories";
1213
- const _ECL = "EventCategoriesList";
1214
- const _ECLE = "EnableCloudwatchLogsExports";
1215
- const _ECLEn = "EnabledCloudwatchLogsExports";
1216
- const _ECM = "EventCategoriesMap";
1217
- const _ECML = "EventCategoriesMapList";
1218
- const _ECMv = "EventCategoriesMessage";
1219
- const _ECv = "EventCategory";
1220
- const _ED = "EngineDefaults";
1221
- const _EIAMDA = "EnableIAMDatabaseAuthentication";
1222
- const _EL = "EventList";
1223
- const _ELT = "EnableLogTypes";
1224
- const _ELTx = "ExportableLogTypes";
1225
- const _EM = "ExcludedMembers";
1226
- const _EMRA = "EnhancedMonitoringResourceArn";
1227
- const _EMv = "EventsMessage";
1228
- const _EPI = "EnablePerformanceInsights";
1229
- const _ERT = "EarliestRestorableTime";
1230
- const _ES = "EventSubscription";
1231
- const _ESA = "EventSubscriptionArn";
1232
- const _ESL = "EventSubscriptionsList";
1233
- const _ESM = "EventSubscriptionsMessage";
1234
- const _ESQEF = "EventSubscriptionQuotaExceededFault";
1235
- const _ET = "EndpointType";
1236
- const _ETn = "EndTime";
1237
- const _EV = "EngineVersion";
1238
- const _En = "Engine";
1239
- const _Ena = "Enabled";
1240
- const _Ev = "Event";
1241
- const _Eve = "Events";
1242
- const _F = "Filters";
1243
- const _FAD = "ForcedApplyDate";
1244
- const _FDBC = "FailoverDBCluster";
1245
- const _FDBCM = "FailoverDBClusterMessage";
1246
- const _FDBCR = "FailoverDBClusterResult";
1247
- const _FDBSI = "FinalDBSnapshotIdentifier";
1248
- const _FDCA = "FromDbClusterArn";
1249
- const _FF = "ForceFailover";
1250
- const _FGC = "FailoverGlobalCluster";
1251
- const _FGCM = "FailoverGlobalClusterMessage";
1252
- const _FGCR = "FailoverGlobalClusterResult";
1253
- const _FL = "FilterList";
1254
- const _FN = "FeatureName";
1255
- const _FQDN = "FQDN";
1256
- const _FS = "FailoverState";
1257
- const _FVL = "FilterValueList";
1258
- const _Fi = "Filter";
1259
- const _Fr = "From";
1260
- const _GC = "GlobalCluster";
1261
- const _GCA = "GlobalClusterArn";
1262
- const _GCAEF = "GlobalClusterAlreadyExistsFault";
1263
- const _GCI = "GlobalClusterIdentifier";
1264
- const _GCL = "GlobalClusterList";
1265
- const _GCM = "GlobalClusterMembers";
1266
- const _GCML = "GlobalClusterMemberList";
1267
- const _GCMl = "GlobalClusterMember";
1268
- const _GCMlo = "GlobalClustersMessage";
1269
- const _GCNFF = "GlobalClusterNotFoundFault";
1270
- const _GCQEF = "GlobalClusterQuotaExceededFault";
1271
- const _GCRI = "GlobalClusterResourceId";
1272
- const _GCl = "GlobalClusters";
1273
- const _HZI = "HostedZoneId";
1274
- const _I = "Iops";
1275
- const _IAMDAE = "IAMDatabaseAuthenticationEnabled";
1276
- const _IAMRN = "IAMRoleName";
1277
- const _ICT = "InstanceCreateTime";
1278
- const _ICW = "IsClusterWriter";
1279
- const _IDBCCF = "InsufficientDBClusterCapacityFault";
1280
- const _IDBCESF = "InvalidDBClusterEndpointStateFault";
1281
- const _IDBCSF = "InvalidDBClusterStateFault";
1282
- const _IDBCSSF = "InvalidDBClusterSnapshotStateFault";
1283
- const _IDBICF = "InsufficientDBInstanceCapacityFault";
1284
- const _IDBISF = "InvalidDBInstanceStateFault";
1285
- const _IDBPGSF = "InvalidDBParameterGroupStateFault";
1286
- const _IDBSGSF = "InvalidDBSecurityGroupStateFault";
1287
- const _IDBSGSFn = "InvalidDBSubnetGroupStateFault";
1288
- const _IDBSSF = "InvalidDBSnapshotStateFault";
1289
- const _IDBSSFn = "InvalidDBSubnetStateFault";
1290
- const _IDLA = "IsDataLossAllowed";
1291
- const _IESSF = "InvalidEventSubscriptionStateFault";
1292
- const _IGCSF = "InvalidGlobalClusterStateFault";
1293
- const _IM = "IsModifiable";
1294
- const _IMVU = "IsMajorVersionUpgrade";
1295
- const _IOONAMT = "IOOptimizedNextAllowedModificationTime";
1296
- const _IP = "IncludePublic";
1297
- const _IQEF = "InstanceQuotaExceededFault";
1298
- const _IRF = "InvalidRestoreFault";
1299
- const _IS = "IncludeShared";
1300
- const _ISCCF = "InsufficientStorageClusterCapacityFault";
1301
- const _ISn = "InvalidSubnet";
1302
- const _ITSR = "IopsToStorageRatio";
1303
- const _IVPCNSF = "InvalidVPCNetworkStateFault";
1304
- const _IW = "IsWriter";
1305
- const _K = "Key";
1306
- const _KKI = "KmsKeyId";
1307
- const _KMSKNAF = "KMSKeyNotAccessibleFault";
1308
- const _LM = "LicenseModel";
1309
- const _LRT = "LatestRestorableTime";
1310
- const _LSCS = "ListSupportedCharacterSets";
1311
- const _LST = "ListSupportedTimezones";
1312
- const _LTFR = "ListTagsForResource";
1313
- const _LTFRM = "ListTagsForResourceMessage";
1314
- const _LTTD = "LogTypesToDisable";
1315
- const _LTTE = "LogTypesToEnable";
1316
- const _M = "Marker";
1317
- const _MAZ = "MultiAZ";
1318
- const _MAZC = "MultiAZCapable";
1319
- const _MC = "MinCapacity";
1320
- const _MCa = "MaxCapacity";
1321
- const _MDBC = "ModifyDBCluster";
1322
- const _MDBCE = "ModifyDBClusterEndpoint";
1323
- const _MDBCEM = "ModifyDBClusterEndpointMessage";
1324
- const _MDBCEO = "ModifyDBClusterEndpointOutput";
1325
- const _MDBCM = "ModifyDBClusterMessage";
1326
- const _MDBCPG = "ModifyDBClusterParameterGroup";
1327
- const _MDBCPGM = "ModifyDBClusterParameterGroupMessage";
1328
- const _MDBCR = "ModifyDBClusterResult";
1329
- const _MDBCSA = "ModifyDBClusterSnapshotAttribute";
1330
- const _MDBCSAM = "ModifyDBClusterSnapshotAttributeMessage";
1331
- const _MDBCSAR = "ModifyDBClusterSnapshotAttributeResult";
1332
- const _MDBI = "ModifyDBInstance";
1333
- const _MDBIM = "ModifyDBInstanceMessage";
1334
- const _MDBIR = "ModifyDBInstanceResult";
1335
- const _MDBPG = "ModifyDBParameterGroup";
1336
- const _MDBPGM = "ModifyDBParameterGroupMessage";
1337
- const _MDBSG = "ModifyDBSubnetGroup";
1338
- const _MDBSGM = "ModifyDBSubnetGroupMessage";
1339
- const _MDBSGR = "ModifyDBSubnetGroupResult";
1340
- const _MES = "ModifyEventSubscription";
1341
- const _MESM = "ModifyEventSubscriptionMessage";
1342
- const _MESR = "ModifyEventSubscriptionResult";
1343
- const _MEV = "MinimumEngineVersion";
1344
- const _MGC = "ModifyGlobalCluster";
1345
- const _MGCM = "ModifyGlobalClusterMessage";
1346
- const _MGCR = "ModifyGlobalClusterResult";
1347
- const _MI = "MonitoringInterval";
1348
- const _MIPDI = "MinIopsPerDbInstance";
1349
- const _MIPDIa = "MaxIopsPerDbInstance";
1350
- const _MIPG = "MinIopsPerGib";
1351
- const _MIPGa = "MaxIopsPerGib";
1352
- const _MR = "MaxRecords";
1353
- const _MRA = "MonitoringRoleArn";
1354
- const _MSS = "MinStorageSize";
1355
- const _MSSa = "MaxStorageSize";
1356
- const _MU = "MasterUsername";
1357
- const _MUP = "MasterUserPassword";
1358
- const _Me = "Message";
1359
- const _N = "Name";
1360
- const _NDBCI = "NewDBClusterIdentifier";
1361
- const _NDBII = "NewDBInstanceIdentifier";
1362
- const _NGCI = "NewGlobalClusterIdentifier";
1363
- const _No = "Normal";
1364
- const _ODBIO = "OrderableDBInstanceOption";
1365
- const _ODBIOL = "OrderableDBInstanceOptionsList";
1366
- const _ODBIOM = "OrderableDBInstanceOptionsMessage";
1367
- const _ODBIOr = "OrderableDBInstanceOptions";
1368
- const _OGM = "OptionGroupMemberships";
1369
- const _OGML = "OptionGroupMembershipList";
1370
- const _OGMp = "OptionGroupMembership";
1371
- const _OGN = "OptionGroupName";
1372
- const _OGNFF = "OptionGroupNotFoundFault";
1373
- const _OIS = "OptInStatus";
1374
- const _OIT = "OptInType";
1375
- const _P = "Port";
1376
- const _PA = "PubliclyAccessible";
1377
- const _PAS = "ParameterApplyStatus";
1378
- const _PBW = "PreferredBackupWindow";
1379
- const _PCLE = "PendingCloudwatchLogsExports";
1380
- const _PI = "ProvisionedIops";
1381
- const _PIE = "PerformanceInsightsEnabled";
1382
- const _PIKMSKI = "PerformanceInsightsKMSKeyId";
1383
- const _PINAIAZF = "ProvisionedIopsNotAvailableInAZFault";
1384
- const _PL = "ParametersList";
1385
- const _PMA = "PendingMaintenanceAction";
1386
- const _PMAD = "PendingMaintenanceActionDetails";
1387
- const _PMAM = "PendingMaintenanceActionsMessage";
1388
- const _PMAe = "PendingMaintenanceActions";
1389
- const _PMV = "PendingModifiedValues";
1390
- const _PMW = "PreferredMaintenanceWindow";
1391
- const _PN = "ParameterName";
1392
- const _PP = "PercentProgress";
1393
- const _PRRDBC = "PromoteReadReplicaDBCluster";
1394
- const _PRRDBCM = "PromoteReadReplicaDBClusterMessage";
1395
- const _PRRDBCR = "PromoteReadReplicaDBClusterResult";
1396
- const _PSU = "PreSignedUrl";
1397
- const _PT = "PromotionTier";
1398
- const _PV = "ParameterValue";
1399
- const _Pa = "Parameters";
1400
- const _Par = "Parameter";
1401
- const _R = "Readers";
1402
- const _RA = "RoleArn";
1403
- const _RAP = "ResetAllParameters";
1404
- const _RDBCFS = "RestoreDBClusterFromSnapshot";
1405
- const _RDBCFSM = "RestoreDBClusterFromSnapshotMessage";
1406
- const _RDBCFSR = "RestoreDBClusterFromSnapshotResult";
1407
- const _RDBCPG = "ResetDBClusterParameterGroup";
1408
- const _RDBCPGM = "ResetDBClusterParameterGroupMessage";
1409
- const _RDBCTPIT = "RestoreDBClusterToPointInTime";
1410
- const _RDBCTPITM = "RestoreDBClusterToPointInTimeMessage";
1411
- const _RDBCTPITR = "RestoreDBClusterToPointInTimeResult";
1412
- const _RDBI = "RebootDBInstance";
1413
- const _RDBIM = "RebootDBInstanceMessage";
1414
- const _RDBIR = "RebootDBInstanceResult";
1415
- const _RDBPG = "ResetDBParameterGroup";
1416
- const _RDBPGM = "ResetDBParameterGroupMessage";
1417
- const _RE = "ReaderEndpoint";
1418
- const _RFGC = "RemoveFromGlobalCluster";
1419
- const _RFGCM = "RemoveFromGlobalClusterMessage";
1420
- const _RFGCR = "RemoveFromGlobalClusterResult";
1421
- const _RI = "ResourceIdentifier";
1422
- const _RL = "RangeList";
1423
- const _RN = "ResourceName";
1424
- const _RNFF = "ResourceNotFoundFault";
1425
- const _RPMA = "ResourcePendingMaintenanceActions";
1426
- const _RRC = "ReadReplicaCapable";
1427
- const _RRDBCI = "ReadReplicaDBClusterIdentifiers";
1428
- const _RRDBCIL = "ReadReplicaDBClusterIdentifierList";
1429
- const _RRDBCIe = "ReadReplicaDBClusterIdentifier";
1430
- const _RRDBII = "ReadReplicaDBInstanceIdentifiers";
1431
- const _RRDBIIL = "ReadReplicaDBInstanceIdentifierList";
1432
- const _RRDBIIe = "ReadReplicaDBInstanceIdentifier";
1433
- const _RRFDBC = "RemoveRoleFromDBCluster";
1434
- const _RRFDBCM = "RemoveRoleFromDBClusterMessage";
1435
- const _RRI = "ReadReplicaIdentifiers";
1436
- const _RRIL = "ReadReplicaIdentifierList";
1437
- const _RRIe = "ReadReplicaIdentifier";
1438
- const _RRSDBII = "ReadReplicaSourceDBInstanceIdentifier";
1439
- const _RSI = "ReplicationSourceIdentifier";
1440
- const _RSIFS = "RemoveSourceIdentifierFromSubscription";
1441
- const _RSIFSM = "RemoveSourceIdentifierFromSubscriptionMessage";
1442
- const _RSIFSR = "RemoveSourceIdentifierFromSubscriptionResult";
1443
- const _RT = "RestoreType";
1444
- const _RTFR = "RemoveTagsFromResource";
1445
- const _RTFRM = "RemoveTagsFromResourceMessage";
1446
- const _RTT = "RestoreToTime";
1447
- const _Ra = "Range";
1448
- const _S = "Status";
1449
- const _SA = "SourceArn";
1450
- const _SAEF = "SubscriptionAlreadyExistFault";
1451
- const _SAIU = "SubnetAlreadyInUse";
1452
- const _SAZ = "SecondaryAvailabilityZone";
1453
- const _SAZu = "SubnetAvailabilityZone";
1454
- const _SCNFF = "SubscriptionCategoryNotFoundFault";
1455
- const _SCS = "SupportedCharacterSets";
1456
- const _SCSL = "SupportedCharacterSetsList";
1457
- const _SCT = "SnapshotCreateTime";
1458
- const _SCTu = "SubscriptionCreationTime";
1459
- const _SDBC = "StartDBCluster";
1460
- const _SDBCI = "SourceDBClusterIdentifier";
1461
- const _SDBCM = "StartDBClusterMessage";
1462
- const _SDBCMt = "StopDBClusterMessage";
1463
- const _SDBCPGI = "SourceDBClusterParameterGroupIdentifier";
1464
- const _SDBCR = "StartDBClusterResult";
1465
- const _SDBCRt = "StopDBClusterResult";
1466
- const _SDBCSA = "SourceDBClusterSnapshotArn";
1467
- const _SDBCSI = "SourceDBClusterSnapshotIdentifier";
1468
- const _SDBCt = "StopDBCluster";
1469
- const _SDBPGI = "SourceDBParameterGroupIdentifier";
1470
- const _SE = "StorageEncrypted";
1471
- const _SEM = "SupportsEnhancedMonitoring";
1472
- const _SFS = "SkipFinalSnapshot";
1473
- const _SGC = "SwitchoverGlobalCluster";
1474
- const _SGCM = "SwitchoverGlobalClusterMessage";
1475
- const _SGCR = "SwitchoverGlobalClusterResult";
1476
- const _SGD = "SupportsGlobalDatabases";
1477
- const _SGS = "SubnetGroupStatus";
1478
- const _SI = "SourceIdentifier";
1479
- const _SIAMDA = "SupportsIAMDatabaseAuthentication";
1480
- const _SIL = "SourceIdsList";
1481
- const _SILu = "SubnetIdentifierList";
1482
- const _SIn = "SnapshotIdentifier";
1483
- const _SIo = "SourceIds";
1484
- const _SIou = "SourceId";
1485
- const _SIt = "StatusInfos";
1486
- const _SIu = "SubnetIds";
1487
- const _SIub = "SubnetIdentifier";
1488
- const _SIup = "SupportsIops";
1489
- const _SL = "SubnetList";
1490
- const _SLETCL = "SupportsLogExportsToCloudwatchLogs";
1491
- const _SM = "StaticMembers";
1492
- const _SN = "SubscriptionName";
1493
- const _SNFF = "SourceNotFoundFault";
1494
- const _SNFFu = "SubscriptionNotFoundFault";
1495
- const _SNSITF = "SNSInvalidTopicFault";
1496
- const _SNSNAF = "SNSNoAuthorizationFault";
1497
- const _SNSTANFF = "SNSTopicArnNotFoundFault";
1498
- const _SPI = "SupportsPerformanceInsights";
1499
- const _SQEF = "SnapshotQuotaExceededFault";
1500
- const _SQEFt = "StorageQuotaExceededFault";
1501
- const _SRR = "SupportsReadReplica";
1502
- const _SS = "SensitiveString";
1503
- const _SSE = "SupportsStorageEncryption";
1504
- const _SSQEF = "SharedSnapshotQuotaExceededFault";
1505
- const _SSt = "StorageSize";
1506
- const _SSu = "SubnetStatus";
1507
- const _ST = "StorageType";
1508
- const _STA = "SnsTopicArn";
1509
- const _STL = "SupportedTimezonesList";
1510
- const _STNSF = "StorageTypeNotSupportedFault";
1511
- const _STn = "SnapshotType";
1512
- const _STo = "SourceType";
1513
- const _STt = "StatusType";
1514
- const _STta = "StartTime";
1515
- const _STu = "SupportedTimezones";
1516
- const _SVSC = "ServerlessV2ScalingConfiguration";
1517
- const _SVSCI = "ServerlessV2ScalingConfigurationInfo";
1518
- const _So = "Source";
1519
- const _St = "Step";
1520
- const _Sto = "Storage";
1521
- const _Su = "Subnets";
1522
- const _Sub = "Subnet";
1523
- const _Sw = "Switchover";
1524
- const _T = "Tags";
1525
- const _TCA = "TdeCredentialArn";
1526
- const _TCP = "TdeCredentialPassword";
1527
- const _TDBCPGD = "TargetDBClusterParameterGroupDescription";
1528
- const _TDBCPGI = "TargetDBClusterParameterGroupIdentifier";
1529
- const _TDBCSI = "TargetDBClusterSnapshotIdentifier";
1530
- const _TDBII = "TargetDBInstanceIdentifier";
1531
- const _TDBPGD = "TargetDBParameterGroupDescription";
1532
- const _TDBPGI = "TargetDBParameterGroupIdentifier";
1533
- const _TDCA = "ToDbClusterArn";
1534
- const _TDCI = "TargetDbClusterIdentifier";
1535
- const _TK = "TagKeys";
1536
- const _TL = "TagList";
1537
- const _TLM = "TagListMessage";
1538
- const _TN = "TimezoneName";
1539
- const _Ta = "Tag";
1540
- const _Ti = "Timezone";
1541
- const _To = "To";
1542
- const _ULRT = "UseLatestRestorableTime";
1543
- const _UT = "UpgradeTarget";
1544
- const _V = "Vpc";
1545
- const _VDBIMM = "ValidDBInstanceModificationsMessage";
1546
- const _VI = "VpcId";
1547
- const _VSG = "VpcSecurityGroups";
1548
- const _VSGI = "VpcSecurityGroupIds";
1549
- const _VSGIL = "VpcSecurityGroupIdList";
1550
- const _VSGIp = "VpcSecurityGroupId";
1551
- const _VSGM = "VpcSecurityGroupMembership";
1552
- const _VSGML = "VpcSecurityGroupMembershipList";
1553
- const _VSO = "ValidStorageOptions";
1554
- const _VSOL = "ValidStorageOptionsList";
1555
- const _VTA = "ValuesToAdd";
1556
- const _VTR = "ValuesToRemove";
1557
- const _VUT = "ValidUpgradeTarget";
1558
- const _VUTL = "ValidUpgradeTargetList";
1559
- const _Va = "Values";
1560
- const _Val = "Value";
1561
- const _aQE = "awsQueryError";
1562
- const _c = "client";
1563
- const _e = "error";
1564
- const _hE = "httpError";
1565
- const _m = "message";
1566
- const _s = "smithy.ts.sdk.synthetic.com.amazonaws.neptune";
1567
- const _xN = "xmlName";
1568
- const n0 = "com.amazonaws.neptune";
1569
- var SensitiveString = [0, n0, _SS, 8, 0];
1570
- var AddRoleToDBClusterMessage$ = [3, n0, _ARTDBCM,
1571
- 0,
1572
- [_DBCI, _RA, _FN],
1573
- [0, 0, 0], 2
1574
- ];
1575
- var AddSourceIdentifierToSubscriptionMessage$ = [3, n0, _ASITSM,
1576
- 0,
1577
- [_SN, _SI],
1578
- [0, 0], 2
1579
- ];
1580
- var AddSourceIdentifierToSubscriptionResult$ = [3, n0, _ASITSR,
1581
- 0,
1582
- [_ES],
1583
- [[() => EventSubscription$, 0]]
1584
- ];
1585
- var AddTagsToResourceMessage$ = [3, n0, _ATTRM,
1586
- 0,
1587
- [_RN, _T],
1588
- [0, [() => TagList, 0]], 2
1589
- ];
1590
- var ApplyPendingMaintenanceActionMessage$ = [3, n0, _APMAM,
1591
- 0,
1592
- [_RI, _AA, _OIT],
1593
- [0, 0, 0], 3
1594
- ];
1595
- var ApplyPendingMaintenanceActionResult$ = [3, n0, _APMAR,
1596
- 0,
1597
- [_RPMA],
1598
- [[() => ResourcePendingMaintenanceActions$, 0]]
1599
- ];
1600
- var AuthorizationNotFoundFault$ = [-3, n0, _ANFF,
1601
- { [_aQE]: [`AuthorizationNotFound`, 404], [_e]: _c, [_hE]: 404 },
1602
- [_m],
1603
- [0]
1604
- ];
1605
- schema.TypeRegistry.for(n0).registerError(AuthorizationNotFoundFault$, AuthorizationNotFoundFault);
1606
- var AvailabilityZone$ = [3, n0, _AZ,
1607
- 0,
1608
- [_N],
1609
- [0]
1610
- ];
1611
- var CertificateNotFoundFault$ = [-3, n0, _CNFF,
1612
- { [_aQE]: [`CertificateNotFound`, 404], [_e]: _c, [_hE]: 404 },
1613
- [_m],
1614
- [0]
1615
- ];
1616
- schema.TypeRegistry.for(n0).registerError(CertificateNotFoundFault$, CertificateNotFoundFault);
1617
- var CharacterSet$ = [3, n0, _CS,
1618
- 0,
1619
- [_CSN, _CSD],
1620
- [0, 0]
1621
- ];
1622
- var CloudwatchLogsExportConfiguration$ = [3, n0, _CLEC,
1623
- 0,
1624
- [_ELT, _DLT],
1625
- [64 | 0, 64 | 0]
1626
- ];
1627
- var ClusterPendingModifiedValues$ = [3, n0, _CPMV,
1628
- 0,
1629
- [_PCLE, _DBCI, _IAMDAE, _EV, _BRP, _ST, _AS, _I],
1630
- [() => PendingCloudwatchLogsExports$, 0, 2, 0, 1, 0, 1, 1]
1631
- ];
1632
- var CopyDBClusterParameterGroupMessage$ = [3, n0, _CDBCPGM,
1633
- 0,
1634
- [_SDBCPGI, _TDBCPGI, _TDBCPGD, _T],
1635
- [0, 0, 0, [() => TagList, 0]], 3
1636
- ];
1637
- var CopyDBClusterParameterGroupResult$ = [3, n0, _CDBCPGR,
1638
- 0,
1639
- [_DBCPG],
1640
- [() => DBClusterParameterGroup$]
1641
- ];
1642
- var CopyDBClusterSnapshotMessage$ = [3, n0, _CDBCSM,
1643
- 0,
1644
- [_SDBCSI, _TDBCSI, _KKI, _PSU, _CT, _T],
1645
- [0, 0, 0, 0, 2, [() => TagList, 0]], 2
1646
- ];
1647
- var CopyDBClusterSnapshotResult$ = [3, n0, _CDBCSR,
1648
- 0,
1649
- [_DBCS],
1650
- [[() => DBClusterSnapshot$, 0]]
1651
- ];
1652
- var CopyDBParameterGroupMessage$ = [3, n0, _CDBPGM,
1653
- 0,
1654
- [_SDBPGI, _TDBPGI, _TDBPGD, _T],
1655
- [0, 0, 0, [() => TagList, 0]], 3
1656
- ];
1657
- var CopyDBParameterGroupResult$ = [3, n0, _CDBPGR,
1658
- 0,
1659
- [_DBPG],
1660
- [() => DBParameterGroup$]
1661
- ];
1662
- var CreateDBClusterEndpointMessage$ = [3, n0, _CDBCEM,
1663
- 0,
1664
- [_DBCI, _DBCEI, _ET, _SM, _EM, _T],
1665
- [0, 0, 0, 64 | 0, 64 | 0, [() => TagList, 0]], 3
1666
- ];
1667
- var CreateDBClusterEndpointOutput$ = [3, n0, _CDBCEO,
1668
- 0,
1669
- [_DBCEI, _DBCI, _DBCERI, _E, _S, _ET, _CET, _SM, _EM, _DBCEA],
1670
- [0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0]
1671
- ];
1672
- var CreateDBClusterMessage$ = [3, n0, _CDBCM,
1673
- 0,
1674
- [_DBCI, _En, _AZv, _BRP, _CSN, _CTTS, _DN, _DBCPGN, _VSGI, _DBSGN, _EV, _P, _MU, _MUP, _OGN, _PBW, _PMW, _RSI, _T, _SE, _KKI, _PSU, _EIAMDA, _ECLE, _DP, _SVSC, _GCI, _ST],
1675
- [0, 0, [() => AvailabilityZones, 0], 1, 0, 2, 0, 0, [() => VpcSecurityGroupIdList, 0], 0, 0, 1, 0, 0, 0, 0, 0, 0, [() => TagList, 0], 2, 0, 0, 2, 64 | 0, 2, () => ServerlessV2ScalingConfiguration$, 0, 0], 2
1676
- ];
1677
- var CreateDBClusterParameterGroupMessage$ = [3, n0, _CDBCPGMr,
1678
- 0,
1679
- [_DBCPGN, _DBPGF, _D, _T],
1680
- [0, 0, 0, [() => TagList, 0]], 3
1681
- ];
1682
- var CreateDBClusterParameterGroupResult$ = [3, n0, _CDBCPGRr,
1683
- 0,
1684
- [_DBCPG],
1685
- [() => DBClusterParameterGroup$]
1686
- ];
1687
- var CreateDBClusterResult$ = [3, n0, _CDBCR,
1688
- 0,
1689
- [_DBC],
1690
- [[() => DBCluster$, 0]]
1691
- ];
1692
- var CreateDBClusterSnapshotMessage$ = [3, n0, _CDBCSMr,
1693
- 0,
1694
- [_DBCSI, _DBCI, _T],
1695
- [0, 0, [() => TagList, 0]], 2
1696
- ];
1697
- var CreateDBClusterSnapshotResult$ = [3, n0, _CDBCSRr,
1698
- 0,
1699
- [_DBCS],
1700
- [[() => DBClusterSnapshot$, 0]]
1701
- ];
1702
- var CreateDBInstanceMessage$ = [3, n0, _CDBIM,
1703
- 0,
1704
- [_DBII, _DBIC, _En, _DBCI, _DBN, _AS, _MU, _MUP, _DBSG, _VSGI, _AZ, _DBSGN, _PMW, _DBPGN, _BRP, _PBW, _P, _MAZ, _EV, _AMVU, _LM, _I, _OGN, _CSN, _PA, _T, _ST, _TCA, _TCP, _SE, _KKI, _Do, _CTTS, _MI, _MRA, _DIAMRN, _PT, _Ti, _EIAMDA, _EPI, _PIKMSKI, _ECLE, _DP],
1705
- [0, 0, 0, 0, 0, 1, 0, 0, [() => DBSecurityGroupNameList, 0], [() => VpcSecurityGroupIdList, 0], 0, 0, 0, 0, 1, 0, 1, 2, 0, 2, 0, 1, 0, 0, 2, [() => TagList, 0], 0, 0, [() => SensitiveString, 0], 2, 0, 0, 2, 1, 0, 0, 1, 0, 2, 2, 0, 64 | 0, 2], 4
1706
- ];
1707
- var CreateDBInstanceResult$ = [3, n0, _CDBIR,
1708
- 0,
1709
- [_DBI],
1710
- [[() => DBInstance$, 0]]
1711
- ];
1712
- var CreateDBParameterGroupMessage$ = [3, n0, _CDBPGMr,
1713
- 0,
1714
- [_DBPGN, _DBPGF, _D, _T],
1715
- [0, 0, 0, [() => TagList, 0]], 3
1716
- ];
1717
- var CreateDBParameterGroupResult$ = [3, n0, _CDBPGRr,
1718
- 0,
1719
- [_DBPG],
1720
- [() => DBParameterGroup$]
1721
- ];
1722
- var CreateDBSubnetGroupMessage$ = [3, n0, _CDBSGM,
1723
- 0,
1724
- [_DBSGN, _DBSGD, _SIu, _T],
1725
- [0, 0, [() => SubnetIdentifierList, 0], [() => TagList, 0]], 3
1726
- ];
1727
- var CreateDBSubnetGroupResult$ = [3, n0, _CDBSGR,
1728
- 0,
1729
- [_DBSGu],
1730
- [[() => DBSubnetGroup$, 0]]
1731
- ];
1732
- var CreateEventSubscriptionMessage$ = [3, n0, _CESM,
1733
- 0,
1734
- [_SN, _STA, _STo, _EC, _SIo, _Ena, _T],
1735
- [0, 0, 0, [() => EventCategoriesList, 0], [() => SourceIdsList, 0], 2, [() => TagList, 0]], 2
1736
- ];
1737
- var CreateEventSubscriptionResult$ = [3, n0, _CESR,
1738
- 0,
1739
- [_ES],
1740
- [[() => EventSubscription$, 0]]
1741
- ];
1742
- var CreateGlobalClusterMessage$ = [3, n0, _CGCM,
1743
- 0,
1744
- [_GCI, _SDBCI, _En, _EV, _DP, _SE],
1745
- [0, 0, 0, 0, 2, 2], 1
1746
- ];
1747
- var CreateGlobalClusterResult$ = [3, n0, _CGCR,
1748
- 0,
1749
- [_GC],
1750
- [[() => GlobalCluster$, 0]]
1751
- ];
1752
- var DBCluster$ = [3, n0, _DBC,
1753
- 0,
1754
- [_AS, _AZv, _BRP, _CSN, _DN, _DBCI, _DBCPG, _DBSGu, _S, _PP, _ERT, _E, _RE, _MAZ, _En, _EV, _LRT, _P, _MU, _DBCOGM, _PBW, _PMW, _RSI, _RRI, _DBCM, _VSG, _HZI, _SE, _KKI, _DCRI, _DBCA, _AR, _IAMDAE, _CGI, _CCT, _CTTS, _ECLEn, _PMV, _DP, _CAC, _ART, _SVSC, _GCI, _IOONAMT, _ST],
1755
- [1, [() => AvailabilityZones, 0], 1, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 2, 0, 0, 4, 1, 0, [() => DBClusterOptionGroupMemberships, 0], 0, 0, 0, [() => ReadReplicaIdentifierList, 0], [() => DBClusterMemberList, 0], [() => VpcSecurityGroupMembershipList, 0], 0, 2, 0, 0, 0, [() => DBClusterRoles, 0], 2, 0, 4, 2, 64 | 0, () => ClusterPendingModifiedValues$, 2, 2, 4, () => ServerlessV2ScalingConfigurationInfo$, 0, 4, 0]
1756
- ];
1757
- var DBClusterAlreadyExistsFault$ = [-3, n0, _DBCAEF,
1758
- { [_aQE]: [`DBClusterAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
1759
- [_m],
1760
- [0]
1761
- ];
1762
- schema.TypeRegistry.for(n0).registerError(DBClusterAlreadyExistsFault$, DBClusterAlreadyExistsFault);
1763
- var DBClusterEndpoint$ = [3, n0, _DBCE,
1764
- 0,
1765
- [_DBCEI, _DBCI, _DBCERI, _E, _S, _ET, _CET, _SM, _EM, _DBCEA],
1766
- [0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0]
1767
- ];
1768
- var DBClusterEndpointAlreadyExistsFault$ = [-3, n0, _DBCEAEF,
1769
- { [_aQE]: [`DBClusterEndpointAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
1770
- [_m],
1771
- [0]
1772
- ];
1773
- schema.TypeRegistry.for(n0).registerError(DBClusterEndpointAlreadyExistsFault$, DBClusterEndpointAlreadyExistsFault);
1774
- var DBClusterEndpointMessage$ = [3, n0, _DBCEM,
1775
- 0,
1776
- [_M, _DBCEl],
1777
- [0, [() => DBClusterEndpointList, 0]]
1778
- ];
1779
- var DBClusterEndpointNotFoundFault$ = [-3, n0, _DBCENFF,
1780
- { [_aQE]: [`DBClusterEndpointNotFoundFault`, 400], [_e]: _c, [_hE]: 400 },
1781
- [_m],
1782
- [0]
1783
- ];
1784
- schema.TypeRegistry.for(n0).registerError(DBClusterEndpointNotFoundFault$, DBClusterEndpointNotFoundFault);
1785
- var DBClusterEndpointQuotaExceededFault$ = [-3, n0, _DBCEQEF,
1786
- { [_aQE]: [`DBClusterEndpointQuotaExceededFault`, 403], [_e]: _c, [_hE]: 403 },
1787
- [_m],
1788
- [0]
1789
- ];
1790
- schema.TypeRegistry.for(n0).registerError(DBClusterEndpointQuotaExceededFault$, DBClusterEndpointQuotaExceededFault);
1791
- var DBClusterMember$ = [3, n0, _DBCMl,
1792
- 0,
1793
- [_DBII, _ICW, _DBCPGS, _PT],
1794
- [0, 2, 0, 1]
1795
- ];
1796
- var DBClusterMessage$ = [3, n0, _DBCMlu,
1797
- 0,
1798
- [_M, _DBCl],
1799
- [0, [() => DBClusterList, 0]]
1800
- ];
1801
- var DBClusterNotFoundFault$ = [-3, n0, _DBCNFF,
1802
- { [_aQE]: [`DBClusterNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
1803
- [_m],
1804
- [0]
1805
- ];
1806
- schema.TypeRegistry.for(n0).registerError(DBClusterNotFoundFault$, DBClusterNotFoundFault);
1807
- var DBClusterOptionGroupStatus$ = [3, n0, _DBCOGS,
1808
- 0,
1809
- [_DBCOGN, _S],
1810
- [0, 0]
1811
- ];
1812
- var DBClusterParameterGroup$ = [3, n0, _DBCPG,
1813
- 0,
1814
- [_DBCPGN, _DBPGF, _D, _DBCPGA],
1815
- [0, 0, 0, 0]
1816
- ];
1817
- var DBClusterParameterGroupDetails$ = [3, n0, _DBCPGD,
1818
- 0,
1819
- [_Pa, _M],
1820
- [[() => ParametersList, 0], 0]
1821
- ];
1822
- var DBClusterParameterGroupNameMessage$ = [3, n0, _DBCPGNM,
1823
- 0,
1824
- [_DBCPGN],
1825
- [0]
1826
- ];
1827
- var DBClusterParameterGroupNotFoundFault$ = [-3, n0, _DBCPGNFF,
1828
- { [_aQE]: [`DBClusterParameterGroupNotFound`, 404], [_e]: _c, [_hE]: 404 },
1829
- [_m],
1830
- [0]
1831
- ];
1832
- schema.TypeRegistry.for(n0).registerError(DBClusterParameterGroupNotFoundFault$, DBClusterParameterGroupNotFoundFault);
1833
- var DBClusterParameterGroupsMessage$ = [3, n0, _DBCPGM,
1834
- 0,
1835
- [_M, _DBCPGl],
1836
- [0, [() => DBClusterParameterGroupList, 0]]
1837
- ];
1838
- var DBClusterQuotaExceededFault$ = [-3, n0, _DBCQEF,
1839
- { [_aQE]: [`DBClusterQuotaExceededFault`, 403], [_e]: _c, [_hE]: 403 },
1840
- [_m],
1841
- [0]
1842
- ];
1843
- schema.TypeRegistry.for(n0).registerError(DBClusterQuotaExceededFault$, DBClusterQuotaExceededFault);
1844
- var DBClusterRole$ = [3, n0, _DBCR,
1845
- 0,
1846
- [_RA, _S, _FN],
1847
- [0, 0, 0]
1848
- ];
1849
- var DBClusterRoleAlreadyExistsFault$ = [-3, n0, _DBCRAEF,
1850
- { [_aQE]: [`DBClusterRoleAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
1851
- [_m],
1852
- [0]
1853
- ];
1854
- schema.TypeRegistry.for(n0).registerError(DBClusterRoleAlreadyExistsFault$, DBClusterRoleAlreadyExistsFault);
1855
- var DBClusterRoleNotFoundFault$ = [-3, n0, _DBCRNFF,
1856
- { [_aQE]: [`DBClusterRoleNotFound`, 404], [_e]: _c, [_hE]: 404 },
1857
- [_m],
1858
- [0]
1859
- ];
1860
- schema.TypeRegistry.for(n0).registerError(DBClusterRoleNotFoundFault$, DBClusterRoleNotFoundFault);
1861
- var DBClusterRoleQuotaExceededFault$ = [-3, n0, _DBCRQEF,
1862
- { [_aQE]: [`DBClusterRoleQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
1863
- [_m],
1864
- [0]
1865
- ];
1866
- schema.TypeRegistry.for(n0).registerError(DBClusterRoleQuotaExceededFault$, DBClusterRoleQuotaExceededFault);
1867
- var DBClusterSnapshot$ = [3, n0, _DBCS,
1868
- 0,
1869
- [_AZv, _DBCSI, _DBCI, _SCT, _En, _AS, _S, _P, _VI, _CCT, _MU, _EV, _LM, _STn, _PP, _SE, _KKI, _DBCSA, _SDBCSA, _IAMDAE, _ST],
1870
- [[() => AvailabilityZones, 0], 0, 0, 4, 0, 1, 0, 1, 0, 4, 0, 0, 0, 0, 1, 2, 0, 0, 0, 2, 0]
1871
- ];
1872
- var DBClusterSnapshotAlreadyExistsFault$ = [-3, n0, _DBCSAEF,
1873
- { [_aQE]: [`DBClusterSnapshotAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
1874
- [_m],
1875
- [0]
1876
- ];
1877
- schema.TypeRegistry.for(n0).registerError(DBClusterSnapshotAlreadyExistsFault$, DBClusterSnapshotAlreadyExistsFault);
1878
- var DBClusterSnapshotAttribute$ = [3, n0, _DBCSAl,
1879
- 0,
1880
- [_AN, _AV],
1881
- [0, [() => AttributeValueList, 0]]
1882
- ];
1883
- var DBClusterSnapshotAttributesResult$ = [3, n0, _DBCSAR,
1884
- 0,
1885
- [_DBCSI, _DBCSAlu],
1886
- [0, [() => DBClusterSnapshotAttributeList, 0]]
1887
- ];
1888
- var DBClusterSnapshotMessage$ = [3, n0, _DBCSM,
1889
- 0,
1890
- [_M, _DBCSl],
1891
- [0, [() => DBClusterSnapshotList, 0]]
1892
- ];
1893
- var DBClusterSnapshotNotFoundFault$ = [-3, n0, _DBCSNFF,
1894
- { [_aQE]: [`DBClusterSnapshotNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
1895
- [_m],
1896
- [0]
1897
- ];
1898
- schema.TypeRegistry.for(n0).registerError(DBClusterSnapshotNotFoundFault$, DBClusterSnapshotNotFoundFault);
1899
- var DBEngineVersion$ = [3, n0, _DBEV,
1900
- 0,
1901
- [_En, _EV, _DBPGF, _DBED, _DBEVD, _DCS, _SCS, _VUT, _STu, _ELTx, _SLETCL, _SRR, _SGD],
1902
- [0, 0, 0, 0, 0, () => CharacterSet$, [() => SupportedCharacterSetsList, 0], [() => ValidUpgradeTargetList, 0], [() => SupportedTimezonesList, 0], 64 | 0, 2, 2, 2]
1903
- ];
1904
- var DBEngineVersionMessage$ = [3, n0, _DBEVM,
1905
- 0,
1906
- [_M, _DBEVn],
1907
- [0, [() => DBEngineVersionList, 0]]
1908
- ];
1909
- var DBInstance$ = [3, n0, _DBI,
1910
- 0,
1911
- [_DBII, _DBIC, _En, _DBIS, _MU, _DBN, _E, _AS, _ICT, _PBW, _BRP, _DBSG, _VSG, _DBPGa, _AZ, _DBSGu, _PMW, _PMV, _LRT, _MAZ, _EV, _AMVU, _RRSDBII, _RRDBII, _RRDBCI, _LM, _I, _OGM, _CSN, _SAZ, _PA, _SIt, _ST, _TCA, _DIP, _DBCI, _SE, _KKI, _DRI, _CACI, _DM, _CTTS, _MI, _EMRA, _MRA, _PT, _DBIA, _Ti, _IAMDAE, _PIE, _PIKMSKI, _ECLEn, _DP],
1912
- [0, 0, 0, 0, 0, 0, () => Endpoint$, 1, 4, 0, 1, [() => DBSecurityGroupMembershipList, 0], [() => VpcSecurityGroupMembershipList, 0], [() => DBParameterGroupStatusList, 0], 0, [() => DBSubnetGroup$, 0], 0, () => PendingModifiedValues$, 4, 2, 0, 2, 0, [() => ReadReplicaDBInstanceIdentifierList, 0], [() => ReadReplicaDBClusterIdentifierList, 0], 0, 1, [() => OptionGroupMembershipList, 0], 0, 0, 2, [() => DBInstanceStatusInfoList, 0], 0, 0, 1, 0, 2, 0, 0, 0, [() => DomainMembershipList, 0], 2, 1, 0, 0, 1, 0, 0, 2, 2, 0, 64 | 0, 2]
1913
- ];
1914
- var DBInstanceAlreadyExistsFault$ = [-3, n0, _DBIAEF,
1915
- { [_aQE]: [`DBInstanceAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
1916
- [_m],
1917
- [0]
1918
- ];
1919
- schema.TypeRegistry.for(n0).registerError(DBInstanceAlreadyExistsFault$, DBInstanceAlreadyExistsFault);
1920
- var DBInstanceMessage$ = [3, n0, _DBIM,
1921
- 0,
1922
- [_M, _DBIn],
1923
- [0, [() => DBInstanceList, 0]]
1924
- ];
1925
- var DBInstanceNotFoundFault$ = [-3, n0, _DBINFF,
1926
- { [_aQE]: [`DBInstanceNotFound`, 404], [_e]: _c, [_hE]: 404 },
1927
- [_m],
1928
- [0]
1929
- ];
1930
- schema.TypeRegistry.for(n0).registerError(DBInstanceNotFoundFault$, DBInstanceNotFoundFault);
1931
- var DBInstanceStatusInfo$ = [3, n0, _DBISI,
1932
- 0,
1933
- [_STt, _No, _S, _Me],
1934
- [0, 2, 0, 0]
1935
- ];
1936
- var DBParameterGroup$ = [3, n0, _DBPG,
1937
- 0,
1938
- [_DBPGN, _DBPGF, _D, _DBPGA],
1939
- [0, 0, 0, 0]
1940
- ];
1941
- var DBParameterGroupAlreadyExistsFault$ = [-3, n0, _DBPGAEF,
1942
- { [_aQE]: [`DBParameterGroupAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
1943
- [_m],
1944
- [0]
1945
- ];
1946
- schema.TypeRegistry.for(n0).registerError(DBParameterGroupAlreadyExistsFault$, DBParameterGroupAlreadyExistsFault);
1947
- var DBParameterGroupDetails$ = [3, n0, _DBPGD,
1948
- 0,
1949
- [_Pa, _M],
1950
- [[() => ParametersList, 0], 0]
1951
- ];
1952
- var DBParameterGroupNameMessage$ = [3, n0, _DBPGNM,
1953
- 0,
1954
- [_DBPGN],
1955
- [0]
1956
- ];
1957
- var DBParameterGroupNotFoundFault$ = [-3, n0, _DBPGNFF,
1958
- { [_aQE]: [`DBParameterGroupNotFound`, 404], [_e]: _c, [_hE]: 404 },
1959
- [_m],
1960
- [0]
1961
- ];
1962
- schema.TypeRegistry.for(n0).registerError(DBParameterGroupNotFoundFault$, DBParameterGroupNotFoundFault);
1963
- var DBParameterGroupQuotaExceededFault$ = [-3, n0, _DBPGQEF,
1964
- { [_aQE]: [`DBParameterGroupQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
1965
- [_m],
1966
- [0]
1967
- ];
1968
- schema.TypeRegistry.for(n0).registerError(DBParameterGroupQuotaExceededFault$, DBParameterGroupQuotaExceededFault);
1969
- var DBParameterGroupsMessage$ = [3, n0, _DBPGM,
1970
- 0,
1971
- [_M, _DBPGa],
1972
- [0, [() => DBParameterGroupList, 0]]
1973
- ];
1974
- var DBParameterGroupStatus$ = [3, n0, _DBPGS,
1975
- 0,
1976
- [_DBPGN, _PAS],
1977
- [0, 0]
1978
- ];
1979
- var DBSecurityGroupMembership$ = [3, n0, _DBSGM,
1980
- 0,
1981
- [_DBSGNe, _S],
1982
- [0, 0]
1983
- ];
1984
- var DBSecurityGroupNotFoundFault$ = [-3, n0, _DBSGNFF,
1985
- { [_aQE]: [`DBSecurityGroupNotFound`, 404], [_e]: _c, [_hE]: 404 },
1986
- [_m],
1987
- [0]
1988
- ];
1989
- schema.TypeRegistry.for(n0).registerError(DBSecurityGroupNotFoundFault$, DBSecurityGroupNotFoundFault);
1990
- var DBSnapshotAlreadyExistsFault$ = [-3, n0, _DBSAEF,
1991
- { [_aQE]: [`DBSnapshotAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
1992
- [_m],
1993
- [0]
1994
- ];
1995
- schema.TypeRegistry.for(n0).registerError(DBSnapshotAlreadyExistsFault$, DBSnapshotAlreadyExistsFault);
1996
- var DBSnapshotNotFoundFault$ = [-3, n0, _DBSNFF,
1997
- { [_aQE]: [`DBSnapshotNotFound`, 404], [_e]: _c, [_hE]: 404 },
1998
- [_m],
1999
- [0]
2000
- ];
2001
- schema.TypeRegistry.for(n0).registerError(DBSnapshotNotFoundFault$, DBSnapshotNotFoundFault);
2002
- var DBSubnetGroup$ = [3, n0, _DBSGu,
2003
- 0,
2004
- [_DBSGN, _DBSGD, _VI, _SGS, _Su, _DBSGA],
2005
- [0, 0, 0, 0, [() => SubnetList, 0], 0]
2006
- ];
2007
- var DBSubnetGroupAlreadyExistsFault$ = [-3, n0, _DBSGAEF,
2008
- { [_aQE]: [`DBSubnetGroupAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
2009
- [_m],
2010
- [0]
2011
- ];
2012
- schema.TypeRegistry.for(n0).registerError(DBSubnetGroupAlreadyExistsFault$, DBSubnetGroupAlreadyExistsFault);
2013
- var DBSubnetGroupDoesNotCoverEnoughAZs$ = [-3, n0, _DBSGDNCEAZ,
2014
- { [_aQE]: [`DBSubnetGroupDoesNotCoverEnoughAZs`, 400], [_e]: _c, [_hE]: 400 },
2015
- [_m],
2016
- [0]
2017
- ];
2018
- schema.TypeRegistry.for(n0).registerError(DBSubnetGroupDoesNotCoverEnoughAZs$, DBSubnetGroupDoesNotCoverEnoughAZs);
2019
- var DBSubnetGroupMessage$ = [3, n0, _DBSGMu,
2020
- 0,
2021
- [_M, _DBSGub],
2022
- [0, [() => DBSubnetGroups, 0]]
2023
- ];
2024
- var DBSubnetGroupNotFoundFault$ = [-3, n0, _DBSGNFFu,
2025
- { [_aQE]: [`DBSubnetGroupNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
2026
- [_m],
2027
- [0]
2028
- ];
2029
- schema.TypeRegistry.for(n0).registerError(DBSubnetGroupNotFoundFault$, DBSubnetGroupNotFoundFault);
2030
- var DBSubnetGroupQuotaExceededFault$ = [-3, n0, _DBSGQEF,
2031
- { [_aQE]: [`DBSubnetGroupQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
2032
- [_m],
2033
- [0]
2034
- ];
2035
- schema.TypeRegistry.for(n0).registerError(DBSubnetGroupQuotaExceededFault$, DBSubnetGroupQuotaExceededFault);
2036
- var DBSubnetQuotaExceededFault$ = [-3, n0, _DBSQEF,
2037
- { [_aQE]: [`DBSubnetQuotaExceededFault`, 400], [_e]: _c, [_hE]: 400 },
2038
- [_m],
2039
- [0]
2040
- ];
2041
- schema.TypeRegistry.for(n0).registerError(DBSubnetQuotaExceededFault$, DBSubnetQuotaExceededFault);
2042
- var DBUpgradeDependencyFailureFault$ = [-3, n0, _DBUDFF,
2043
- { [_aQE]: [`DBUpgradeDependencyFailure`, 400], [_e]: _c, [_hE]: 400 },
2044
- [_m],
2045
- [0]
2046
- ];
2047
- schema.TypeRegistry.for(n0).registerError(DBUpgradeDependencyFailureFault$, DBUpgradeDependencyFailureFault);
2048
- var DeleteDBClusterEndpointMessage$ = [3, n0, _DDBCEM,
2049
- 0,
2050
- [_DBCEI],
2051
- [0], 1
2052
- ];
2053
- var DeleteDBClusterEndpointOutput$ = [3, n0, _DDBCEO,
2054
- 0,
2055
- [_DBCEI, _DBCI, _DBCERI, _E, _S, _ET, _CET, _SM, _EM, _DBCEA],
2056
- [0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0]
2057
- ];
2058
- var DeleteDBClusterMessage$ = [3, n0, _DDBCM,
2059
- 0,
2060
- [_DBCI, _SFS, _FDBSI],
2061
- [0, 2, 0], 1
2062
- ];
2063
- var DeleteDBClusterParameterGroupMessage$ = [3, n0, _DDBCPGM,
2064
- 0,
2065
- [_DBCPGN],
2066
- [0], 1
2067
- ];
2068
- var DeleteDBClusterResult$ = [3, n0, _DDBCR,
2069
- 0,
2070
- [_DBC],
2071
- [[() => DBCluster$, 0]]
2072
- ];
2073
- var DeleteDBClusterSnapshotMessage$ = [3, n0, _DDBCSM,
2074
- 0,
2075
- [_DBCSI],
2076
- [0], 1
2077
- ];
2078
- var DeleteDBClusterSnapshotResult$ = [3, n0, _DDBCSR,
2079
- 0,
2080
- [_DBCS],
2081
- [[() => DBClusterSnapshot$, 0]]
2082
- ];
2083
- var DeleteDBInstanceMessage$ = [3, n0, _DDBIM,
2084
- 0,
2085
- [_DBII, _SFS, _FDBSI],
2086
- [0, 2, 0], 1
2087
- ];
2088
- var DeleteDBInstanceResult$ = [3, n0, _DDBIR,
2089
- 0,
2090
- [_DBI],
2091
- [[() => DBInstance$, 0]]
2092
- ];
2093
- var DeleteDBParameterGroupMessage$ = [3, n0, _DDBPGM,
2094
- 0,
2095
- [_DBPGN],
2096
- [0], 1
2097
- ];
2098
- var DeleteDBSubnetGroupMessage$ = [3, n0, _DDBSGM,
2099
- 0,
2100
- [_DBSGN],
2101
- [0], 1
2102
- ];
2103
- var DeleteEventSubscriptionMessage$ = [3, n0, _DESM,
2104
- 0,
2105
- [_SN],
2106
- [0], 1
2107
- ];
2108
- var DeleteEventSubscriptionResult$ = [3, n0, _DESR,
2109
- 0,
2110
- [_ES],
2111
- [[() => EventSubscription$, 0]]
2112
- ];
2113
- var DeleteGlobalClusterMessage$ = [3, n0, _DGCM,
2114
- 0,
2115
- [_GCI],
2116
- [0], 1
2117
- ];
2118
- var DeleteGlobalClusterResult$ = [3, n0, _DGCR,
2119
- 0,
2120
- [_GC],
2121
- [[() => GlobalCluster$, 0]]
2122
- ];
2123
- var DescribeDBClusterEndpointsMessage$ = [3, n0, _DDBCEMe,
2124
- 0,
2125
- [_DBCI, _DBCEI, _F, _MR, _M],
2126
- [0, 0, [() => FilterList, 0], 1, 0]
2127
- ];
2128
- var DescribeDBClusterParameterGroupsMessage$ = [3, n0, _DDBCPGMe,
2129
- 0,
2130
- [_DBCPGN, _F, _MR, _M],
2131
- [0, [() => FilterList, 0], 1, 0]
2132
- ];
2133
- var DescribeDBClusterParametersMessage$ = [3, n0, _DDBCPM,
2134
- 0,
2135
- [_DBCPGN, _So, _F, _MR, _M],
2136
- [0, 0, [() => FilterList, 0], 1, 0], 1
2137
- ];
2138
- var DescribeDBClustersMessage$ = [3, n0, _DDBCMe,
2139
- 0,
2140
- [_DBCI, _F, _MR, _M],
2141
- [0, [() => FilterList, 0], 1, 0]
2142
- ];
2143
- var DescribeDBClusterSnapshotAttributesMessage$ = [3, n0, _DDBCSAM,
2144
- 0,
2145
- [_DBCSI],
2146
- [0], 1
2147
- ];
2148
- var DescribeDBClusterSnapshotAttributesResult$ = [3, n0, _DDBCSAR,
2149
- 0,
2150
- [_DBCSAR],
2151
- [[() => DBClusterSnapshotAttributesResult$, 0]]
2152
- ];
2153
- var DescribeDBClusterSnapshotsMessage$ = [3, n0, _DDBCSMe,
2154
- 0,
2155
- [_DBCI, _DBCSI, _STn, _F, _MR, _M, _IS, _IP],
2156
- [0, 0, 0, [() => FilterList, 0], 1, 0, 2, 2]
2157
- ];
2158
- var DescribeDBEngineVersionsMessage$ = [3, n0, _DDBEVM,
2159
- 0,
2160
- [_En, _EV, _DBPGF, _F, _MR, _M, _DO, _LSCS, _LST],
2161
- [0, 0, 0, [() => FilterList, 0], 1, 0, 2, 2, 2]
2162
- ];
2163
- var DescribeDBInstancesMessage$ = [3, n0, _DDBIMe,
2164
- 0,
2165
- [_DBII, _F, _MR, _M],
2166
- [0, [() => FilterList, 0], 1, 0]
2167
- ];
2168
- var DescribeDBParameterGroupsMessage$ = [3, n0, _DDBPGMe,
2169
- 0,
2170
- [_DBPGN, _F, _MR, _M],
2171
- [0, [() => FilterList, 0], 1, 0]
2172
- ];
2173
- var DescribeDBParametersMessage$ = [3, n0, _DDBPM,
2174
- 0,
2175
- [_DBPGN, _So, _F, _MR, _M],
2176
- [0, 0, [() => FilterList, 0], 1, 0], 1
2177
- ];
2178
- var DescribeDBSubnetGroupsMessage$ = [3, n0, _DDBSGMe,
2179
- 0,
2180
- [_DBSGN, _F, _MR, _M],
2181
- [0, [() => FilterList, 0], 1, 0]
2182
- ];
2183
- var DescribeEngineDefaultClusterParametersMessage$ = [3, n0, _DEDCPM,
2184
- 0,
2185
- [_DBPGF, _F, _MR, _M],
2186
- [0, [() => FilterList, 0], 1, 0], 1
2187
- ];
2188
- var DescribeEngineDefaultClusterParametersResult$ = [3, n0, _DEDCPR,
2189
- 0,
2190
- [_ED],
2191
- [[() => EngineDefaults$, 0]]
2192
- ];
2193
- var DescribeEngineDefaultParametersMessage$ = [3, n0, _DEDPM,
2194
- 0,
2195
- [_DBPGF, _F, _MR, _M],
2196
- [0, [() => FilterList, 0], 1, 0], 1
2197
- ];
2198
- var DescribeEngineDefaultParametersResult$ = [3, n0, _DEDPR,
2199
- 0,
2200
- [_ED],
2201
- [[() => EngineDefaults$, 0]]
2202
- ];
2203
- var DescribeEventCategoriesMessage$ = [3, n0, _DECM,
2204
- 0,
2205
- [_STo, _F],
2206
- [0, [() => FilterList, 0]]
2207
- ];
2208
- var DescribeEventsMessage$ = [3, n0, _DEM,
2209
- 0,
2210
- [_SI, _STo, _STta, _ETn, _Du, _EC, _F, _MR, _M],
2211
- [0, 0, 4, 4, 1, [() => EventCategoriesList, 0], [() => FilterList, 0], 1, 0]
2212
- ];
2213
- var DescribeEventSubscriptionsMessage$ = [3, n0, _DESMe,
2214
- 0,
2215
- [_SN, _F, _MR, _M],
2216
- [0, [() => FilterList, 0], 1, 0]
2217
- ];
2218
- var DescribeGlobalClustersMessage$ = [3, n0, _DGCMe,
2219
- 0,
2220
- [_GCI, _MR, _M],
2221
- [0, 1, 0]
2222
- ];
2223
- var DescribeOrderableDBInstanceOptionsMessage$ = [3, n0, _DODBIOM,
2224
- 0,
2225
- [_En, _EV, _DBIC, _LM, _V, _F, _MR, _M],
2226
- [0, 0, 0, 0, 2, [() => FilterList, 0], 1, 0], 1
2227
- ];
2228
- var DescribePendingMaintenanceActionsMessage$ = [3, n0, _DPMAM,
2229
- 0,
2230
- [_RI, _F, _M, _MR],
2231
- [0, [() => FilterList, 0], 0, 1]
2232
- ];
2233
- var DescribeValidDBInstanceModificationsMessage$ = [3, n0, _DVDBIMM,
2234
- 0,
2235
- [_DBII],
2236
- [0], 1
2237
- ];
2238
- var DescribeValidDBInstanceModificationsResult$ = [3, n0, _DVDBIMR,
2239
- 0,
2240
- [_VDBIMM],
2241
- [[() => ValidDBInstanceModificationsMessage$, 0]]
2242
- ];
2243
- var DomainMembership$ = [3, n0, _DMo,
2244
- 0,
2245
- [_Do, _S, _FQDN, _IAMRN],
2246
- [0, 0, 0, 0]
2247
- ];
2248
- var DomainNotFoundFault$ = [-3, n0, _DNFF,
2249
- { [_aQE]: [`DomainNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
2250
- [_m],
2251
- [0]
2252
- ];
2253
- schema.TypeRegistry.for(n0).registerError(DomainNotFoundFault$, DomainNotFoundFault);
2254
- var DoubleRange$ = [3, n0, _DR,
2255
- 0,
2256
- [_Fr, _To],
2257
- [1, 1]
2258
- ];
2259
- var Endpoint$ = [3, n0, _E,
2260
- 0,
2261
- [_A, _P, _HZI],
2262
- [0, 1, 0]
2263
- ];
2264
- var EngineDefaults$ = [3, n0, _ED,
2265
- 0,
2266
- [_DBPGF, _M, _Pa],
2267
- [0, 0, [() => ParametersList, 0]]
2268
- ];
2269
- var Event$ = [3, n0, _Ev,
2270
- 0,
2271
- [_SI, _STo, _Me, _EC, _Da, _SA],
2272
- [0, 0, 0, [() => EventCategoriesList, 0], 4, 0]
2273
- ];
2274
- var EventCategoriesMap$ = [3, n0, _ECM,
2275
- 0,
2276
- [_STo, _EC],
2277
- [0, [() => EventCategoriesList, 0]]
2278
- ];
2279
- var EventCategoriesMessage$ = [3, n0, _ECMv,
2280
- 0,
2281
- [_ECML],
2282
- [[() => EventCategoriesMapList, 0]]
2283
- ];
2284
- var EventsMessage$ = [3, n0, _EMv,
2285
- 0,
2286
- [_M, _Eve],
2287
- [0, [() => EventList, 0]]
2288
- ];
2289
- var EventSubscription$ = [3, n0, _ES,
2290
- 0,
2291
- [_CAI, _CSI, _STA, _S, _SCTu, _STo, _SIL, _ECL, _Ena, _ESA],
2292
- [0, 0, 0, 0, 0, 0, [() => SourceIdsList, 0], [() => EventCategoriesList, 0], 2, 0]
2293
- ];
2294
- var EventSubscriptionQuotaExceededFault$ = [-3, n0, _ESQEF,
2295
- { [_aQE]: [`EventSubscriptionQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
2296
- [_m],
2297
- [0]
2298
- ];
2299
- schema.TypeRegistry.for(n0).registerError(EventSubscriptionQuotaExceededFault$, EventSubscriptionQuotaExceededFault);
2300
- var EventSubscriptionsMessage$ = [3, n0, _ESM,
2301
- 0,
2302
- [_M, _ESL],
2303
- [0, [() => EventSubscriptionsList, 0]]
2304
- ];
2305
- var FailoverDBClusterMessage$ = [3, n0, _FDBCM,
2306
- 0,
2307
- [_DBCI, _TDBII],
2308
- [0, 0]
2309
- ];
2310
- var FailoverDBClusterResult$ = [3, n0, _FDBCR,
2311
- 0,
2312
- [_DBC],
2313
- [[() => DBCluster$, 0]]
2314
- ];
2315
- var FailoverGlobalClusterMessage$ = [3, n0, _FGCM,
2316
- 0,
2317
- [_GCI, _TDCI, _ADL, _Sw],
2318
- [0, 0, 2, 2], 2
2319
- ];
2320
- var FailoverGlobalClusterResult$ = [3, n0, _FGCR,
2321
- 0,
2322
- [_GC],
2323
- [[() => GlobalCluster$, 0]]
2324
- ];
2325
- var FailoverState$ = [3, n0, _FS,
2326
- 0,
2327
- [_S, _FDCA, _TDCA, _IDLA],
2328
- [0, 0, 0, 2]
2329
- ];
2330
- var Filter$ = [3, n0, _Fi,
2331
- 0,
2332
- [_N, _Va],
2333
- [0, [() => FilterValueList, 0]], 2
2334
- ];
2335
- var GlobalCluster$ = [3, n0, _GC,
2336
- 0,
2337
- [_GCI, _GCRI, _GCA, _S, _En, _EV, _SE, _DP, _GCM, _FS],
2338
- [0, 0, 0, 0, 0, 0, 2, 2, [() => GlobalClusterMemberList, 0], () => FailoverState$]
2339
- ];
2340
- var GlobalClusterAlreadyExistsFault$ = [-3, n0, _GCAEF,
2341
- { [_aQE]: [`GlobalClusterAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
2342
- [_m],
2343
- [0]
2344
- ];
2345
- schema.TypeRegistry.for(n0).registerError(GlobalClusterAlreadyExistsFault$, GlobalClusterAlreadyExistsFault);
2346
- var GlobalClusterMember$ = [3, n0, _GCMl,
2347
- 0,
2348
- [_DBCA, _R, _IW],
2349
- [0, 64 | 0, 2]
2350
- ];
2351
- var GlobalClusterNotFoundFault$ = [-3, n0, _GCNFF,
2352
- { [_aQE]: [`GlobalClusterNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
2353
- [_m],
2354
- [0]
2355
- ];
2356
- schema.TypeRegistry.for(n0).registerError(GlobalClusterNotFoundFault$, GlobalClusterNotFoundFault);
2357
- var GlobalClusterQuotaExceededFault$ = [-3, n0, _GCQEF,
2358
- { [_aQE]: [`GlobalClusterQuotaExceededFault`, 400], [_e]: _c, [_hE]: 400 },
2359
- [_m],
2360
- [0]
2361
- ];
2362
- schema.TypeRegistry.for(n0).registerError(GlobalClusterQuotaExceededFault$, GlobalClusterQuotaExceededFault);
2363
- var GlobalClustersMessage$ = [3, n0, _GCMlo,
2364
- 0,
2365
- [_M, _GCl],
2366
- [0, [() => GlobalClusterList, 0]]
2367
- ];
2368
- var InstanceQuotaExceededFault$ = [-3, n0, _IQEF,
2369
- { [_aQE]: [`InstanceQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
2370
- [_m],
2371
- [0]
2372
- ];
2373
- schema.TypeRegistry.for(n0).registerError(InstanceQuotaExceededFault$, InstanceQuotaExceededFault);
2374
- var InsufficientDBClusterCapacityFault$ = [-3, n0, _IDBCCF,
2375
- { [_aQE]: [`InsufficientDBClusterCapacityFault`, 403], [_e]: _c, [_hE]: 403 },
2376
- [_m],
2377
- [0]
2378
- ];
2379
- schema.TypeRegistry.for(n0).registerError(InsufficientDBClusterCapacityFault$, InsufficientDBClusterCapacityFault);
2380
- var InsufficientDBInstanceCapacityFault$ = [-3, n0, _IDBICF,
2381
- { [_aQE]: [`InsufficientDBInstanceCapacity`, 400], [_e]: _c, [_hE]: 400 },
2382
- [_m],
2383
- [0]
2384
- ];
2385
- schema.TypeRegistry.for(n0).registerError(InsufficientDBInstanceCapacityFault$, InsufficientDBInstanceCapacityFault);
2386
- var InsufficientStorageClusterCapacityFault$ = [-3, n0, _ISCCF,
2387
- { [_aQE]: [`InsufficientStorageClusterCapacity`, 400], [_e]: _c, [_hE]: 400 },
2388
- [_m],
2389
- [0]
2390
- ];
2391
- schema.TypeRegistry.for(n0).registerError(InsufficientStorageClusterCapacityFault$, InsufficientStorageClusterCapacityFault);
2392
- var InvalidDBClusterEndpointStateFault$ = [-3, n0, _IDBCESF,
2393
- { [_aQE]: [`InvalidDBClusterEndpointStateFault`, 400], [_e]: _c, [_hE]: 400 },
2394
- [_m],
2395
- [0]
2396
- ];
2397
- schema.TypeRegistry.for(n0).registerError(InvalidDBClusterEndpointStateFault$, InvalidDBClusterEndpointStateFault);
2398
- var InvalidDBClusterSnapshotStateFault$ = [-3, n0, _IDBCSSF,
2399
- { [_aQE]: [`InvalidDBClusterSnapshotStateFault`, 400], [_e]: _c, [_hE]: 400 },
2400
- [_m],
2401
- [0]
2402
- ];
2403
- schema.TypeRegistry.for(n0).registerError(InvalidDBClusterSnapshotStateFault$, InvalidDBClusterSnapshotStateFault);
2404
- var InvalidDBClusterStateFault$ = [-3, n0, _IDBCSF,
2405
- { [_aQE]: [`InvalidDBClusterStateFault`, 400], [_e]: _c, [_hE]: 400 },
2406
- [_m],
2407
- [0]
2408
- ];
2409
- schema.TypeRegistry.for(n0).registerError(InvalidDBClusterStateFault$, InvalidDBClusterStateFault);
2410
- var InvalidDBInstanceStateFault$ = [-3, n0, _IDBISF,
2411
- { [_aQE]: [`InvalidDBInstanceState`, 400], [_e]: _c, [_hE]: 400 },
2412
- [_m],
2413
- [0]
2414
- ];
2415
- schema.TypeRegistry.for(n0).registerError(InvalidDBInstanceStateFault$, InvalidDBInstanceStateFault);
2416
- var InvalidDBParameterGroupStateFault$ = [-3, n0, _IDBPGSF,
2417
- { [_aQE]: [`InvalidDBParameterGroupState`, 400], [_e]: _c, [_hE]: 400 },
2418
- [_m],
2419
- [0]
2420
- ];
2421
- schema.TypeRegistry.for(n0).registerError(InvalidDBParameterGroupStateFault$, InvalidDBParameterGroupStateFault);
2422
- var InvalidDBSecurityGroupStateFault$ = [-3, n0, _IDBSGSF,
2423
- { [_aQE]: [`InvalidDBSecurityGroupState`, 400], [_e]: _c, [_hE]: 400 },
2424
- [_m],
2425
- [0]
2426
- ];
2427
- schema.TypeRegistry.for(n0).registerError(InvalidDBSecurityGroupStateFault$, InvalidDBSecurityGroupStateFault);
2428
- var InvalidDBSnapshotStateFault$ = [-3, n0, _IDBSSF,
2429
- { [_aQE]: [`InvalidDBSnapshotState`, 400], [_e]: _c, [_hE]: 400 },
2430
- [_m],
2431
- [0]
2432
- ];
2433
- schema.TypeRegistry.for(n0).registerError(InvalidDBSnapshotStateFault$, InvalidDBSnapshotStateFault);
2434
- var InvalidDBSubnetGroupStateFault$ = [-3, n0, _IDBSGSFn,
2435
- { [_aQE]: [`InvalidDBSubnetGroupStateFault`, 400], [_e]: _c, [_hE]: 400 },
2436
- [_m],
2437
- [0]
2438
- ];
2439
- schema.TypeRegistry.for(n0).registerError(InvalidDBSubnetGroupStateFault$, InvalidDBSubnetGroupStateFault);
2440
- var InvalidDBSubnetStateFault$ = [-3, n0, _IDBSSFn,
2441
- { [_aQE]: [`InvalidDBSubnetStateFault`, 400], [_e]: _c, [_hE]: 400 },
2442
- [_m],
2443
- [0]
2444
- ];
2445
- schema.TypeRegistry.for(n0).registerError(InvalidDBSubnetStateFault$, InvalidDBSubnetStateFault);
2446
- var InvalidEventSubscriptionStateFault$ = [-3, n0, _IESSF,
2447
- { [_aQE]: [`InvalidEventSubscriptionState`, 400], [_e]: _c, [_hE]: 400 },
2448
- [_m],
2449
- [0]
2450
- ];
2451
- schema.TypeRegistry.for(n0).registerError(InvalidEventSubscriptionStateFault$, InvalidEventSubscriptionStateFault);
2452
- var InvalidGlobalClusterStateFault$ = [-3, n0, _IGCSF,
2453
- { [_aQE]: [`InvalidGlobalClusterStateFault`, 400], [_e]: _c, [_hE]: 400 },
2454
- [_m],
2455
- [0]
2456
- ];
2457
- schema.TypeRegistry.for(n0).registerError(InvalidGlobalClusterStateFault$, InvalidGlobalClusterStateFault);
2458
- var InvalidRestoreFault$ = [-3, n0, _IRF,
2459
- { [_aQE]: [`InvalidRestoreFault`, 400], [_e]: _c, [_hE]: 400 },
2460
- [_m],
2461
- [0]
2462
- ];
2463
- schema.TypeRegistry.for(n0).registerError(InvalidRestoreFault$, InvalidRestoreFault);
2464
- var InvalidSubnet$ = [-3, n0, _ISn,
2465
- { [_aQE]: [`InvalidSubnet`, 400], [_e]: _c, [_hE]: 400 },
2466
- [_m],
2467
- [0]
2468
- ];
2469
- schema.TypeRegistry.for(n0).registerError(InvalidSubnet$, InvalidSubnet);
2470
- var InvalidVPCNetworkStateFault$ = [-3, n0, _IVPCNSF,
2471
- { [_aQE]: [`InvalidVPCNetworkStateFault`, 400], [_e]: _c, [_hE]: 400 },
2472
- [_m],
2473
- [0]
2474
- ];
2475
- schema.TypeRegistry.for(n0).registerError(InvalidVPCNetworkStateFault$, InvalidVPCNetworkStateFault);
2476
- var KMSKeyNotAccessibleFault$ = [-3, n0, _KMSKNAF,
2477
- { [_aQE]: [`KMSKeyNotAccessibleFault`, 400], [_e]: _c, [_hE]: 400 },
2478
- [_m],
2479
- [0]
2480
- ];
2481
- schema.TypeRegistry.for(n0).registerError(KMSKeyNotAccessibleFault$, KMSKeyNotAccessibleFault);
2482
- var ListTagsForResourceMessage$ = [3, n0, _LTFRM,
2483
- 0,
2484
- [_RN, _F],
2485
- [0, [() => FilterList, 0]], 1
2486
- ];
2487
- var ModifyDBClusterEndpointMessage$ = [3, n0, _MDBCEM,
2488
- 0,
2489
- [_DBCEI, _ET, _SM, _EM],
2490
- [0, 0, 64 | 0, 64 | 0], 1
2491
- ];
2492
- var ModifyDBClusterEndpointOutput$ = [3, n0, _MDBCEO,
2493
- 0,
2494
- [_DBCEI, _DBCI, _DBCERI, _E, _S, _ET, _CET, _SM, _EM, _DBCEA],
2495
- [0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0]
2496
- ];
2497
- var ModifyDBClusterMessage$ = [3, n0, _MDBCM,
2498
- 0,
2499
- [_DBCI, _NDBCI, _AI, _BRP, _DBCPGN, _VSGI, _P, _MUP, _OGN, _PBW, _PMW, _EIAMDA, _CLEC, _EV, _AMVUl, _DBIPGN, _DP, _CTTS, _SVSC, _ST],
2500
- [0, 0, 2, 1, 0, [() => VpcSecurityGroupIdList, 0], 1, 0, 0, 0, 0, 2, () => CloudwatchLogsExportConfiguration$, 0, 2, 0, 2, 2, () => ServerlessV2ScalingConfiguration$, 0], 1
2501
- ];
2502
- var ModifyDBClusterParameterGroupMessage$ = [3, n0, _MDBCPGM,
2503
- 0,
2504
- [_DBCPGN, _Pa],
2505
- [0, [() => ParametersList, 0]], 2
2506
- ];
2507
- var ModifyDBClusterResult$ = [3, n0, _MDBCR,
2508
- 0,
2509
- [_DBC],
2510
- [[() => DBCluster$, 0]]
2511
- ];
2512
- var ModifyDBClusterSnapshotAttributeMessage$ = [3, n0, _MDBCSAM,
2513
- 0,
2514
- [_DBCSI, _AN, _VTA, _VTR],
2515
- [0, 0, [() => AttributeValueList, 0], [() => AttributeValueList, 0]], 2
2516
- ];
2517
- var ModifyDBClusterSnapshotAttributeResult$ = [3, n0, _MDBCSAR,
2518
- 0,
2519
- [_DBCSAR],
2520
- [[() => DBClusterSnapshotAttributesResult$, 0]]
2521
- ];
2522
- var ModifyDBInstanceMessage$ = [3, n0, _MDBIM,
2523
- 0,
2524
- [_DBII, _AS, _DBIC, _DBSGN, _DBSG, _VSGI, _AI, _MUP, _DBPGN, _BRP, _PBW, _PMW, _MAZ, _EV, _AMVUl, _AMVU, _LM, _I, _OGN, _NDBII, _ST, _TCA, _TCP, _CACI, _Do, _CTTS, _MI, _DBPN, _PA, _MRA, _DIAMRN, _PT, _EIAMDA, _EPI, _PIKMSKI, _CLEC, _DP],
2525
- [0, 1, 0, 0, [() => DBSecurityGroupNameList, 0], [() => VpcSecurityGroupIdList, 0], 2, 0, 0, 1, 0, 0, 2, 0, 2, 2, 0, 1, 0, 0, 0, 0, [() => SensitiveString, 0], 0, 0, 2, 1, 1, 2, 0, 0, 1, 2, 2, 0, () => CloudwatchLogsExportConfiguration$, 2], 1
2526
- ];
2527
- var ModifyDBInstanceResult$ = [3, n0, _MDBIR,
2528
- 0,
2529
- [_DBI],
2530
- [[() => DBInstance$, 0]]
2531
- ];
2532
- var ModifyDBParameterGroupMessage$ = [3, n0, _MDBPGM,
2533
- 0,
2534
- [_DBPGN, _Pa],
2535
- [0, [() => ParametersList, 0]], 2
2536
- ];
2537
- var ModifyDBSubnetGroupMessage$ = [3, n0, _MDBSGM,
2538
- 0,
2539
- [_DBSGN, _SIu, _DBSGD],
2540
- [0, [() => SubnetIdentifierList, 0], 0], 2
2541
- ];
2542
- var ModifyDBSubnetGroupResult$ = [3, n0, _MDBSGR,
2543
- 0,
2544
- [_DBSGu],
2545
- [[() => DBSubnetGroup$, 0]]
2546
- ];
2547
- var ModifyEventSubscriptionMessage$ = [3, n0, _MESM,
2548
- 0,
2549
- [_SN, _STA, _STo, _EC, _Ena],
2550
- [0, 0, 0, [() => EventCategoriesList, 0], 2], 1
2551
- ];
2552
- var ModifyEventSubscriptionResult$ = [3, n0, _MESR,
2553
- 0,
2554
- [_ES],
2555
- [[() => EventSubscription$, 0]]
2556
- ];
2557
- var ModifyGlobalClusterMessage$ = [3, n0, _MGCM,
2558
- 0,
2559
- [_GCI, _NGCI, _DP, _EV, _AMVUl],
2560
- [0, 0, 2, 0, 2], 1
2561
- ];
2562
- var ModifyGlobalClusterResult$ = [3, n0, _MGCR,
2563
- 0,
2564
- [_GC],
2565
- [[() => GlobalCluster$, 0]]
2566
- ];
2567
- var OptionGroupMembership$ = [3, n0, _OGMp,
2568
- 0,
2569
- [_OGN, _S],
2570
- [0, 0]
2571
- ];
2572
- var OptionGroupNotFoundFault$ = [-3, n0, _OGNFF,
2573
- { [_aQE]: [`OptionGroupNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
2574
- [_m],
2575
- [0]
2576
- ];
2577
- schema.TypeRegistry.for(n0).registerError(OptionGroupNotFoundFault$, OptionGroupNotFoundFault);
2578
- var OrderableDBInstanceOption$ = [3, n0, _ODBIO,
2579
- 0,
2580
- [_En, _EV, _DBIC, _LM, _AZv, _MAZC, _RRC, _V, _SSE, _ST, _SIup, _SEM, _SIAMDA, _SPI, _MSS, _MSSa, _MIPDI, _MIPDIa, _MIPG, _MIPGa, _SGD],
2581
- [0, 0, 0, 0, [() => AvailabilityZoneList, 0], 2, 2, 2, 2, 0, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2]
2582
- ];
2583
- var OrderableDBInstanceOptionsMessage$ = [3, n0, _ODBIOM,
2584
- 0,
2585
- [_ODBIOr, _M],
2586
- [[() => OrderableDBInstanceOptionsList, 0], 0]
2587
- ];
2588
- var Parameter$ = [3, n0, _Par,
2589
- 0,
2590
- [_PN, _PV, _D, _So, _AT, _DT, _AVl, _IM, _MEV, _AM],
2591
- [0, 0, 0, 0, 0, 0, 0, 2, 0, 0]
2592
- ];
2593
- var PendingCloudwatchLogsExports$ = [3, n0, _PCLE,
2594
- 0,
2595
- [_LTTE, _LTTD],
2596
- [64 | 0, 64 | 0]
2597
- ];
2598
- var PendingMaintenanceAction$ = [3, n0, _PMA,
2599
- 0,
2600
- [_Ac, _AAAD, _FAD, _OIS, _CAD, _D],
2601
- [0, 4, 4, 0, 4, 0]
2602
- ];
2603
- var PendingMaintenanceActionsMessage$ = [3, n0, _PMAM,
2604
- 0,
2605
- [_PMAe, _M],
2606
- [[() => PendingMaintenanceActions, 0], 0]
2607
- ];
2608
- var PendingModifiedValues$ = [3, n0, _PMV,
2609
- 0,
2610
- [_DBIC, _AS, _MUP, _P, _BRP, _MAZ, _EV, _LM, _I, _DBII, _ST, _CACI, _DBSGN, _PCLE],
2611
- [0, 1, 0, 1, 1, 2, 0, 0, 1, 0, 0, 0, 0, () => PendingCloudwatchLogsExports$]
2612
- ];
2613
- var PromoteReadReplicaDBClusterMessage$ = [3, n0, _PRRDBCM,
2614
- 0,
2615
- [_DBCI],
2616
- [0], 1
2617
- ];
2618
- var PromoteReadReplicaDBClusterResult$ = [3, n0, _PRRDBCR,
2619
- 0,
2620
- [_DBC],
2621
- [[() => DBCluster$, 0]]
2622
- ];
2623
- var ProvisionedIopsNotAvailableInAZFault$ = [-3, n0, _PINAIAZF,
2624
- { [_aQE]: [`ProvisionedIopsNotAvailableInAZFault`, 400], [_e]: _c, [_hE]: 400 },
2625
- [_m],
2626
- [0]
2627
- ];
2628
- schema.TypeRegistry.for(n0).registerError(ProvisionedIopsNotAvailableInAZFault$, ProvisionedIopsNotAvailableInAZFault);
2629
- var Range$ = [3, n0, _Ra,
2630
- 0,
2631
- [_Fr, _To, _St],
2632
- [1, 1, 1]
2633
- ];
2634
- var RebootDBInstanceMessage$ = [3, n0, _RDBIM,
2635
- 0,
2636
- [_DBII, _FF],
2637
- [0, 2], 1
2638
- ];
2639
- var RebootDBInstanceResult$ = [3, n0, _RDBIR,
2640
- 0,
2641
- [_DBI],
2642
- [[() => DBInstance$, 0]]
2643
- ];
2644
- var RemoveFromGlobalClusterMessage$ = [3, n0, _RFGCM,
2645
- 0,
2646
- [_GCI, _DCI],
2647
- [0, 0], 2
2648
- ];
2649
- var RemoveFromGlobalClusterResult$ = [3, n0, _RFGCR,
2650
- 0,
2651
- [_GC],
2652
- [[() => GlobalCluster$, 0]]
2653
- ];
2654
- var RemoveRoleFromDBClusterMessage$ = [3, n0, _RRFDBCM,
2655
- 0,
2656
- [_DBCI, _RA, _FN],
2657
- [0, 0, 0], 2
2658
- ];
2659
- var RemoveSourceIdentifierFromSubscriptionMessage$ = [3, n0, _RSIFSM,
2660
- 0,
2661
- [_SN, _SI],
2662
- [0, 0], 2
2663
- ];
2664
- var RemoveSourceIdentifierFromSubscriptionResult$ = [3, n0, _RSIFSR,
2665
- 0,
2666
- [_ES],
2667
- [[() => EventSubscription$, 0]]
2668
- ];
2669
- var RemoveTagsFromResourceMessage$ = [3, n0, _RTFRM,
2670
- 0,
2671
- [_RN, _TK],
2672
- [0, 64 | 0], 2
2673
- ];
2674
- var ResetDBClusterParameterGroupMessage$ = [3, n0, _RDBCPGM,
2675
- 0,
2676
- [_DBCPGN, _RAP, _Pa],
2677
- [0, 2, [() => ParametersList, 0]], 1
2678
- ];
2679
- var ResetDBParameterGroupMessage$ = [3, n0, _RDBPGM,
2680
- 0,
2681
- [_DBPGN, _RAP, _Pa],
2682
- [0, 2, [() => ParametersList, 0]], 1
2683
- ];
2684
- var ResourceNotFoundFault$ = [-3, n0, _RNFF,
2685
- { [_aQE]: [`ResourceNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
2686
- [_m],
2687
- [0]
2688
- ];
2689
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundFault$, ResourceNotFoundFault);
2690
- var ResourcePendingMaintenanceActions$ = [3, n0, _RPMA,
2691
- 0,
2692
- [_RI, _PMAD],
2693
- [0, [() => PendingMaintenanceActionDetails, 0]]
2694
- ];
2695
- var RestoreDBClusterFromSnapshotMessage$ = [3, n0, _RDBCFSM,
2696
- 0,
2697
- [_DBCI, _SIn, _En, _AZv, _EV, _P, _DBSGN, _DN, _OGN, _VSGI, _T, _KKI, _EIAMDA, _ECLE, _DBCPGN, _DP, _CTTS, _SVSC, _ST],
2698
- [0, 0, 0, [() => AvailabilityZones, 0], 0, 1, 0, 0, 0, [() => VpcSecurityGroupIdList, 0], [() => TagList, 0], 0, 2, 64 | 0, 0, 2, 2, () => ServerlessV2ScalingConfiguration$, 0], 3
2699
- ];
2700
- var RestoreDBClusterFromSnapshotResult$ = [3, n0, _RDBCFSR,
2701
- 0,
2702
- [_DBC],
2703
- [[() => DBCluster$, 0]]
2704
- ];
2705
- var RestoreDBClusterToPointInTimeMessage$ = [3, n0, _RDBCTPITM,
2706
- 0,
2707
- [_DBCI, _SDBCI, _RT, _RTT, _ULRT, _P, _DBSGN, _OGN, _VSGI, _T, _KKI, _EIAMDA, _ECLE, _DBCPGN, _DP, _SVSC, _ST],
2708
- [0, 0, 0, 4, 2, 1, 0, 0, [() => VpcSecurityGroupIdList, 0], [() => TagList, 0], 0, 2, 64 | 0, 0, 2, () => ServerlessV2ScalingConfiguration$, 0], 2
2709
- ];
2710
- var RestoreDBClusterToPointInTimeResult$ = [3, n0, _RDBCTPITR,
2711
- 0,
2712
- [_DBC],
2713
- [[() => DBCluster$, 0]]
2714
- ];
2715
- var ServerlessV2ScalingConfiguration$ = [3, n0, _SVSC,
2716
- 0,
2717
- [_MC, _MCa],
2718
- [1, 1]
2719
- ];
2720
- var ServerlessV2ScalingConfigurationInfo$ = [3, n0, _SVSCI,
2721
- 0,
2722
- [_MC, _MCa],
2723
- [1, 1]
2724
- ];
2725
- var SharedSnapshotQuotaExceededFault$ = [-3, n0, _SSQEF,
2726
- { [_aQE]: [`SharedSnapshotQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
2727
- [_m],
2728
- [0]
2729
- ];
2730
- schema.TypeRegistry.for(n0).registerError(SharedSnapshotQuotaExceededFault$, SharedSnapshotQuotaExceededFault);
2731
- var SnapshotQuotaExceededFault$ = [-3, n0, _SQEF,
2732
- { [_aQE]: [`SnapshotQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
2733
- [_m],
2734
- [0]
2735
- ];
2736
- schema.TypeRegistry.for(n0).registerError(SnapshotQuotaExceededFault$, SnapshotQuotaExceededFault);
2737
- var SNSInvalidTopicFault$ = [-3, n0, _SNSITF,
2738
- { [_aQE]: [`SNSInvalidTopic`, 400], [_e]: _c, [_hE]: 400 },
2739
- [_m],
2740
- [0]
2741
- ];
2742
- schema.TypeRegistry.for(n0).registerError(SNSInvalidTopicFault$, SNSInvalidTopicFault);
2743
- var SNSNoAuthorizationFault$ = [-3, n0, _SNSNAF,
2744
- { [_aQE]: [`SNSNoAuthorization`, 400], [_e]: _c, [_hE]: 400 },
2745
- [_m],
2746
- [0]
2747
- ];
2748
- schema.TypeRegistry.for(n0).registerError(SNSNoAuthorizationFault$, SNSNoAuthorizationFault);
2749
- var SNSTopicArnNotFoundFault$ = [-3, n0, _SNSTANFF,
2750
- { [_aQE]: [`SNSTopicArnNotFound`, 404], [_e]: _c, [_hE]: 404 },
2751
- [_m],
2752
- [0]
2753
- ];
2754
- schema.TypeRegistry.for(n0).registerError(SNSTopicArnNotFoundFault$, SNSTopicArnNotFoundFault);
2755
- var SourceNotFoundFault$ = [-3, n0, _SNFF,
2756
- { [_aQE]: [`SourceNotFound`, 404], [_e]: _c, [_hE]: 404 },
2757
- [_m],
2758
- [0]
2759
- ];
2760
- schema.TypeRegistry.for(n0).registerError(SourceNotFoundFault$, SourceNotFoundFault);
2761
- var StartDBClusterMessage$ = [3, n0, _SDBCM,
2762
- 0,
2763
- [_DBCI],
2764
- [0], 1
2765
- ];
2766
- var StartDBClusterResult$ = [3, n0, _SDBCR,
2767
- 0,
2768
- [_DBC],
2769
- [[() => DBCluster$, 0]]
2770
- ];
2771
- var StopDBClusterMessage$ = [3, n0, _SDBCMt,
2772
- 0,
2773
- [_DBCI],
2774
- [0], 1
2775
- ];
2776
- var StopDBClusterResult$ = [3, n0, _SDBCRt,
2777
- 0,
2778
- [_DBC],
2779
- [[() => DBCluster$, 0]]
2780
- ];
2781
- var StorageQuotaExceededFault$ = [-3, n0, _SQEFt,
2782
- { [_aQE]: [`StorageQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
2783
- [_m],
2784
- [0]
2785
- ];
2786
- schema.TypeRegistry.for(n0).registerError(StorageQuotaExceededFault$, StorageQuotaExceededFault);
2787
- var StorageTypeNotSupportedFault$ = [-3, n0, _STNSF,
2788
- { [_aQE]: [`StorageTypeNotSupported`, 400], [_e]: _c, [_hE]: 400 },
2789
- [_m],
2790
- [0]
2791
- ];
2792
- schema.TypeRegistry.for(n0).registerError(StorageTypeNotSupportedFault$, StorageTypeNotSupportedFault);
2793
- var Subnet$ = [3, n0, _Sub,
2794
- 0,
2795
- [_SIub, _SAZu, _SSu],
2796
- [0, () => AvailabilityZone$, 0]
2797
- ];
2798
- var SubnetAlreadyInUse$ = [-3, n0, _SAIU,
2799
- { [_aQE]: [`SubnetAlreadyInUse`, 400], [_e]: _c, [_hE]: 400 },
2800
- [_m],
2801
- [0]
2802
- ];
2803
- schema.TypeRegistry.for(n0).registerError(SubnetAlreadyInUse$, SubnetAlreadyInUse);
2804
- var SubscriptionAlreadyExistFault$ = [-3, n0, _SAEF,
2805
- { [_aQE]: [`SubscriptionAlreadyExist`, 400], [_e]: _c, [_hE]: 400 },
2806
- [_m],
2807
- [0]
2808
- ];
2809
- schema.TypeRegistry.for(n0).registerError(SubscriptionAlreadyExistFault$, SubscriptionAlreadyExistFault);
2810
- var SubscriptionCategoryNotFoundFault$ = [-3, n0, _SCNFF,
2811
- { [_aQE]: [`SubscriptionCategoryNotFound`, 404], [_e]: _c, [_hE]: 404 },
2812
- [_m],
2813
- [0]
2814
- ];
2815
- schema.TypeRegistry.for(n0).registerError(SubscriptionCategoryNotFoundFault$, SubscriptionCategoryNotFoundFault);
2816
- var SubscriptionNotFoundFault$ = [-3, n0, _SNFFu,
2817
- { [_aQE]: [`SubscriptionNotFound`, 404], [_e]: _c, [_hE]: 404 },
2818
- [_m],
2819
- [0]
2820
- ];
2821
- schema.TypeRegistry.for(n0).registerError(SubscriptionNotFoundFault$, SubscriptionNotFoundFault);
2822
- var SwitchoverGlobalClusterMessage$ = [3, n0, _SGCM,
2823
- 0,
2824
- [_GCI, _TDCI],
2825
- [0, 0], 2
2826
- ];
2827
- var SwitchoverGlobalClusterResult$ = [3, n0, _SGCR,
2828
- 0,
2829
- [_GC],
2830
- [[() => GlobalCluster$, 0]]
2831
- ];
2832
- var Tag$ = [3, n0, _Ta,
2833
- 0,
2834
- [_K, _Val],
2835
- [0, 0]
2836
- ];
2837
- var TagListMessage$ = [3, n0, _TLM,
2838
- 0,
2839
- [_TL],
2840
- [[() => TagList, 0]]
2841
- ];
2842
- var Timezone$ = [3, n0, _Ti,
2843
- 0,
2844
- [_TN],
2845
- [0]
2846
- ];
2847
- var UpgradeTarget$ = [3, n0, _UT,
2848
- 0,
2849
- [_En, _EV, _D, _AU, _IMVU, _SGD],
2850
- [0, 0, 0, 2, 2, 2]
2851
- ];
2852
- var ValidDBInstanceModificationsMessage$ = [3, n0, _VDBIMM,
2853
- 0,
2854
- [_Sto],
2855
- [[() => ValidStorageOptionsList, 0]]
2856
- ];
2857
- var ValidStorageOptions$ = [3, n0, _VSO,
2858
- 0,
2859
- [_ST, _SSt, _PI, _ITSR],
2860
- [0, [() => RangeList, 0], [() => RangeList, 0], [() => DoubleRangeList, 0]]
2861
- ];
2862
- var VpcSecurityGroupMembership$ = [3, n0, _VSGM,
2863
- 0,
2864
- [_VSGIp, _S],
2865
- [0, 0]
2866
- ];
2867
- var __Unit = "unit";
2868
- var NeptuneServiceException$ = [-3, _s, "NeptuneServiceException", 0, [], []];
2869
- schema.TypeRegistry.for(_s).registerError(NeptuneServiceException$, NeptuneServiceException);
2870
- var AttributeValueList = [1, n0, _AVL,
2871
- 0, [0,
2872
- { [_xN]: _AVt }]
2873
- ];
2874
- var AvailabilityZoneList = [1, n0, _AZL,
2875
- 0, [() => AvailabilityZone$,
2876
- { [_xN]: _AZ }]
2877
- ];
2878
- var AvailabilityZones = [1, n0, _AZv,
2879
- 0, [0,
2880
- { [_xN]: _AZ }]
2881
- ];
2882
- var DBClusterEndpointList = [1, n0, _DBCEL,
2883
- 0, [() => DBClusterEndpoint$,
2884
- { [_xN]: _DBCEL }]
2885
- ];
2886
- var DBClusterList = [1, n0, _DBCL,
2887
- 0, [() => DBCluster$,
2888
- { [_xN]: _DBC }]
2889
- ];
2890
- var DBClusterMemberList = [1, n0, _DBCML,
2891
- 0, [() => DBClusterMember$,
2892
- { [_xN]: _DBCMl }]
2893
- ];
2894
- var DBClusterOptionGroupMemberships = [1, n0, _DBCOGM,
2895
- 0, [() => DBClusterOptionGroupStatus$,
2896
- { [_xN]: _DBCOG }]
2897
- ];
2898
- var DBClusterParameterGroupList = [1, n0, _DBCPGL,
2899
- 0, [() => DBClusterParameterGroup$,
2900
- { [_xN]: _DBCPG }]
2901
- ];
2902
- var DBClusterRoles = [1, n0, _DBCRl,
2903
- 0, [() => DBClusterRole$,
2904
- { [_xN]: _DBCR }]
2905
- ];
2906
- var DBClusterSnapshotAttributeList = [1, n0, _DBCSAL,
2907
- 0, [() => DBClusterSnapshotAttribute$,
2908
- { [_xN]: _DBCSAl }]
2909
- ];
2910
- var DBClusterSnapshotList = [1, n0, _DBCSL,
2911
- 0, [() => DBClusterSnapshot$,
2912
- { [_xN]: _DBCS }]
2913
- ];
2914
- var DBEngineVersionList = [1, n0, _DBEVL,
2915
- 0, [() => DBEngineVersion$,
2916
- { [_xN]: _DBEV }]
2917
- ];
2918
- var DBInstanceList = [1, n0, _DBIL,
2919
- 0, [() => DBInstance$,
2920
- { [_xN]: _DBI }]
2921
- ];
2922
- var DBInstanceStatusInfoList = [1, n0, _DBISIL,
2923
- 0, [() => DBInstanceStatusInfo$,
2924
- { [_xN]: _DBISI }]
2925
- ];
2926
- var DBParameterGroupList = [1, n0, _DBPGL,
2927
- 0, [() => DBParameterGroup$,
2928
- { [_xN]: _DBPG }]
2929
- ];
2930
- var DBParameterGroupStatusList = [1, n0, _DBPGSL,
2931
- 0, [() => DBParameterGroupStatus$,
2932
- { [_xN]: _DBPG }]
2933
- ];
2934
- var DBSecurityGroupMembershipList = [1, n0, _DBSGML,
2935
- 0, [() => DBSecurityGroupMembership$,
2936
- { [_xN]: _DBSGe }]
2937
- ];
2938
- var DBSecurityGroupNameList = [1, n0, _DBSGNL,
2939
- 0, [0,
2940
- { [_xN]: _DBSGNe }]
2941
- ];
2942
- var DBSubnetGroups = [1, n0, _DBSGub,
2943
- 0, [() => DBSubnetGroup$,
2944
- { [_xN]: _DBSGu }]
2945
- ];
2946
- var DomainMembershipList = [1, n0, _DML,
2947
- 0, [() => DomainMembership$,
2948
- { [_xN]: _DMo }]
2949
- ];
2950
- var DoubleRangeList = [1, n0, _DRL,
2951
- 0, [() => DoubleRange$,
2952
- { [_xN]: _DR }]
2953
- ];
2954
- var EventCategoriesList = [1, n0, _ECL,
2955
- 0, [0,
2956
- { [_xN]: _ECv }]
2957
- ];
2958
- var EventCategoriesMapList = [1, n0, _ECML,
2959
- 0, [() => EventCategoriesMap$,
2960
- { [_xN]: _ECM }]
2961
- ];
2962
- var EventList = [1, n0, _EL,
2963
- 0, [() => Event$,
2964
- { [_xN]: _Ev }]
2965
- ];
2966
- var EventSubscriptionsList = [1, n0, _ESL,
2967
- 0, [() => EventSubscription$,
2968
- { [_xN]: _ES }]
2969
- ];
2970
- var FilterList = [1, n0, _FL,
2971
- 0, [() => Filter$,
2972
- { [_xN]: _Fi }]
2973
- ];
2974
- var FilterValueList = [1, n0, _FVL,
2975
- 0, [0,
2976
- { [_xN]: _Val }]
2977
- ];
2978
- var GlobalClusterList = [1, n0, _GCL,
2979
- 0, [() => GlobalCluster$,
2980
- { [_xN]: _GCMl }]
2981
- ];
2982
- var GlobalClusterMemberList = [1, n0, _GCML,
2983
- 0, [() => GlobalClusterMember$,
2984
- { [_xN]: _GCMl }]
2985
- ];
2986
- var OptionGroupMembershipList = [1, n0, _OGML,
2987
- 0, [() => OptionGroupMembership$,
2988
- { [_xN]: _OGMp }]
2989
- ];
2990
- var OrderableDBInstanceOptionsList = [1, n0, _ODBIOL,
2991
- 0, [() => OrderableDBInstanceOption$,
2992
- { [_xN]: _ODBIO }]
2993
- ];
2994
- var ParametersList = [1, n0, _PL,
2995
- 0, [() => Parameter$,
2996
- { [_xN]: _Par }]
2997
- ];
2998
- var PendingMaintenanceActionDetails = [1, n0, _PMAD,
2999
- 0, [() => PendingMaintenanceAction$,
3000
- { [_xN]: _PMA }]
3001
- ];
3002
- var PendingMaintenanceActions = [1, n0, _PMAe,
3003
- 0, [() => ResourcePendingMaintenanceActions$,
3004
- { [_xN]: _RPMA }]
3005
- ];
3006
- var RangeList = [1, n0, _RL,
3007
- 0, [() => Range$,
3008
- { [_xN]: _Ra }]
3009
- ];
3010
- var ReadReplicaDBClusterIdentifierList = [1, n0, _RRDBCIL,
3011
- 0, [0,
3012
- { [_xN]: _RRDBCIe }]
3013
- ];
3014
- var ReadReplicaDBInstanceIdentifierList = [1, n0, _RRDBIIL,
3015
- 0, [0,
3016
- { [_xN]: _RRDBIIe }]
3017
- ];
3018
- var ReadReplicaIdentifierList = [1, n0, _RRIL,
3019
- 0, [0,
3020
- { [_xN]: _RRIe }]
3021
- ];
3022
- var SourceIdsList = [1, n0, _SIL,
3023
- 0, [0,
3024
- { [_xN]: _SIou }]
3025
- ];
3026
- var SubnetIdentifierList = [1, n0, _SILu,
3027
- 0, [0,
3028
- { [_xN]: _SIub }]
3029
- ];
3030
- var SubnetList = [1, n0, _SL,
3031
- 0, [() => Subnet$,
3032
- { [_xN]: _Sub }]
3033
- ];
3034
- var SupportedCharacterSetsList = [1, n0, _SCSL,
3035
- 0, [() => CharacterSet$,
3036
- { [_xN]: _CS }]
3037
- ];
3038
- var SupportedTimezonesList = [1, n0, _STL,
3039
- 0, [() => Timezone$,
3040
- { [_xN]: _Ti }]
3041
- ];
3042
- var TagList = [1, n0, _TL,
3043
- 0, [() => Tag$,
3044
- { [_xN]: _Ta }]
3045
- ];
3046
- var ValidStorageOptionsList = [1, n0, _VSOL,
3047
- 0, [() => ValidStorageOptions$,
3048
- { [_xN]: _VSO }]
3049
- ];
3050
- var ValidUpgradeTargetList = [1, n0, _VUTL,
3051
- 0, [() => UpgradeTarget$,
3052
- { [_xN]: _UT }]
3053
- ];
3054
- var VpcSecurityGroupIdList = [1, n0, _VSGIL,
3055
- 0, [0,
3056
- { [_xN]: _VSGIp }]
3057
- ];
3058
- var VpcSecurityGroupMembershipList = [1, n0, _VSGML,
3059
- 0, [() => VpcSecurityGroupMembership$,
3060
- { [_xN]: _VSGM }]
3061
- ];
3062
- var AddRoleToDBCluster$ = [9, n0, _ARTDBC,
3063
- 0, () => AddRoleToDBClusterMessage$, () => __Unit
3064
- ];
3065
- var AddSourceIdentifierToSubscription$ = [9, n0, _ASITS,
3066
- 0, () => AddSourceIdentifierToSubscriptionMessage$, () => AddSourceIdentifierToSubscriptionResult$
3067
- ];
3068
- var AddTagsToResource$ = [9, n0, _ATTR,
3069
- 0, () => AddTagsToResourceMessage$, () => __Unit
3070
- ];
3071
- var ApplyPendingMaintenanceAction$ = [9, n0, _APMA,
3072
- 0, () => ApplyPendingMaintenanceActionMessage$, () => ApplyPendingMaintenanceActionResult$
3073
- ];
3074
- var CopyDBClusterParameterGroup$ = [9, n0, _CDBCPG,
3075
- 0, () => CopyDBClusterParameterGroupMessage$, () => CopyDBClusterParameterGroupResult$
3076
- ];
3077
- var CopyDBClusterSnapshot$ = [9, n0, _CDBCS,
3078
- 0, () => CopyDBClusterSnapshotMessage$, () => CopyDBClusterSnapshotResult$
3079
- ];
3080
- var CopyDBParameterGroup$ = [9, n0, _CDBPG,
3081
- 0, () => CopyDBParameterGroupMessage$, () => CopyDBParameterGroupResult$
3082
- ];
3083
- var CreateDBCluster$ = [9, n0, _CDBC,
3084
- 0, () => CreateDBClusterMessage$, () => CreateDBClusterResult$
3085
- ];
3086
- var CreateDBClusterEndpoint$ = [9, n0, _CDBCE,
3087
- 0, () => CreateDBClusterEndpointMessage$, () => CreateDBClusterEndpointOutput$
3088
- ];
3089
- var CreateDBClusterParameterGroup$ = [9, n0, _CDBCPGr,
3090
- 0, () => CreateDBClusterParameterGroupMessage$, () => CreateDBClusterParameterGroupResult$
3091
- ];
3092
- var CreateDBClusterSnapshot$ = [9, n0, _CDBCSr,
3093
- 0, () => CreateDBClusterSnapshotMessage$, () => CreateDBClusterSnapshotResult$
3094
- ];
3095
- var CreateDBInstance$ = [9, n0, _CDBI,
3096
- 0, () => CreateDBInstanceMessage$, () => CreateDBInstanceResult$
3097
- ];
3098
- var CreateDBParameterGroup$ = [9, n0, _CDBPGr,
3099
- 0, () => CreateDBParameterGroupMessage$, () => CreateDBParameterGroupResult$
3100
- ];
3101
- var CreateDBSubnetGroup$ = [9, n0, _CDBSG,
3102
- 0, () => CreateDBSubnetGroupMessage$, () => CreateDBSubnetGroupResult$
3103
- ];
3104
- var CreateEventSubscription$ = [9, n0, _CES,
3105
- 0, () => CreateEventSubscriptionMessage$, () => CreateEventSubscriptionResult$
3106
- ];
3107
- var CreateGlobalCluster$ = [9, n0, _CGC,
3108
- 0, () => CreateGlobalClusterMessage$, () => CreateGlobalClusterResult$
3109
- ];
3110
- var DeleteDBCluster$ = [9, n0, _DDBC,
3111
- 0, () => DeleteDBClusterMessage$, () => DeleteDBClusterResult$
3112
- ];
3113
- var DeleteDBClusterEndpoint$ = [9, n0, _DDBCE,
3114
- 0, () => DeleteDBClusterEndpointMessage$, () => DeleteDBClusterEndpointOutput$
3115
- ];
3116
- var DeleteDBClusterParameterGroup$ = [9, n0, _DDBCPG,
3117
- 0, () => DeleteDBClusterParameterGroupMessage$, () => __Unit
3118
- ];
3119
- var DeleteDBClusterSnapshot$ = [9, n0, _DDBCS,
3120
- 0, () => DeleteDBClusterSnapshotMessage$, () => DeleteDBClusterSnapshotResult$
3121
- ];
3122
- var DeleteDBInstance$ = [9, n0, _DDBI,
3123
- 0, () => DeleteDBInstanceMessage$, () => DeleteDBInstanceResult$
3124
- ];
3125
- var DeleteDBParameterGroup$ = [9, n0, _DDBPG,
3126
- 0, () => DeleteDBParameterGroupMessage$, () => __Unit
3127
- ];
3128
- var DeleteDBSubnetGroup$ = [9, n0, _DDBSG,
3129
- 0, () => DeleteDBSubnetGroupMessage$, () => __Unit
3130
- ];
3131
- var DeleteEventSubscription$ = [9, n0, _DES,
3132
- 0, () => DeleteEventSubscriptionMessage$, () => DeleteEventSubscriptionResult$
3133
- ];
3134
- var DeleteGlobalCluster$ = [9, n0, _DGC,
3135
- 0, () => DeleteGlobalClusterMessage$, () => DeleteGlobalClusterResult$
3136
- ];
3137
- var DescribeDBClusterEndpoints$ = [9, n0, _DDBCEe,
3138
- 0, () => DescribeDBClusterEndpointsMessage$, () => DBClusterEndpointMessage$
3139
- ];
3140
- var DescribeDBClusterParameterGroups$ = [9, n0, _DDBCPGe,
3141
- 0, () => DescribeDBClusterParameterGroupsMessage$, () => DBClusterParameterGroupsMessage$
3142
- ];
3143
- var DescribeDBClusterParameters$ = [9, n0, _DDBCP,
3144
- 0, () => DescribeDBClusterParametersMessage$, () => DBClusterParameterGroupDetails$
3145
- ];
3146
- var DescribeDBClusters$ = [9, n0, _DDBCe,
3147
- 0, () => DescribeDBClustersMessage$, () => DBClusterMessage$
3148
- ];
3149
- var DescribeDBClusterSnapshotAttributes$ = [9, n0, _DDBCSA,
3150
- 0, () => DescribeDBClusterSnapshotAttributesMessage$, () => DescribeDBClusterSnapshotAttributesResult$
3151
- ];
3152
- var DescribeDBClusterSnapshots$ = [9, n0, _DDBCSe,
3153
- 0, () => DescribeDBClusterSnapshotsMessage$, () => DBClusterSnapshotMessage$
3154
- ];
3155
- var DescribeDBEngineVersions$ = [9, n0, _DDBEV,
3156
- 0, () => DescribeDBEngineVersionsMessage$, () => DBEngineVersionMessage$
3157
- ];
3158
- var DescribeDBInstances$ = [9, n0, _DDBIe,
3159
- 0, () => DescribeDBInstancesMessage$, () => DBInstanceMessage$
3160
- ];
3161
- var DescribeDBParameterGroups$ = [9, n0, _DDBPGe,
3162
- 0, () => DescribeDBParameterGroupsMessage$, () => DBParameterGroupsMessage$
3163
- ];
3164
- var DescribeDBParameters$ = [9, n0, _DDBP,
3165
- 0, () => DescribeDBParametersMessage$, () => DBParameterGroupDetails$
3166
- ];
3167
- var DescribeDBSubnetGroups$ = [9, n0, _DDBSGe,
3168
- 0, () => DescribeDBSubnetGroupsMessage$, () => DBSubnetGroupMessage$
3169
- ];
3170
- var DescribeEngineDefaultClusterParameters$ = [9, n0, _DEDCP,
3171
- 0, () => DescribeEngineDefaultClusterParametersMessage$, () => DescribeEngineDefaultClusterParametersResult$
3172
- ];
3173
- var DescribeEngineDefaultParameters$ = [9, n0, _DEDP,
3174
- 0, () => DescribeEngineDefaultParametersMessage$, () => DescribeEngineDefaultParametersResult$
3175
- ];
3176
- var DescribeEventCategories$ = [9, n0, _DEC,
3177
- 0, () => DescribeEventCategoriesMessage$, () => EventCategoriesMessage$
3178
- ];
3179
- var DescribeEvents$ = [9, n0, _DE,
3180
- 0, () => DescribeEventsMessage$, () => EventsMessage$
3181
- ];
3182
- var DescribeEventSubscriptions$ = [9, n0, _DESe,
3183
- 0, () => DescribeEventSubscriptionsMessage$, () => EventSubscriptionsMessage$
3184
- ];
3185
- var DescribeGlobalClusters$ = [9, n0, _DGCe,
3186
- 0, () => DescribeGlobalClustersMessage$, () => GlobalClustersMessage$
3187
- ];
3188
- var DescribeOrderableDBInstanceOptions$ = [9, n0, _DODBIO,
3189
- 0, () => DescribeOrderableDBInstanceOptionsMessage$, () => OrderableDBInstanceOptionsMessage$
3190
- ];
3191
- var DescribePendingMaintenanceActions$ = [9, n0, _DPMA,
3192
- 0, () => DescribePendingMaintenanceActionsMessage$, () => PendingMaintenanceActionsMessage$
3193
- ];
3194
- var DescribeValidDBInstanceModifications$ = [9, n0, _DVDBIM,
3195
- 0, () => DescribeValidDBInstanceModificationsMessage$, () => DescribeValidDBInstanceModificationsResult$
3196
- ];
3197
- var FailoverDBCluster$ = [9, n0, _FDBC,
3198
- 0, () => FailoverDBClusterMessage$, () => FailoverDBClusterResult$
3199
- ];
3200
- var FailoverGlobalCluster$ = [9, n0, _FGC,
3201
- 0, () => FailoverGlobalClusterMessage$, () => FailoverGlobalClusterResult$
3202
- ];
3203
- var ListTagsForResource$ = [9, n0, _LTFR,
3204
- 0, () => ListTagsForResourceMessage$, () => TagListMessage$
3205
- ];
3206
- var ModifyDBCluster$ = [9, n0, _MDBC,
3207
- 0, () => ModifyDBClusterMessage$, () => ModifyDBClusterResult$
3208
- ];
3209
- var ModifyDBClusterEndpoint$ = [9, n0, _MDBCE,
3210
- 0, () => ModifyDBClusterEndpointMessage$, () => ModifyDBClusterEndpointOutput$
3211
- ];
3212
- var ModifyDBClusterParameterGroup$ = [9, n0, _MDBCPG,
3213
- 0, () => ModifyDBClusterParameterGroupMessage$, () => DBClusterParameterGroupNameMessage$
3214
- ];
3215
- var ModifyDBClusterSnapshotAttribute$ = [9, n0, _MDBCSA,
3216
- 0, () => ModifyDBClusterSnapshotAttributeMessage$, () => ModifyDBClusterSnapshotAttributeResult$
3217
- ];
3218
- var ModifyDBInstance$ = [9, n0, _MDBI,
3219
- 0, () => ModifyDBInstanceMessage$, () => ModifyDBInstanceResult$
3220
- ];
3221
- var ModifyDBParameterGroup$ = [9, n0, _MDBPG,
3222
- 0, () => ModifyDBParameterGroupMessage$, () => DBParameterGroupNameMessage$
3223
- ];
3224
- var ModifyDBSubnetGroup$ = [9, n0, _MDBSG,
3225
- 0, () => ModifyDBSubnetGroupMessage$, () => ModifyDBSubnetGroupResult$
3226
- ];
3227
- var ModifyEventSubscription$ = [9, n0, _MES,
3228
- 0, () => ModifyEventSubscriptionMessage$, () => ModifyEventSubscriptionResult$
3229
- ];
3230
- var ModifyGlobalCluster$ = [9, n0, _MGC,
3231
- 0, () => ModifyGlobalClusterMessage$, () => ModifyGlobalClusterResult$
3232
- ];
3233
- var PromoteReadReplicaDBCluster$ = [9, n0, _PRRDBC,
3234
- 0, () => PromoteReadReplicaDBClusterMessage$, () => PromoteReadReplicaDBClusterResult$
3235
- ];
3236
- var RebootDBInstance$ = [9, n0, _RDBI,
3237
- 0, () => RebootDBInstanceMessage$, () => RebootDBInstanceResult$
3238
- ];
3239
- var RemoveFromGlobalCluster$ = [9, n0, _RFGC,
3240
- 0, () => RemoveFromGlobalClusterMessage$, () => RemoveFromGlobalClusterResult$
3241
- ];
3242
- var RemoveRoleFromDBCluster$ = [9, n0, _RRFDBC,
3243
- 0, () => RemoveRoleFromDBClusterMessage$, () => __Unit
3244
- ];
3245
- var RemoveSourceIdentifierFromSubscription$ = [9, n0, _RSIFS,
3246
- 0, () => RemoveSourceIdentifierFromSubscriptionMessage$, () => RemoveSourceIdentifierFromSubscriptionResult$
3247
- ];
3248
- var RemoveTagsFromResource$ = [9, n0, _RTFR,
3249
- 0, () => RemoveTagsFromResourceMessage$, () => __Unit
3250
- ];
3251
- var ResetDBClusterParameterGroup$ = [9, n0, _RDBCPG,
3252
- 0, () => ResetDBClusterParameterGroupMessage$, () => DBClusterParameterGroupNameMessage$
3253
- ];
3254
- var ResetDBParameterGroup$ = [9, n0, _RDBPG,
3255
- 0, () => ResetDBParameterGroupMessage$, () => DBParameterGroupNameMessage$
3256
- ];
3257
- var RestoreDBClusterFromSnapshot$ = [9, n0, _RDBCFS,
3258
- 0, () => RestoreDBClusterFromSnapshotMessage$, () => RestoreDBClusterFromSnapshotResult$
3259
- ];
3260
- var RestoreDBClusterToPointInTime$ = [9, n0, _RDBCTPIT,
3261
- 0, () => RestoreDBClusterToPointInTimeMessage$, () => RestoreDBClusterToPointInTimeResult$
3262
- ];
3263
- var StartDBCluster$ = [9, n0, _SDBC,
3264
- 0, () => StartDBClusterMessage$, () => StartDBClusterResult$
3265
- ];
3266
- var StopDBCluster$ = [9, n0, _SDBCt,
3267
- 0, () => StopDBClusterMessage$, () => StopDBClusterResult$
3268
- ];
3269
- var SwitchoverGlobalCluster$ = [9, n0, _SGC,
3270
- 0, () => SwitchoverGlobalClusterMessage$, () => SwitchoverGlobalClusterResult$
3271
- ];
3272
-
3273
118
  class AddRoleToDBClusterCommand extends smithyClient.Command
3274
119
  .classBuilder()
3275
120
  .ep(commonParams)
@@ -3278,7 +123,7 @@ class AddRoleToDBClusterCommand extends smithyClient.Command
3278
123
  })
3279
124
  .s("AmazonRDSv19", "AddRoleToDBCluster", {})
3280
125
  .n("NeptuneClient", "AddRoleToDBClusterCommand")
3281
- .sc(AddRoleToDBCluster$)
126
+ .sc(schemas_0.AddRoleToDBCluster$)
3282
127
  .build() {
3283
128
  }
3284
129
 
@@ -3290,7 +135,7 @@ class AddSourceIdentifierToSubscriptionCommand extends smithyClient.Command
3290
135
  })
3291
136
  .s("AmazonRDSv19", "AddSourceIdentifierToSubscription", {})
3292
137
  .n("NeptuneClient", "AddSourceIdentifierToSubscriptionCommand")
3293
- .sc(AddSourceIdentifierToSubscription$)
138
+ .sc(schemas_0.AddSourceIdentifierToSubscription$)
3294
139
  .build() {
3295
140
  }
3296
141
 
@@ -3302,7 +147,7 @@ class AddTagsToResourceCommand extends smithyClient.Command
3302
147
  })
3303
148
  .s("AmazonRDSv19", "AddTagsToResource", {})
3304
149
  .n("NeptuneClient", "AddTagsToResourceCommand")
3305
- .sc(AddTagsToResource$)
150
+ .sc(schemas_0.AddTagsToResource$)
3306
151
  .build() {
3307
152
  }
3308
153
 
@@ -3314,7 +159,7 @@ class ApplyPendingMaintenanceActionCommand extends smithyClient.Command
3314
159
  })
3315
160
  .s("AmazonRDSv19", "ApplyPendingMaintenanceAction", {})
3316
161
  .n("NeptuneClient", "ApplyPendingMaintenanceActionCommand")
3317
- .sc(ApplyPendingMaintenanceAction$)
162
+ .sc(schemas_0.ApplyPendingMaintenanceAction$)
3318
163
  .build() {
3319
164
  }
3320
165
 
@@ -3326,7 +171,7 @@ class CopyDBClusterParameterGroupCommand extends smithyClient.Command
3326
171
  })
3327
172
  .s("AmazonRDSv19", "CopyDBClusterParameterGroup", {})
3328
173
  .n("NeptuneClient", "CopyDBClusterParameterGroupCommand")
3329
- .sc(CopyDBClusterParameterGroup$)
174
+ .sc(schemas_0.CopyDBClusterParameterGroup$)
3330
175
  .build() {
3331
176
  }
3332
177
 
@@ -3341,7 +186,7 @@ class CopyDBClusterSnapshotCommand extends smithyClient.Command
3341
186
  })
3342
187
  .s("AmazonRDSv19", "CopyDBClusterSnapshot", {})
3343
188
  .n("NeptuneClient", "CopyDBClusterSnapshotCommand")
3344
- .sc(CopyDBClusterSnapshot$)
189
+ .sc(schemas_0.CopyDBClusterSnapshot$)
3345
190
  .build() {
3346
191
  }
3347
192
 
@@ -3353,7 +198,7 @@ class CopyDBParameterGroupCommand extends smithyClient.Command
3353
198
  })
3354
199
  .s("AmazonRDSv19", "CopyDBParameterGroup", {})
3355
200
  .n("NeptuneClient", "CopyDBParameterGroupCommand")
3356
- .sc(CopyDBParameterGroup$)
201
+ .sc(schemas_0.CopyDBParameterGroup$)
3357
202
  .build() {
3358
203
  }
3359
204
 
@@ -3368,7 +213,7 @@ class CreateDBClusterCommand extends smithyClient.Command
3368
213
  })
3369
214
  .s("AmazonRDSv19", "CreateDBCluster", {})
3370
215
  .n("NeptuneClient", "CreateDBClusterCommand")
3371
- .sc(CreateDBCluster$)
216
+ .sc(schemas_0.CreateDBCluster$)
3372
217
  .build() {
3373
218
  }
3374
219
 
@@ -3380,7 +225,7 @@ class CreateDBClusterEndpointCommand extends smithyClient.Command
3380
225
  })
3381
226
  .s("AmazonRDSv19", "CreateDBClusterEndpoint", {})
3382
227
  .n("NeptuneClient", "CreateDBClusterEndpointCommand")
3383
- .sc(CreateDBClusterEndpoint$)
228
+ .sc(schemas_0.CreateDBClusterEndpoint$)
3384
229
  .build() {
3385
230
  }
3386
231
 
@@ -3392,7 +237,7 @@ class CreateDBClusterParameterGroupCommand extends smithyClient.Command
3392
237
  })
3393
238
  .s("AmazonRDSv19", "CreateDBClusterParameterGroup", {})
3394
239
  .n("NeptuneClient", "CreateDBClusterParameterGroupCommand")
3395
- .sc(CreateDBClusterParameterGroup$)
240
+ .sc(schemas_0.CreateDBClusterParameterGroup$)
3396
241
  .build() {
3397
242
  }
3398
243
 
@@ -3404,7 +249,7 @@ class CreateDBClusterSnapshotCommand extends smithyClient.Command
3404
249
  })
3405
250
  .s("AmazonRDSv19", "CreateDBClusterSnapshot", {})
3406
251
  .n("NeptuneClient", "CreateDBClusterSnapshotCommand")
3407
- .sc(CreateDBClusterSnapshot$)
252
+ .sc(schemas_0.CreateDBClusterSnapshot$)
3408
253
  .build() {
3409
254
  }
3410
255
 
@@ -3416,7 +261,7 @@ class CreateDBInstanceCommand extends smithyClient.Command
3416
261
  })
3417
262
  .s("AmazonRDSv19", "CreateDBInstance", {})
3418
263
  .n("NeptuneClient", "CreateDBInstanceCommand")
3419
- .sc(CreateDBInstance$)
264
+ .sc(schemas_0.CreateDBInstance$)
3420
265
  .build() {
3421
266
  }
3422
267
 
@@ -3428,7 +273,7 @@ class CreateDBParameterGroupCommand extends smithyClient.Command
3428
273
  })
3429
274
  .s("AmazonRDSv19", "CreateDBParameterGroup", {})
3430
275
  .n("NeptuneClient", "CreateDBParameterGroupCommand")
3431
- .sc(CreateDBParameterGroup$)
276
+ .sc(schemas_0.CreateDBParameterGroup$)
3432
277
  .build() {
3433
278
  }
3434
279
 
@@ -3440,7 +285,7 @@ class CreateDBSubnetGroupCommand extends smithyClient.Command
3440
285
  })
3441
286
  .s("AmazonRDSv19", "CreateDBSubnetGroup", {})
3442
287
  .n("NeptuneClient", "CreateDBSubnetGroupCommand")
3443
- .sc(CreateDBSubnetGroup$)
288
+ .sc(schemas_0.CreateDBSubnetGroup$)
3444
289
  .build() {
3445
290
  }
3446
291
 
@@ -3452,7 +297,7 @@ class CreateEventSubscriptionCommand extends smithyClient.Command
3452
297
  })
3453
298
  .s("AmazonRDSv19", "CreateEventSubscription", {})
3454
299
  .n("NeptuneClient", "CreateEventSubscriptionCommand")
3455
- .sc(CreateEventSubscription$)
300
+ .sc(schemas_0.CreateEventSubscription$)
3456
301
  .build() {
3457
302
  }
3458
303
 
@@ -3464,7 +309,7 @@ class CreateGlobalClusterCommand extends smithyClient.Command
3464
309
  })
3465
310
  .s("AmazonRDSv19", "CreateGlobalCluster", {})
3466
311
  .n("NeptuneClient", "CreateGlobalClusterCommand")
3467
- .sc(CreateGlobalCluster$)
312
+ .sc(schemas_0.CreateGlobalCluster$)
3468
313
  .build() {
3469
314
  }
3470
315
 
@@ -3476,7 +321,7 @@ class DeleteDBClusterCommand extends smithyClient.Command
3476
321
  })
3477
322
  .s("AmazonRDSv19", "DeleteDBCluster", {})
3478
323
  .n("NeptuneClient", "DeleteDBClusterCommand")
3479
- .sc(DeleteDBCluster$)
324
+ .sc(schemas_0.DeleteDBCluster$)
3480
325
  .build() {
3481
326
  }
3482
327
 
@@ -3488,7 +333,7 @@ class DeleteDBClusterEndpointCommand extends smithyClient.Command
3488
333
  })
3489
334
  .s("AmazonRDSv19", "DeleteDBClusterEndpoint", {})
3490
335
  .n("NeptuneClient", "DeleteDBClusterEndpointCommand")
3491
- .sc(DeleteDBClusterEndpoint$)
336
+ .sc(schemas_0.DeleteDBClusterEndpoint$)
3492
337
  .build() {
3493
338
  }
3494
339
 
@@ -3500,7 +345,7 @@ class DeleteDBClusterParameterGroupCommand extends smithyClient.Command
3500
345
  })
3501
346
  .s("AmazonRDSv19", "DeleteDBClusterParameterGroup", {})
3502
347
  .n("NeptuneClient", "DeleteDBClusterParameterGroupCommand")
3503
- .sc(DeleteDBClusterParameterGroup$)
348
+ .sc(schemas_0.DeleteDBClusterParameterGroup$)
3504
349
  .build() {
3505
350
  }
3506
351
 
@@ -3512,7 +357,7 @@ class DeleteDBClusterSnapshotCommand extends smithyClient.Command
3512
357
  })
3513
358
  .s("AmazonRDSv19", "DeleteDBClusterSnapshot", {})
3514
359
  .n("NeptuneClient", "DeleteDBClusterSnapshotCommand")
3515
- .sc(DeleteDBClusterSnapshot$)
360
+ .sc(schemas_0.DeleteDBClusterSnapshot$)
3516
361
  .build() {
3517
362
  }
3518
363
 
@@ -3524,7 +369,7 @@ class DeleteDBInstanceCommand extends smithyClient.Command
3524
369
  })
3525
370
  .s("AmazonRDSv19", "DeleteDBInstance", {})
3526
371
  .n("NeptuneClient", "DeleteDBInstanceCommand")
3527
- .sc(DeleteDBInstance$)
372
+ .sc(schemas_0.DeleteDBInstance$)
3528
373
  .build() {
3529
374
  }
3530
375
 
@@ -3536,7 +381,7 @@ class DeleteDBParameterGroupCommand extends smithyClient.Command
3536
381
  })
3537
382
  .s("AmazonRDSv19", "DeleteDBParameterGroup", {})
3538
383
  .n("NeptuneClient", "DeleteDBParameterGroupCommand")
3539
- .sc(DeleteDBParameterGroup$)
384
+ .sc(schemas_0.DeleteDBParameterGroup$)
3540
385
  .build() {
3541
386
  }
3542
387
 
@@ -3548,7 +393,7 @@ class DeleteDBSubnetGroupCommand extends smithyClient.Command
3548
393
  })
3549
394
  .s("AmazonRDSv19", "DeleteDBSubnetGroup", {})
3550
395
  .n("NeptuneClient", "DeleteDBSubnetGroupCommand")
3551
- .sc(DeleteDBSubnetGroup$)
396
+ .sc(schemas_0.DeleteDBSubnetGroup$)
3552
397
  .build() {
3553
398
  }
3554
399
 
@@ -3560,7 +405,7 @@ class DeleteEventSubscriptionCommand extends smithyClient.Command
3560
405
  })
3561
406
  .s("AmazonRDSv19", "DeleteEventSubscription", {})
3562
407
  .n("NeptuneClient", "DeleteEventSubscriptionCommand")
3563
- .sc(DeleteEventSubscription$)
408
+ .sc(schemas_0.DeleteEventSubscription$)
3564
409
  .build() {
3565
410
  }
3566
411
 
@@ -3572,7 +417,7 @@ class DeleteGlobalClusterCommand extends smithyClient.Command
3572
417
  })
3573
418
  .s("AmazonRDSv19", "DeleteGlobalCluster", {})
3574
419
  .n("NeptuneClient", "DeleteGlobalClusterCommand")
3575
- .sc(DeleteGlobalCluster$)
420
+ .sc(schemas_0.DeleteGlobalCluster$)
3576
421
  .build() {
3577
422
  }
3578
423
 
@@ -3584,7 +429,7 @@ class DescribeDBClusterEndpointsCommand extends smithyClient.Command
3584
429
  })
3585
430
  .s("AmazonRDSv19", "DescribeDBClusterEndpoints", {})
3586
431
  .n("NeptuneClient", "DescribeDBClusterEndpointsCommand")
3587
- .sc(DescribeDBClusterEndpoints$)
432
+ .sc(schemas_0.DescribeDBClusterEndpoints$)
3588
433
  .build() {
3589
434
  }
3590
435
 
@@ -3596,7 +441,7 @@ class DescribeDBClusterParameterGroupsCommand extends smithyClient.Command
3596
441
  })
3597
442
  .s("AmazonRDSv19", "DescribeDBClusterParameterGroups", {})
3598
443
  .n("NeptuneClient", "DescribeDBClusterParameterGroupsCommand")
3599
- .sc(DescribeDBClusterParameterGroups$)
444
+ .sc(schemas_0.DescribeDBClusterParameterGroups$)
3600
445
  .build() {
3601
446
  }
3602
447
 
@@ -3608,7 +453,7 @@ class DescribeDBClusterParametersCommand extends smithyClient.Command
3608
453
  })
3609
454
  .s("AmazonRDSv19", "DescribeDBClusterParameters", {})
3610
455
  .n("NeptuneClient", "DescribeDBClusterParametersCommand")
3611
- .sc(DescribeDBClusterParameters$)
456
+ .sc(schemas_0.DescribeDBClusterParameters$)
3612
457
  .build() {
3613
458
  }
3614
459
 
@@ -3620,7 +465,7 @@ class DescribeDBClustersCommand extends smithyClient.Command
3620
465
  })
3621
466
  .s("AmazonRDSv19", "DescribeDBClusters", {})
3622
467
  .n("NeptuneClient", "DescribeDBClustersCommand")
3623
- .sc(DescribeDBClusters$)
468
+ .sc(schemas_0.DescribeDBClusters$)
3624
469
  .build() {
3625
470
  }
3626
471
 
@@ -3632,7 +477,7 @@ class DescribeDBClusterSnapshotAttributesCommand extends smithyClient.Command
3632
477
  })
3633
478
  .s("AmazonRDSv19", "DescribeDBClusterSnapshotAttributes", {})
3634
479
  .n("NeptuneClient", "DescribeDBClusterSnapshotAttributesCommand")
3635
- .sc(DescribeDBClusterSnapshotAttributes$)
480
+ .sc(schemas_0.DescribeDBClusterSnapshotAttributes$)
3636
481
  .build() {
3637
482
  }
3638
483
 
@@ -3644,7 +489,7 @@ class DescribeDBClusterSnapshotsCommand extends smithyClient.Command
3644
489
  })
3645
490
  .s("AmazonRDSv19", "DescribeDBClusterSnapshots", {})
3646
491
  .n("NeptuneClient", "DescribeDBClusterSnapshotsCommand")
3647
- .sc(DescribeDBClusterSnapshots$)
492
+ .sc(schemas_0.DescribeDBClusterSnapshots$)
3648
493
  .build() {
3649
494
  }
3650
495
 
@@ -3656,7 +501,7 @@ class DescribeDBEngineVersionsCommand extends smithyClient.Command
3656
501
  })
3657
502
  .s("AmazonRDSv19", "DescribeDBEngineVersions", {})
3658
503
  .n("NeptuneClient", "DescribeDBEngineVersionsCommand")
3659
- .sc(DescribeDBEngineVersions$)
504
+ .sc(schemas_0.DescribeDBEngineVersions$)
3660
505
  .build() {
3661
506
  }
3662
507
 
@@ -3668,7 +513,7 @@ class DescribeDBInstancesCommand extends smithyClient.Command
3668
513
  })
3669
514
  .s("AmazonRDSv19", "DescribeDBInstances", {})
3670
515
  .n("NeptuneClient", "DescribeDBInstancesCommand")
3671
- .sc(DescribeDBInstances$)
516
+ .sc(schemas_0.DescribeDBInstances$)
3672
517
  .build() {
3673
518
  }
3674
519
 
@@ -3680,7 +525,7 @@ class DescribeDBParameterGroupsCommand extends smithyClient.Command
3680
525
  })
3681
526
  .s("AmazonRDSv19", "DescribeDBParameterGroups", {})
3682
527
  .n("NeptuneClient", "DescribeDBParameterGroupsCommand")
3683
- .sc(DescribeDBParameterGroups$)
528
+ .sc(schemas_0.DescribeDBParameterGroups$)
3684
529
  .build() {
3685
530
  }
3686
531
 
@@ -3692,7 +537,7 @@ class DescribeDBParametersCommand extends smithyClient.Command
3692
537
  })
3693
538
  .s("AmazonRDSv19", "DescribeDBParameters", {})
3694
539
  .n("NeptuneClient", "DescribeDBParametersCommand")
3695
- .sc(DescribeDBParameters$)
540
+ .sc(schemas_0.DescribeDBParameters$)
3696
541
  .build() {
3697
542
  }
3698
543
 
@@ -3704,7 +549,7 @@ class DescribeDBSubnetGroupsCommand extends smithyClient.Command
3704
549
  })
3705
550
  .s("AmazonRDSv19", "DescribeDBSubnetGroups", {})
3706
551
  .n("NeptuneClient", "DescribeDBSubnetGroupsCommand")
3707
- .sc(DescribeDBSubnetGroups$)
552
+ .sc(schemas_0.DescribeDBSubnetGroups$)
3708
553
  .build() {
3709
554
  }
3710
555
 
@@ -3716,7 +561,7 @@ class DescribeEngineDefaultClusterParametersCommand extends smithyClient.Command
3716
561
  })
3717
562
  .s("AmazonRDSv19", "DescribeEngineDefaultClusterParameters", {})
3718
563
  .n("NeptuneClient", "DescribeEngineDefaultClusterParametersCommand")
3719
- .sc(DescribeEngineDefaultClusterParameters$)
564
+ .sc(schemas_0.DescribeEngineDefaultClusterParameters$)
3720
565
  .build() {
3721
566
  }
3722
567
 
@@ -3728,7 +573,7 @@ class DescribeEngineDefaultParametersCommand extends smithyClient.Command
3728
573
  })
3729
574
  .s("AmazonRDSv19", "DescribeEngineDefaultParameters", {})
3730
575
  .n("NeptuneClient", "DescribeEngineDefaultParametersCommand")
3731
- .sc(DescribeEngineDefaultParameters$)
576
+ .sc(schemas_0.DescribeEngineDefaultParameters$)
3732
577
  .build() {
3733
578
  }
3734
579
 
@@ -3740,7 +585,7 @@ class DescribeEventCategoriesCommand extends smithyClient.Command
3740
585
  })
3741
586
  .s("AmazonRDSv19", "DescribeEventCategories", {})
3742
587
  .n("NeptuneClient", "DescribeEventCategoriesCommand")
3743
- .sc(DescribeEventCategories$)
588
+ .sc(schemas_0.DescribeEventCategories$)
3744
589
  .build() {
3745
590
  }
3746
591
 
@@ -3752,7 +597,7 @@ class DescribeEventsCommand extends smithyClient.Command
3752
597
  })
3753
598
  .s("AmazonRDSv19", "DescribeEvents", {})
3754
599
  .n("NeptuneClient", "DescribeEventsCommand")
3755
- .sc(DescribeEvents$)
600
+ .sc(schemas_0.DescribeEvents$)
3756
601
  .build() {
3757
602
  }
3758
603
 
@@ -3764,7 +609,7 @@ class DescribeEventSubscriptionsCommand extends smithyClient.Command
3764
609
  })
3765
610
  .s("AmazonRDSv19", "DescribeEventSubscriptions", {})
3766
611
  .n("NeptuneClient", "DescribeEventSubscriptionsCommand")
3767
- .sc(DescribeEventSubscriptions$)
612
+ .sc(schemas_0.DescribeEventSubscriptions$)
3768
613
  .build() {
3769
614
  }
3770
615
 
@@ -3776,7 +621,7 @@ class DescribeGlobalClustersCommand extends smithyClient.Command
3776
621
  })
3777
622
  .s("AmazonRDSv19", "DescribeGlobalClusters", {})
3778
623
  .n("NeptuneClient", "DescribeGlobalClustersCommand")
3779
- .sc(DescribeGlobalClusters$)
624
+ .sc(schemas_0.DescribeGlobalClusters$)
3780
625
  .build() {
3781
626
  }
3782
627
 
@@ -3788,7 +633,7 @@ class DescribeOrderableDBInstanceOptionsCommand extends smithyClient.Command
3788
633
  })
3789
634
  .s("AmazonRDSv19", "DescribeOrderableDBInstanceOptions", {})
3790
635
  .n("NeptuneClient", "DescribeOrderableDBInstanceOptionsCommand")
3791
- .sc(DescribeOrderableDBInstanceOptions$)
636
+ .sc(schemas_0.DescribeOrderableDBInstanceOptions$)
3792
637
  .build() {
3793
638
  }
3794
639
 
@@ -3800,7 +645,7 @@ class DescribePendingMaintenanceActionsCommand extends smithyClient.Command
3800
645
  })
3801
646
  .s("AmazonRDSv19", "DescribePendingMaintenanceActions", {})
3802
647
  .n("NeptuneClient", "DescribePendingMaintenanceActionsCommand")
3803
- .sc(DescribePendingMaintenanceActions$)
648
+ .sc(schemas_0.DescribePendingMaintenanceActions$)
3804
649
  .build() {
3805
650
  }
3806
651
 
@@ -3812,7 +657,7 @@ class DescribeValidDBInstanceModificationsCommand extends smithyClient.Command
3812
657
  })
3813
658
  .s("AmazonRDSv19", "DescribeValidDBInstanceModifications", {})
3814
659
  .n("NeptuneClient", "DescribeValidDBInstanceModificationsCommand")
3815
- .sc(DescribeValidDBInstanceModifications$)
660
+ .sc(schemas_0.DescribeValidDBInstanceModifications$)
3816
661
  .build() {
3817
662
  }
3818
663
 
@@ -3824,7 +669,7 @@ class FailoverDBClusterCommand extends smithyClient.Command
3824
669
  })
3825
670
  .s("AmazonRDSv19", "FailoverDBCluster", {})
3826
671
  .n("NeptuneClient", "FailoverDBClusterCommand")
3827
- .sc(FailoverDBCluster$)
672
+ .sc(schemas_0.FailoverDBCluster$)
3828
673
  .build() {
3829
674
  }
3830
675
 
@@ -3836,7 +681,7 @@ class FailoverGlobalClusterCommand extends smithyClient.Command
3836
681
  })
3837
682
  .s("AmazonRDSv19", "FailoverGlobalCluster", {})
3838
683
  .n("NeptuneClient", "FailoverGlobalClusterCommand")
3839
- .sc(FailoverGlobalCluster$)
684
+ .sc(schemas_0.FailoverGlobalCluster$)
3840
685
  .build() {
3841
686
  }
3842
687
 
@@ -3848,7 +693,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
3848
693
  })
3849
694
  .s("AmazonRDSv19", "ListTagsForResource", {})
3850
695
  .n("NeptuneClient", "ListTagsForResourceCommand")
3851
- .sc(ListTagsForResource$)
696
+ .sc(schemas_0.ListTagsForResource$)
3852
697
  .build() {
3853
698
  }
3854
699
 
@@ -3860,7 +705,7 @@ class ModifyDBClusterCommand extends smithyClient.Command
3860
705
  })
3861
706
  .s("AmazonRDSv19", "ModifyDBCluster", {})
3862
707
  .n("NeptuneClient", "ModifyDBClusterCommand")
3863
- .sc(ModifyDBCluster$)
708
+ .sc(schemas_0.ModifyDBCluster$)
3864
709
  .build() {
3865
710
  }
3866
711
 
@@ -3872,7 +717,7 @@ class ModifyDBClusterEndpointCommand extends smithyClient.Command
3872
717
  })
3873
718
  .s("AmazonRDSv19", "ModifyDBClusterEndpoint", {})
3874
719
  .n("NeptuneClient", "ModifyDBClusterEndpointCommand")
3875
- .sc(ModifyDBClusterEndpoint$)
720
+ .sc(schemas_0.ModifyDBClusterEndpoint$)
3876
721
  .build() {
3877
722
  }
3878
723
 
@@ -3884,7 +729,7 @@ class ModifyDBClusterParameterGroupCommand extends smithyClient.Command
3884
729
  })
3885
730
  .s("AmazonRDSv19", "ModifyDBClusterParameterGroup", {})
3886
731
  .n("NeptuneClient", "ModifyDBClusterParameterGroupCommand")
3887
- .sc(ModifyDBClusterParameterGroup$)
732
+ .sc(schemas_0.ModifyDBClusterParameterGroup$)
3888
733
  .build() {
3889
734
  }
3890
735
 
@@ -3896,7 +741,7 @@ class ModifyDBClusterSnapshotAttributeCommand extends smithyClient.Command
3896
741
  })
3897
742
  .s("AmazonRDSv19", "ModifyDBClusterSnapshotAttribute", {})
3898
743
  .n("NeptuneClient", "ModifyDBClusterSnapshotAttributeCommand")
3899
- .sc(ModifyDBClusterSnapshotAttribute$)
744
+ .sc(schemas_0.ModifyDBClusterSnapshotAttribute$)
3900
745
  .build() {
3901
746
  }
3902
747
 
@@ -3908,7 +753,7 @@ class ModifyDBInstanceCommand extends smithyClient.Command
3908
753
  })
3909
754
  .s("AmazonRDSv19", "ModifyDBInstance", {})
3910
755
  .n("NeptuneClient", "ModifyDBInstanceCommand")
3911
- .sc(ModifyDBInstance$)
756
+ .sc(schemas_0.ModifyDBInstance$)
3912
757
  .build() {
3913
758
  }
3914
759
 
@@ -3920,7 +765,7 @@ class ModifyDBParameterGroupCommand extends smithyClient.Command
3920
765
  })
3921
766
  .s("AmazonRDSv19", "ModifyDBParameterGroup", {})
3922
767
  .n("NeptuneClient", "ModifyDBParameterGroupCommand")
3923
- .sc(ModifyDBParameterGroup$)
768
+ .sc(schemas_0.ModifyDBParameterGroup$)
3924
769
  .build() {
3925
770
  }
3926
771
 
@@ -3932,7 +777,7 @@ class ModifyDBSubnetGroupCommand extends smithyClient.Command
3932
777
  })
3933
778
  .s("AmazonRDSv19", "ModifyDBSubnetGroup", {})
3934
779
  .n("NeptuneClient", "ModifyDBSubnetGroupCommand")
3935
- .sc(ModifyDBSubnetGroup$)
780
+ .sc(schemas_0.ModifyDBSubnetGroup$)
3936
781
  .build() {
3937
782
  }
3938
783
 
@@ -3944,7 +789,7 @@ class ModifyEventSubscriptionCommand extends smithyClient.Command
3944
789
  })
3945
790
  .s("AmazonRDSv19", "ModifyEventSubscription", {})
3946
791
  .n("NeptuneClient", "ModifyEventSubscriptionCommand")
3947
- .sc(ModifyEventSubscription$)
792
+ .sc(schemas_0.ModifyEventSubscription$)
3948
793
  .build() {
3949
794
  }
3950
795
 
@@ -3956,7 +801,7 @@ class ModifyGlobalClusterCommand extends smithyClient.Command
3956
801
  })
3957
802
  .s("AmazonRDSv19", "ModifyGlobalCluster", {})
3958
803
  .n("NeptuneClient", "ModifyGlobalClusterCommand")
3959
- .sc(ModifyGlobalCluster$)
804
+ .sc(schemas_0.ModifyGlobalCluster$)
3960
805
  .build() {
3961
806
  }
3962
807
 
@@ -3968,7 +813,7 @@ class PromoteReadReplicaDBClusterCommand extends smithyClient.Command
3968
813
  })
3969
814
  .s("AmazonRDSv19", "PromoteReadReplicaDBCluster", {})
3970
815
  .n("NeptuneClient", "PromoteReadReplicaDBClusterCommand")
3971
- .sc(PromoteReadReplicaDBCluster$)
816
+ .sc(schemas_0.PromoteReadReplicaDBCluster$)
3972
817
  .build() {
3973
818
  }
3974
819
 
@@ -3980,7 +825,7 @@ class RebootDBInstanceCommand extends smithyClient.Command
3980
825
  })
3981
826
  .s("AmazonRDSv19", "RebootDBInstance", {})
3982
827
  .n("NeptuneClient", "RebootDBInstanceCommand")
3983
- .sc(RebootDBInstance$)
828
+ .sc(schemas_0.RebootDBInstance$)
3984
829
  .build() {
3985
830
  }
3986
831
 
@@ -3992,7 +837,7 @@ class RemoveFromGlobalClusterCommand extends smithyClient.Command
3992
837
  })
3993
838
  .s("AmazonRDSv19", "RemoveFromGlobalCluster", {})
3994
839
  .n("NeptuneClient", "RemoveFromGlobalClusterCommand")
3995
- .sc(RemoveFromGlobalCluster$)
840
+ .sc(schemas_0.RemoveFromGlobalCluster$)
3996
841
  .build() {
3997
842
  }
3998
843
 
@@ -4004,7 +849,7 @@ class RemoveRoleFromDBClusterCommand extends smithyClient.Command
4004
849
  })
4005
850
  .s("AmazonRDSv19", "RemoveRoleFromDBCluster", {})
4006
851
  .n("NeptuneClient", "RemoveRoleFromDBClusterCommand")
4007
- .sc(RemoveRoleFromDBCluster$)
852
+ .sc(schemas_0.RemoveRoleFromDBCluster$)
4008
853
  .build() {
4009
854
  }
4010
855
 
@@ -4016,7 +861,7 @@ class RemoveSourceIdentifierFromSubscriptionCommand extends smithyClient.Command
4016
861
  })
4017
862
  .s("AmazonRDSv19", "RemoveSourceIdentifierFromSubscription", {})
4018
863
  .n("NeptuneClient", "RemoveSourceIdentifierFromSubscriptionCommand")
4019
- .sc(RemoveSourceIdentifierFromSubscription$)
864
+ .sc(schemas_0.RemoveSourceIdentifierFromSubscription$)
4020
865
  .build() {
4021
866
  }
4022
867
 
@@ -4028,7 +873,7 @@ class RemoveTagsFromResourceCommand extends smithyClient.Command
4028
873
  })
4029
874
  .s("AmazonRDSv19", "RemoveTagsFromResource", {})
4030
875
  .n("NeptuneClient", "RemoveTagsFromResourceCommand")
4031
- .sc(RemoveTagsFromResource$)
876
+ .sc(schemas_0.RemoveTagsFromResource$)
4032
877
  .build() {
4033
878
  }
4034
879
 
@@ -4040,7 +885,7 @@ class ResetDBClusterParameterGroupCommand extends smithyClient.Command
4040
885
  })
4041
886
  .s("AmazonRDSv19", "ResetDBClusterParameterGroup", {})
4042
887
  .n("NeptuneClient", "ResetDBClusterParameterGroupCommand")
4043
- .sc(ResetDBClusterParameterGroup$)
888
+ .sc(schemas_0.ResetDBClusterParameterGroup$)
4044
889
  .build() {
4045
890
  }
4046
891
 
@@ -4052,7 +897,7 @@ class ResetDBParameterGroupCommand extends smithyClient.Command
4052
897
  })
4053
898
  .s("AmazonRDSv19", "ResetDBParameterGroup", {})
4054
899
  .n("NeptuneClient", "ResetDBParameterGroupCommand")
4055
- .sc(ResetDBParameterGroup$)
900
+ .sc(schemas_0.ResetDBParameterGroup$)
4056
901
  .build() {
4057
902
  }
4058
903
 
@@ -4064,7 +909,7 @@ class RestoreDBClusterFromSnapshotCommand extends smithyClient.Command
4064
909
  })
4065
910
  .s("AmazonRDSv19", "RestoreDBClusterFromSnapshot", {})
4066
911
  .n("NeptuneClient", "RestoreDBClusterFromSnapshotCommand")
4067
- .sc(RestoreDBClusterFromSnapshot$)
912
+ .sc(schemas_0.RestoreDBClusterFromSnapshot$)
4068
913
  .build() {
4069
914
  }
4070
915
 
@@ -4076,7 +921,7 @@ class RestoreDBClusterToPointInTimeCommand extends smithyClient.Command
4076
921
  })
4077
922
  .s("AmazonRDSv19", "RestoreDBClusterToPointInTime", {})
4078
923
  .n("NeptuneClient", "RestoreDBClusterToPointInTimeCommand")
4079
- .sc(RestoreDBClusterToPointInTime$)
924
+ .sc(schemas_0.RestoreDBClusterToPointInTime$)
4080
925
  .build() {
4081
926
  }
4082
927
 
@@ -4088,7 +933,7 @@ class StartDBClusterCommand extends smithyClient.Command
4088
933
  })
4089
934
  .s("AmazonRDSv19", "StartDBCluster", {})
4090
935
  .n("NeptuneClient", "StartDBClusterCommand")
4091
- .sc(StartDBCluster$)
936
+ .sc(schemas_0.StartDBCluster$)
4092
937
  .build() {
4093
938
  }
4094
939
 
@@ -4100,7 +945,7 @@ class StopDBClusterCommand extends smithyClient.Command
4100
945
  })
4101
946
  .s("AmazonRDSv19", "StopDBCluster", {})
4102
947
  .n("NeptuneClient", "StopDBClusterCommand")
4103
- .sc(StopDBCluster$)
948
+ .sc(schemas_0.StopDBCluster$)
4104
949
  .build() {
4105
950
  }
4106
951
 
@@ -4112,7 +957,7 @@ class SwitchoverGlobalClusterCommand extends smithyClient.Command
4112
957
  })
4113
958
  .s("AmazonRDSv19", "SwitchoverGlobalCluster", {})
4114
959
  .n("NeptuneClient", "SwitchoverGlobalClusterCommand")
4115
- .sc(SwitchoverGlobalCluster$)
960
+ .sc(schemas_0.SwitchoverGlobalCluster$)
4116
961
  .build() {
4117
962
  }
4118
963
 
@@ -4486,466 +1331,85 @@ Object.defineProperty(exports, "__Client", {
4486
1331
  enumerable: true,
4487
1332
  get: function () { return smithyClient.Client; }
4488
1333
  });
4489
- exports.AddRoleToDBCluster$ = AddRoleToDBCluster$;
1334
+ Object.defineProperty(exports, "NeptuneServiceException", {
1335
+ enumerable: true,
1336
+ get: function () { return NeptuneServiceException.NeptuneServiceException; }
1337
+ });
4490
1338
  exports.AddRoleToDBClusterCommand = AddRoleToDBClusterCommand;
4491
- exports.AddRoleToDBClusterMessage$ = AddRoleToDBClusterMessage$;
4492
- exports.AddSourceIdentifierToSubscription$ = AddSourceIdentifierToSubscription$;
4493
1339
  exports.AddSourceIdentifierToSubscriptionCommand = AddSourceIdentifierToSubscriptionCommand;
4494
- exports.AddSourceIdentifierToSubscriptionMessage$ = AddSourceIdentifierToSubscriptionMessage$;
4495
- exports.AddSourceIdentifierToSubscriptionResult$ = AddSourceIdentifierToSubscriptionResult$;
4496
- exports.AddTagsToResource$ = AddTagsToResource$;
4497
1340
  exports.AddTagsToResourceCommand = AddTagsToResourceCommand;
4498
- exports.AddTagsToResourceMessage$ = AddTagsToResourceMessage$;
4499
1341
  exports.ApplyMethod = ApplyMethod;
4500
- exports.ApplyPendingMaintenanceAction$ = ApplyPendingMaintenanceAction$;
4501
1342
  exports.ApplyPendingMaintenanceActionCommand = ApplyPendingMaintenanceActionCommand;
4502
- exports.ApplyPendingMaintenanceActionMessage$ = ApplyPendingMaintenanceActionMessage$;
4503
- exports.ApplyPendingMaintenanceActionResult$ = ApplyPendingMaintenanceActionResult$;
4504
- exports.AuthorizationNotFoundFault = AuthorizationNotFoundFault;
4505
- exports.AuthorizationNotFoundFault$ = AuthorizationNotFoundFault$;
4506
- exports.AvailabilityZone$ = AvailabilityZone$;
4507
- exports.CertificateNotFoundFault = CertificateNotFoundFault;
4508
- exports.CertificateNotFoundFault$ = CertificateNotFoundFault$;
4509
- exports.CharacterSet$ = CharacterSet$;
4510
- exports.CloudwatchLogsExportConfiguration$ = CloudwatchLogsExportConfiguration$;
4511
- exports.ClusterPendingModifiedValues$ = ClusterPendingModifiedValues$;
4512
- exports.CopyDBClusterParameterGroup$ = CopyDBClusterParameterGroup$;
4513
1343
  exports.CopyDBClusterParameterGroupCommand = CopyDBClusterParameterGroupCommand;
4514
- exports.CopyDBClusterParameterGroupMessage$ = CopyDBClusterParameterGroupMessage$;
4515
- exports.CopyDBClusterParameterGroupResult$ = CopyDBClusterParameterGroupResult$;
4516
- exports.CopyDBClusterSnapshot$ = CopyDBClusterSnapshot$;
4517
1344
  exports.CopyDBClusterSnapshotCommand = CopyDBClusterSnapshotCommand;
4518
- exports.CopyDBClusterSnapshotMessage$ = CopyDBClusterSnapshotMessage$;
4519
- exports.CopyDBClusterSnapshotResult$ = CopyDBClusterSnapshotResult$;
4520
- exports.CopyDBParameterGroup$ = CopyDBParameterGroup$;
4521
1345
  exports.CopyDBParameterGroupCommand = CopyDBParameterGroupCommand;
4522
- exports.CopyDBParameterGroupMessage$ = CopyDBParameterGroupMessage$;
4523
- exports.CopyDBParameterGroupResult$ = CopyDBParameterGroupResult$;
4524
- exports.CreateDBCluster$ = CreateDBCluster$;
4525
1346
  exports.CreateDBClusterCommand = CreateDBClusterCommand;
4526
- exports.CreateDBClusterEndpoint$ = CreateDBClusterEndpoint$;
4527
1347
  exports.CreateDBClusterEndpointCommand = CreateDBClusterEndpointCommand;
4528
- exports.CreateDBClusterEndpointMessage$ = CreateDBClusterEndpointMessage$;
4529
- exports.CreateDBClusterEndpointOutput$ = CreateDBClusterEndpointOutput$;
4530
- exports.CreateDBClusterMessage$ = CreateDBClusterMessage$;
4531
- exports.CreateDBClusterParameterGroup$ = CreateDBClusterParameterGroup$;
4532
1348
  exports.CreateDBClusterParameterGroupCommand = CreateDBClusterParameterGroupCommand;
4533
- exports.CreateDBClusterParameterGroupMessage$ = CreateDBClusterParameterGroupMessage$;
4534
- exports.CreateDBClusterParameterGroupResult$ = CreateDBClusterParameterGroupResult$;
4535
- exports.CreateDBClusterResult$ = CreateDBClusterResult$;
4536
- exports.CreateDBClusterSnapshot$ = CreateDBClusterSnapshot$;
4537
1349
  exports.CreateDBClusterSnapshotCommand = CreateDBClusterSnapshotCommand;
4538
- exports.CreateDBClusterSnapshotMessage$ = CreateDBClusterSnapshotMessage$;
4539
- exports.CreateDBClusterSnapshotResult$ = CreateDBClusterSnapshotResult$;
4540
- exports.CreateDBInstance$ = CreateDBInstance$;
4541
1350
  exports.CreateDBInstanceCommand = CreateDBInstanceCommand;
4542
- exports.CreateDBInstanceMessage$ = CreateDBInstanceMessage$;
4543
- exports.CreateDBInstanceResult$ = CreateDBInstanceResult$;
4544
- exports.CreateDBParameterGroup$ = CreateDBParameterGroup$;
4545
1351
  exports.CreateDBParameterGroupCommand = CreateDBParameterGroupCommand;
4546
- exports.CreateDBParameterGroupMessage$ = CreateDBParameterGroupMessage$;
4547
- exports.CreateDBParameterGroupResult$ = CreateDBParameterGroupResult$;
4548
- exports.CreateDBSubnetGroup$ = CreateDBSubnetGroup$;
4549
1352
  exports.CreateDBSubnetGroupCommand = CreateDBSubnetGroupCommand;
4550
- exports.CreateDBSubnetGroupMessage$ = CreateDBSubnetGroupMessage$;
4551
- exports.CreateDBSubnetGroupResult$ = CreateDBSubnetGroupResult$;
4552
- exports.CreateEventSubscription$ = CreateEventSubscription$;
4553
1353
  exports.CreateEventSubscriptionCommand = CreateEventSubscriptionCommand;
4554
- exports.CreateEventSubscriptionMessage$ = CreateEventSubscriptionMessage$;
4555
- exports.CreateEventSubscriptionResult$ = CreateEventSubscriptionResult$;
4556
- exports.CreateGlobalCluster$ = CreateGlobalCluster$;
4557
1354
  exports.CreateGlobalClusterCommand = CreateGlobalClusterCommand;
4558
- exports.CreateGlobalClusterMessage$ = CreateGlobalClusterMessage$;
4559
- exports.CreateGlobalClusterResult$ = CreateGlobalClusterResult$;
4560
- exports.DBCluster$ = DBCluster$;
4561
- exports.DBClusterAlreadyExistsFault = DBClusterAlreadyExistsFault;
4562
- exports.DBClusterAlreadyExistsFault$ = DBClusterAlreadyExistsFault$;
4563
- exports.DBClusterEndpoint$ = DBClusterEndpoint$;
4564
- exports.DBClusterEndpointAlreadyExistsFault = DBClusterEndpointAlreadyExistsFault;
4565
- exports.DBClusterEndpointAlreadyExistsFault$ = DBClusterEndpointAlreadyExistsFault$;
4566
- exports.DBClusterEndpointMessage$ = DBClusterEndpointMessage$;
4567
- exports.DBClusterEndpointNotFoundFault = DBClusterEndpointNotFoundFault;
4568
- exports.DBClusterEndpointNotFoundFault$ = DBClusterEndpointNotFoundFault$;
4569
- exports.DBClusterEndpointQuotaExceededFault = DBClusterEndpointQuotaExceededFault;
4570
- exports.DBClusterEndpointQuotaExceededFault$ = DBClusterEndpointQuotaExceededFault$;
4571
- exports.DBClusterMember$ = DBClusterMember$;
4572
- exports.DBClusterMessage$ = DBClusterMessage$;
4573
- exports.DBClusterNotFoundFault = DBClusterNotFoundFault;
4574
- exports.DBClusterNotFoundFault$ = DBClusterNotFoundFault$;
4575
- exports.DBClusterOptionGroupStatus$ = DBClusterOptionGroupStatus$;
4576
- exports.DBClusterParameterGroup$ = DBClusterParameterGroup$;
4577
- exports.DBClusterParameterGroupDetails$ = DBClusterParameterGroupDetails$;
4578
- exports.DBClusterParameterGroupNameMessage$ = DBClusterParameterGroupNameMessage$;
4579
- exports.DBClusterParameterGroupNotFoundFault = DBClusterParameterGroupNotFoundFault;
4580
- exports.DBClusterParameterGroupNotFoundFault$ = DBClusterParameterGroupNotFoundFault$;
4581
- exports.DBClusterParameterGroupsMessage$ = DBClusterParameterGroupsMessage$;
4582
- exports.DBClusterQuotaExceededFault = DBClusterQuotaExceededFault;
4583
- exports.DBClusterQuotaExceededFault$ = DBClusterQuotaExceededFault$;
4584
- exports.DBClusterRole$ = DBClusterRole$;
4585
- exports.DBClusterRoleAlreadyExistsFault = DBClusterRoleAlreadyExistsFault;
4586
- exports.DBClusterRoleAlreadyExistsFault$ = DBClusterRoleAlreadyExistsFault$;
4587
- exports.DBClusterRoleNotFoundFault = DBClusterRoleNotFoundFault;
4588
- exports.DBClusterRoleNotFoundFault$ = DBClusterRoleNotFoundFault$;
4589
- exports.DBClusterRoleQuotaExceededFault = DBClusterRoleQuotaExceededFault;
4590
- exports.DBClusterRoleQuotaExceededFault$ = DBClusterRoleQuotaExceededFault$;
4591
- exports.DBClusterSnapshot$ = DBClusterSnapshot$;
4592
- exports.DBClusterSnapshotAlreadyExistsFault = DBClusterSnapshotAlreadyExistsFault;
4593
- exports.DBClusterSnapshotAlreadyExistsFault$ = DBClusterSnapshotAlreadyExistsFault$;
4594
- exports.DBClusterSnapshotAttribute$ = DBClusterSnapshotAttribute$;
4595
- exports.DBClusterSnapshotAttributesResult$ = DBClusterSnapshotAttributesResult$;
4596
- exports.DBClusterSnapshotMessage$ = DBClusterSnapshotMessage$;
4597
- exports.DBClusterSnapshotNotFoundFault = DBClusterSnapshotNotFoundFault;
4598
- exports.DBClusterSnapshotNotFoundFault$ = DBClusterSnapshotNotFoundFault$;
4599
- exports.DBEngineVersion$ = DBEngineVersion$;
4600
- exports.DBEngineVersionMessage$ = DBEngineVersionMessage$;
4601
- exports.DBInstance$ = DBInstance$;
4602
- exports.DBInstanceAlreadyExistsFault = DBInstanceAlreadyExistsFault;
4603
- exports.DBInstanceAlreadyExistsFault$ = DBInstanceAlreadyExistsFault$;
4604
- exports.DBInstanceMessage$ = DBInstanceMessage$;
4605
- exports.DBInstanceNotFoundFault = DBInstanceNotFoundFault;
4606
- exports.DBInstanceNotFoundFault$ = DBInstanceNotFoundFault$;
4607
- exports.DBInstanceStatusInfo$ = DBInstanceStatusInfo$;
4608
- exports.DBParameterGroup$ = DBParameterGroup$;
4609
- exports.DBParameterGroupAlreadyExistsFault = DBParameterGroupAlreadyExistsFault;
4610
- exports.DBParameterGroupAlreadyExistsFault$ = DBParameterGroupAlreadyExistsFault$;
4611
- exports.DBParameterGroupDetails$ = DBParameterGroupDetails$;
4612
- exports.DBParameterGroupNameMessage$ = DBParameterGroupNameMessage$;
4613
- exports.DBParameterGroupNotFoundFault = DBParameterGroupNotFoundFault;
4614
- exports.DBParameterGroupNotFoundFault$ = DBParameterGroupNotFoundFault$;
4615
- exports.DBParameterGroupQuotaExceededFault = DBParameterGroupQuotaExceededFault;
4616
- exports.DBParameterGroupQuotaExceededFault$ = DBParameterGroupQuotaExceededFault$;
4617
- exports.DBParameterGroupStatus$ = DBParameterGroupStatus$;
4618
- exports.DBParameterGroupsMessage$ = DBParameterGroupsMessage$;
4619
- exports.DBSecurityGroupMembership$ = DBSecurityGroupMembership$;
4620
- exports.DBSecurityGroupNotFoundFault = DBSecurityGroupNotFoundFault;
4621
- exports.DBSecurityGroupNotFoundFault$ = DBSecurityGroupNotFoundFault$;
4622
- exports.DBSnapshotAlreadyExistsFault = DBSnapshotAlreadyExistsFault;
4623
- exports.DBSnapshotAlreadyExistsFault$ = DBSnapshotAlreadyExistsFault$;
4624
- exports.DBSnapshotNotFoundFault = DBSnapshotNotFoundFault;
4625
- exports.DBSnapshotNotFoundFault$ = DBSnapshotNotFoundFault$;
4626
- exports.DBSubnetGroup$ = DBSubnetGroup$;
4627
- exports.DBSubnetGroupAlreadyExistsFault = DBSubnetGroupAlreadyExistsFault;
4628
- exports.DBSubnetGroupAlreadyExistsFault$ = DBSubnetGroupAlreadyExistsFault$;
4629
- exports.DBSubnetGroupDoesNotCoverEnoughAZs = DBSubnetGroupDoesNotCoverEnoughAZs;
4630
- exports.DBSubnetGroupDoesNotCoverEnoughAZs$ = DBSubnetGroupDoesNotCoverEnoughAZs$;
4631
- exports.DBSubnetGroupMessage$ = DBSubnetGroupMessage$;
4632
- exports.DBSubnetGroupNotFoundFault = DBSubnetGroupNotFoundFault;
4633
- exports.DBSubnetGroupNotFoundFault$ = DBSubnetGroupNotFoundFault$;
4634
- exports.DBSubnetGroupQuotaExceededFault = DBSubnetGroupQuotaExceededFault;
4635
- exports.DBSubnetGroupQuotaExceededFault$ = DBSubnetGroupQuotaExceededFault$;
4636
- exports.DBSubnetQuotaExceededFault = DBSubnetQuotaExceededFault;
4637
- exports.DBSubnetQuotaExceededFault$ = DBSubnetQuotaExceededFault$;
4638
- exports.DBUpgradeDependencyFailureFault = DBUpgradeDependencyFailureFault;
4639
- exports.DBUpgradeDependencyFailureFault$ = DBUpgradeDependencyFailureFault$;
4640
- exports.DeleteDBCluster$ = DeleteDBCluster$;
4641
1355
  exports.DeleteDBClusterCommand = DeleteDBClusterCommand;
4642
- exports.DeleteDBClusterEndpoint$ = DeleteDBClusterEndpoint$;
4643
1356
  exports.DeleteDBClusterEndpointCommand = DeleteDBClusterEndpointCommand;
4644
- exports.DeleteDBClusterEndpointMessage$ = DeleteDBClusterEndpointMessage$;
4645
- exports.DeleteDBClusterEndpointOutput$ = DeleteDBClusterEndpointOutput$;
4646
- exports.DeleteDBClusterMessage$ = DeleteDBClusterMessage$;
4647
- exports.DeleteDBClusterParameterGroup$ = DeleteDBClusterParameterGroup$;
4648
1357
  exports.DeleteDBClusterParameterGroupCommand = DeleteDBClusterParameterGroupCommand;
4649
- exports.DeleteDBClusterParameterGroupMessage$ = DeleteDBClusterParameterGroupMessage$;
4650
- exports.DeleteDBClusterResult$ = DeleteDBClusterResult$;
4651
- exports.DeleteDBClusterSnapshot$ = DeleteDBClusterSnapshot$;
4652
1358
  exports.DeleteDBClusterSnapshotCommand = DeleteDBClusterSnapshotCommand;
4653
- exports.DeleteDBClusterSnapshotMessage$ = DeleteDBClusterSnapshotMessage$;
4654
- exports.DeleteDBClusterSnapshotResult$ = DeleteDBClusterSnapshotResult$;
4655
- exports.DeleteDBInstance$ = DeleteDBInstance$;
4656
1359
  exports.DeleteDBInstanceCommand = DeleteDBInstanceCommand;
4657
- exports.DeleteDBInstanceMessage$ = DeleteDBInstanceMessage$;
4658
- exports.DeleteDBInstanceResult$ = DeleteDBInstanceResult$;
4659
- exports.DeleteDBParameterGroup$ = DeleteDBParameterGroup$;
4660
1360
  exports.DeleteDBParameterGroupCommand = DeleteDBParameterGroupCommand;
4661
- exports.DeleteDBParameterGroupMessage$ = DeleteDBParameterGroupMessage$;
4662
- exports.DeleteDBSubnetGroup$ = DeleteDBSubnetGroup$;
4663
1361
  exports.DeleteDBSubnetGroupCommand = DeleteDBSubnetGroupCommand;
4664
- exports.DeleteDBSubnetGroupMessage$ = DeleteDBSubnetGroupMessage$;
4665
- exports.DeleteEventSubscription$ = DeleteEventSubscription$;
4666
1362
  exports.DeleteEventSubscriptionCommand = DeleteEventSubscriptionCommand;
4667
- exports.DeleteEventSubscriptionMessage$ = DeleteEventSubscriptionMessage$;
4668
- exports.DeleteEventSubscriptionResult$ = DeleteEventSubscriptionResult$;
4669
- exports.DeleteGlobalCluster$ = DeleteGlobalCluster$;
4670
1363
  exports.DeleteGlobalClusterCommand = DeleteGlobalClusterCommand;
4671
- exports.DeleteGlobalClusterMessage$ = DeleteGlobalClusterMessage$;
4672
- exports.DeleteGlobalClusterResult$ = DeleteGlobalClusterResult$;
4673
- exports.DescribeDBClusterEndpoints$ = DescribeDBClusterEndpoints$;
4674
1364
  exports.DescribeDBClusterEndpointsCommand = DescribeDBClusterEndpointsCommand;
4675
- exports.DescribeDBClusterEndpointsMessage$ = DescribeDBClusterEndpointsMessage$;
4676
- exports.DescribeDBClusterParameterGroups$ = DescribeDBClusterParameterGroups$;
4677
1365
  exports.DescribeDBClusterParameterGroupsCommand = DescribeDBClusterParameterGroupsCommand;
4678
- exports.DescribeDBClusterParameterGroupsMessage$ = DescribeDBClusterParameterGroupsMessage$;
4679
- exports.DescribeDBClusterParameters$ = DescribeDBClusterParameters$;
4680
1366
  exports.DescribeDBClusterParametersCommand = DescribeDBClusterParametersCommand;
4681
- exports.DescribeDBClusterParametersMessage$ = DescribeDBClusterParametersMessage$;
4682
- exports.DescribeDBClusterSnapshotAttributes$ = DescribeDBClusterSnapshotAttributes$;
4683
1367
  exports.DescribeDBClusterSnapshotAttributesCommand = DescribeDBClusterSnapshotAttributesCommand;
4684
- exports.DescribeDBClusterSnapshotAttributesMessage$ = DescribeDBClusterSnapshotAttributesMessage$;
4685
- exports.DescribeDBClusterSnapshotAttributesResult$ = DescribeDBClusterSnapshotAttributesResult$;
4686
- exports.DescribeDBClusterSnapshots$ = DescribeDBClusterSnapshots$;
4687
1368
  exports.DescribeDBClusterSnapshotsCommand = DescribeDBClusterSnapshotsCommand;
4688
- exports.DescribeDBClusterSnapshotsMessage$ = DescribeDBClusterSnapshotsMessage$;
4689
- exports.DescribeDBClusters$ = DescribeDBClusters$;
4690
1369
  exports.DescribeDBClustersCommand = DescribeDBClustersCommand;
4691
- exports.DescribeDBClustersMessage$ = DescribeDBClustersMessage$;
4692
- exports.DescribeDBEngineVersions$ = DescribeDBEngineVersions$;
4693
1370
  exports.DescribeDBEngineVersionsCommand = DescribeDBEngineVersionsCommand;
4694
- exports.DescribeDBEngineVersionsMessage$ = DescribeDBEngineVersionsMessage$;
4695
- exports.DescribeDBInstances$ = DescribeDBInstances$;
4696
1371
  exports.DescribeDBInstancesCommand = DescribeDBInstancesCommand;
4697
- exports.DescribeDBInstancesMessage$ = DescribeDBInstancesMessage$;
4698
- exports.DescribeDBParameterGroups$ = DescribeDBParameterGroups$;
4699
1372
  exports.DescribeDBParameterGroupsCommand = DescribeDBParameterGroupsCommand;
4700
- exports.DescribeDBParameterGroupsMessage$ = DescribeDBParameterGroupsMessage$;
4701
- exports.DescribeDBParameters$ = DescribeDBParameters$;
4702
1373
  exports.DescribeDBParametersCommand = DescribeDBParametersCommand;
4703
- exports.DescribeDBParametersMessage$ = DescribeDBParametersMessage$;
4704
- exports.DescribeDBSubnetGroups$ = DescribeDBSubnetGroups$;
4705
1374
  exports.DescribeDBSubnetGroupsCommand = DescribeDBSubnetGroupsCommand;
4706
- exports.DescribeDBSubnetGroupsMessage$ = DescribeDBSubnetGroupsMessage$;
4707
- exports.DescribeEngineDefaultClusterParameters$ = DescribeEngineDefaultClusterParameters$;
4708
1375
  exports.DescribeEngineDefaultClusterParametersCommand = DescribeEngineDefaultClusterParametersCommand;
4709
- exports.DescribeEngineDefaultClusterParametersMessage$ = DescribeEngineDefaultClusterParametersMessage$;
4710
- exports.DescribeEngineDefaultClusterParametersResult$ = DescribeEngineDefaultClusterParametersResult$;
4711
- exports.DescribeEngineDefaultParameters$ = DescribeEngineDefaultParameters$;
4712
1376
  exports.DescribeEngineDefaultParametersCommand = DescribeEngineDefaultParametersCommand;
4713
- exports.DescribeEngineDefaultParametersMessage$ = DescribeEngineDefaultParametersMessage$;
4714
- exports.DescribeEngineDefaultParametersResult$ = DescribeEngineDefaultParametersResult$;
4715
- exports.DescribeEventCategories$ = DescribeEventCategories$;
4716
1377
  exports.DescribeEventCategoriesCommand = DescribeEventCategoriesCommand;
4717
- exports.DescribeEventCategoriesMessage$ = DescribeEventCategoriesMessage$;
4718
- exports.DescribeEventSubscriptions$ = DescribeEventSubscriptions$;
4719
1378
  exports.DescribeEventSubscriptionsCommand = DescribeEventSubscriptionsCommand;
4720
- exports.DescribeEventSubscriptionsMessage$ = DescribeEventSubscriptionsMessage$;
4721
- exports.DescribeEvents$ = DescribeEvents$;
4722
1379
  exports.DescribeEventsCommand = DescribeEventsCommand;
4723
- exports.DescribeEventsMessage$ = DescribeEventsMessage$;
4724
- exports.DescribeGlobalClusters$ = DescribeGlobalClusters$;
4725
1380
  exports.DescribeGlobalClustersCommand = DescribeGlobalClustersCommand;
4726
- exports.DescribeGlobalClustersMessage$ = DescribeGlobalClustersMessage$;
4727
- exports.DescribeOrderableDBInstanceOptions$ = DescribeOrderableDBInstanceOptions$;
4728
1381
  exports.DescribeOrderableDBInstanceOptionsCommand = DescribeOrderableDBInstanceOptionsCommand;
4729
- exports.DescribeOrderableDBInstanceOptionsMessage$ = DescribeOrderableDBInstanceOptionsMessage$;
4730
- exports.DescribePendingMaintenanceActions$ = DescribePendingMaintenanceActions$;
4731
1382
  exports.DescribePendingMaintenanceActionsCommand = DescribePendingMaintenanceActionsCommand;
4732
- exports.DescribePendingMaintenanceActionsMessage$ = DescribePendingMaintenanceActionsMessage$;
4733
- exports.DescribeValidDBInstanceModifications$ = DescribeValidDBInstanceModifications$;
4734
1383
  exports.DescribeValidDBInstanceModificationsCommand = DescribeValidDBInstanceModificationsCommand;
4735
- exports.DescribeValidDBInstanceModificationsMessage$ = DescribeValidDBInstanceModificationsMessage$;
4736
- exports.DescribeValidDBInstanceModificationsResult$ = DescribeValidDBInstanceModificationsResult$;
4737
- exports.DomainMembership$ = DomainMembership$;
4738
- exports.DomainNotFoundFault = DomainNotFoundFault;
4739
- exports.DomainNotFoundFault$ = DomainNotFoundFault$;
4740
- exports.DoubleRange$ = DoubleRange$;
4741
- exports.Endpoint$ = Endpoint$;
4742
- exports.EngineDefaults$ = EngineDefaults$;
4743
- exports.Event$ = Event$;
4744
- exports.EventCategoriesMap$ = EventCategoriesMap$;
4745
- exports.EventCategoriesMessage$ = EventCategoriesMessage$;
4746
- exports.EventSubscription$ = EventSubscription$;
4747
- exports.EventSubscriptionQuotaExceededFault = EventSubscriptionQuotaExceededFault;
4748
- exports.EventSubscriptionQuotaExceededFault$ = EventSubscriptionQuotaExceededFault$;
4749
- exports.EventSubscriptionsMessage$ = EventSubscriptionsMessage$;
4750
- exports.EventsMessage$ = EventsMessage$;
4751
- exports.FailoverDBCluster$ = FailoverDBCluster$;
4752
1384
  exports.FailoverDBClusterCommand = FailoverDBClusterCommand;
4753
- exports.FailoverDBClusterMessage$ = FailoverDBClusterMessage$;
4754
- exports.FailoverDBClusterResult$ = FailoverDBClusterResult$;
4755
- exports.FailoverGlobalCluster$ = FailoverGlobalCluster$;
4756
1385
  exports.FailoverGlobalClusterCommand = FailoverGlobalClusterCommand;
4757
- exports.FailoverGlobalClusterMessage$ = FailoverGlobalClusterMessage$;
4758
- exports.FailoverGlobalClusterResult$ = FailoverGlobalClusterResult$;
4759
- exports.FailoverState$ = FailoverState$;
4760
1386
  exports.FailoverStatus = FailoverStatus;
4761
- exports.Filter$ = Filter$;
4762
- exports.GlobalCluster$ = GlobalCluster$;
4763
- exports.GlobalClusterAlreadyExistsFault = GlobalClusterAlreadyExistsFault;
4764
- exports.GlobalClusterAlreadyExistsFault$ = GlobalClusterAlreadyExistsFault$;
4765
- exports.GlobalClusterMember$ = GlobalClusterMember$;
4766
- exports.GlobalClusterNotFoundFault = GlobalClusterNotFoundFault;
4767
- exports.GlobalClusterNotFoundFault$ = GlobalClusterNotFoundFault$;
4768
- exports.GlobalClusterQuotaExceededFault = GlobalClusterQuotaExceededFault;
4769
- exports.GlobalClusterQuotaExceededFault$ = GlobalClusterQuotaExceededFault$;
4770
- exports.GlobalClustersMessage$ = GlobalClustersMessage$;
4771
- exports.InstanceQuotaExceededFault = InstanceQuotaExceededFault;
4772
- exports.InstanceQuotaExceededFault$ = InstanceQuotaExceededFault$;
4773
- exports.InsufficientDBClusterCapacityFault = InsufficientDBClusterCapacityFault;
4774
- exports.InsufficientDBClusterCapacityFault$ = InsufficientDBClusterCapacityFault$;
4775
- exports.InsufficientDBInstanceCapacityFault = InsufficientDBInstanceCapacityFault;
4776
- exports.InsufficientDBInstanceCapacityFault$ = InsufficientDBInstanceCapacityFault$;
4777
- exports.InsufficientStorageClusterCapacityFault = InsufficientStorageClusterCapacityFault;
4778
- exports.InsufficientStorageClusterCapacityFault$ = InsufficientStorageClusterCapacityFault$;
4779
- exports.InvalidDBClusterEndpointStateFault = InvalidDBClusterEndpointStateFault;
4780
- exports.InvalidDBClusterEndpointStateFault$ = InvalidDBClusterEndpointStateFault$;
4781
- exports.InvalidDBClusterSnapshotStateFault = InvalidDBClusterSnapshotStateFault;
4782
- exports.InvalidDBClusterSnapshotStateFault$ = InvalidDBClusterSnapshotStateFault$;
4783
- exports.InvalidDBClusterStateFault = InvalidDBClusterStateFault;
4784
- exports.InvalidDBClusterStateFault$ = InvalidDBClusterStateFault$;
4785
- exports.InvalidDBInstanceStateFault = InvalidDBInstanceStateFault;
4786
- exports.InvalidDBInstanceStateFault$ = InvalidDBInstanceStateFault$;
4787
- exports.InvalidDBParameterGroupStateFault = InvalidDBParameterGroupStateFault;
4788
- exports.InvalidDBParameterGroupStateFault$ = InvalidDBParameterGroupStateFault$;
4789
- exports.InvalidDBSecurityGroupStateFault = InvalidDBSecurityGroupStateFault;
4790
- exports.InvalidDBSecurityGroupStateFault$ = InvalidDBSecurityGroupStateFault$;
4791
- exports.InvalidDBSnapshotStateFault = InvalidDBSnapshotStateFault;
4792
- exports.InvalidDBSnapshotStateFault$ = InvalidDBSnapshotStateFault$;
4793
- exports.InvalidDBSubnetGroupStateFault = InvalidDBSubnetGroupStateFault;
4794
- exports.InvalidDBSubnetGroupStateFault$ = InvalidDBSubnetGroupStateFault$;
4795
- exports.InvalidDBSubnetStateFault = InvalidDBSubnetStateFault;
4796
- exports.InvalidDBSubnetStateFault$ = InvalidDBSubnetStateFault$;
4797
- exports.InvalidEventSubscriptionStateFault = InvalidEventSubscriptionStateFault;
4798
- exports.InvalidEventSubscriptionStateFault$ = InvalidEventSubscriptionStateFault$;
4799
- exports.InvalidGlobalClusterStateFault = InvalidGlobalClusterStateFault;
4800
- exports.InvalidGlobalClusterStateFault$ = InvalidGlobalClusterStateFault$;
4801
- exports.InvalidRestoreFault = InvalidRestoreFault;
4802
- exports.InvalidRestoreFault$ = InvalidRestoreFault$;
4803
- exports.InvalidSubnet = InvalidSubnet;
4804
- exports.InvalidSubnet$ = InvalidSubnet$;
4805
- exports.InvalidVPCNetworkStateFault = InvalidVPCNetworkStateFault;
4806
- exports.InvalidVPCNetworkStateFault$ = InvalidVPCNetworkStateFault$;
4807
- exports.KMSKeyNotAccessibleFault = KMSKeyNotAccessibleFault;
4808
- exports.KMSKeyNotAccessibleFault$ = KMSKeyNotAccessibleFault$;
4809
- exports.ListTagsForResource$ = ListTagsForResource$;
4810
1387
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
4811
- exports.ListTagsForResourceMessage$ = ListTagsForResourceMessage$;
4812
- exports.ModifyDBCluster$ = ModifyDBCluster$;
4813
1388
  exports.ModifyDBClusterCommand = ModifyDBClusterCommand;
4814
- exports.ModifyDBClusterEndpoint$ = ModifyDBClusterEndpoint$;
4815
1389
  exports.ModifyDBClusterEndpointCommand = ModifyDBClusterEndpointCommand;
4816
- exports.ModifyDBClusterEndpointMessage$ = ModifyDBClusterEndpointMessage$;
4817
- exports.ModifyDBClusterEndpointOutput$ = ModifyDBClusterEndpointOutput$;
4818
- exports.ModifyDBClusterMessage$ = ModifyDBClusterMessage$;
4819
- exports.ModifyDBClusterParameterGroup$ = ModifyDBClusterParameterGroup$;
4820
1390
  exports.ModifyDBClusterParameterGroupCommand = ModifyDBClusterParameterGroupCommand;
4821
- exports.ModifyDBClusterParameterGroupMessage$ = ModifyDBClusterParameterGroupMessage$;
4822
- exports.ModifyDBClusterResult$ = ModifyDBClusterResult$;
4823
- exports.ModifyDBClusterSnapshotAttribute$ = ModifyDBClusterSnapshotAttribute$;
4824
1391
  exports.ModifyDBClusterSnapshotAttributeCommand = ModifyDBClusterSnapshotAttributeCommand;
4825
- exports.ModifyDBClusterSnapshotAttributeMessage$ = ModifyDBClusterSnapshotAttributeMessage$;
4826
- exports.ModifyDBClusterSnapshotAttributeResult$ = ModifyDBClusterSnapshotAttributeResult$;
4827
- exports.ModifyDBInstance$ = ModifyDBInstance$;
4828
1392
  exports.ModifyDBInstanceCommand = ModifyDBInstanceCommand;
4829
- exports.ModifyDBInstanceMessage$ = ModifyDBInstanceMessage$;
4830
- exports.ModifyDBInstanceResult$ = ModifyDBInstanceResult$;
4831
- exports.ModifyDBParameterGroup$ = ModifyDBParameterGroup$;
4832
1393
  exports.ModifyDBParameterGroupCommand = ModifyDBParameterGroupCommand;
4833
- exports.ModifyDBParameterGroupMessage$ = ModifyDBParameterGroupMessage$;
4834
- exports.ModifyDBSubnetGroup$ = ModifyDBSubnetGroup$;
4835
1394
  exports.ModifyDBSubnetGroupCommand = ModifyDBSubnetGroupCommand;
4836
- exports.ModifyDBSubnetGroupMessage$ = ModifyDBSubnetGroupMessage$;
4837
- exports.ModifyDBSubnetGroupResult$ = ModifyDBSubnetGroupResult$;
4838
- exports.ModifyEventSubscription$ = ModifyEventSubscription$;
4839
1395
  exports.ModifyEventSubscriptionCommand = ModifyEventSubscriptionCommand;
4840
- exports.ModifyEventSubscriptionMessage$ = ModifyEventSubscriptionMessage$;
4841
- exports.ModifyEventSubscriptionResult$ = ModifyEventSubscriptionResult$;
4842
- exports.ModifyGlobalCluster$ = ModifyGlobalCluster$;
4843
1396
  exports.ModifyGlobalClusterCommand = ModifyGlobalClusterCommand;
4844
- exports.ModifyGlobalClusterMessage$ = ModifyGlobalClusterMessage$;
4845
- exports.ModifyGlobalClusterResult$ = ModifyGlobalClusterResult$;
4846
1397
  exports.Neptune = Neptune;
4847
1398
  exports.NeptuneClient = NeptuneClient;
4848
- exports.NeptuneServiceException = NeptuneServiceException;
4849
- exports.NeptuneServiceException$ = NeptuneServiceException$;
4850
- exports.OptionGroupMembership$ = OptionGroupMembership$;
4851
- exports.OptionGroupNotFoundFault = OptionGroupNotFoundFault;
4852
- exports.OptionGroupNotFoundFault$ = OptionGroupNotFoundFault$;
4853
- exports.OrderableDBInstanceOption$ = OrderableDBInstanceOption$;
4854
- exports.OrderableDBInstanceOptionsMessage$ = OrderableDBInstanceOptionsMessage$;
4855
- exports.Parameter$ = Parameter$;
4856
- exports.PendingCloudwatchLogsExports$ = PendingCloudwatchLogsExports$;
4857
- exports.PendingMaintenanceAction$ = PendingMaintenanceAction$;
4858
- exports.PendingMaintenanceActionsMessage$ = PendingMaintenanceActionsMessage$;
4859
- exports.PendingModifiedValues$ = PendingModifiedValues$;
4860
- exports.PromoteReadReplicaDBCluster$ = PromoteReadReplicaDBCluster$;
4861
1399
  exports.PromoteReadReplicaDBClusterCommand = PromoteReadReplicaDBClusterCommand;
4862
- exports.PromoteReadReplicaDBClusterMessage$ = PromoteReadReplicaDBClusterMessage$;
4863
- exports.PromoteReadReplicaDBClusterResult$ = PromoteReadReplicaDBClusterResult$;
4864
- exports.ProvisionedIopsNotAvailableInAZFault = ProvisionedIopsNotAvailableInAZFault;
4865
- exports.ProvisionedIopsNotAvailableInAZFault$ = ProvisionedIopsNotAvailableInAZFault$;
4866
- exports.Range$ = Range$;
4867
- exports.RebootDBInstance$ = RebootDBInstance$;
4868
1400
  exports.RebootDBInstanceCommand = RebootDBInstanceCommand;
4869
- exports.RebootDBInstanceMessage$ = RebootDBInstanceMessage$;
4870
- exports.RebootDBInstanceResult$ = RebootDBInstanceResult$;
4871
- exports.RemoveFromGlobalCluster$ = RemoveFromGlobalCluster$;
4872
1401
  exports.RemoveFromGlobalClusterCommand = RemoveFromGlobalClusterCommand;
4873
- exports.RemoveFromGlobalClusterMessage$ = RemoveFromGlobalClusterMessage$;
4874
- exports.RemoveFromGlobalClusterResult$ = RemoveFromGlobalClusterResult$;
4875
- exports.RemoveRoleFromDBCluster$ = RemoveRoleFromDBCluster$;
4876
1402
  exports.RemoveRoleFromDBClusterCommand = RemoveRoleFromDBClusterCommand;
4877
- exports.RemoveRoleFromDBClusterMessage$ = RemoveRoleFromDBClusterMessage$;
4878
- exports.RemoveSourceIdentifierFromSubscription$ = RemoveSourceIdentifierFromSubscription$;
4879
1403
  exports.RemoveSourceIdentifierFromSubscriptionCommand = RemoveSourceIdentifierFromSubscriptionCommand;
4880
- exports.RemoveSourceIdentifierFromSubscriptionMessage$ = RemoveSourceIdentifierFromSubscriptionMessage$;
4881
- exports.RemoveSourceIdentifierFromSubscriptionResult$ = RemoveSourceIdentifierFromSubscriptionResult$;
4882
- exports.RemoveTagsFromResource$ = RemoveTagsFromResource$;
4883
1404
  exports.RemoveTagsFromResourceCommand = RemoveTagsFromResourceCommand;
4884
- exports.RemoveTagsFromResourceMessage$ = RemoveTagsFromResourceMessage$;
4885
- exports.ResetDBClusterParameterGroup$ = ResetDBClusterParameterGroup$;
4886
1405
  exports.ResetDBClusterParameterGroupCommand = ResetDBClusterParameterGroupCommand;
4887
- exports.ResetDBClusterParameterGroupMessage$ = ResetDBClusterParameterGroupMessage$;
4888
- exports.ResetDBParameterGroup$ = ResetDBParameterGroup$;
4889
1406
  exports.ResetDBParameterGroupCommand = ResetDBParameterGroupCommand;
4890
- exports.ResetDBParameterGroupMessage$ = ResetDBParameterGroupMessage$;
4891
- exports.ResourceNotFoundFault = ResourceNotFoundFault;
4892
- exports.ResourceNotFoundFault$ = ResourceNotFoundFault$;
4893
- exports.ResourcePendingMaintenanceActions$ = ResourcePendingMaintenanceActions$;
4894
- exports.RestoreDBClusterFromSnapshot$ = RestoreDBClusterFromSnapshot$;
4895
1407
  exports.RestoreDBClusterFromSnapshotCommand = RestoreDBClusterFromSnapshotCommand;
4896
- exports.RestoreDBClusterFromSnapshotMessage$ = RestoreDBClusterFromSnapshotMessage$;
4897
- exports.RestoreDBClusterFromSnapshotResult$ = RestoreDBClusterFromSnapshotResult$;
4898
- exports.RestoreDBClusterToPointInTime$ = RestoreDBClusterToPointInTime$;
4899
1408
  exports.RestoreDBClusterToPointInTimeCommand = RestoreDBClusterToPointInTimeCommand;
4900
- exports.RestoreDBClusterToPointInTimeMessage$ = RestoreDBClusterToPointInTimeMessage$;
4901
- exports.RestoreDBClusterToPointInTimeResult$ = RestoreDBClusterToPointInTimeResult$;
4902
- exports.SNSInvalidTopicFault = SNSInvalidTopicFault;
4903
- exports.SNSInvalidTopicFault$ = SNSInvalidTopicFault$;
4904
- exports.SNSNoAuthorizationFault = SNSNoAuthorizationFault;
4905
- exports.SNSNoAuthorizationFault$ = SNSNoAuthorizationFault$;
4906
- exports.SNSTopicArnNotFoundFault = SNSTopicArnNotFoundFault;
4907
- exports.SNSTopicArnNotFoundFault$ = SNSTopicArnNotFoundFault$;
4908
- exports.ServerlessV2ScalingConfiguration$ = ServerlessV2ScalingConfiguration$;
4909
- exports.ServerlessV2ScalingConfigurationInfo$ = ServerlessV2ScalingConfigurationInfo$;
4910
- exports.SharedSnapshotQuotaExceededFault = SharedSnapshotQuotaExceededFault;
4911
- exports.SharedSnapshotQuotaExceededFault$ = SharedSnapshotQuotaExceededFault$;
4912
- exports.SnapshotQuotaExceededFault = SnapshotQuotaExceededFault;
4913
- exports.SnapshotQuotaExceededFault$ = SnapshotQuotaExceededFault$;
4914
- exports.SourceNotFoundFault = SourceNotFoundFault;
4915
- exports.SourceNotFoundFault$ = SourceNotFoundFault$;
4916
1409
  exports.SourceType = SourceType;
4917
- exports.StartDBCluster$ = StartDBCluster$;
4918
1410
  exports.StartDBClusterCommand = StartDBClusterCommand;
4919
- exports.StartDBClusterMessage$ = StartDBClusterMessage$;
4920
- exports.StartDBClusterResult$ = StartDBClusterResult$;
4921
- exports.StopDBCluster$ = StopDBCluster$;
4922
1411
  exports.StopDBClusterCommand = StopDBClusterCommand;
4923
- exports.StopDBClusterMessage$ = StopDBClusterMessage$;
4924
- exports.StopDBClusterResult$ = StopDBClusterResult$;
4925
- exports.StorageQuotaExceededFault = StorageQuotaExceededFault;
4926
- exports.StorageQuotaExceededFault$ = StorageQuotaExceededFault$;
4927
- exports.StorageTypeNotSupportedFault = StorageTypeNotSupportedFault;
4928
- exports.StorageTypeNotSupportedFault$ = StorageTypeNotSupportedFault$;
4929
- exports.Subnet$ = Subnet$;
4930
- exports.SubnetAlreadyInUse = SubnetAlreadyInUse;
4931
- exports.SubnetAlreadyInUse$ = SubnetAlreadyInUse$;
4932
- exports.SubscriptionAlreadyExistFault = SubscriptionAlreadyExistFault;
4933
- exports.SubscriptionAlreadyExistFault$ = SubscriptionAlreadyExistFault$;
4934
- exports.SubscriptionCategoryNotFoundFault = SubscriptionCategoryNotFoundFault;
4935
- exports.SubscriptionCategoryNotFoundFault$ = SubscriptionCategoryNotFoundFault$;
4936
- exports.SubscriptionNotFoundFault = SubscriptionNotFoundFault;
4937
- exports.SubscriptionNotFoundFault$ = SubscriptionNotFoundFault$;
4938
- exports.SwitchoverGlobalCluster$ = SwitchoverGlobalCluster$;
4939
1412
  exports.SwitchoverGlobalClusterCommand = SwitchoverGlobalClusterCommand;
4940
- exports.SwitchoverGlobalClusterMessage$ = SwitchoverGlobalClusterMessage$;
4941
- exports.SwitchoverGlobalClusterResult$ = SwitchoverGlobalClusterResult$;
4942
- exports.Tag$ = Tag$;
4943
- exports.TagListMessage$ = TagListMessage$;
4944
- exports.Timezone$ = Timezone$;
4945
- exports.UpgradeTarget$ = UpgradeTarget$;
4946
- exports.ValidDBInstanceModificationsMessage$ = ValidDBInstanceModificationsMessage$;
4947
- exports.ValidStorageOptions$ = ValidStorageOptions$;
4948
- exports.VpcSecurityGroupMembership$ = VpcSecurityGroupMembership$;
4949
1413
  exports.paginateDescribeDBClusterEndpoints = paginateDescribeDBClusterEndpoints;
4950
1414
  exports.paginateDescribeDBClusterParameterGroups = paginateDescribeDBClusterParameterGroups;
4951
1415
  exports.paginateDescribeDBClusterParameters = paginateDescribeDBClusterParameters;
@@ -4966,3 +1430,15 @@ exports.waitForDBInstanceAvailable = waitForDBInstanceAvailable;
4966
1430
  exports.waitForDBInstanceDeleted = waitForDBInstanceDeleted;
4967
1431
  exports.waitUntilDBInstanceAvailable = waitUntilDBInstanceAvailable;
4968
1432
  exports.waitUntilDBInstanceDeleted = waitUntilDBInstanceDeleted;
1433
+ Object.keys(schemas_0).forEach(function (k) {
1434
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1435
+ enumerable: true,
1436
+ get: function () { return schemas_0[k]; }
1437
+ });
1438
+ });
1439
+ Object.keys(errors).forEach(function (k) {
1440
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1441
+ enumerable: true,
1442
+ get: function () { return errors[k]; }
1443
+ });
1444
+ });