@aws-sdk/client-neptune 3.987.0 → 3.989.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -370,9 +370,9 @@ const _IOONAMT = "IOOptimizedNextAllowedModificationTime";
370
370
  const _IP = "IncludePublic";
371
371
  const _IQEF = "InstanceQuotaExceededFault";
372
372
  const _IRF = "InvalidRestoreFault";
373
- const _IS = "IncludeShared";
373
+ const _IS = "InvalidSubnet";
374
374
  const _ISCCF = "InsufficientStorageClusterCapacityFault";
375
- const _ISn = "InvalidSubnet";
375
+ const _ISn = "IncludeShared";
376
376
  const _ITSR = "IopsToStorageRatio";
377
377
  const _IVPCNSF = "InvalidVPCNetworkStateFault";
378
378
  const _IW = "IsWriter";
@@ -643,6 +643,416 @@ const n0 = "com.amazonaws.neptune";
643
643
  import { TypeRegistry } from "@smithy/core/schema";
644
644
  import { AuthorizationNotFoundFault, CertificateNotFoundFault, DBClusterAlreadyExistsFault, DBClusterEndpointAlreadyExistsFault, DBClusterEndpointNotFoundFault, DBClusterEndpointQuotaExceededFault, DBClusterNotFoundFault, DBClusterParameterGroupNotFoundFault, DBClusterQuotaExceededFault, DBClusterRoleAlreadyExistsFault, DBClusterRoleNotFoundFault, DBClusterRoleQuotaExceededFault, DBClusterSnapshotAlreadyExistsFault, DBClusterSnapshotNotFoundFault, DBInstanceAlreadyExistsFault, DBInstanceNotFoundFault, DBParameterGroupAlreadyExistsFault, DBParameterGroupNotFoundFault, DBParameterGroupQuotaExceededFault, DBSecurityGroupNotFoundFault, DBSnapshotAlreadyExistsFault, DBSnapshotNotFoundFault, DBSubnetGroupAlreadyExistsFault, DBSubnetGroupDoesNotCoverEnoughAZs, DBSubnetGroupNotFoundFault, DBSubnetGroupQuotaExceededFault, DBSubnetQuotaExceededFault, DBUpgradeDependencyFailureFault, DomainNotFoundFault, EventSubscriptionQuotaExceededFault, GlobalClusterAlreadyExistsFault, GlobalClusterNotFoundFault, GlobalClusterQuotaExceededFault, InstanceQuotaExceededFault, InsufficientDBClusterCapacityFault, InsufficientDBInstanceCapacityFault, InsufficientStorageClusterCapacityFault, InvalidDBClusterEndpointStateFault, InvalidDBClusterSnapshotStateFault, InvalidDBClusterStateFault, InvalidDBInstanceStateFault, InvalidDBParameterGroupStateFault, InvalidDBSecurityGroupStateFault, InvalidDBSnapshotStateFault, InvalidDBSubnetGroupStateFault, InvalidDBSubnetStateFault, InvalidEventSubscriptionStateFault, InvalidGlobalClusterStateFault, InvalidRestoreFault, InvalidSubnet, InvalidVPCNetworkStateFault, KMSKeyNotAccessibleFault, OptionGroupNotFoundFault, ProvisionedIopsNotAvailableInAZFault, ResourceNotFoundFault, SharedSnapshotQuotaExceededFault, SnapshotQuotaExceededFault, SNSInvalidTopicFault, SNSNoAuthorizationFault, SNSTopicArnNotFoundFault, SourceNotFoundFault, StorageQuotaExceededFault, StorageTypeNotSupportedFault, SubnetAlreadyInUse, SubscriptionAlreadyExistFault, SubscriptionCategoryNotFoundFault, SubscriptionNotFoundFault, } from "../models/errors";
645
645
  import { NeptuneServiceException } from "../models/NeptuneServiceException";
646
+ const _s_registry = TypeRegistry.for(_s);
647
+ export var NeptuneServiceException$ = [-3, _s, "NeptuneServiceException", 0, [], []];
648
+ _s_registry.registerError(NeptuneServiceException$, NeptuneServiceException);
649
+ const n0_registry = TypeRegistry.for(n0);
650
+ export var AuthorizationNotFoundFault$ = [-3, n0, _ANFF,
651
+ { [_aQE]: [`AuthorizationNotFound`, 404], [_e]: _c, [_hE]: 404 },
652
+ [_m],
653
+ [0]
654
+ ];
655
+ n0_registry.registerError(AuthorizationNotFoundFault$, AuthorizationNotFoundFault);
656
+ export var CertificateNotFoundFault$ = [-3, n0, _CNFF,
657
+ { [_aQE]: [`CertificateNotFound`, 404], [_e]: _c, [_hE]: 404 },
658
+ [_m],
659
+ [0]
660
+ ];
661
+ n0_registry.registerError(CertificateNotFoundFault$, CertificateNotFoundFault);
662
+ export var DBClusterAlreadyExistsFault$ = [-3, n0, _DBCAEF,
663
+ { [_aQE]: [`DBClusterAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
664
+ [_m],
665
+ [0]
666
+ ];
667
+ n0_registry.registerError(DBClusterAlreadyExistsFault$, DBClusterAlreadyExistsFault);
668
+ export var DBClusterEndpointAlreadyExistsFault$ = [-3, n0, _DBCEAEF,
669
+ { [_aQE]: [`DBClusterEndpointAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
670
+ [_m],
671
+ [0]
672
+ ];
673
+ n0_registry.registerError(DBClusterEndpointAlreadyExistsFault$, DBClusterEndpointAlreadyExistsFault);
674
+ export var DBClusterEndpointNotFoundFault$ = [-3, n0, _DBCENFF,
675
+ { [_aQE]: [`DBClusterEndpointNotFoundFault`, 400], [_e]: _c, [_hE]: 400 },
676
+ [_m],
677
+ [0]
678
+ ];
679
+ n0_registry.registerError(DBClusterEndpointNotFoundFault$, DBClusterEndpointNotFoundFault);
680
+ export var DBClusterEndpointQuotaExceededFault$ = [-3, n0, _DBCEQEF,
681
+ { [_aQE]: [`DBClusterEndpointQuotaExceededFault`, 403], [_e]: _c, [_hE]: 403 },
682
+ [_m],
683
+ [0]
684
+ ];
685
+ n0_registry.registerError(DBClusterEndpointQuotaExceededFault$, DBClusterEndpointQuotaExceededFault);
686
+ export var DBClusterNotFoundFault$ = [-3, n0, _DBCNFF,
687
+ { [_aQE]: [`DBClusterNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
688
+ [_m],
689
+ [0]
690
+ ];
691
+ n0_registry.registerError(DBClusterNotFoundFault$, DBClusterNotFoundFault);
692
+ export var DBClusterParameterGroupNotFoundFault$ = [-3, n0, _DBCPGNFF,
693
+ { [_aQE]: [`DBClusterParameterGroupNotFound`, 404], [_e]: _c, [_hE]: 404 },
694
+ [_m],
695
+ [0]
696
+ ];
697
+ n0_registry.registerError(DBClusterParameterGroupNotFoundFault$, DBClusterParameterGroupNotFoundFault);
698
+ export var DBClusterQuotaExceededFault$ = [-3, n0, _DBCQEF,
699
+ { [_aQE]: [`DBClusterQuotaExceededFault`, 403], [_e]: _c, [_hE]: 403 },
700
+ [_m],
701
+ [0]
702
+ ];
703
+ n0_registry.registerError(DBClusterQuotaExceededFault$, DBClusterQuotaExceededFault);
704
+ export var DBClusterRoleAlreadyExistsFault$ = [-3, n0, _DBCRAEF,
705
+ { [_aQE]: [`DBClusterRoleAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
706
+ [_m],
707
+ [0]
708
+ ];
709
+ n0_registry.registerError(DBClusterRoleAlreadyExistsFault$, DBClusterRoleAlreadyExistsFault);
710
+ export var DBClusterRoleNotFoundFault$ = [-3, n0, _DBCRNFF,
711
+ { [_aQE]: [`DBClusterRoleNotFound`, 404], [_e]: _c, [_hE]: 404 },
712
+ [_m],
713
+ [0]
714
+ ];
715
+ n0_registry.registerError(DBClusterRoleNotFoundFault$, DBClusterRoleNotFoundFault);
716
+ export var DBClusterRoleQuotaExceededFault$ = [-3, n0, _DBCRQEF,
717
+ { [_aQE]: [`DBClusterRoleQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
718
+ [_m],
719
+ [0]
720
+ ];
721
+ n0_registry.registerError(DBClusterRoleQuotaExceededFault$, DBClusterRoleQuotaExceededFault);
722
+ export var DBClusterSnapshotAlreadyExistsFault$ = [-3, n0, _DBCSAEF,
723
+ { [_aQE]: [`DBClusterSnapshotAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
724
+ [_m],
725
+ [0]
726
+ ];
727
+ n0_registry.registerError(DBClusterSnapshotAlreadyExistsFault$, DBClusterSnapshotAlreadyExistsFault);
728
+ export var DBClusterSnapshotNotFoundFault$ = [-3, n0, _DBCSNFF,
729
+ { [_aQE]: [`DBClusterSnapshotNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
730
+ [_m],
731
+ [0]
732
+ ];
733
+ n0_registry.registerError(DBClusterSnapshotNotFoundFault$, DBClusterSnapshotNotFoundFault);
734
+ export var DBInstanceAlreadyExistsFault$ = [-3, n0, _DBIAEF,
735
+ { [_aQE]: [`DBInstanceAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
736
+ [_m],
737
+ [0]
738
+ ];
739
+ n0_registry.registerError(DBInstanceAlreadyExistsFault$, DBInstanceAlreadyExistsFault);
740
+ export var DBInstanceNotFoundFault$ = [-3, n0, _DBINFF,
741
+ { [_aQE]: [`DBInstanceNotFound`, 404], [_e]: _c, [_hE]: 404 },
742
+ [_m],
743
+ [0]
744
+ ];
745
+ n0_registry.registerError(DBInstanceNotFoundFault$, DBInstanceNotFoundFault);
746
+ export var DBParameterGroupAlreadyExistsFault$ = [-3, n0, _DBPGAEF,
747
+ { [_aQE]: [`DBParameterGroupAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
748
+ [_m],
749
+ [0]
750
+ ];
751
+ n0_registry.registerError(DBParameterGroupAlreadyExistsFault$, DBParameterGroupAlreadyExistsFault);
752
+ export var DBParameterGroupNotFoundFault$ = [-3, n0, _DBPGNFF,
753
+ { [_aQE]: [`DBParameterGroupNotFound`, 404], [_e]: _c, [_hE]: 404 },
754
+ [_m],
755
+ [0]
756
+ ];
757
+ n0_registry.registerError(DBParameterGroupNotFoundFault$, DBParameterGroupNotFoundFault);
758
+ export var DBParameterGroupQuotaExceededFault$ = [-3, n0, _DBPGQEF,
759
+ { [_aQE]: [`DBParameterGroupQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
760
+ [_m],
761
+ [0]
762
+ ];
763
+ n0_registry.registerError(DBParameterGroupQuotaExceededFault$, DBParameterGroupQuotaExceededFault);
764
+ export var DBSecurityGroupNotFoundFault$ = [-3, n0, _DBSGNFF,
765
+ { [_aQE]: [`DBSecurityGroupNotFound`, 404], [_e]: _c, [_hE]: 404 },
766
+ [_m],
767
+ [0]
768
+ ];
769
+ n0_registry.registerError(DBSecurityGroupNotFoundFault$, DBSecurityGroupNotFoundFault);
770
+ export var DBSnapshotAlreadyExistsFault$ = [-3, n0, _DBSAEF,
771
+ { [_aQE]: [`DBSnapshotAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
772
+ [_m],
773
+ [0]
774
+ ];
775
+ n0_registry.registerError(DBSnapshotAlreadyExistsFault$, DBSnapshotAlreadyExistsFault);
776
+ export var DBSnapshotNotFoundFault$ = [-3, n0, _DBSNFF,
777
+ { [_aQE]: [`DBSnapshotNotFound`, 404], [_e]: _c, [_hE]: 404 },
778
+ [_m],
779
+ [0]
780
+ ];
781
+ n0_registry.registerError(DBSnapshotNotFoundFault$, DBSnapshotNotFoundFault);
782
+ export var DBSubnetGroupAlreadyExistsFault$ = [-3, n0, _DBSGAEF,
783
+ { [_aQE]: [`DBSubnetGroupAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
784
+ [_m],
785
+ [0]
786
+ ];
787
+ n0_registry.registerError(DBSubnetGroupAlreadyExistsFault$, DBSubnetGroupAlreadyExistsFault);
788
+ export var DBSubnetGroupDoesNotCoverEnoughAZs$ = [-3, n0, _DBSGDNCEAZ,
789
+ { [_aQE]: [`DBSubnetGroupDoesNotCoverEnoughAZs`, 400], [_e]: _c, [_hE]: 400 },
790
+ [_m],
791
+ [0]
792
+ ];
793
+ n0_registry.registerError(DBSubnetGroupDoesNotCoverEnoughAZs$, DBSubnetGroupDoesNotCoverEnoughAZs);
794
+ export var DBSubnetGroupNotFoundFault$ = [-3, n0, _DBSGNFFu,
795
+ { [_aQE]: [`DBSubnetGroupNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
796
+ [_m],
797
+ [0]
798
+ ];
799
+ n0_registry.registerError(DBSubnetGroupNotFoundFault$, DBSubnetGroupNotFoundFault);
800
+ export var DBSubnetGroupQuotaExceededFault$ = [-3, n0, _DBSGQEF,
801
+ { [_aQE]: [`DBSubnetGroupQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
802
+ [_m],
803
+ [0]
804
+ ];
805
+ n0_registry.registerError(DBSubnetGroupQuotaExceededFault$, DBSubnetGroupQuotaExceededFault);
806
+ export var DBSubnetQuotaExceededFault$ = [-3, n0, _DBSQEF,
807
+ { [_aQE]: [`DBSubnetQuotaExceededFault`, 400], [_e]: _c, [_hE]: 400 },
808
+ [_m],
809
+ [0]
810
+ ];
811
+ n0_registry.registerError(DBSubnetQuotaExceededFault$, DBSubnetQuotaExceededFault);
812
+ export var DBUpgradeDependencyFailureFault$ = [-3, n0, _DBUDFF,
813
+ { [_aQE]: [`DBUpgradeDependencyFailure`, 400], [_e]: _c, [_hE]: 400 },
814
+ [_m],
815
+ [0]
816
+ ];
817
+ n0_registry.registerError(DBUpgradeDependencyFailureFault$, DBUpgradeDependencyFailureFault);
818
+ export var DomainNotFoundFault$ = [-3, n0, _DNFF,
819
+ { [_aQE]: [`DomainNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
820
+ [_m],
821
+ [0]
822
+ ];
823
+ n0_registry.registerError(DomainNotFoundFault$, DomainNotFoundFault);
824
+ export var EventSubscriptionQuotaExceededFault$ = [-3, n0, _ESQEF,
825
+ { [_aQE]: [`EventSubscriptionQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
826
+ [_m],
827
+ [0]
828
+ ];
829
+ n0_registry.registerError(EventSubscriptionQuotaExceededFault$, EventSubscriptionQuotaExceededFault);
830
+ export var GlobalClusterAlreadyExistsFault$ = [-3, n0, _GCAEF,
831
+ { [_aQE]: [`GlobalClusterAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
832
+ [_m],
833
+ [0]
834
+ ];
835
+ n0_registry.registerError(GlobalClusterAlreadyExistsFault$, GlobalClusterAlreadyExistsFault);
836
+ export var GlobalClusterNotFoundFault$ = [-3, n0, _GCNFF,
837
+ { [_aQE]: [`GlobalClusterNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
838
+ [_m],
839
+ [0]
840
+ ];
841
+ n0_registry.registerError(GlobalClusterNotFoundFault$, GlobalClusterNotFoundFault);
842
+ export var GlobalClusterQuotaExceededFault$ = [-3, n0, _GCQEF,
843
+ { [_aQE]: [`GlobalClusterQuotaExceededFault`, 400], [_e]: _c, [_hE]: 400 },
844
+ [_m],
845
+ [0]
846
+ ];
847
+ n0_registry.registerError(GlobalClusterQuotaExceededFault$, GlobalClusterQuotaExceededFault);
848
+ export var InstanceQuotaExceededFault$ = [-3, n0, _IQEF,
849
+ { [_aQE]: [`InstanceQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
850
+ [_m],
851
+ [0]
852
+ ];
853
+ n0_registry.registerError(InstanceQuotaExceededFault$, InstanceQuotaExceededFault);
854
+ export var InsufficientDBClusterCapacityFault$ = [-3, n0, _IDBCCF,
855
+ { [_aQE]: [`InsufficientDBClusterCapacityFault`, 403], [_e]: _c, [_hE]: 403 },
856
+ [_m],
857
+ [0]
858
+ ];
859
+ n0_registry.registerError(InsufficientDBClusterCapacityFault$, InsufficientDBClusterCapacityFault);
860
+ export var InsufficientDBInstanceCapacityFault$ = [-3, n0, _IDBICF,
861
+ { [_aQE]: [`InsufficientDBInstanceCapacity`, 400], [_e]: _c, [_hE]: 400 },
862
+ [_m],
863
+ [0]
864
+ ];
865
+ n0_registry.registerError(InsufficientDBInstanceCapacityFault$, InsufficientDBInstanceCapacityFault);
866
+ export var InsufficientStorageClusterCapacityFault$ = [-3, n0, _ISCCF,
867
+ { [_aQE]: [`InsufficientStorageClusterCapacity`, 400], [_e]: _c, [_hE]: 400 },
868
+ [_m],
869
+ [0]
870
+ ];
871
+ n0_registry.registerError(InsufficientStorageClusterCapacityFault$, InsufficientStorageClusterCapacityFault);
872
+ export var InvalidDBClusterEndpointStateFault$ = [-3, n0, _IDBCESF,
873
+ { [_aQE]: [`InvalidDBClusterEndpointStateFault`, 400], [_e]: _c, [_hE]: 400 },
874
+ [_m],
875
+ [0]
876
+ ];
877
+ n0_registry.registerError(InvalidDBClusterEndpointStateFault$, InvalidDBClusterEndpointStateFault);
878
+ export var InvalidDBClusterSnapshotStateFault$ = [-3, n0, _IDBCSSF,
879
+ { [_aQE]: [`InvalidDBClusterSnapshotStateFault`, 400], [_e]: _c, [_hE]: 400 },
880
+ [_m],
881
+ [0]
882
+ ];
883
+ n0_registry.registerError(InvalidDBClusterSnapshotStateFault$, InvalidDBClusterSnapshotStateFault);
884
+ export var InvalidDBClusterStateFault$ = [-3, n0, _IDBCSF,
885
+ { [_aQE]: [`InvalidDBClusterStateFault`, 400], [_e]: _c, [_hE]: 400 },
886
+ [_m],
887
+ [0]
888
+ ];
889
+ n0_registry.registerError(InvalidDBClusterStateFault$, InvalidDBClusterStateFault);
890
+ export var InvalidDBInstanceStateFault$ = [-3, n0, _IDBISF,
891
+ { [_aQE]: [`InvalidDBInstanceState`, 400], [_e]: _c, [_hE]: 400 },
892
+ [_m],
893
+ [0]
894
+ ];
895
+ n0_registry.registerError(InvalidDBInstanceStateFault$, InvalidDBInstanceStateFault);
896
+ export var InvalidDBParameterGroupStateFault$ = [-3, n0, _IDBPGSF,
897
+ { [_aQE]: [`InvalidDBParameterGroupState`, 400], [_e]: _c, [_hE]: 400 },
898
+ [_m],
899
+ [0]
900
+ ];
901
+ n0_registry.registerError(InvalidDBParameterGroupStateFault$, InvalidDBParameterGroupStateFault);
902
+ export var InvalidDBSecurityGroupStateFault$ = [-3, n0, _IDBSGSF,
903
+ { [_aQE]: [`InvalidDBSecurityGroupState`, 400], [_e]: _c, [_hE]: 400 },
904
+ [_m],
905
+ [0]
906
+ ];
907
+ n0_registry.registerError(InvalidDBSecurityGroupStateFault$, InvalidDBSecurityGroupStateFault);
908
+ export var InvalidDBSnapshotStateFault$ = [-3, n0, _IDBSSF,
909
+ { [_aQE]: [`InvalidDBSnapshotState`, 400], [_e]: _c, [_hE]: 400 },
910
+ [_m],
911
+ [0]
912
+ ];
913
+ n0_registry.registerError(InvalidDBSnapshotStateFault$, InvalidDBSnapshotStateFault);
914
+ export var InvalidDBSubnetGroupStateFault$ = [-3, n0, _IDBSGSFn,
915
+ { [_aQE]: [`InvalidDBSubnetGroupStateFault`, 400], [_e]: _c, [_hE]: 400 },
916
+ [_m],
917
+ [0]
918
+ ];
919
+ n0_registry.registerError(InvalidDBSubnetGroupStateFault$, InvalidDBSubnetGroupStateFault);
920
+ export var InvalidDBSubnetStateFault$ = [-3, n0, _IDBSSFn,
921
+ { [_aQE]: [`InvalidDBSubnetStateFault`, 400], [_e]: _c, [_hE]: 400 },
922
+ [_m],
923
+ [0]
924
+ ];
925
+ n0_registry.registerError(InvalidDBSubnetStateFault$, InvalidDBSubnetStateFault);
926
+ export var InvalidEventSubscriptionStateFault$ = [-3, n0, _IESSF,
927
+ { [_aQE]: [`InvalidEventSubscriptionState`, 400], [_e]: _c, [_hE]: 400 },
928
+ [_m],
929
+ [0]
930
+ ];
931
+ n0_registry.registerError(InvalidEventSubscriptionStateFault$, InvalidEventSubscriptionStateFault);
932
+ export var InvalidGlobalClusterStateFault$ = [-3, n0, _IGCSF,
933
+ { [_aQE]: [`InvalidGlobalClusterStateFault`, 400], [_e]: _c, [_hE]: 400 },
934
+ [_m],
935
+ [0]
936
+ ];
937
+ n0_registry.registerError(InvalidGlobalClusterStateFault$, InvalidGlobalClusterStateFault);
938
+ export var InvalidRestoreFault$ = [-3, n0, _IRF,
939
+ { [_aQE]: [`InvalidRestoreFault`, 400], [_e]: _c, [_hE]: 400 },
940
+ [_m],
941
+ [0]
942
+ ];
943
+ n0_registry.registerError(InvalidRestoreFault$, InvalidRestoreFault);
944
+ export var InvalidSubnet$ = [-3, n0, _IS,
945
+ { [_aQE]: [`InvalidSubnet`, 400], [_e]: _c, [_hE]: 400 },
946
+ [_m],
947
+ [0]
948
+ ];
949
+ n0_registry.registerError(InvalidSubnet$, InvalidSubnet);
950
+ export var InvalidVPCNetworkStateFault$ = [-3, n0, _IVPCNSF,
951
+ { [_aQE]: [`InvalidVPCNetworkStateFault`, 400], [_e]: _c, [_hE]: 400 },
952
+ [_m],
953
+ [0]
954
+ ];
955
+ n0_registry.registerError(InvalidVPCNetworkStateFault$, InvalidVPCNetworkStateFault);
956
+ export var KMSKeyNotAccessibleFault$ = [-3, n0, _KMSKNAF,
957
+ { [_aQE]: [`KMSKeyNotAccessibleFault`, 400], [_e]: _c, [_hE]: 400 },
958
+ [_m],
959
+ [0]
960
+ ];
961
+ n0_registry.registerError(KMSKeyNotAccessibleFault$, KMSKeyNotAccessibleFault);
962
+ export var OptionGroupNotFoundFault$ = [-3, n0, _OGNFF,
963
+ { [_aQE]: [`OptionGroupNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
964
+ [_m],
965
+ [0]
966
+ ];
967
+ n0_registry.registerError(OptionGroupNotFoundFault$, OptionGroupNotFoundFault);
968
+ export var ProvisionedIopsNotAvailableInAZFault$ = [-3, n0, _PINAIAZF,
969
+ { [_aQE]: [`ProvisionedIopsNotAvailableInAZFault`, 400], [_e]: _c, [_hE]: 400 },
970
+ [_m],
971
+ [0]
972
+ ];
973
+ n0_registry.registerError(ProvisionedIopsNotAvailableInAZFault$, ProvisionedIopsNotAvailableInAZFault);
974
+ export var ResourceNotFoundFault$ = [-3, n0, _RNFF,
975
+ { [_aQE]: [`ResourceNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
976
+ [_m],
977
+ [0]
978
+ ];
979
+ n0_registry.registerError(ResourceNotFoundFault$, ResourceNotFoundFault);
980
+ export var SharedSnapshotQuotaExceededFault$ = [-3, n0, _SSQEF,
981
+ { [_aQE]: [`SharedSnapshotQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
982
+ [_m],
983
+ [0]
984
+ ];
985
+ n0_registry.registerError(SharedSnapshotQuotaExceededFault$, SharedSnapshotQuotaExceededFault);
986
+ export var SnapshotQuotaExceededFault$ = [-3, n0, _SQEF,
987
+ { [_aQE]: [`SnapshotQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
988
+ [_m],
989
+ [0]
990
+ ];
991
+ n0_registry.registerError(SnapshotQuotaExceededFault$, SnapshotQuotaExceededFault);
992
+ export var SNSInvalidTopicFault$ = [-3, n0, _SNSITF,
993
+ { [_aQE]: [`SNSInvalidTopic`, 400], [_e]: _c, [_hE]: 400 },
994
+ [_m],
995
+ [0]
996
+ ];
997
+ n0_registry.registerError(SNSInvalidTopicFault$, SNSInvalidTopicFault);
998
+ export var SNSNoAuthorizationFault$ = [-3, n0, _SNSNAF,
999
+ { [_aQE]: [`SNSNoAuthorization`, 400], [_e]: _c, [_hE]: 400 },
1000
+ [_m],
1001
+ [0]
1002
+ ];
1003
+ n0_registry.registerError(SNSNoAuthorizationFault$, SNSNoAuthorizationFault);
1004
+ export var SNSTopicArnNotFoundFault$ = [-3, n0, _SNSTANFF,
1005
+ { [_aQE]: [`SNSTopicArnNotFound`, 404], [_e]: _c, [_hE]: 404 },
1006
+ [_m],
1007
+ [0]
1008
+ ];
1009
+ n0_registry.registerError(SNSTopicArnNotFoundFault$, SNSTopicArnNotFoundFault);
1010
+ export var SourceNotFoundFault$ = [-3, n0, _SNFF,
1011
+ { [_aQE]: [`SourceNotFound`, 404], [_e]: _c, [_hE]: 404 },
1012
+ [_m],
1013
+ [0]
1014
+ ];
1015
+ n0_registry.registerError(SourceNotFoundFault$, SourceNotFoundFault);
1016
+ export var StorageQuotaExceededFault$ = [-3, n0, _SQEFt,
1017
+ { [_aQE]: [`StorageQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
1018
+ [_m],
1019
+ [0]
1020
+ ];
1021
+ n0_registry.registerError(StorageQuotaExceededFault$, StorageQuotaExceededFault);
1022
+ export var StorageTypeNotSupportedFault$ = [-3, n0, _STNSF,
1023
+ { [_aQE]: [`StorageTypeNotSupported`, 400], [_e]: _c, [_hE]: 400 },
1024
+ [_m],
1025
+ [0]
1026
+ ];
1027
+ n0_registry.registerError(StorageTypeNotSupportedFault$, StorageTypeNotSupportedFault);
1028
+ export var SubnetAlreadyInUse$ = [-3, n0, _SAIU,
1029
+ { [_aQE]: [`SubnetAlreadyInUse`, 400], [_e]: _c, [_hE]: 400 },
1030
+ [_m],
1031
+ [0]
1032
+ ];
1033
+ n0_registry.registerError(SubnetAlreadyInUse$, SubnetAlreadyInUse);
1034
+ export var SubscriptionAlreadyExistFault$ = [-3, n0, _SAEF,
1035
+ { [_aQE]: [`SubscriptionAlreadyExist`, 400], [_e]: _c, [_hE]: 400 },
1036
+ [_m],
1037
+ [0]
1038
+ ];
1039
+ n0_registry.registerError(SubscriptionAlreadyExistFault$, SubscriptionAlreadyExistFault);
1040
+ export var SubscriptionCategoryNotFoundFault$ = [-3, n0, _SCNFF,
1041
+ { [_aQE]: [`SubscriptionCategoryNotFound`, 404], [_e]: _c, [_hE]: 404 },
1042
+ [_m],
1043
+ [0]
1044
+ ];
1045
+ n0_registry.registerError(SubscriptionCategoryNotFoundFault$, SubscriptionCategoryNotFoundFault);
1046
+ export var SubscriptionNotFoundFault$ = [-3, n0, _SNFFu,
1047
+ { [_aQE]: [`SubscriptionNotFound`, 404], [_e]: _c, [_hE]: 404 },
1048
+ [_m],
1049
+ [0]
1050
+ ];
1051
+ n0_registry.registerError(SubscriptionNotFoundFault$, SubscriptionNotFoundFault);
1052
+ export const errorTypeRegistries = [
1053
+ _s_registry,
1054
+ n0_registry,
1055
+ ];
646
1056
  var SensitiveString = [0, n0, _SS, 8, 0];
647
1057
  export var AddRoleToDBClusterMessage$ = [3, n0, _ARTDBCM,
648
1058
  0,
@@ -674,23 +1084,11 @@ export var ApplyPendingMaintenanceActionResult$ = [3, n0, _APMAR,
674
1084
  [_RPMA],
675
1085
  [[() => ResourcePendingMaintenanceActions$, 0]]
676
1086
  ];
677
- export var AuthorizationNotFoundFault$ = [-3, n0, _ANFF,
678
- { [_aQE]: [`AuthorizationNotFound`, 404], [_e]: _c, [_hE]: 404 },
679
- [_m],
680
- [0]
681
- ];
682
- TypeRegistry.for(n0).registerError(AuthorizationNotFoundFault$, AuthorizationNotFoundFault);
683
1087
  export var AvailabilityZone$ = [3, n0, _AZ,
684
1088
  0,
685
1089
  [_N],
686
1090
  [0]
687
1091
  ];
688
- export var CertificateNotFoundFault$ = [-3, n0, _CNFF,
689
- { [_aQE]: [`CertificateNotFound`, 404], [_e]: _c, [_hE]: 404 },
690
- [_m],
691
- [0]
692
- ];
693
- TypeRegistry.for(n0).registerError(CertificateNotFoundFault$, CertificateNotFoundFault);
694
1092
  export var CharacterSet$ = [3, n0, _CS,
695
1093
  0,
696
1094
  [_CSN, _CSD],
@@ -831,40 +1229,16 @@ export var DBCluster$ = [3, n0, _DBC,
831
1229
  [_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],
832
1230
  [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]
833
1231
  ];
834
- export var DBClusterAlreadyExistsFault$ = [-3, n0, _DBCAEF,
835
- { [_aQE]: [`DBClusterAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
836
- [_m],
837
- [0]
838
- ];
839
- TypeRegistry.for(n0).registerError(DBClusterAlreadyExistsFault$, DBClusterAlreadyExistsFault);
840
1232
  export var DBClusterEndpoint$ = [3, n0, _DBCE,
841
1233
  0,
842
1234
  [_DBCEI, _DBCI, _DBCERI, _E, _S, _ET, _CET, _SM, _EM, _DBCEA],
843
1235
  [0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0]
844
1236
  ];
845
- export var DBClusterEndpointAlreadyExistsFault$ = [-3, n0, _DBCEAEF,
846
- { [_aQE]: [`DBClusterEndpointAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
847
- [_m],
848
- [0]
849
- ];
850
- TypeRegistry.for(n0).registerError(DBClusterEndpointAlreadyExistsFault$, DBClusterEndpointAlreadyExistsFault);
851
1237
  export var DBClusterEndpointMessage$ = [3, n0, _DBCEM,
852
1238
  0,
853
1239
  [_M, _DBCEl],
854
1240
  [0, [() => DBClusterEndpointList, 0]]
855
1241
  ];
856
- export var DBClusterEndpointNotFoundFault$ = [-3, n0, _DBCENFF,
857
- { [_aQE]: [`DBClusterEndpointNotFoundFault`, 400], [_e]: _c, [_hE]: 400 },
858
- [_m],
859
- [0]
860
- ];
861
- TypeRegistry.for(n0).registerError(DBClusterEndpointNotFoundFault$, DBClusterEndpointNotFoundFault);
862
- export var DBClusterEndpointQuotaExceededFault$ = [-3, n0, _DBCEQEF,
863
- { [_aQE]: [`DBClusterEndpointQuotaExceededFault`, 403], [_e]: _c, [_hE]: 403 },
864
- [_m],
865
- [0]
866
- ];
867
- TypeRegistry.for(n0).registerError(DBClusterEndpointQuotaExceededFault$, DBClusterEndpointQuotaExceededFault);
868
1242
  export var DBClusterMember$ = [3, n0, _DBCMl,
869
1243
  0,
870
1244
  [_DBII, _ICW, _DBCPGS, _PT],
@@ -875,12 +1249,6 @@ export var DBClusterMessage$ = [3, n0, _DBCMlu,
875
1249
  [_M, _DBCl],
876
1250
  [0, [() => DBClusterList, 0]]
877
1251
  ];
878
- export var DBClusterNotFoundFault$ = [-3, n0, _DBCNFF,
879
- { [_aQE]: [`DBClusterNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
880
- [_m],
881
- [0]
882
- ];
883
- TypeRegistry.for(n0).registerError(DBClusterNotFoundFault$, DBClusterNotFoundFault);
884
1252
  export var DBClusterOptionGroupStatus$ = [3, n0, _DBCOGS,
885
1253
  0,
886
1254
  [_DBCOGN, _S],
@@ -901,57 +1269,21 @@ export var DBClusterParameterGroupNameMessage$ = [3, n0, _DBCPGNM,
901
1269
  [_DBCPGN],
902
1270
  [0]
903
1271
  ];
904
- export var DBClusterParameterGroupNotFoundFault$ = [-3, n0, _DBCPGNFF,
905
- { [_aQE]: [`DBClusterParameterGroupNotFound`, 404], [_e]: _c, [_hE]: 404 },
906
- [_m],
907
- [0]
908
- ];
909
- TypeRegistry.for(n0).registerError(DBClusterParameterGroupNotFoundFault$, DBClusterParameterGroupNotFoundFault);
910
1272
  export var DBClusterParameterGroupsMessage$ = [3, n0, _DBCPGM,
911
1273
  0,
912
1274
  [_M, _DBCPGl],
913
1275
  [0, [() => DBClusterParameterGroupList, 0]]
914
1276
  ];
915
- export var DBClusterQuotaExceededFault$ = [-3, n0, _DBCQEF,
916
- { [_aQE]: [`DBClusterQuotaExceededFault`, 403], [_e]: _c, [_hE]: 403 },
917
- [_m],
918
- [0]
919
- ];
920
- TypeRegistry.for(n0).registerError(DBClusterQuotaExceededFault$, DBClusterQuotaExceededFault);
921
1277
  export var DBClusterRole$ = [3, n0, _DBCR,
922
1278
  0,
923
1279
  [_RA, _S, _FN],
924
1280
  [0, 0, 0]
925
1281
  ];
926
- export var DBClusterRoleAlreadyExistsFault$ = [-3, n0, _DBCRAEF,
927
- { [_aQE]: [`DBClusterRoleAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
928
- [_m],
929
- [0]
930
- ];
931
- TypeRegistry.for(n0).registerError(DBClusterRoleAlreadyExistsFault$, DBClusterRoleAlreadyExistsFault);
932
- export var DBClusterRoleNotFoundFault$ = [-3, n0, _DBCRNFF,
933
- { [_aQE]: [`DBClusterRoleNotFound`, 404], [_e]: _c, [_hE]: 404 },
934
- [_m],
935
- [0]
936
- ];
937
- TypeRegistry.for(n0).registerError(DBClusterRoleNotFoundFault$, DBClusterRoleNotFoundFault);
938
- export var DBClusterRoleQuotaExceededFault$ = [-3, n0, _DBCRQEF,
939
- { [_aQE]: [`DBClusterRoleQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
940
- [_m],
941
- [0]
942
- ];
943
- TypeRegistry.for(n0).registerError(DBClusterRoleQuotaExceededFault$, DBClusterRoleQuotaExceededFault);
944
1282
  export var DBClusterSnapshot$ = [3, n0, _DBCS,
945
1283
  0,
946
1284
  [_AZv, _DBCSI, _DBCI, _SCT, _En, _AS, _S, _P, _VI, _CCT, _MU, _EV, _LM, _STn, _PP, _SE, _KKI, _DBCSA, _SDBCSA, _IAMDAE, _ST],
947
1285
  [[() => AvailabilityZones, 0], 0, 0, 4, 0, 1, 0, 1, 0, 4, 0, 0, 0, 0, 1, 2, 0, 0, 0, 2, 0]
948
1286
  ];
949
- export var DBClusterSnapshotAlreadyExistsFault$ = [-3, n0, _DBCSAEF,
950
- { [_aQE]: [`DBClusterSnapshotAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
951
- [_m],
952
- [0]
953
- ];
954
- TypeRegistry.for(n0).registerError(DBClusterSnapshotAlreadyExistsFault$, DBClusterSnapshotAlreadyExistsFault);
955
1287
  export var DBClusterSnapshotAttribute$ = [3, n0, _DBCSAl,
956
1288
  0,
957
1289
  [_AN, _AV],
@@ -967,12 +1299,6 @@ export var DBClusterSnapshotMessage$ = [3, n0, _DBCSM,
967
1299
  [_M, _DBCSl],
968
1300
  [0, [() => DBClusterSnapshotList, 0]]
969
1301
  ];
970
- export var DBClusterSnapshotNotFoundFault$ = [-3, n0, _DBCSNFF,
971
- { [_aQE]: [`DBClusterSnapshotNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
972
- [_m],
973
- [0]
974
- ];
975
- TypeRegistry.for(n0).registerError(DBClusterSnapshotNotFoundFault$, DBClusterSnapshotNotFoundFault);
976
1302
  export var DBEngineVersion$ = [3, n0, _DBEV,
977
1303
  0,
978
1304
  [_En, _EV, _DBPGF, _DBED, _DBEVD, _DCS, _SCS, _VUT, _STu, _ELTx, _SLETCL, _SRR, _SGD],
@@ -988,23 +1314,11 @@ export var DBInstance$ = [3, n0, _DBI,
988
1314
  [_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],
989
1315
  [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]
990
1316
  ];
991
- export var DBInstanceAlreadyExistsFault$ = [-3, n0, _DBIAEF,
992
- { [_aQE]: [`DBInstanceAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
993
- [_m],
994
- [0]
995
- ];
996
- TypeRegistry.for(n0).registerError(DBInstanceAlreadyExistsFault$, DBInstanceAlreadyExistsFault);
997
1317
  export var DBInstanceMessage$ = [3, n0, _DBIM,
998
1318
  0,
999
1319
  [_M, _DBIn],
1000
- [0, [() => DBInstanceList, 0]]
1001
- ];
1002
- export var DBInstanceNotFoundFault$ = [-3, n0, _DBINFF,
1003
- { [_aQE]: [`DBInstanceNotFound`, 404], [_e]: _c, [_hE]: 404 },
1004
- [_m],
1005
- [0]
1320
+ [0, [() => DBInstanceList, 0]]
1006
1321
  ];
1007
- TypeRegistry.for(n0).registerError(DBInstanceNotFoundFault$, DBInstanceNotFoundFault);
1008
1322
  export var DBInstanceStatusInfo$ = [3, n0, _DBISI,
1009
1323
  0,
1010
1324
  [_STt, _No, _S, _Me],
@@ -1015,12 +1329,6 @@ export var DBParameterGroup$ = [3, n0, _DBPG,
1015
1329
  [_DBPGN, _DBPGF, _D, _DBPGA],
1016
1330
  [0, 0, 0, 0]
1017
1331
  ];
1018
- export var DBParameterGroupAlreadyExistsFault$ = [-3, n0, _DBPGAEF,
1019
- { [_aQE]: [`DBParameterGroupAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
1020
- [_m],
1021
- [0]
1022
- ];
1023
- TypeRegistry.for(n0).registerError(DBParameterGroupAlreadyExistsFault$, DBParameterGroupAlreadyExistsFault);
1024
1332
  export var DBParameterGroupDetails$ = [3, n0, _DBPGD,
1025
1333
  0,
1026
1334
  [_Pa, _M],
@@ -1031,18 +1339,6 @@ export var DBParameterGroupNameMessage$ = [3, n0, _DBPGNM,
1031
1339
  [_DBPGN],
1032
1340
  [0]
1033
1341
  ];
1034
- export var DBParameterGroupNotFoundFault$ = [-3, n0, _DBPGNFF,
1035
- { [_aQE]: [`DBParameterGroupNotFound`, 404], [_e]: _c, [_hE]: 404 },
1036
- [_m],
1037
- [0]
1038
- ];
1039
- TypeRegistry.for(n0).registerError(DBParameterGroupNotFoundFault$, DBParameterGroupNotFoundFault);
1040
- export var DBParameterGroupQuotaExceededFault$ = [-3, n0, _DBPGQEF,
1041
- { [_aQE]: [`DBParameterGroupQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
1042
- [_m],
1043
- [0]
1044
- ];
1045
- TypeRegistry.for(n0).registerError(DBParameterGroupQuotaExceededFault$, DBParameterGroupQuotaExceededFault);
1046
1342
  export var DBParameterGroupsMessage$ = [3, n0, _DBPGM,
1047
1343
  0,
1048
1344
  [_M, _DBPGa],
@@ -1058,70 +1354,16 @@ export var DBSecurityGroupMembership$ = [3, n0, _DBSGM,
1058
1354
  [_DBSGNe, _S],
1059
1355
  [0, 0]
1060
1356
  ];
1061
- export var DBSecurityGroupNotFoundFault$ = [-3, n0, _DBSGNFF,
1062
- { [_aQE]: [`DBSecurityGroupNotFound`, 404], [_e]: _c, [_hE]: 404 },
1063
- [_m],
1064
- [0]
1065
- ];
1066
- TypeRegistry.for(n0).registerError(DBSecurityGroupNotFoundFault$, DBSecurityGroupNotFoundFault);
1067
- export var DBSnapshotAlreadyExistsFault$ = [-3, n0, _DBSAEF,
1068
- { [_aQE]: [`DBSnapshotAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
1069
- [_m],
1070
- [0]
1071
- ];
1072
- TypeRegistry.for(n0).registerError(DBSnapshotAlreadyExistsFault$, DBSnapshotAlreadyExistsFault);
1073
- export var DBSnapshotNotFoundFault$ = [-3, n0, _DBSNFF,
1074
- { [_aQE]: [`DBSnapshotNotFound`, 404], [_e]: _c, [_hE]: 404 },
1075
- [_m],
1076
- [0]
1077
- ];
1078
- TypeRegistry.for(n0).registerError(DBSnapshotNotFoundFault$, DBSnapshotNotFoundFault);
1079
1357
  export var DBSubnetGroup$ = [3, n0, _DBSGu,
1080
1358
  0,
1081
1359
  [_DBSGN, _DBSGD, _VI, _SGS, _Su, _DBSGA],
1082
1360
  [0, 0, 0, 0, [() => SubnetList, 0], 0]
1083
1361
  ];
1084
- export var DBSubnetGroupAlreadyExistsFault$ = [-3, n0, _DBSGAEF,
1085
- { [_aQE]: [`DBSubnetGroupAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
1086
- [_m],
1087
- [0]
1088
- ];
1089
- TypeRegistry.for(n0).registerError(DBSubnetGroupAlreadyExistsFault$, DBSubnetGroupAlreadyExistsFault);
1090
- export var DBSubnetGroupDoesNotCoverEnoughAZs$ = [-3, n0, _DBSGDNCEAZ,
1091
- { [_aQE]: [`DBSubnetGroupDoesNotCoverEnoughAZs`, 400], [_e]: _c, [_hE]: 400 },
1092
- [_m],
1093
- [0]
1094
- ];
1095
- TypeRegistry.for(n0).registerError(DBSubnetGroupDoesNotCoverEnoughAZs$, DBSubnetGroupDoesNotCoverEnoughAZs);
1096
1362
  export var DBSubnetGroupMessage$ = [3, n0, _DBSGMu,
1097
1363
  0,
1098
1364
  [_M, _DBSGub],
1099
1365
  [0, [() => DBSubnetGroups, 0]]
1100
1366
  ];
1101
- export var DBSubnetGroupNotFoundFault$ = [-3, n0, _DBSGNFFu,
1102
- { [_aQE]: [`DBSubnetGroupNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
1103
- [_m],
1104
- [0]
1105
- ];
1106
- TypeRegistry.for(n0).registerError(DBSubnetGroupNotFoundFault$, DBSubnetGroupNotFoundFault);
1107
- export var DBSubnetGroupQuotaExceededFault$ = [-3, n0, _DBSGQEF,
1108
- { [_aQE]: [`DBSubnetGroupQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
1109
- [_m],
1110
- [0]
1111
- ];
1112
- TypeRegistry.for(n0).registerError(DBSubnetGroupQuotaExceededFault$, DBSubnetGroupQuotaExceededFault);
1113
- export var DBSubnetQuotaExceededFault$ = [-3, n0, _DBSQEF,
1114
- { [_aQE]: [`DBSubnetQuotaExceededFault`, 400], [_e]: _c, [_hE]: 400 },
1115
- [_m],
1116
- [0]
1117
- ];
1118
- TypeRegistry.for(n0).registerError(DBSubnetQuotaExceededFault$, DBSubnetQuotaExceededFault);
1119
- export var DBUpgradeDependencyFailureFault$ = [-3, n0, _DBUDFF,
1120
- { [_aQE]: [`DBUpgradeDependencyFailure`, 400], [_e]: _c, [_hE]: 400 },
1121
- [_m],
1122
- [0]
1123
- ];
1124
- TypeRegistry.for(n0).registerError(DBUpgradeDependencyFailureFault$, DBUpgradeDependencyFailureFault);
1125
1367
  export var DeleteDBClusterEndpointMessage$ = [3, n0, _DDBCEM,
1126
1368
  0,
1127
1369
  [_DBCEI],
@@ -1229,7 +1471,7 @@ export var DescribeDBClusterSnapshotAttributesResult$ = [3, n0, _DDBCSAR,
1229
1471
  ];
1230
1472
  export var DescribeDBClusterSnapshotsMessage$ = [3, n0, _DDBCSMe,
1231
1473
  0,
1232
- [_DBCI, _DBCSI, _STn, _F, _MR, _M, _IS, _IP],
1474
+ [_DBCI, _DBCSI, _STn, _F, _MR, _M, _ISn, _IP],
1233
1475
  [0, 0, 0, [() => FilterList, 0], 1, 0, 2, 2]
1234
1476
  ];
1235
1477
  export var DescribeDBEngineVersionsMessage$ = [3, n0, _DDBEVM,
@@ -1322,12 +1564,6 @@ export var DomainMembership$ = [3, n0, _DMo,
1322
1564
  [_Do, _S, _FQDN, _IAMRN],
1323
1565
  [0, 0, 0, 0]
1324
1566
  ];
1325
- export var DomainNotFoundFault$ = [-3, n0, _DNFF,
1326
- { [_aQE]: [`DomainNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
1327
- [_m],
1328
- [0]
1329
- ];
1330
- TypeRegistry.for(n0).registerError(DomainNotFoundFault$, DomainNotFoundFault);
1331
1567
  export var DoubleRange$ = [3, n0, _DR,
1332
1568
  0,
1333
1569
  [_Fr, _To],
@@ -1368,12 +1604,6 @@ export var EventSubscription$ = [3, n0, _ES,
1368
1604
  [_CAI, _CSI, _STA, _S, _SCTu, _STo, _SIL, _ECL, _Ena, _ESA],
1369
1605
  [0, 0, 0, 0, 0, 0, [() => SourceIdsList, 0], [() => EventCategoriesList, 0], 2, 0]
1370
1606
  ];
1371
- export var EventSubscriptionQuotaExceededFault$ = [-3, n0, _ESQEF,
1372
- { [_aQE]: [`EventSubscriptionQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
1373
- [_m],
1374
- [0]
1375
- ];
1376
- TypeRegistry.for(n0).registerError(EventSubscriptionQuotaExceededFault$, EventSubscriptionQuotaExceededFault);
1377
1607
  export var EventSubscriptionsMessage$ = [3, n0, _ESM,
1378
1608
  0,
1379
1609
  [_M, _ESL],
@@ -1414,148 +1644,16 @@ export var GlobalCluster$ = [3, n0, _GC,
1414
1644
  [_GCI, _GCRI, _GCA, _S, _En, _EV, _SE, _DP, _GCM, _FS],
1415
1645
  [0, 0, 0, 0, 0, 0, 2, 2, [() => GlobalClusterMemberList, 0], () => FailoverState$]
1416
1646
  ];
1417
- export var GlobalClusterAlreadyExistsFault$ = [-3, n0, _GCAEF,
1418
- { [_aQE]: [`GlobalClusterAlreadyExistsFault`, 400], [_e]: _c, [_hE]: 400 },
1419
- [_m],
1420
- [0]
1421
- ];
1422
- TypeRegistry.for(n0).registerError(GlobalClusterAlreadyExistsFault$, GlobalClusterAlreadyExistsFault);
1423
1647
  export var GlobalClusterMember$ = [3, n0, _GCMl,
1424
1648
  0,
1425
1649
  [_DBCA, _R, _IW],
1426
1650
  [0, 64 | 0, 2]
1427
1651
  ];
1428
- export var GlobalClusterNotFoundFault$ = [-3, n0, _GCNFF,
1429
- { [_aQE]: [`GlobalClusterNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
1430
- [_m],
1431
- [0]
1432
- ];
1433
- TypeRegistry.for(n0).registerError(GlobalClusterNotFoundFault$, GlobalClusterNotFoundFault);
1434
- export var GlobalClusterQuotaExceededFault$ = [-3, n0, _GCQEF,
1435
- { [_aQE]: [`GlobalClusterQuotaExceededFault`, 400], [_e]: _c, [_hE]: 400 },
1436
- [_m],
1437
- [0]
1438
- ];
1439
- TypeRegistry.for(n0).registerError(GlobalClusterQuotaExceededFault$, GlobalClusterQuotaExceededFault);
1440
1652
  export var GlobalClustersMessage$ = [3, n0, _GCMlo,
1441
1653
  0,
1442
1654
  [_M, _GCl],
1443
1655
  [0, [() => GlobalClusterList, 0]]
1444
1656
  ];
1445
- export var InstanceQuotaExceededFault$ = [-3, n0, _IQEF,
1446
- { [_aQE]: [`InstanceQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
1447
- [_m],
1448
- [0]
1449
- ];
1450
- TypeRegistry.for(n0).registerError(InstanceQuotaExceededFault$, InstanceQuotaExceededFault);
1451
- export var InsufficientDBClusterCapacityFault$ = [-3, n0, _IDBCCF,
1452
- { [_aQE]: [`InsufficientDBClusterCapacityFault`, 403], [_e]: _c, [_hE]: 403 },
1453
- [_m],
1454
- [0]
1455
- ];
1456
- TypeRegistry.for(n0).registerError(InsufficientDBClusterCapacityFault$, InsufficientDBClusterCapacityFault);
1457
- export var InsufficientDBInstanceCapacityFault$ = [-3, n0, _IDBICF,
1458
- { [_aQE]: [`InsufficientDBInstanceCapacity`, 400], [_e]: _c, [_hE]: 400 },
1459
- [_m],
1460
- [0]
1461
- ];
1462
- TypeRegistry.for(n0).registerError(InsufficientDBInstanceCapacityFault$, InsufficientDBInstanceCapacityFault);
1463
- export var InsufficientStorageClusterCapacityFault$ = [-3, n0, _ISCCF,
1464
- { [_aQE]: [`InsufficientStorageClusterCapacity`, 400], [_e]: _c, [_hE]: 400 },
1465
- [_m],
1466
- [0]
1467
- ];
1468
- TypeRegistry.for(n0).registerError(InsufficientStorageClusterCapacityFault$, InsufficientStorageClusterCapacityFault);
1469
- export var InvalidDBClusterEndpointStateFault$ = [-3, n0, _IDBCESF,
1470
- { [_aQE]: [`InvalidDBClusterEndpointStateFault`, 400], [_e]: _c, [_hE]: 400 },
1471
- [_m],
1472
- [0]
1473
- ];
1474
- TypeRegistry.for(n0).registerError(InvalidDBClusterEndpointStateFault$, InvalidDBClusterEndpointStateFault);
1475
- export var InvalidDBClusterSnapshotStateFault$ = [-3, n0, _IDBCSSF,
1476
- { [_aQE]: [`InvalidDBClusterSnapshotStateFault`, 400], [_e]: _c, [_hE]: 400 },
1477
- [_m],
1478
- [0]
1479
- ];
1480
- TypeRegistry.for(n0).registerError(InvalidDBClusterSnapshotStateFault$, InvalidDBClusterSnapshotStateFault);
1481
- export var InvalidDBClusterStateFault$ = [-3, n0, _IDBCSF,
1482
- { [_aQE]: [`InvalidDBClusterStateFault`, 400], [_e]: _c, [_hE]: 400 },
1483
- [_m],
1484
- [0]
1485
- ];
1486
- TypeRegistry.for(n0).registerError(InvalidDBClusterStateFault$, InvalidDBClusterStateFault);
1487
- export var InvalidDBInstanceStateFault$ = [-3, n0, _IDBISF,
1488
- { [_aQE]: [`InvalidDBInstanceState`, 400], [_e]: _c, [_hE]: 400 },
1489
- [_m],
1490
- [0]
1491
- ];
1492
- TypeRegistry.for(n0).registerError(InvalidDBInstanceStateFault$, InvalidDBInstanceStateFault);
1493
- export var InvalidDBParameterGroupStateFault$ = [-3, n0, _IDBPGSF,
1494
- { [_aQE]: [`InvalidDBParameterGroupState`, 400], [_e]: _c, [_hE]: 400 },
1495
- [_m],
1496
- [0]
1497
- ];
1498
- TypeRegistry.for(n0).registerError(InvalidDBParameterGroupStateFault$, InvalidDBParameterGroupStateFault);
1499
- export var InvalidDBSecurityGroupStateFault$ = [-3, n0, _IDBSGSF,
1500
- { [_aQE]: [`InvalidDBSecurityGroupState`, 400], [_e]: _c, [_hE]: 400 },
1501
- [_m],
1502
- [0]
1503
- ];
1504
- TypeRegistry.for(n0).registerError(InvalidDBSecurityGroupStateFault$, InvalidDBSecurityGroupStateFault);
1505
- export var InvalidDBSnapshotStateFault$ = [-3, n0, _IDBSSF,
1506
- { [_aQE]: [`InvalidDBSnapshotState`, 400], [_e]: _c, [_hE]: 400 },
1507
- [_m],
1508
- [0]
1509
- ];
1510
- TypeRegistry.for(n0).registerError(InvalidDBSnapshotStateFault$, InvalidDBSnapshotStateFault);
1511
- export var InvalidDBSubnetGroupStateFault$ = [-3, n0, _IDBSGSFn,
1512
- { [_aQE]: [`InvalidDBSubnetGroupStateFault`, 400], [_e]: _c, [_hE]: 400 },
1513
- [_m],
1514
- [0]
1515
- ];
1516
- TypeRegistry.for(n0).registerError(InvalidDBSubnetGroupStateFault$, InvalidDBSubnetGroupStateFault);
1517
- export var InvalidDBSubnetStateFault$ = [-3, n0, _IDBSSFn,
1518
- { [_aQE]: [`InvalidDBSubnetStateFault`, 400], [_e]: _c, [_hE]: 400 },
1519
- [_m],
1520
- [0]
1521
- ];
1522
- TypeRegistry.for(n0).registerError(InvalidDBSubnetStateFault$, InvalidDBSubnetStateFault);
1523
- export var InvalidEventSubscriptionStateFault$ = [-3, n0, _IESSF,
1524
- { [_aQE]: [`InvalidEventSubscriptionState`, 400], [_e]: _c, [_hE]: 400 },
1525
- [_m],
1526
- [0]
1527
- ];
1528
- TypeRegistry.for(n0).registerError(InvalidEventSubscriptionStateFault$, InvalidEventSubscriptionStateFault);
1529
- export var InvalidGlobalClusterStateFault$ = [-3, n0, _IGCSF,
1530
- { [_aQE]: [`InvalidGlobalClusterStateFault`, 400], [_e]: _c, [_hE]: 400 },
1531
- [_m],
1532
- [0]
1533
- ];
1534
- TypeRegistry.for(n0).registerError(InvalidGlobalClusterStateFault$, InvalidGlobalClusterStateFault);
1535
- export var InvalidRestoreFault$ = [-3, n0, _IRF,
1536
- { [_aQE]: [`InvalidRestoreFault`, 400], [_e]: _c, [_hE]: 400 },
1537
- [_m],
1538
- [0]
1539
- ];
1540
- TypeRegistry.for(n0).registerError(InvalidRestoreFault$, InvalidRestoreFault);
1541
- export var InvalidSubnet$ = [-3, n0, _ISn,
1542
- { [_aQE]: [`InvalidSubnet`, 400], [_e]: _c, [_hE]: 400 },
1543
- [_m],
1544
- [0]
1545
- ];
1546
- TypeRegistry.for(n0).registerError(InvalidSubnet$, InvalidSubnet);
1547
- export var InvalidVPCNetworkStateFault$ = [-3, n0, _IVPCNSF,
1548
- { [_aQE]: [`InvalidVPCNetworkStateFault`, 400], [_e]: _c, [_hE]: 400 },
1549
- [_m],
1550
- [0]
1551
- ];
1552
- TypeRegistry.for(n0).registerError(InvalidVPCNetworkStateFault$, InvalidVPCNetworkStateFault);
1553
- export var KMSKeyNotAccessibleFault$ = [-3, n0, _KMSKNAF,
1554
- { [_aQE]: [`KMSKeyNotAccessibleFault`, 400], [_e]: _c, [_hE]: 400 },
1555
- [_m],
1556
- [0]
1557
- ];
1558
- TypeRegistry.for(n0).registerError(KMSKeyNotAccessibleFault$, KMSKeyNotAccessibleFault);
1559
1657
  export var ListTagsForResourceMessage$ = [3, n0, _LTFRM,
1560
1658
  0,
1561
1659
  [_RN, _F],
@@ -1646,12 +1744,6 @@ export var OptionGroupMembership$ = [3, n0, _OGMp,
1646
1744
  [_OGN, _S],
1647
1745
  [0, 0]
1648
1746
  ];
1649
- export var OptionGroupNotFoundFault$ = [-3, n0, _OGNFF,
1650
- { [_aQE]: [`OptionGroupNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
1651
- [_m],
1652
- [0]
1653
- ];
1654
- TypeRegistry.for(n0).registerError(OptionGroupNotFoundFault$, OptionGroupNotFoundFault);
1655
1747
  export var OrderableDBInstanceOption$ = [3, n0, _ODBIO,
1656
1748
  0,
1657
1749
  [_En, _EV, _DBIC, _LM, _AZv, _MAZC, _RRC, _V, _SSE, _ST, _SIup, _SEM, _SIAMDA, _SPI, _MSS, _MSSa, _MIPDI, _MIPDIa, _MIPG, _MIPGa, _SGD],
@@ -1697,12 +1789,6 @@ export var PromoteReadReplicaDBClusterResult$ = [3, n0, _PRRDBCR,
1697
1789
  [_DBC],
1698
1790
  [[() => DBCluster$, 0]]
1699
1791
  ];
1700
- export var ProvisionedIopsNotAvailableInAZFault$ = [-3, n0, _PINAIAZF,
1701
- { [_aQE]: [`ProvisionedIopsNotAvailableInAZFault`, 400], [_e]: _c, [_hE]: 400 },
1702
- [_m],
1703
- [0]
1704
- ];
1705
- TypeRegistry.for(n0).registerError(ProvisionedIopsNotAvailableInAZFault$, ProvisionedIopsNotAvailableInAZFault);
1706
1792
  export var Range$ = [3, n0, _Ra,
1707
1793
  0,
1708
1794
  [_Fr, _To, _St],
@@ -1758,12 +1844,6 @@ export var ResetDBParameterGroupMessage$ = [3, n0, _RDBPGM,
1758
1844
  [_DBPGN, _RAP, _Pa],
1759
1845
  [0, 2, [() => ParametersList, 0]], 1
1760
1846
  ];
1761
- export var ResourceNotFoundFault$ = [-3, n0, _RNFF,
1762
- { [_aQE]: [`ResourceNotFoundFault`, 404], [_e]: _c, [_hE]: 404 },
1763
- [_m],
1764
- [0]
1765
- ];
1766
- TypeRegistry.for(n0).registerError(ResourceNotFoundFault$, ResourceNotFoundFault);
1767
1847
  export var ResourcePendingMaintenanceActions$ = [3, n0, _RPMA,
1768
1848
  0,
1769
1849
  [_RI, _PMAD],
@@ -1799,42 +1879,6 @@ export var ServerlessV2ScalingConfigurationInfo$ = [3, n0, _SVSCI,
1799
1879
  [_MC, _MCa],
1800
1880
  [1, 1]
1801
1881
  ];
1802
- export var SharedSnapshotQuotaExceededFault$ = [-3, n0, _SSQEF,
1803
- { [_aQE]: [`SharedSnapshotQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
1804
- [_m],
1805
- [0]
1806
- ];
1807
- TypeRegistry.for(n0).registerError(SharedSnapshotQuotaExceededFault$, SharedSnapshotQuotaExceededFault);
1808
- export var SnapshotQuotaExceededFault$ = [-3, n0, _SQEF,
1809
- { [_aQE]: [`SnapshotQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
1810
- [_m],
1811
- [0]
1812
- ];
1813
- TypeRegistry.for(n0).registerError(SnapshotQuotaExceededFault$, SnapshotQuotaExceededFault);
1814
- export var SNSInvalidTopicFault$ = [-3, n0, _SNSITF,
1815
- { [_aQE]: [`SNSInvalidTopic`, 400], [_e]: _c, [_hE]: 400 },
1816
- [_m],
1817
- [0]
1818
- ];
1819
- TypeRegistry.for(n0).registerError(SNSInvalidTopicFault$, SNSInvalidTopicFault);
1820
- export var SNSNoAuthorizationFault$ = [-3, n0, _SNSNAF,
1821
- { [_aQE]: [`SNSNoAuthorization`, 400], [_e]: _c, [_hE]: 400 },
1822
- [_m],
1823
- [0]
1824
- ];
1825
- TypeRegistry.for(n0).registerError(SNSNoAuthorizationFault$, SNSNoAuthorizationFault);
1826
- export var SNSTopicArnNotFoundFault$ = [-3, n0, _SNSTANFF,
1827
- { [_aQE]: [`SNSTopicArnNotFound`, 404], [_e]: _c, [_hE]: 404 },
1828
- [_m],
1829
- [0]
1830
- ];
1831
- TypeRegistry.for(n0).registerError(SNSTopicArnNotFoundFault$, SNSTopicArnNotFoundFault);
1832
- export var SourceNotFoundFault$ = [-3, n0, _SNFF,
1833
- { [_aQE]: [`SourceNotFound`, 404], [_e]: _c, [_hE]: 404 },
1834
- [_m],
1835
- [0]
1836
- ];
1837
- TypeRegistry.for(n0).registerError(SourceNotFoundFault$, SourceNotFoundFault);
1838
1882
  export var StartDBClusterMessage$ = [3, n0, _SDBCM,
1839
1883
  0,
1840
1884
  [_DBCI],
@@ -1855,47 +1899,11 @@ export var StopDBClusterResult$ = [3, n0, _SDBCRt,
1855
1899
  [_DBC],
1856
1900
  [[() => DBCluster$, 0]]
1857
1901
  ];
1858
- export var StorageQuotaExceededFault$ = [-3, n0, _SQEFt,
1859
- { [_aQE]: [`StorageQuotaExceeded`, 400], [_e]: _c, [_hE]: 400 },
1860
- [_m],
1861
- [0]
1862
- ];
1863
- TypeRegistry.for(n0).registerError(StorageQuotaExceededFault$, StorageQuotaExceededFault);
1864
- export var StorageTypeNotSupportedFault$ = [-3, n0, _STNSF,
1865
- { [_aQE]: [`StorageTypeNotSupported`, 400], [_e]: _c, [_hE]: 400 },
1866
- [_m],
1867
- [0]
1868
- ];
1869
- TypeRegistry.for(n0).registerError(StorageTypeNotSupportedFault$, StorageTypeNotSupportedFault);
1870
1902
  export var Subnet$ = [3, n0, _Sub,
1871
1903
  0,
1872
1904
  [_SIub, _SAZu, _SSu],
1873
1905
  [0, () => AvailabilityZone$, 0]
1874
1906
  ];
1875
- export var SubnetAlreadyInUse$ = [-3, n0, _SAIU,
1876
- { [_aQE]: [`SubnetAlreadyInUse`, 400], [_e]: _c, [_hE]: 400 },
1877
- [_m],
1878
- [0]
1879
- ];
1880
- TypeRegistry.for(n0).registerError(SubnetAlreadyInUse$, SubnetAlreadyInUse);
1881
- export var SubscriptionAlreadyExistFault$ = [-3, n0, _SAEF,
1882
- { [_aQE]: [`SubscriptionAlreadyExist`, 400], [_e]: _c, [_hE]: 400 },
1883
- [_m],
1884
- [0]
1885
- ];
1886
- TypeRegistry.for(n0).registerError(SubscriptionAlreadyExistFault$, SubscriptionAlreadyExistFault);
1887
- export var SubscriptionCategoryNotFoundFault$ = [-3, n0, _SCNFF,
1888
- { [_aQE]: [`SubscriptionCategoryNotFound`, 404], [_e]: _c, [_hE]: 404 },
1889
- [_m],
1890
- [0]
1891
- ];
1892
- TypeRegistry.for(n0).registerError(SubscriptionCategoryNotFoundFault$, SubscriptionCategoryNotFoundFault);
1893
- export var SubscriptionNotFoundFault$ = [-3, n0, _SNFFu,
1894
- { [_aQE]: [`SubscriptionNotFound`, 404], [_e]: _c, [_hE]: 404 },
1895
- [_m],
1896
- [0]
1897
- ];
1898
- TypeRegistry.for(n0).registerError(SubscriptionNotFoundFault$, SubscriptionNotFoundFault);
1899
1907
  export var SwitchoverGlobalClusterMessage$ = [3, n0, _SGCM,
1900
1908
  0,
1901
1909
  [_GCI, _TDCI],
@@ -1942,8 +1950,6 @@ export var VpcSecurityGroupMembership$ = [3, n0, _VSGM,
1942
1950
  [0, 0]
1943
1951
  ];
1944
1952
  var __Unit = "unit";
1945
- export var NeptuneServiceException$ = [-3, _s, "NeptuneServiceException", 0, [], []];
1946
- TypeRegistry.for(_s).registerError(NeptuneServiceException$, NeptuneServiceException);
1947
1953
  var AttributeValueList = [1, n0, _AVL,
1948
1954
  0, [0,
1949
1955
  { [_xN]: _AVt }]