@aws-sdk/client-docdb 3.987.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.
@@ -292,9 +292,9 @@ const _IOONAMT = "IOOptimizedNextAllowedModificationTime";
292
292
  const _IP = "IncludePublic";
293
293
  const _IQEF = "InstanceQuotaExceededFault";
294
294
  const _IRF = "InvalidRestoreFault";
295
- const _IS = "IncludeShared";
295
+ const _IS = "InvalidSubnet";
296
296
  const _ISCCF = "InsufficientStorageClusterCapacityFault";
297
- const _ISn = "InvalidSubnet";
297
+ const _ISn = "IncludeShared";
298
298
  const _IVPCNSF = "InvalidVPCNetworkStateFault";
299
299
  const _IW = "IsWriter";
300
300
  const _K = "Key";
@@ -513,6 +513,362 @@ const n0 = "com.amazonaws.docdb";
513
513
  import { TypeRegistry } from "@smithy/core/schema";
514
514
  import { DocDBServiceException } from "../models/DocDBServiceException";
515
515
  import { AuthorizationNotFoundFault, CertificateNotFoundFault, DBClusterAlreadyExistsFault, DBClusterNotFoundFault, DBClusterParameterGroupNotFoundFault, DBClusterQuotaExceededFault, DBClusterSnapshotAlreadyExistsFault, DBClusterSnapshotNotFoundFault, DBInstanceAlreadyExistsFault, DBInstanceNotFoundFault, DBParameterGroupAlreadyExistsFault, DBParameterGroupNotFoundFault, DBParameterGroupQuotaExceededFault, DBSecurityGroupNotFoundFault, DBSnapshotAlreadyExistsFault, DBSnapshotNotFoundFault, DBSubnetGroupAlreadyExistsFault, DBSubnetGroupDoesNotCoverEnoughAZs, DBSubnetGroupNotFoundFault, DBSubnetGroupQuotaExceededFault, DBSubnetQuotaExceededFault, DBUpgradeDependencyFailureFault, EventSubscriptionQuotaExceededFault, GlobalClusterAlreadyExistsFault, GlobalClusterNotFoundFault, GlobalClusterQuotaExceededFault, InstanceQuotaExceededFault, InsufficientDBClusterCapacityFault, InsufficientDBInstanceCapacityFault, InsufficientStorageClusterCapacityFault, InvalidDBClusterSnapshotStateFault, InvalidDBClusterStateFault, InvalidDBInstanceStateFault, InvalidDBParameterGroupStateFault, InvalidDBSecurityGroupStateFault, InvalidDBSnapshotStateFault, InvalidDBSubnetGroupStateFault, InvalidDBSubnetStateFault, InvalidEventSubscriptionStateFault, InvalidGlobalClusterStateFault, InvalidRestoreFault, InvalidSubnet, InvalidVPCNetworkStateFault, KMSKeyNotAccessibleFault, NetworkTypeNotSupported, ResourceNotFoundFault, SharedSnapshotQuotaExceededFault, SnapshotQuotaExceededFault, SNSInvalidTopicFault, SNSNoAuthorizationFault, SNSTopicArnNotFoundFault, SourceNotFoundFault, StorageQuotaExceededFault, StorageTypeNotSupportedFault, SubnetAlreadyInUse, SubscriptionAlreadyExistFault, SubscriptionCategoryNotFoundFault, SubscriptionNotFoundFault, } from "../models/errors";
516
+ const _s_registry = TypeRegistry.for(_s);
517
+ export var DocDBServiceException$ = [-3, _s, "DocDBServiceException", 0, [], []];
518
+ _s_registry.registerError(DocDBServiceException$, DocDBServiceException);
519
+ const n0_registry = TypeRegistry.for(n0);
520
+ export var AuthorizationNotFoundFault$ = [-3, n0, _ANFF,
521
+ { [_aQE]: [`AuthorizationNotFound`, 404], [_e]: _c, [_hE]: 404 },
522
+ [_m],
523
+ [0]
524
+ ];
525
+ n0_registry.registerError(AuthorizationNotFoundFault$, AuthorizationNotFoundFault);
526
+ export var CertificateNotFoundFault$ = [-3, n0, _CNFF,
527
+ { [_aQE]: [`CertificateNotFound`, 404], [_e]: _c, [_hE]: 404 },
528
+ [_m],
529
+ [0]
530
+ ];
531
+ n0_registry.registerError(CertificateNotFoundFault$, CertificateNotFoundFault);
532
+ export var DBClusterAlreadyExistsFault$ = [-3, n0, _DBCAEF,
533
+ { [_aQE]: [`DBClusterAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
534
+ [_m],
535
+ [0]
536
+ ];
537
+ n0_registry.registerError(DBClusterAlreadyExistsFault$, DBClusterAlreadyExistsFault);
538
+ export var DBClusterNotFoundFault$ = [-3, n0, _DBCNFF,
539
+ { [_aQE]: [`DBClusterNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
540
+ [_m],
541
+ [0]
542
+ ];
543
+ n0_registry.registerError(DBClusterNotFoundFault$, DBClusterNotFoundFault);
544
+ export var DBClusterParameterGroupNotFoundFault$ = [-3, n0, _DBCPGNFF,
545
+ { [_aQE]: [`DBClusterParameterGroupNotFound`, 404], [_e]: _c, [_hE]: 404 },
546
+ [_m],
547
+ [0]
548
+ ];
549
+ n0_registry.registerError(DBClusterParameterGroupNotFoundFault$, DBClusterParameterGroupNotFoundFault);
550
+ export var DBClusterQuotaExceededFault$ = [-3, n0, _DBCQEF,
551
+ { [_aQE]: [`DBClusterQuotaExceededFault`, 403], [_e]: _c, [_hE]: 403 },
552
+ [_m],
553
+ [0]
554
+ ];
555
+ n0_registry.registerError(DBClusterQuotaExceededFault$, DBClusterQuotaExceededFault);
556
+ export var DBClusterSnapshotAlreadyExistsFault$ = [-3, n0, _DBCSAEF,
557
+ { [_aQE]: [`DBClusterSnapshotAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
558
+ [_m],
559
+ [0]
560
+ ];
561
+ n0_registry.registerError(DBClusterSnapshotAlreadyExistsFault$, DBClusterSnapshotAlreadyExistsFault);
562
+ export var DBClusterSnapshotNotFoundFault$ = [-3, n0, _DBCSNFF,
563
+ { [_aQE]: [`DBClusterSnapshotNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
564
+ [_m],
565
+ [0]
566
+ ];
567
+ n0_registry.registerError(DBClusterSnapshotNotFoundFault$, DBClusterSnapshotNotFoundFault);
568
+ export var DBInstanceAlreadyExistsFault$ = [-3, n0, _DBIAEF,
569
+ { [_aQE]: [`DBInstanceAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
570
+ [_m],
571
+ [0]
572
+ ];
573
+ n0_registry.registerError(DBInstanceAlreadyExistsFault$, DBInstanceAlreadyExistsFault);
574
+ export var DBInstanceNotFoundFault$ = [-3, n0, _DBINFF,
575
+ { [_aQE]: [`DBInstanceNotFound`, 404], [_e]: _c, [_hE]: 404 },
576
+ [_m],
577
+ [0]
578
+ ];
579
+ n0_registry.registerError(DBInstanceNotFoundFault$, DBInstanceNotFoundFault);
580
+ export var DBParameterGroupAlreadyExistsFault$ = [-3, n0, _DBPGAEF,
581
+ { [_aQE]: [`DBParameterGroupAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
582
+ [_m],
583
+ [0]
584
+ ];
585
+ n0_registry.registerError(DBParameterGroupAlreadyExistsFault$, DBParameterGroupAlreadyExistsFault);
586
+ export var DBParameterGroupNotFoundFault$ = [-3, n0, _DBPGNFF,
587
+ { [_aQE]: [`DBParameterGroupNotFound`, 404], [_e]: _c, [_hE]: 404 },
588
+ [_m],
589
+ [0]
590
+ ];
591
+ n0_registry.registerError(DBParameterGroupNotFoundFault$, DBParameterGroupNotFoundFault);
592
+ export var DBParameterGroupQuotaExceededFault$ = [-3, n0, _DBPGQEF,
593
+ { [_aQE]: [`DBParameterGroupQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
594
+ [_m],
595
+ [0]
596
+ ];
597
+ n0_registry.registerError(DBParameterGroupQuotaExceededFault$, DBParameterGroupQuotaExceededFault);
598
+ export var DBSecurityGroupNotFoundFault$ = [-3, n0, _DBSGNFF,
599
+ { [_aQE]: [`DBSecurityGroupNotFound`, 404], [_e]: _c, [_hE]: 404 },
600
+ [_m],
601
+ [0]
602
+ ];
603
+ n0_registry.registerError(DBSecurityGroupNotFoundFault$, DBSecurityGroupNotFoundFault);
604
+ export var DBSnapshotAlreadyExistsFault$ = [-3, n0, _DBSAEF,
605
+ { [_aQE]: [`DBSnapshotAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
606
+ [_m],
607
+ [0]
608
+ ];
609
+ n0_registry.registerError(DBSnapshotAlreadyExistsFault$, DBSnapshotAlreadyExistsFault);
610
+ export var DBSnapshotNotFoundFault$ = [-3, n0, _DBSNFF,
611
+ { [_aQE]: [`DBSnapshotNotFound`, 404], [_e]: _c, [_hE]: 404 },
612
+ [_m],
613
+ [0]
614
+ ];
615
+ n0_registry.registerError(DBSnapshotNotFoundFault$, DBSnapshotNotFoundFault);
616
+ export var DBSubnetGroupAlreadyExistsFault$ = [-3, n0, _DBSGAEF,
617
+ { [_aQE]: [`DBSubnetGroupAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
618
+ [_m],
619
+ [0]
620
+ ];
621
+ n0_registry.registerError(DBSubnetGroupAlreadyExistsFault$, DBSubnetGroupAlreadyExistsFault);
622
+ export var DBSubnetGroupDoesNotCoverEnoughAZs$ = [-3, n0, _DBSGDNCEAZ,
623
+ { [_aQE]: [`DBSubnetGroupDoesNotCoverEnoughAZs`, 400], [_e]: _c, [_hE]: 400 },
624
+ [_m],
625
+ [0]
626
+ ];
627
+ n0_registry.registerError(DBSubnetGroupDoesNotCoverEnoughAZs$, DBSubnetGroupDoesNotCoverEnoughAZs);
628
+ export var DBSubnetGroupNotFoundFault$ = [-3, n0, _DBSGNFFu,
629
+ { [_aQE]: [`DBSubnetGroupNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
630
+ [_m],
631
+ [0]
632
+ ];
633
+ n0_registry.registerError(DBSubnetGroupNotFoundFault$, DBSubnetGroupNotFoundFault);
634
+ export var DBSubnetGroupQuotaExceededFault$ = [-3, n0, _DBSGQEF,
635
+ { [_aQE]: [`DBSubnetGroupQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
636
+ [_m],
637
+ [0]
638
+ ];
639
+ n0_registry.registerError(DBSubnetGroupQuotaExceededFault$, DBSubnetGroupQuotaExceededFault);
640
+ export var DBSubnetQuotaExceededFault$ = [-3, n0, _DBSQEF,
641
+ { [_aQE]: [`DBSubnetQuotaExceededFault`, 400], [_e]: _c, [_hE]: 400 },
642
+ [_m],
643
+ [0]
644
+ ];
645
+ n0_registry.registerError(DBSubnetQuotaExceededFault$, DBSubnetQuotaExceededFault);
646
+ export var DBUpgradeDependencyFailureFault$ = [-3, n0, _DBUDFF,
647
+ { [_aQE]: [`DBUpgradeDependencyFailure`, 400], [_e]: _c, [_hE]: 400 },
648
+ [_m],
649
+ [0]
650
+ ];
651
+ n0_registry.registerError(DBUpgradeDependencyFailureFault$, DBUpgradeDependencyFailureFault);
652
+ export var EventSubscriptionQuotaExceededFault$ = [-3, n0, _ESQEF,
653
+ { [_aQE]: [`EventSubscriptionQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
654
+ [_m],
655
+ [0]
656
+ ];
657
+ n0_registry.registerError(EventSubscriptionQuotaExceededFault$, EventSubscriptionQuotaExceededFault);
658
+ export var GlobalClusterAlreadyExistsFault$ = [-3, n0, _GCAEF,
659
+ { [_aQE]: [`GlobalClusterAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
660
+ [_m],
661
+ [0]
662
+ ];
663
+ n0_registry.registerError(GlobalClusterAlreadyExistsFault$, GlobalClusterAlreadyExistsFault);
664
+ export var GlobalClusterNotFoundFault$ = [-3, n0, _GCNFF,
665
+ { [_aQE]: [`GlobalClusterNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
666
+ [_m],
667
+ [0]
668
+ ];
669
+ n0_registry.registerError(GlobalClusterNotFoundFault$, GlobalClusterNotFoundFault);
670
+ export var GlobalClusterQuotaExceededFault$ = [-3, n0, _GCQEF,
671
+ { [_aQE]: [`GlobalClusterQuotaExceededFault`, 400], [_e]: _c, [_hE]: 400 },
672
+ [_m],
673
+ [0]
674
+ ];
675
+ n0_registry.registerError(GlobalClusterQuotaExceededFault$, GlobalClusterQuotaExceededFault);
676
+ export var InstanceQuotaExceededFault$ = [-3, n0, _IQEF,
677
+ { [_aQE]: [`InstanceQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
678
+ [_m],
679
+ [0]
680
+ ];
681
+ n0_registry.registerError(InstanceQuotaExceededFault$, InstanceQuotaExceededFault);
682
+ export var InsufficientDBClusterCapacityFault$ = [-3, n0, _IDBCCF,
683
+ { [_aQE]: [`InsufficientDBClusterCapacityFault`, 403], [_e]: _c, [_hE]: 403 },
684
+ [_m],
685
+ [0]
686
+ ];
687
+ n0_registry.registerError(InsufficientDBClusterCapacityFault$, InsufficientDBClusterCapacityFault);
688
+ export var InsufficientDBInstanceCapacityFault$ = [-3, n0, _IDBICF,
689
+ { [_aQE]: [`InsufficientDBInstanceCapacity`, 400], [_e]: _c, [_hE]: 400 },
690
+ [_m],
691
+ [0]
692
+ ];
693
+ n0_registry.registerError(InsufficientDBInstanceCapacityFault$, InsufficientDBInstanceCapacityFault);
694
+ export var InsufficientStorageClusterCapacityFault$ = [-3, n0, _ISCCF,
695
+ { [_aQE]: [`InsufficientStorageClusterCapacity`, 400], [_e]: _c, [_hE]: 400 },
696
+ [_m],
697
+ [0]
698
+ ];
699
+ n0_registry.registerError(InsufficientStorageClusterCapacityFault$, InsufficientStorageClusterCapacityFault);
700
+ export var InvalidDBClusterSnapshotStateFault$ = [-3, n0, _IDBCSSF,
701
+ { [_aQE]: [`InvalidDBClusterSnapshotStateFault`, 400], [_e]: _c, [_hE]: 400 },
702
+ [_m],
703
+ [0]
704
+ ];
705
+ n0_registry.registerError(InvalidDBClusterSnapshotStateFault$, InvalidDBClusterSnapshotStateFault);
706
+ export var InvalidDBClusterStateFault$ = [-3, n0, _IDBCSF,
707
+ { [_aQE]: [`InvalidDBClusterStateFault`, 400], [_e]: _c, [_hE]: 400 },
708
+ [_m],
709
+ [0]
710
+ ];
711
+ n0_registry.registerError(InvalidDBClusterStateFault$, InvalidDBClusterStateFault);
712
+ export var InvalidDBInstanceStateFault$ = [-3, n0, _IDBISF,
713
+ { [_aQE]: [`InvalidDBInstanceState`, 400], [_e]: _c, [_hE]: 400 },
714
+ [_m],
715
+ [0]
716
+ ];
717
+ n0_registry.registerError(InvalidDBInstanceStateFault$, InvalidDBInstanceStateFault);
718
+ export var InvalidDBParameterGroupStateFault$ = [-3, n0, _IDBPGSF,
719
+ { [_aQE]: [`InvalidDBParameterGroupState`, 400], [_e]: _c, [_hE]: 400 },
720
+ [_m],
721
+ [0]
722
+ ];
723
+ n0_registry.registerError(InvalidDBParameterGroupStateFault$, InvalidDBParameterGroupStateFault);
724
+ export var InvalidDBSecurityGroupStateFault$ = [-3, n0, _IDBSGSF,
725
+ { [_aQE]: [`InvalidDBSecurityGroupState`, 400], [_e]: _c, [_hE]: 400 },
726
+ [_m],
727
+ [0]
728
+ ];
729
+ n0_registry.registerError(InvalidDBSecurityGroupStateFault$, InvalidDBSecurityGroupStateFault);
730
+ export var InvalidDBSnapshotStateFault$ = [-3, n0, _IDBSSF,
731
+ { [_aQE]: [`InvalidDBSnapshotState`, 400], [_e]: _c, [_hE]: 400 },
732
+ [_m],
733
+ [0]
734
+ ];
735
+ n0_registry.registerError(InvalidDBSnapshotStateFault$, InvalidDBSnapshotStateFault);
736
+ export var InvalidDBSubnetGroupStateFault$ = [-3, n0, _IDBSGSFn,
737
+ { [_aQE]: [`InvalidDBSubnetGroupStateFault`, 400], [_e]: _c, [_hE]: 400 },
738
+ [_m],
739
+ [0]
740
+ ];
741
+ n0_registry.registerError(InvalidDBSubnetGroupStateFault$, InvalidDBSubnetGroupStateFault);
742
+ export var InvalidDBSubnetStateFault$ = [-3, n0, _IDBSSFn,
743
+ { [_aQE]: [`InvalidDBSubnetStateFault`, 400], [_e]: _c, [_hE]: 400 },
744
+ [_m],
745
+ [0]
746
+ ];
747
+ n0_registry.registerError(InvalidDBSubnetStateFault$, InvalidDBSubnetStateFault);
748
+ export var InvalidEventSubscriptionStateFault$ = [-3, n0, _IESSF,
749
+ { [_aQE]: [`InvalidEventSubscriptionState`, 400], [_e]: _c, [_hE]: 400 },
750
+ [_m],
751
+ [0]
752
+ ];
753
+ n0_registry.registerError(InvalidEventSubscriptionStateFault$, InvalidEventSubscriptionStateFault);
754
+ export var InvalidGlobalClusterStateFault$ = [-3, n0, _IGCSF,
755
+ { [_aQE]: [`InvalidGlobalClusterStateFault`, 400], [_e]: _c, [_hE]: 400 },
756
+ [_m],
757
+ [0]
758
+ ];
759
+ n0_registry.registerError(InvalidGlobalClusterStateFault$, InvalidGlobalClusterStateFault);
760
+ export var InvalidRestoreFault$ = [-3, n0, _IRF,
761
+ { [_aQE]: [`InvalidRestoreFault`, 400], [_e]: _c, [_hE]: 400 },
762
+ [_m],
763
+ [0]
764
+ ];
765
+ n0_registry.registerError(InvalidRestoreFault$, InvalidRestoreFault);
766
+ export var InvalidSubnet$ = [-3, n0, _IS,
767
+ { [_aQE]: [`InvalidSubnet`, 400], [_e]: _c, [_hE]: 400 },
768
+ [_m],
769
+ [0]
770
+ ];
771
+ n0_registry.registerError(InvalidSubnet$, InvalidSubnet);
772
+ export var InvalidVPCNetworkStateFault$ = [-3, n0, _IVPCNSF,
773
+ { [_aQE]: [`InvalidVPCNetworkStateFault`, 400], [_e]: _c, [_hE]: 400 },
774
+ [_m],
775
+ [0]
776
+ ];
777
+ n0_registry.registerError(InvalidVPCNetworkStateFault$, InvalidVPCNetworkStateFault);
778
+ export var KMSKeyNotAccessibleFault$ = [-3, n0, _KMSKNAF,
779
+ { [_aQE]: [`KMSKeyNotAccessibleFault`, 400], [_e]: _c, [_hE]: 400 },
780
+ [_m],
781
+ [0]
782
+ ];
783
+ n0_registry.registerError(KMSKeyNotAccessibleFault$, KMSKeyNotAccessibleFault);
784
+ export var NetworkTypeNotSupported$ = [-3, n0, _NTNS,
785
+ { [_aQE]: [`NetworkTypeNotSupported`, 400], [_e]: _c, [_hE]: 400 },
786
+ [_m],
787
+ [0]
788
+ ];
789
+ n0_registry.registerError(NetworkTypeNotSupported$, NetworkTypeNotSupported);
790
+ export var ResourceNotFoundFault$ = [-3, n0, _RNFF,
791
+ { [_aQE]: [`ResourceNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
792
+ [_m],
793
+ [0]
794
+ ];
795
+ n0_registry.registerError(ResourceNotFoundFault$, ResourceNotFoundFault);
796
+ export var SharedSnapshotQuotaExceededFault$ = [-3, n0, _SSQEF,
797
+ { [_aQE]: [`SharedSnapshotQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
798
+ [_m],
799
+ [0]
800
+ ];
801
+ n0_registry.registerError(SharedSnapshotQuotaExceededFault$, SharedSnapshotQuotaExceededFault);
802
+ export var SnapshotQuotaExceededFault$ = [-3, n0, _SQEF,
803
+ { [_aQE]: [`SnapshotQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
804
+ [_m],
805
+ [0]
806
+ ];
807
+ n0_registry.registerError(SnapshotQuotaExceededFault$, SnapshotQuotaExceededFault);
808
+ export var SNSInvalidTopicFault$ = [-3, n0, _SNSITF,
809
+ { [_aQE]: [`SNSInvalidTopic`, 400], [_e]: _c, [_hE]: 400 },
810
+ [_m],
811
+ [0]
812
+ ];
813
+ n0_registry.registerError(SNSInvalidTopicFault$, SNSInvalidTopicFault);
814
+ export var SNSNoAuthorizationFault$ = [-3, n0, _SNSNAF,
815
+ { [_aQE]: [`SNSNoAuthorization`, 400], [_e]: _c, [_hE]: 400 },
816
+ [_m],
817
+ [0]
818
+ ];
819
+ n0_registry.registerError(SNSNoAuthorizationFault$, SNSNoAuthorizationFault);
820
+ export var SNSTopicArnNotFoundFault$ = [-3, n0, _SNSTANFF,
821
+ { [_aQE]: [`SNSTopicArnNotFound`, 404], [_e]: _c, [_hE]: 404 },
822
+ [_m],
823
+ [0]
824
+ ];
825
+ n0_registry.registerError(SNSTopicArnNotFoundFault$, SNSTopicArnNotFoundFault);
826
+ export var SourceNotFoundFault$ = [-3, n0, _SNFF,
827
+ { [_aQE]: [`SourceNotFound`, 404], [_e]: _c, [_hE]: 404 },
828
+ [_m],
829
+ [0]
830
+ ];
831
+ n0_registry.registerError(SourceNotFoundFault$, SourceNotFoundFault);
832
+ export var StorageQuotaExceededFault$ = [-3, n0, _SQEFt,
833
+ { [_aQE]: [`StorageQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
834
+ [_m],
835
+ [0]
836
+ ];
837
+ n0_registry.registerError(StorageQuotaExceededFault$, StorageQuotaExceededFault);
838
+ export var StorageTypeNotSupportedFault$ = [-3, n0, _STNSF,
839
+ { [_aQE]: [`StorageTypeNotSupported`, 400], [_e]: _c, [_hE]: 400 },
840
+ [_m],
841
+ [0]
842
+ ];
843
+ n0_registry.registerError(StorageTypeNotSupportedFault$, StorageTypeNotSupportedFault);
844
+ export var SubnetAlreadyInUse$ = [-3, n0, _SAIU,
845
+ { [_aQE]: [`SubnetAlreadyInUse`, 400], [_e]: _c, [_hE]: 400 },
846
+ [_m],
847
+ [0]
848
+ ];
849
+ n0_registry.registerError(SubnetAlreadyInUse$, SubnetAlreadyInUse);
850
+ export var SubscriptionAlreadyExistFault$ = [-3, n0, _SAEF,
851
+ { [_aQE]: [`SubscriptionAlreadyExist`, 400], [_e]: _c, [_hE]: 400 },
852
+ [_m],
853
+ [0]
854
+ ];
855
+ n0_registry.registerError(SubscriptionAlreadyExistFault$, SubscriptionAlreadyExistFault);
856
+ export var SubscriptionCategoryNotFoundFault$ = [-3, n0, _SCNFF,
857
+ { [_aQE]: [`SubscriptionCategoryNotFound`, 404], [_e]: _c, [_hE]: 404 },
858
+ [_m],
859
+ [0]
860
+ ];
861
+ n0_registry.registerError(SubscriptionCategoryNotFoundFault$, SubscriptionCategoryNotFoundFault);
862
+ export var SubscriptionNotFoundFault$ = [-3, n0, _SNFFu,
863
+ { [_aQE]: [`SubscriptionNotFound`, 404], [_e]: _c, [_hE]: 404 },
864
+ [_m],
865
+ [0]
866
+ ];
867
+ n0_registry.registerError(SubscriptionNotFoundFault$, SubscriptionNotFoundFault);
868
+ export const errorTypeRegistries = [
869
+ _s_registry,
870
+ n0_registry,
871
+ ];
516
872
  export var AddSourceIdentifierToSubscriptionMessage$ = [3, n0, _ASITSM,
517
873
  0,
518
874
  [_SN, _SI],
@@ -538,12 +894,6 @@ export var ApplyPendingMaintenanceActionResult$ = [3, n0, _APMAR,
538
894
  [_RPMA],
539
895
  [[() => ResourcePendingMaintenanceActions$, 0]]
540
896
  ];
541
- export var AuthorizationNotFoundFault$ = [-3, n0, _ANFF,
542
- { [_aQE]: [`AuthorizationNotFound`, 404], [_e]: _c, [_hE]: 404 },
543
- [_m],
544
- [0]
545
- ];
546
- TypeRegistry.for(n0).registerError(AuthorizationNotFoundFault$, AuthorizationNotFoundFault);
547
897
  export var AvailabilityZone$ = [3, n0, _AZ,
548
898
  0,
549
899
  [_N],
@@ -564,12 +914,6 @@ export var CertificateMessage$ = [3, n0, _CM,
564
914
  [_Ce, _M],
565
915
  [[() => CertificateList, 0], 0]
566
916
  ];
567
- export var CertificateNotFoundFault$ = [-3, n0, _CNFF,
568
- { [_aQE]: [`CertificateNotFound`, 404], [_e]: _c, [_hE]: 404 },
569
- [_m],
570
- [0]
571
- ];
572
- TypeRegistry.for(n0).registerError(CertificateNotFoundFault$, CertificateNotFoundFault);
573
917
  export var CloudwatchLogsExportConfiguration$ = [3, n0, _CLEC,
574
918
  0,
575
919
  [_ELT, _DLT],
@@ -675,12 +1019,6 @@ export var DBCluster$ = [3, n0, _DBC,
675
1019
  [_AZv, _BRP, _DBCI, _DBCPG, _DBSG, _S, _PP, _ERT, _End, _RE, _MAZ, _E, _EV, _LRT, _P, _MU, _PBW, _PMW, _RSI, _RRI, _DBCM, _VSG, _HZI, _SE, _KKI, _DCRI, _DBCA, _AR, _CGI, _CCT, _ECLEn, _DP, _IOONAMT, _ST, _SVSC, _MUS, _NT],
676
1020
  [[() => AvailabilityZones, 0], 1, 0, 0, 0, 0, 0, 4, 0, 0, 2, 0, 0, 4, 1, 0, 0, 0, 0, [() => ReadReplicaIdentifierList, 0], [() => DBClusterMemberList, 0], [() => VpcSecurityGroupMembershipList, 0], 0, 2, 0, 0, 0, [() => DBClusterRoles, 0], 0, 4, 64 | 0, 2, 4, 0, () => ServerlessV2ScalingConfigurationInfo$, () => ClusterMasterUserSecret$, 0]
677
1021
  ];
678
- export var DBClusterAlreadyExistsFault$ = [-3, n0, _DBCAEF,
679
- { [_aQE]: [`DBClusterAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
680
- [_m],
681
- [0]
682
- ];
683
- TypeRegistry.for(n0).registerError(DBClusterAlreadyExistsFault$, DBClusterAlreadyExistsFault);
684
1022
  export var DBClusterMember$ = [3, n0, _DBCMl,
685
1023
  0,
686
1024
  [_DBII, _ICW, _DBCPGS, _PT],
@@ -691,12 +1029,6 @@ export var DBClusterMessage$ = [3, n0, _DBCMlu,
691
1029
  [_M, _DBCl],
692
1030
  [0, [() => DBClusterList, 0]]
693
1031
  ];
694
- export var DBClusterNotFoundFault$ = [-3, n0, _DBCNFF,
695
- { [_aQE]: [`DBClusterNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
696
- [_m],
697
- [0]
698
- ];
699
- TypeRegistry.for(n0).registerError(DBClusterNotFoundFault$, DBClusterNotFoundFault);
700
1032
  export var DBClusterParameterGroup$ = [3, n0, _DBCPG,
701
1033
  0,
702
1034
  [_DBCPGN, _DBPGF, _D, _DBCPGA],
@@ -712,23 +1044,11 @@ export var DBClusterParameterGroupNameMessage$ = [3, n0, _DBCPGNM,
712
1044
  [_DBCPGN],
713
1045
  [0]
714
1046
  ];
715
- export var DBClusterParameterGroupNotFoundFault$ = [-3, n0, _DBCPGNFF,
716
- { [_aQE]: [`DBClusterParameterGroupNotFound`, 404], [_e]: _c, [_hE]: 404 },
717
- [_m],
718
- [0]
719
- ];
720
- TypeRegistry.for(n0).registerError(DBClusterParameterGroupNotFoundFault$, DBClusterParameterGroupNotFoundFault);
721
1047
  export var DBClusterParameterGroupsMessage$ = [3, n0, _DBCPGM,
722
1048
  0,
723
1049
  [_M, _DBCPGl],
724
1050
  [0, [() => DBClusterParameterGroupList, 0]]
725
1051
  ];
726
- export var DBClusterQuotaExceededFault$ = [-3, n0, _DBCQEF,
727
- { [_aQE]: [`DBClusterQuotaExceededFault`, 403], [_e]: _c, [_hE]: 403 },
728
- [_m],
729
- [0]
730
- ];
731
- TypeRegistry.for(n0).registerError(DBClusterQuotaExceededFault$, DBClusterQuotaExceededFault);
732
1052
  export var DBClusterRole$ = [3, n0, _DBCR,
733
1053
  0,
734
1054
  [_RA, _S],
@@ -737,14 +1057,8 @@ export var DBClusterRole$ = [3, n0, _DBCR,
737
1057
  export var DBClusterSnapshot$ = [3, n0, _DBCS,
738
1058
  0,
739
1059
  [_AZv, _DBCSI, _DBCI, _SCT, _E, _S, _P, _VI, _CCT, _MU, _EV, _STn, _PP, _SE, _KKI, _DBCSA, _SDBCSA, _ST],
740
- [[() => AvailabilityZones, 0], 0, 0, 4, 0, 0, 1, 0, 4, 0, 0, 0, 1, 2, 0, 0, 0, 0]
741
- ];
742
- export var DBClusterSnapshotAlreadyExistsFault$ = [-3, n0, _DBCSAEF,
743
- { [_aQE]: [`DBClusterSnapshotAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
744
- [_m],
745
- [0]
1060
+ [[() => AvailabilityZones, 0], 0, 0, 4, 0, 0, 1, 0, 4, 0, 0, 0, 1, 2, 0, 0, 0, 0]
746
1061
  ];
747
- TypeRegistry.for(n0).registerError(DBClusterSnapshotAlreadyExistsFault$, DBClusterSnapshotAlreadyExistsFault);
748
1062
  export var DBClusterSnapshotAttribute$ = [3, n0, _DBCSAl,
749
1063
  0,
750
1064
  [_AN, _AV],
@@ -760,12 +1074,6 @@ export var DBClusterSnapshotMessage$ = [3, n0, _DBCSM,
760
1074
  [_M, _DBCSl],
761
1075
  [0, [() => DBClusterSnapshotList, 0]]
762
1076
  ];
763
- export var DBClusterSnapshotNotFoundFault$ = [-3, n0, _DBCSNFF,
764
- { [_aQE]: [`DBClusterSnapshotNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
765
- [_m],
766
- [0]
767
- ];
768
- TypeRegistry.for(n0).registerError(DBClusterSnapshotNotFoundFault$, DBClusterSnapshotNotFoundFault);
769
1077
  export var DBEngineVersion$ = [3, n0, _DBEV,
770
1078
  0,
771
1079
  [_E, _EV, _DBPGF, _DBED, _DBEVD, _VUT, _ELTx, _SLETCL, _SCACI, _SCRWR, _SVFS],
@@ -781,110 +1089,26 @@ export var DBInstance$ = [3, n0, _DBI,
781
1089
  [_DBII, _DBIC, _E, _DBIS, _End, _ICT, _PBW, _BRP, _VSG, _AZ, _DBSG, _PMW, _PMV, _LRT, _EV, _AMVU, _PA, _SIt, _DBCI, _SE, _KKI, _DRI, _CACI, _CTTS, _PT, _DBIA, _ECLEn, _CD, _PIE, _PIKMSKI],
782
1090
  [0, 0, 0, 0, () => Endpoint$, 4, 0, 1, [() => VpcSecurityGroupMembershipList, 0], 0, [() => DBSubnetGroup$, 0], 0, () => PendingModifiedValues$, 4, 0, 2, 2, [() => DBInstanceStatusInfoList, 0], 0, 2, 0, 0, 0, 2, 1, 0, 64 | 0, () => CertificateDetails$, 2, 0]
783
1091
  ];
784
- export var DBInstanceAlreadyExistsFault$ = [-3, n0, _DBIAEF,
785
- { [_aQE]: [`DBInstanceAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
786
- [_m],
787
- [0]
788
- ];
789
- TypeRegistry.for(n0).registerError(DBInstanceAlreadyExistsFault$, DBInstanceAlreadyExistsFault);
790
1092
  export var DBInstanceMessage$ = [3, n0, _DBIM,
791
1093
  0,
792
1094
  [_M, _DBIn],
793
1095
  [0, [() => DBInstanceList, 0]]
794
1096
  ];
795
- export var DBInstanceNotFoundFault$ = [-3, n0, _DBINFF,
796
- { [_aQE]: [`DBInstanceNotFound`, 404], [_e]: _c, [_hE]: 404 },
797
- [_m],
798
- [0]
799
- ];
800
- TypeRegistry.for(n0).registerError(DBInstanceNotFoundFault$, DBInstanceNotFoundFault);
801
1097
  export var DBInstanceStatusInfo$ = [3, n0, _DBISI,
802
1098
  0,
803
1099
  [_STt, _No, _S, _Me],
804
1100
  [0, 2, 0, 0]
805
1101
  ];
806
- export var DBParameterGroupAlreadyExistsFault$ = [-3, n0, _DBPGAEF,
807
- { [_aQE]: [`DBParameterGroupAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
808
- [_m],
809
- [0]
810
- ];
811
- TypeRegistry.for(n0).registerError(DBParameterGroupAlreadyExistsFault$, DBParameterGroupAlreadyExistsFault);
812
- export var DBParameterGroupNotFoundFault$ = [-3, n0, _DBPGNFF,
813
- { [_aQE]: [`DBParameterGroupNotFound`, 404], [_e]: _c, [_hE]: 404 },
814
- [_m],
815
- [0]
816
- ];
817
- TypeRegistry.for(n0).registerError(DBParameterGroupNotFoundFault$, DBParameterGroupNotFoundFault);
818
- export var DBParameterGroupQuotaExceededFault$ = [-3, n0, _DBPGQEF,
819
- { [_aQE]: [`DBParameterGroupQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
820
- [_m],
821
- [0]
822
- ];
823
- TypeRegistry.for(n0).registerError(DBParameterGroupQuotaExceededFault$, DBParameterGroupQuotaExceededFault);
824
- export var DBSecurityGroupNotFoundFault$ = [-3, n0, _DBSGNFF,
825
- { [_aQE]: [`DBSecurityGroupNotFound`, 404], [_e]: _c, [_hE]: 404 },
826
- [_m],
827
- [0]
828
- ];
829
- TypeRegistry.for(n0).registerError(DBSecurityGroupNotFoundFault$, DBSecurityGroupNotFoundFault);
830
- export var DBSnapshotAlreadyExistsFault$ = [-3, n0, _DBSAEF,
831
- { [_aQE]: [`DBSnapshotAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
832
- [_m],
833
- [0]
834
- ];
835
- TypeRegistry.for(n0).registerError(DBSnapshotAlreadyExistsFault$, DBSnapshotAlreadyExistsFault);
836
- export var DBSnapshotNotFoundFault$ = [-3, n0, _DBSNFF,
837
- { [_aQE]: [`DBSnapshotNotFound`, 404], [_e]: _c, [_hE]: 404 },
838
- [_m],
839
- [0]
840
- ];
841
- TypeRegistry.for(n0).registerError(DBSnapshotNotFoundFault$, DBSnapshotNotFoundFault);
842
1102
  export var DBSubnetGroup$ = [3, n0, _DBSG,
843
1103
  0,
844
1104
  [_DBSGN, _DBSGD, _VI, _SGS, _Su, _DBSGA, _SNT],
845
1105
  [0, 0, 0, 0, [() => SubnetList, 0], 0, 64 | 0]
846
1106
  ];
847
- export var DBSubnetGroupAlreadyExistsFault$ = [-3, n0, _DBSGAEF,
848
- { [_aQE]: [`DBSubnetGroupAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
849
- [_m],
850
- [0]
851
- ];
852
- TypeRegistry.for(n0).registerError(DBSubnetGroupAlreadyExistsFault$, DBSubnetGroupAlreadyExistsFault);
853
- export var DBSubnetGroupDoesNotCoverEnoughAZs$ = [-3, n0, _DBSGDNCEAZ,
854
- { [_aQE]: [`DBSubnetGroupDoesNotCoverEnoughAZs`, 400], [_e]: _c, [_hE]: 400 },
855
- [_m],
856
- [0]
857
- ];
858
- TypeRegistry.for(n0).registerError(DBSubnetGroupDoesNotCoverEnoughAZs$, DBSubnetGroupDoesNotCoverEnoughAZs);
859
1107
  export var DBSubnetGroupMessage$ = [3, n0, _DBSGM,
860
1108
  0,
861
1109
  [_M, _DBSGu],
862
1110
  [0, [() => DBSubnetGroups, 0]]
863
1111
  ];
864
- export var DBSubnetGroupNotFoundFault$ = [-3, n0, _DBSGNFFu,
865
- { [_aQE]: [`DBSubnetGroupNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
866
- [_m],
867
- [0]
868
- ];
869
- TypeRegistry.for(n0).registerError(DBSubnetGroupNotFoundFault$, DBSubnetGroupNotFoundFault);
870
- export var DBSubnetGroupQuotaExceededFault$ = [-3, n0, _DBSGQEF,
871
- { [_aQE]: [`DBSubnetGroupQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
872
- [_m],
873
- [0]
874
- ];
875
- TypeRegistry.for(n0).registerError(DBSubnetGroupQuotaExceededFault$, DBSubnetGroupQuotaExceededFault);
876
- export var DBSubnetQuotaExceededFault$ = [-3, n0, _DBSQEF,
877
- { [_aQE]: [`DBSubnetQuotaExceededFault`, 400], [_e]: _c, [_hE]: 400 },
878
- [_m],
879
- [0]
880
- ];
881
- TypeRegistry.for(n0).registerError(DBSubnetQuotaExceededFault$, DBSubnetQuotaExceededFault);
882
- export var DBUpgradeDependencyFailureFault$ = [-3, n0, _DBUDFF,
883
- { [_aQE]: [`DBUpgradeDependencyFailure`, 400], [_e]: _c, [_hE]: 400 },
884
- [_m],
885
- [0]
886
- ];
887
- TypeRegistry.for(n0).registerError(DBUpgradeDependencyFailureFault$, DBUpgradeDependencyFailureFault);
888
1112
  export var DeleteDBClusterMessage$ = [3, n0, _DDBCM,
889
1113
  0,
890
1114
  [_DBCI, _SFS, _FDBSI],
@@ -977,7 +1201,7 @@ export var DescribeDBClusterSnapshotAttributesResult$ = [3, n0, _DDBCSAR,
977
1201
  ];
978
1202
  export var DescribeDBClusterSnapshotsMessage$ = [3, n0, _DDBCSMe,
979
1203
  0,
980
- [_DBCI, _DBCSI, _STn, _F, _MR, _M, _IS, _IP],
1204
+ [_DBCI, _DBCSI, _STn, _F, _MR, _M, _ISn, _IP],
981
1205
  [0, 0, 0, [() => FilterList, 0], 1, 0, 2, 2]
982
1206
  ];
983
1207
  export var DescribeDBEngineVersionsMessage$ = [3, n0, _DDBEVM,
@@ -1070,12 +1294,6 @@ export var EventSubscription$ = [3, n0, _ES,
1070
1294
  [_CAIu, _CSI, _STA, _S, _SCTu, _STo, _SIL, _ECL, _En, _ESA],
1071
1295
  [0, 0, 0, 0, 0, 0, [() => SourceIdsList, 0], [() => EventCategoriesList, 0], 2, 0]
1072
1296
  ];
1073
- export var EventSubscriptionQuotaExceededFault$ = [-3, n0, _ESQEF,
1074
- { [_aQE]: [`EventSubscriptionQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
1075
- [_m],
1076
- [0]
1077
- ];
1078
- TypeRegistry.for(n0).registerError(EventSubscriptionQuotaExceededFault$, EventSubscriptionQuotaExceededFault);
1079
1297
  export var EventSubscriptionsMessage$ = [3, n0, _ESM,
1080
1298
  0,
1081
1299
  [_M, _ESL],
@@ -1116,142 +1334,16 @@ export var GlobalCluster$ = [3, n0, _GC,
1116
1334
  [_GCI, _GCRI, _GCA, _S, _E, _EV, _DN, _SE, _DP, _GCM, _FS, _TL],
1117
1335
  [0, 0, 0, 0, 0, 0, 0, 2, 2, [() => GlobalClusterMemberList, 0], () => FailoverState$, [() => TagList, 0]]
1118
1336
  ];
1119
- export var GlobalClusterAlreadyExistsFault$ = [-3, n0, _GCAEF,
1120
- { [_aQE]: [`GlobalClusterAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
1121
- [_m],
1122
- [0]
1123
- ];
1124
- TypeRegistry.for(n0).registerError(GlobalClusterAlreadyExistsFault$, GlobalClusterAlreadyExistsFault);
1125
1337
  export var GlobalClusterMember$ = [3, n0, _GCMl,
1126
1338
  0,
1127
1339
  [_DBCA, _R, _IW, _SSy],
1128
1340
  [0, 64 | 0, 2, 0]
1129
1341
  ];
1130
- export var GlobalClusterNotFoundFault$ = [-3, n0, _GCNFF,
1131
- { [_aQE]: [`GlobalClusterNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
1132
- [_m],
1133
- [0]
1134
- ];
1135
- TypeRegistry.for(n0).registerError(GlobalClusterNotFoundFault$, GlobalClusterNotFoundFault);
1136
- export var GlobalClusterQuotaExceededFault$ = [-3, n0, _GCQEF,
1137
- { [_aQE]: [`GlobalClusterQuotaExceededFault`, 400], [_e]: _c, [_hE]: 400 },
1138
- [_m],
1139
- [0]
1140
- ];
1141
- TypeRegistry.for(n0).registerError(GlobalClusterQuotaExceededFault$, GlobalClusterQuotaExceededFault);
1142
1342
  export var GlobalClustersMessage$ = [3, n0, _GCMlo,
1143
1343
  0,
1144
1344
  [_M, _GCl],
1145
1345
  [0, [() => GlobalClusterList, 0]]
1146
1346
  ];
1147
- export var InstanceQuotaExceededFault$ = [-3, n0, _IQEF,
1148
- { [_aQE]: [`InstanceQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
1149
- [_m],
1150
- [0]
1151
- ];
1152
- TypeRegistry.for(n0).registerError(InstanceQuotaExceededFault$, InstanceQuotaExceededFault);
1153
- export var InsufficientDBClusterCapacityFault$ = [-3, n0, _IDBCCF,
1154
- { [_aQE]: [`InsufficientDBClusterCapacityFault`, 403], [_e]: _c, [_hE]: 403 },
1155
- [_m],
1156
- [0]
1157
- ];
1158
- TypeRegistry.for(n0).registerError(InsufficientDBClusterCapacityFault$, InsufficientDBClusterCapacityFault);
1159
- export var InsufficientDBInstanceCapacityFault$ = [-3, n0, _IDBICF,
1160
- { [_aQE]: [`InsufficientDBInstanceCapacity`, 400], [_e]: _c, [_hE]: 400 },
1161
- [_m],
1162
- [0]
1163
- ];
1164
- TypeRegistry.for(n0).registerError(InsufficientDBInstanceCapacityFault$, InsufficientDBInstanceCapacityFault);
1165
- export var InsufficientStorageClusterCapacityFault$ = [-3, n0, _ISCCF,
1166
- { [_aQE]: [`InsufficientStorageClusterCapacity`, 400], [_e]: _c, [_hE]: 400 },
1167
- [_m],
1168
- [0]
1169
- ];
1170
- TypeRegistry.for(n0).registerError(InsufficientStorageClusterCapacityFault$, InsufficientStorageClusterCapacityFault);
1171
- export var InvalidDBClusterSnapshotStateFault$ = [-3, n0, _IDBCSSF,
1172
- { [_aQE]: [`InvalidDBClusterSnapshotStateFault`, 400], [_e]: _c, [_hE]: 400 },
1173
- [_m],
1174
- [0]
1175
- ];
1176
- TypeRegistry.for(n0).registerError(InvalidDBClusterSnapshotStateFault$, InvalidDBClusterSnapshotStateFault);
1177
- export var InvalidDBClusterStateFault$ = [-3, n0, _IDBCSF,
1178
- { [_aQE]: [`InvalidDBClusterStateFault`, 400], [_e]: _c, [_hE]: 400 },
1179
- [_m],
1180
- [0]
1181
- ];
1182
- TypeRegistry.for(n0).registerError(InvalidDBClusterStateFault$, InvalidDBClusterStateFault);
1183
- export var InvalidDBInstanceStateFault$ = [-3, n0, _IDBISF,
1184
- { [_aQE]: [`InvalidDBInstanceState`, 400], [_e]: _c, [_hE]: 400 },
1185
- [_m],
1186
- [0]
1187
- ];
1188
- TypeRegistry.for(n0).registerError(InvalidDBInstanceStateFault$, InvalidDBInstanceStateFault);
1189
- export var InvalidDBParameterGroupStateFault$ = [-3, n0, _IDBPGSF,
1190
- { [_aQE]: [`InvalidDBParameterGroupState`, 400], [_e]: _c, [_hE]: 400 },
1191
- [_m],
1192
- [0]
1193
- ];
1194
- TypeRegistry.for(n0).registerError(InvalidDBParameterGroupStateFault$, InvalidDBParameterGroupStateFault);
1195
- export var InvalidDBSecurityGroupStateFault$ = [-3, n0, _IDBSGSF,
1196
- { [_aQE]: [`InvalidDBSecurityGroupState`, 400], [_e]: _c, [_hE]: 400 },
1197
- [_m],
1198
- [0]
1199
- ];
1200
- TypeRegistry.for(n0).registerError(InvalidDBSecurityGroupStateFault$, InvalidDBSecurityGroupStateFault);
1201
- export var InvalidDBSnapshotStateFault$ = [-3, n0, _IDBSSF,
1202
- { [_aQE]: [`InvalidDBSnapshotState`, 400], [_e]: _c, [_hE]: 400 },
1203
- [_m],
1204
- [0]
1205
- ];
1206
- TypeRegistry.for(n0).registerError(InvalidDBSnapshotStateFault$, InvalidDBSnapshotStateFault);
1207
- export var InvalidDBSubnetGroupStateFault$ = [-3, n0, _IDBSGSFn,
1208
- { [_aQE]: [`InvalidDBSubnetGroupStateFault`, 400], [_e]: _c, [_hE]: 400 },
1209
- [_m],
1210
- [0]
1211
- ];
1212
- TypeRegistry.for(n0).registerError(InvalidDBSubnetGroupStateFault$, InvalidDBSubnetGroupStateFault);
1213
- export var InvalidDBSubnetStateFault$ = [-3, n0, _IDBSSFn,
1214
- { [_aQE]: [`InvalidDBSubnetStateFault`, 400], [_e]: _c, [_hE]: 400 },
1215
- [_m],
1216
- [0]
1217
- ];
1218
- TypeRegistry.for(n0).registerError(InvalidDBSubnetStateFault$, InvalidDBSubnetStateFault);
1219
- export var InvalidEventSubscriptionStateFault$ = [-3, n0, _IESSF,
1220
- { [_aQE]: [`InvalidEventSubscriptionState`, 400], [_e]: _c, [_hE]: 400 },
1221
- [_m],
1222
- [0]
1223
- ];
1224
- TypeRegistry.for(n0).registerError(InvalidEventSubscriptionStateFault$, InvalidEventSubscriptionStateFault);
1225
- export var InvalidGlobalClusterStateFault$ = [-3, n0, _IGCSF,
1226
- { [_aQE]: [`InvalidGlobalClusterStateFault`, 400], [_e]: _c, [_hE]: 400 },
1227
- [_m],
1228
- [0]
1229
- ];
1230
- TypeRegistry.for(n0).registerError(InvalidGlobalClusterStateFault$, InvalidGlobalClusterStateFault);
1231
- export var InvalidRestoreFault$ = [-3, n0, _IRF,
1232
- { [_aQE]: [`InvalidRestoreFault`, 400], [_e]: _c, [_hE]: 400 },
1233
- [_m],
1234
- [0]
1235
- ];
1236
- TypeRegistry.for(n0).registerError(InvalidRestoreFault$, InvalidRestoreFault);
1237
- export var InvalidSubnet$ = [-3, n0, _ISn,
1238
- { [_aQE]: [`InvalidSubnet`, 400], [_e]: _c, [_hE]: 400 },
1239
- [_m],
1240
- [0]
1241
- ];
1242
- TypeRegistry.for(n0).registerError(InvalidSubnet$, InvalidSubnet);
1243
- export var InvalidVPCNetworkStateFault$ = [-3, n0, _IVPCNSF,
1244
- { [_aQE]: [`InvalidVPCNetworkStateFault`, 400], [_e]: _c, [_hE]: 400 },
1245
- [_m],
1246
- [0]
1247
- ];
1248
- TypeRegistry.for(n0).registerError(InvalidVPCNetworkStateFault$, InvalidVPCNetworkStateFault);
1249
- export var KMSKeyNotAccessibleFault$ = [-3, n0, _KMSKNAF,
1250
- { [_aQE]: [`KMSKeyNotAccessibleFault`, 400], [_e]: _c, [_hE]: 400 },
1251
- [_m],
1252
- [0]
1253
- ];
1254
- TypeRegistry.for(n0).registerError(KMSKeyNotAccessibleFault$, KMSKeyNotAccessibleFault);
1255
1347
  export var ListTagsForResourceMessage$ = [3, n0, _LTFRM,
1256
1348
  0,
1257
1349
  [_RN, _F],
@@ -1322,12 +1414,6 @@ export var ModifyGlobalClusterResult$ = [3, n0, _MGCR,
1322
1414
  [_GC],
1323
1415
  [[() => GlobalCluster$, 0]]
1324
1416
  ];
1325
- export var NetworkTypeNotSupported$ = [-3, n0, _NTNS,
1326
- { [_aQE]: [`NetworkTypeNotSupported`, 400], [_e]: _c, [_hE]: 400 },
1327
- [_m],
1328
- [0]
1329
- ];
1330
- TypeRegistry.for(n0).registerError(NetworkTypeNotSupported$, NetworkTypeNotSupported);
1331
1417
  export var OrderableDBInstanceOption$ = [3, n0, _ODBIO,
1332
1418
  0,
1333
1419
  [_E, _EV, _DBIC, _LM, _AZv, _V, _ST],
@@ -1403,12 +1489,6 @@ export var ResetDBClusterParameterGroupMessage$ = [3, n0, _RDBCPGM,
1403
1489
  [_DBCPGN, _RAP, _Pa],
1404
1490
  [0, 2, [() => ParametersList, 0]], 1
1405
1491
  ];
1406
- export var ResourceNotFoundFault$ = [-3, n0, _RNFF,
1407
- { [_aQE]: [`ResourceNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
1408
- [_m],
1409
- [0]
1410
- ];
1411
- TypeRegistry.for(n0).registerError(ResourceNotFoundFault$, ResourceNotFoundFault);
1412
1492
  export var ResourcePendingMaintenanceActions$ = [3, n0, _RPMA,
1413
1493
  0,
1414
1494
  [_RI, _PMAD],
@@ -1449,42 +1529,6 @@ export var ServerlessV2ScalingConfigurationInfo$ = [3, n0, _SVSCI,
1449
1529
  [_MC, _MCa],
1450
1530
  [1, 1]
1451
1531
  ];
1452
- export var SharedSnapshotQuotaExceededFault$ = [-3, n0, _SSQEF,
1453
- { [_aQE]: [`SharedSnapshotQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
1454
- [_m],
1455
- [0]
1456
- ];
1457
- TypeRegistry.for(n0).registerError(SharedSnapshotQuotaExceededFault$, SharedSnapshotQuotaExceededFault);
1458
- export var SnapshotQuotaExceededFault$ = [-3, n0, _SQEF,
1459
- { [_aQE]: [`SnapshotQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
1460
- [_m],
1461
- [0]
1462
- ];
1463
- TypeRegistry.for(n0).registerError(SnapshotQuotaExceededFault$, SnapshotQuotaExceededFault);
1464
- export var SNSInvalidTopicFault$ = [-3, n0, _SNSITF,
1465
- { [_aQE]: [`SNSInvalidTopic`, 400], [_e]: _c, [_hE]: 400 },
1466
- [_m],
1467
- [0]
1468
- ];
1469
- TypeRegistry.for(n0).registerError(SNSInvalidTopicFault$, SNSInvalidTopicFault);
1470
- export var SNSNoAuthorizationFault$ = [-3, n0, _SNSNAF,
1471
- { [_aQE]: [`SNSNoAuthorization`, 400], [_e]: _c, [_hE]: 400 },
1472
- [_m],
1473
- [0]
1474
- ];
1475
- TypeRegistry.for(n0).registerError(SNSNoAuthorizationFault$, SNSNoAuthorizationFault);
1476
- export var SNSTopicArnNotFoundFault$ = [-3, n0, _SNSTANFF,
1477
- { [_aQE]: [`SNSTopicArnNotFound`, 404], [_e]: _c, [_hE]: 404 },
1478
- [_m],
1479
- [0]
1480
- ];
1481
- TypeRegistry.for(n0).registerError(SNSTopicArnNotFoundFault$, SNSTopicArnNotFoundFault);
1482
- export var SourceNotFoundFault$ = [-3, n0, _SNFF,
1483
- { [_aQE]: [`SourceNotFound`, 404], [_e]: _c, [_hE]: 404 },
1484
- [_m],
1485
- [0]
1486
- ];
1487
- TypeRegistry.for(n0).registerError(SourceNotFoundFault$, SourceNotFoundFault);
1488
1532
  export var StartDBClusterMessage$ = [3, n0, _SDBCM,
1489
1533
  0,
1490
1534
  [_DBCI],
@@ -1505,47 +1549,11 @@ export var StopDBClusterResult$ = [3, n0, _SDBCRt,
1505
1549
  [_DBC],
1506
1550
  [[() => DBCluster$, 0]]
1507
1551
  ];
1508
- export var StorageQuotaExceededFault$ = [-3, n0, _SQEFt,
1509
- { [_aQE]: [`StorageQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
1510
- [_m],
1511
- [0]
1512
- ];
1513
- TypeRegistry.for(n0).registerError(StorageQuotaExceededFault$, StorageQuotaExceededFault);
1514
- export var StorageTypeNotSupportedFault$ = [-3, n0, _STNSF,
1515
- { [_aQE]: [`StorageTypeNotSupported`, 400], [_e]: _c, [_hE]: 400 },
1516
- [_m],
1517
- [0]
1518
- ];
1519
- TypeRegistry.for(n0).registerError(StorageTypeNotSupportedFault$, StorageTypeNotSupportedFault);
1520
1552
  export var Subnet$ = [3, n0, _Sub,
1521
1553
  0,
1522
1554
  [_SIub, _SAZ, _SSu],
1523
1555
  [0, () => AvailabilityZone$, 0]
1524
1556
  ];
1525
- export var SubnetAlreadyInUse$ = [-3, n0, _SAIU,
1526
- { [_aQE]: [`SubnetAlreadyInUse`, 400], [_e]: _c, [_hE]: 400 },
1527
- [_m],
1528
- [0]
1529
- ];
1530
- TypeRegistry.for(n0).registerError(SubnetAlreadyInUse$, SubnetAlreadyInUse);
1531
- export var SubscriptionAlreadyExistFault$ = [-3, n0, _SAEF,
1532
- { [_aQE]: [`SubscriptionAlreadyExist`, 400], [_e]: _c, [_hE]: 400 },
1533
- [_m],
1534
- [0]
1535
- ];
1536
- TypeRegistry.for(n0).registerError(SubscriptionAlreadyExistFault$, SubscriptionAlreadyExistFault);
1537
- export var SubscriptionCategoryNotFoundFault$ = [-3, n0, _SCNFF,
1538
- { [_aQE]: [`SubscriptionCategoryNotFound`, 404], [_e]: _c, [_hE]: 404 },
1539
- [_m],
1540
- [0]
1541
- ];
1542
- TypeRegistry.for(n0).registerError(SubscriptionCategoryNotFoundFault$, SubscriptionCategoryNotFoundFault);
1543
- export var SubscriptionNotFoundFault$ = [-3, n0, _SNFFu,
1544
- { [_aQE]: [`SubscriptionNotFound`, 404], [_e]: _c, [_hE]: 404 },
1545
- [_m],
1546
- [0]
1547
- ];
1548
- TypeRegistry.for(n0).registerError(SubscriptionNotFoundFault$, SubscriptionNotFoundFault);
1549
1557
  export var SwitchoverGlobalClusterMessage$ = [3, n0, _SGCM,
1550
1558
  0,
1551
1559
  [_GCI, _TDCI],
@@ -1577,8 +1585,6 @@ export var VpcSecurityGroupMembership$ = [3, n0, _VSGM,
1577
1585
  [0, 0]
1578
1586
  ];
1579
1587
  var __Unit = "unit";
1580
- export var DocDBServiceException$ = [-3, _s, "DocDBServiceException", 0, [], []];
1581
- TypeRegistry.for(_s).registerError(DocDBServiceException$, DocDBServiceException);
1582
1588
  var AttributeValueList = [1, n0, _AVL,
1583
1589
  0, [0,
1584
1590
  { [_xN]: _AVt }]