@aws-sdk/client-lambda 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.
@@ -520,11 +520,11 @@ const _Po = "Policy";
520
520
  const _Pu = "Publish";
521
521
  const _Q = "Qualifier";
522
522
  const _Qu = "Queues";
523
- const _R = "Result";
523
+ const _R = "Reason";
524
524
  const _RA = "Retry-After";
525
525
  const _RC = "RoutingConfig";
526
- const _RCE = "ReservedConcurrentExecutions";
527
- const _RCEe = "ResourceConflictException";
526
+ const _RCE = "ResourceConflictException";
527
+ const _RCEe = "ReservedConcurrentExecutions";
528
528
  const _RCe = "ReplayChildren";
529
529
  const _RD = "RetryDetails";
530
530
  const _RFSC = "RequestedFunctionScalingConfig";
@@ -549,8 +549,8 @@ const _RTLE = "RequestTooLargeException";
549
549
  const _RVA = "RuntimeVersionArn";
550
550
  const _RVC = "RuntimeVersionConfig";
551
551
  const _RVE = "RuntimeVersionError";
552
- const _Re = "Resource";
553
- const _Rea = "Reason";
552
+ const _Re = "Result";
553
+ const _Res = "Resource";
554
554
  const _Ro = "Role";
555
555
  const _Ru = "Runtime";
556
556
  const _S = "Statement";
@@ -623,7 +623,7 @@ const _Si = "Size";
623
623
  const _St = "State";
624
624
  const _Sta = "Status";
625
625
  const _Stat = "Statuses";
626
- const _T = "Timeout";
626
+ const _T = "Type";
627
627
  const _TA = "TargetArn";
628
628
  const _TC = "TracingConfig";
629
629
  const _TCR = "TracingConfigResponse";
@@ -642,9 +642,9 @@ const _TTSP = "TargetTrackingScalingPolicy";
642
642
  const _TV = "TargetValue";
643
643
  const _TWIS = "TumblingWindowInSeconds";
644
644
  const _Ta = "Tags";
645
+ const _Ti = "Timeout";
645
646
  const _To = "Topics";
646
647
  const _Tr = "Truncated";
647
- const _Ty = "Type";
648
648
  const _U = "Updates";
649
649
  const _UA = "UpdateAlias";
650
650
  const _UAOD = "UntrustedArtifactOnDeployment";
@@ -707,17 +707,289 @@ const _hH = "httpHeader";
707
707
  const _hQ = "httpQuery";
708
708
  const _m = "message";
709
709
  const _rAS = "retryAfterSeconds";
710
- const _s = "streaming";
710
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.lambda";
711
711
  const _se = "server";
712
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.lambda";
712
+ const _st = "streaming";
713
713
  const _tK = "tagKeys";
714
714
  const n0 = "com.amazonaws.lambda";
715
715
  import { TypeRegistry } from "@smithy/core/schema";
716
716
  import { CallbackTimeoutException, CapacityProviderLimitExceededException, CodeSigningConfigNotFoundException, CodeStorageExceededException, CodeVerificationFailedException, DurableExecutionAlreadyStartedException, EC2AccessDeniedException, EC2ThrottledException, EC2UnexpectedException, EFSIOException, EFSMountConnectivityException, EFSMountFailureException, EFSMountTimeoutException, ENILimitReachedException, FunctionVersionsPerCapacityProviderLimitExceededException, InvalidCodeSignatureException, InvalidParameterValueException, InvalidRequestContentException, InvalidRuntimeException, InvalidSecurityGroupIDException, InvalidSubnetIDException, InvalidZipFileException, KMSAccessDeniedException, KMSDisabledException, KMSInvalidStateException, KMSNotFoundException, NoPublishedVersionException, PolicyLengthExceededException, PreconditionFailedException, ProvisionedConcurrencyConfigNotFoundException, RecursiveInvocationException, RequestTooLargeException, ResourceConflictException, ResourceInUseException, ResourceNotFoundException, ResourceNotReadyException, SerializedRequestEntityTooLargeException, ServiceException, SnapStartException, SnapStartNotReadyException, SnapStartTimeoutException, SubnetIPAddressLimitReachedException, TooManyRequestsException, UnsupportedMediaTypeException, } from "../models/errors";
717
717
  import { LambdaServiceException } from "../models/LambdaServiceException";
718
+ const _s_registry = TypeRegistry.for(_s);
719
+ export var LambdaServiceException$ = [-3, _s, "LambdaServiceException", 0, [], []];
720
+ _s_registry.registerError(LambdaServiceException$, LambdaServiceException);
721
+ const n0_registry = TypeRegistry.for(n0);
722
+ export var CallbackTimeoutException$ = [-3, n0, _CTE,
723
+ { [_e]: _c, [_hE]: 400 },
724
+ [_T, _M],
725
+ [0, 0]
726
+ ];
727
+ n0_registry.registerError(CallbackTimeoutException$, CallbackTimeoutException);
728
+ export var CapacityProviderLimitExceededException$ = [-3, n0, _CPLEE,
729
+ { [_e]: _c, [_hE]: 400 },
730
+ [_T, _m],
731
+ [0, 0]
732
+ ];
733
+ n0_registry.registerError(CapacityProviderLimitExceededException$, CapacityProviderLimitExceededException);
734
+ export var CodeSigningConfigNotFoundException$ = [-3, n0, _CSCNFE,
735
+ { [_e]: _c, [_hE]: 404 },
736
+ [_T, _M],
737
+ [0, 0]
738
+ ];
739
+ n0_registry.registerError(CodeSigningConfigNotFoundException$, CodeSigningConfigNotFoundException);
740
+ export var CodeStorageExceededException$ = [-3, n0, _CSEE,
741
+ { [_e]: _c, [_hE]: 400 },
742
+ [_T, _m],
743
+ [0, 0]
744
+ ];
745
+ n0_registry.registerError(CodeStorageExceededException$, CodeStorageExceededException);
746
+ export var CodeVerificationFailedException$ = [-3, n0, _CVFE,
747
+ { [_e]: _c, [_hE]: 400 },
748
+ [_T, _M],
749
+ [0, 0]
750
+ ];
751
+ n0_registry.registerError(CodeVerificationFailedException$, CodeVerificationFailedException);
752
+ export var DurableExecutionAlreadyStartedException$ = [-3, n0, _DEASE,
753
+ { [_e]: _c, [_hE]: 409 },
754
+ [_T, _M],
755
+ [0, 0]
756
+ ];
757
+ n0_registry.registerError(DurableExecutionAlreadyStartedException$, DurableExecutionAlreadyStartedException);
758
+ export var EC2AccessDeniedException$ = [-3, n0, _ECADE,
759
+ { [_e]: _se, [_hE]: 502 },
760
+ [_T, _M],
761
+ [0, 0]
762
+ ];
763
+ n0_registry.registerError(EC2AccessDeniedException$, EC2AccessDeniedException);
764
+ export var EC2ThrottledException$ = [-3, n0, _ECTE,
765
+ { [_e]: _se, [_hE]: 502 },
766
+ [_T, _M],
767
+ [0, 0]
768
+ ];
769
+ n0_registry.registerError(EC2ThrottledException$, EC2ThrottledException);
770
+ export var EC2UnexpectedException$ = [-3, n0, _ECUE,
771
+ { [_e]: _se, [_hE]: 502 },
772
+ [_T, _M, _ECEC],
773
+ [0, 0, 0]
774
+ ];
775
+ n0_registry.registerError(EC2UnexpectedException$, EC2UnexpectedException);
776
+ export var EFSIOException$ = [-3, n0, _EFSIOE,
777
+ { [_e]: _c, [_hE]: 410 },
778
+ [_T, _M],
779
+ [0, 0]
780
+ ];
781
+ n0_registry.registerError(EFSIOException$, EFSIOException);
782
+ export var EFSMountConnectivityException$ = [-3, n0, _EFSMCE,
783
+ { [_e]: _c, [_hE]: 408 },
784
+ [_T, _M],
785
+ [0, 0]
786
+ ];
787
+ n0_registry.registerError(EFSMountConnectivityException$, EFSMountConnectivityException);
788
+ export var EFSMountFailureException$ = [-3, n0, _EFSMFE,
789
+ { [_e]: _c, [_hE]: 403 },
790
+ [_T, _M],
791
+ [0, 0]
792
+ ];
793
+ n0_registry.registerError(EFSMountFailureException$, EFSMountFailureException);
794
+ export var EFSMountTimeoutException$ = [-3, n0, _EFSMTE,
795
+ { [_e]: _c, [_hE]: 408 },
796
+ [_T, _M],
797
+ [0, 0]
798
+ ];
799
+ n0_registry.registerError(EFSMountTimeoutException$, EFSMountTimeoutException);
800
+ export var ENILimitReachedException$ = [-3, n0, _ENILRE,
801
+ { [_e]: _se, [_hE]: 502 },
802
+ [_T, _M],
803
+ [0, 0]
804
+ ];
805
+ n0_registry.registerError(ENILimitReachedException$, ENILimitReachedException);
806
+ export var FunctionVersionsPerCapacityProviderLimitExceededException$ = [-3, n0, _FVPCPLEE,
807
+ { [_e]: _c, [_hE]: 400 },
808
+ [_T, _m],
809
+ [0, 0]
810
+ ];
811
+ n0_registry.registerError(FunctionVersionsPerCapacityProviderLimitExceededException$, FunctionVersionsPerCapacityProviderLimitExceededException);
812
+ export var InvalidCodeSignatureException$ = [-3, n0, _ICSE,
813
+ { [_e]: _c, [_hE]: 400 },
814
+ [_T, _M],
815
+ [0, 0]
816
+ ];
817
+ n0_registry.registerError(InvalidCodeSignatureException$, InvalidCodeSignatureException);
818
+ export var InvalidParameterValueException$ = [-3, n0, _IPVE,
819
+ { [_e]: _c, [_hE]: 400 },
820
+ [_T, _m],
821
+ [0, 0]
822
+ ];
823
+ n0_registry.registerError(InvalidParameterValueException$, InvalidParameterValueException);
824
+ export var InvalidRequestContentException$ = [-3, n0, _IRCE,
825
+ { [_e]: _c, [_hE]: 400 },
826
+ [_T, _m],
827
+ [0, 0]
828
+ ];
829
+ n0_registry.registerError(InvalidRequestContentException$, InvalidRequestContentException);
830
+ export var InvalidRuntimeException$ = [-3, n0, _IRE,
831
+ { [_e]: _se, [_hE]: 502 },
832
+ [_T, _M],
833
+ [0, 0]
834
+ ];
835
+ n0_registry.registerError(InvalidRuntimeException$, InvalidRuntimeException);
836
+ export var InvalidSecurityGroupIDException$ = [-3, n0, _ISGIDE,
837
+ { [_e]: _se, [_hE]: 502 },
838
+ [_T, _M],
839
+ [0, 0]
840
+ ];
841
+ n0_registry.registerError(InvalidSecurityGroupIDException$, InvalidSecurityGroupIDException);
842
+ export var InvalidSubnetIDException$ = [-3, n0, _ISIDE,
843
+ { [_e]: _se, [_hE]: 502 },
844
+ [_T, _M],
845
+ [0, 0]
846
+ ];
847
+ n0_registry.registerError(InvalidSubnetIDException$, InvalidSubnetIDException);
848
+ export var InvalidZipFileException$ = [-3, n0, _IZFE,
849
+ { [_e]: _se, [_hE]: 502 },
850
+ [_T, _M],
851
+ [0, 0]
852
+ ];
853
+ n0_registry.registerError(InvalidZipFileException$, InvalidZipFileException);
854
+ export var KMSAccessDeniedException$ = [-3, n0, _KMSADE,
855
+ { [_e]: _se, [_hE]: 502 },
856
+ [_T, _M],
857
+ [0, 0]
858
+ ];
859
+ n0_registry.registerError(KMSAccessDeniedException$, KMSAccessDeniedException);
860
+ export var KMSDisabledException$ = [-3, n0, _KMSDE,
861
+ { [_e]: _se, [_hE]: 502 },
862
+ [_T, _M],
863
+ [0, 0]
864
+ ];
865
+ n0_registry.registerError(KMSDisabledException$, KMSDisabledException);
866
+ export var KMSInvalidStateException$ = [-3, n0, _KMSISE,
867
+ { [_e]: _se, [_hE]: 502 },
868
+ [_T, _M],
869
+ [0, 0]
870
+ ];
871
+ n0_registry.registerError(KMSInvalidStateException$, KMSInvalidStateException);
872
+ export var KMSNotFoundException$ = [-3, n0, _KMSNFE,
873
+ { [_e]: _se, [_hE]: 502 },
874
+ [_T, _M],
875
+ [0, 0]
876
+ ];
877
+ n0_registry.registerError(KMSNotFoundException$, KMSNotFoundException);
878
+ export var NoPublishedVersionException$ = [-3, n0, _NPVE,
879
+ { [_e]: _c, [_hE]: 400 },
880
+ [_T, _M],
881
+ [0, 0]
882
+ ];
883
+ n0_registry.registerError(NoPublishedVersionException$, NoPublishedVersionException);
884
+ export var PolicyLengthExceededException$ = [-3, n0, _PLEE,
885
+ { [_e]: _c, [_hE]: 400 },
886
+ [_T, _m],
887
+ [0, 0]
888
+ ];
889
+ n0_registry.registerError(PolicyLengthExceededException$, PolicyLengthExceededException);
890
+ export var PreconditionFailedException$ = [-3, n0, _PFE,
891
+ { [_e]: _c, [_hE]: 412 },
892
+ [_T, _m],
893
+ [0, 0]
894
+ ];
895
+ n0_registry.registerError(PreconditionFailedException$, PreconditionFailedException);
896
+ export var ProvisionedConcurrencyConfigNotFoundException$ = [-3, n0, _PCCNFE,
897
+ { [_e]: _c, [_hE]: 404 },
898
+ [_T, _m],
899
+ [0, 0]
900
+ ];
901
+ n0_registry.registerError(ProvisionedConcurrencyConfigNotFoundException$, ProvisionedConcurrencyConfigNotFoundException);
902
+ export var RecursiveInvocationException$ = [-3, n0, _RIE,
903
+ { [_e]: _c, [_hE]: 400 },
904
+ [_T, _M],
905
+ [0, 0]
906
+ ];
907
+ n0_registry.registerError(RecursiveInvocationException$, RecursiveInvocationException);
908
+ export var RequestTooLargeException$ = [-3, n0, _RTLE,
909
+ { [_e]: _c, [_hE]: 413 },
910
+ [_T, _m],
911
+ [0, 0]
912
+ ];
913
+ n0_registry.registerError(RequestTooLargeException$, RequestTooLargeException);
914
+ export var ResourceConflictException$ = [-3, n0, _RCE,
915
+ { [_e]: _c, [_hE]: 409 },
916
+ [_T, _m],
917
+ [0, 0]
918
+ ];
919
+ n0_registry.registerError(ResourceConflictException$, ResourceConflictException);
920
+ export var ResourceInUseException$ = [-3, n0, _RIUE,
921
+ { [_e]: _c, [_hE]: 400 },
922
+ [_T, _M],
923
+ [0, 0]
924
+ ];
925
+ n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
926
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
927
+ { [_e]: _c, [_hE]: 404 },
928
+ [_T, _M],
929
+ [0, 0]
930
+ ];
931
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
932
+ export var ResourceNotReadyException$ = [-3, n0, _RNRE,
933
+ { [_e]: _se, [_hE]: 502 },
934
+ [_T, _m],
935
+ [0, 0]
936
+ ];
937
+ n0_registry.registerError(ResourceNotReadyException$, ResourceNotReadyException);
938
+ export var SerializedRequestEntityTooLargeException$ = [-3, n0, _SRETLE,
939
+ { [_e]: _c, [_hE]: 413 },
940
+ [_T, _m],
941
+ [0, 0]
942
+ ];
943
+ n0_registry.registerError(SerializedRequestEntityTooLargeException$, SerializedRequestEntityTooLargeException);
944
+ export var ServiceException$ = [-3, n0, _SE,
945
+ { [_e]: _se, [_hE]: 500 },
946
+ [_T, _M],
947
+ [0, 0]
948
+ ];
949
+ n0_registry.registerError(ServiceException$, ServiceException);
950
+ export var SnapStartException$ = [-3, n0, _SSE,
951
+ { [_e]: _c, [_hE]: 400 },
952
+ [_T, _M],
953
+ [0, 0]
954
+ ];
955
+ n0_registry.registerError(SnapStartException$, SnapStartException);
956
+ export var SnapStartNotReadyException$ = [-3, n0, _SSNRE,
957
+ { [_e]: _c, [_hE]: 409 },
958
+ [_T, _M],
959
+ [0, 0]
960
+ ];
961
+ n0_registry.registerError(SnapStartNotReadyException$, SnapStartNotReadyException);
962
+ export var SnapStartTimeoutException$ = [-3, n0, _SSTE,
963
+ { [_e]: _c, [_hE]: 408 },
964
+ [_T, _M],
965
+ [0, 0]
966
+ ];
967
+ n0_registry.registerError(SnapStartTimeoutException$, SnapStartTimeoutException);
968
+ export var SubnetIPAddressLimitReachedException$ = [-3, n0, _SIPALRE,
969
+ { [_e]: _se, [_hE]: 502 },
970
+ [_T, _M],
971
+ [0, 0]
972
+ ];
973
+ n0_registry.registerError(SubnetIPAddressLimitReachedException$, SubnetIPAddressLimitReachedException);
974
+ export var TooManyRequestsException$ = [-3, n0, _TMRE,
975
+ { [_e]: _c, [_hE]: 429 },
976
+ [_rAS, _T, _m, _R],
977
+ [[0, { [_hH]: _RA }], 0, 0, 0]
978
+ ];
979
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
980
+ export var UnsupportedMediaTypeException$ = [-3, n0, _UMTE,
981
+ { [_e]: _c, [_hE]: 415 },
982
+ [_T, _m],
983
+ [0, 0]
984
+ ];
985
+ n0_registry.registerError(UnsupportedMediaTypeException$, UnsupportedMediaTypeException);
986
+ export const errorTypeRegistries = [
987
+ _s_registry,
988
+ n0_registry,
989
+ ];
718
990
  var BinaryOperationPayload = [0, n0, _BOP, 8, 21];
719
991
  var _Blob = [0, n0, _B, 8, 21];
720
- var BlobStream = [0, n0, _BS, { [_s]: 1 }, 42];
992
+ var BlobStream = [0, n0, _BS, { [_st]: 1 }, 42];
721
993
  var EnvironmentVariableName = [0, n0, _EVN, 8, 0];
722
994
  var EnvironmentVariableValue = [0, n0, _EVV, 8, 0];
723
995
  var ErrorData = [0, n0, _ED, 8, 0];
@@ -780,7 +1052,7 @@ export var AmazonManagedKafkaEventSourceConfig$ = [3, n0, _AMKESC,
780
1052
  ];
781
1053
  export var CallbackDetails$ = [3, n0, _CD,
782
1054
  0,
783
- [_CI, _R, _E],
1055
+ [_CI, _Re, _E],
784
1056
  [0, [() => OperationPayload, 0], [() => ErrorObject$, 0]]
785
1057
  ];
786
1058
  export var CallbackFailedDetails$ = [3, n0, _CFD,
@@ -795,12 +1067,12 @@ export var CallbackOptions$ = [3, n0, _CO,
795
1067
  ];
796
1068
  export var CallbackStartedDetails$ = [3, n0, _CSD,
797
1069
  0,
798
- [_CI, _HT, _T],
1070
+ [_CI, _HT, _Ti],
799
1071
  [0, 1, 1], 1
800
1072
  ];
801
1073
  export var CallbackSucceededDetails$ = [3, n0, _CSDa,
802
1074
  0,
803
- [_R],
1075
+ [_Re],
804
1076
  [[() => EventResult$, 0]], 1
805
1077
  ];
806
1078
  export var CallbackTimedOutDetails$ = [3, n0, _CTOD,
@@ -808,12 +1080,6 @@ export var CallbackTimedOutDetails$ = [3, n0, _CTOD,
808
1080
  [_E],
809
1081
  [[() => EventError$, 0]], 1
810
1082
  ];
811
- export var CallbackTimeoutException$ = [-3, n0, _CTE,
812
- { [_e]: _c, [_hE]: 400 },
813
- [_Ty, _M],
814
- [0, 0]
815
- ];
816
- TypeRegistry.for(n0).registerError(CallbackTimeoutException$, CallbackTimeoutException);
817
1083
  export var CapacityProvider$ = [3, n0, _CP,
818
1084
  0,
819
1085
  [_CPA, _St, _VC, _PC, _IR, _CPSC, _KKA, _LM],
@@ -824,12 +1090,6 @@ export var CapacityProviderConfig$ = [3, n0, _CPC,
824
1090
  [_LMICPC],
825
1091
  [() => LambdaManagedInstancesCapacityProviderConfig$], 1
826
1092
  ];
827
- export var CapacityProviderLimitExceededException$ = [-3, n0, _CPLEE,
828
- { [_e]: _c, [_hE]: 400 },
829
- [_Ty, _m],
830
- [0, 0]
831
- ];
832
- TypeRegistry.for(n0).registerError(CapacityProviderLimitExceededException$, CapacityProviderLimitExceededException);
833
1093
  export var CapacityProviderPermissionsConfig$ = [3, n0, _CPPC,
834
1094
  0,
835
1095
  [_CPORA],
@@ -847,7 +1107,7 @@ export var CapacityProviderVpcConfig$ = [3, n0, _CPVC,
847
1107
  ];
848
1108
  export var ChainedInvokeDetails$ = [3, n0, _CID,
849
1109
  0,
850
- [_R, _E],
1110
+ [_Re, _E],
851
1111
  [[() => OperationPayload, 0], [() => ErrorObject$, 0]]
852
1112
  ];
853
1113
  export var ChainedInvokeFailedDetails$ = [3, n0, _CIFD,
@@ -872,7 +1132,7 @@ export var ChainedInvokeStoppedDetails$ = [3, n0, _CISDh,
872
1132
  ];
873
1133
  export var ChainedInvokeSucceededDetails$ = [3, n0, _CISDha,
874
1134
  0,
875
- [_R],
1135
+ [_Re],
876
1136
  [[() => EventResult$, 0]], 1
877
1137
  ];
878
1138
  export var ChainedInvokeTimedOutDetails$ = [3, n0, _CITOD,
@@ -900,37 +1160,19 @@ export var CodeSigningConfig$ = [3, n0, _CSC,
900
1160
  [_CSCI, _CSCA, _AP, _CSP, _LM, _D],
901
1161
  [0, 0, () => AllowedPublishers$, () => CodeSigningPolicies$, 0, 0], 5
902
1162
  ];
903
- export var CodeSigningConfigNotFoundException$ = [-3, n0, _CSCNFE,
904
- { [_e]: _c, [_hE]: 404 },
905
- [_Ty, _M],
906
- [0, 0]
907
- ];
908
- TypeRegistry.for(n0).registerError(CodeSigningConfigNotFoundException$, CodeSigningConfigNotFoundException);
909
1163
  export var CodeSigningPolicies$ = [3, n0, _CSP,
910
1164
  0,
911
1165
  [_UAOD],
912
1166
  [0]
913
1167
  ];
914
- export var CodeStorageExceededException$ = [-3, n0, _CSEE,
915
- { [_e]: _c, [_hE]: 400 },
916
- [_Ty, _m],
917
- [0, 0]
918
- ];
919
- TypeRegistry.for(n0).registerError(CodeStorageExceededException$, CodeStorageExceededException);
920
- export var CodeVerificationFailedException$ = [-3, n0, _CVFE,
921
- { [_e]: _c, [_hE]: 400 },
922
- [_Ty, _M],
923
- [0, 0]
924
- ];
925
- TypeRegistry.for(n0).registerError(CodeVerificationFailedException$, CodeVerificationFailedException);
926
1168
  export var Concurrency$ = [3, n0, _C,
927
1169
  0,
928
- [_RCE],
1170
+ [_RCEe],
929
1171
  [1]
930
1172
  ];
931
1173
  export var ContextDetails$ = [3, n0, _CDo,
932
1174
  0,
933
- [_RCe, _R, _E],
1175
+ [_RCe, _Re, _E],
934
1176
  [2, [() => OperationPayload, 0], [() => ErrorObject$, 0]]
935
1177
  ];
936
1178
  export var ContextFailedDetails$ = [3, n0, _CFDo,
@@ -950,7 +1192,7 @@ export var ContextStartedDetails$ = [3, n0, _CSDo,
950
1192
  ];
951
1193
  export var ContextSucceededDetails$ = [3, n0, _CSDon,
952
1194
  0,
953
- [_R],
1195
+ [_Re],
954
1196
  [[() => EventResult$, 0]], 1
955
1197
  ];
956
1198
  export var Cors$ = [3, n0, _Co,
@@ -990,7 +1232,7 @@ export var CreateEventSourceMappingRequest$ = [3, n0, _CESMR,
990
1232
  ];
991
1233
  export var CreateFunctionRequest$ = [3, n0, _CFR,
992
1234
  0,
993
- [_FN, _Ro, _Cod, _Ru, _H, _D, _T, _MS, _Pu, _VC, _PT, _DLC, _Env, _KMSKA, _TC, _Ta, _L, _FSC, _IC, _CSCA, _Ar, _ES, _SSn, _LC, _CPC, _PTu, _DCu, _TCe],
1235
+ [_FN, _Ro, _Cod, _Ru, _H, _D, _Ti, _MS, _Pu, _VC, _PT, _DLC, _Env, _KMSKA, _TC, _Ta, _L, _FSC, _IC, _CSCA, _Ar, _ES, _SSn, _LC, _CPC, _PTu, _DCu, _TCe],
994
1236
  [0, 0, [() => FunctionCode$, 0], 0, 0, 0, 1, 1, 2, () => VpcConfig$, 0, () => DeadLetterConfig$, [() => Environment$, 0], 0, () => TracingConfig$, 128 | 0, 64 | 0, () => FileSystemConfigList, () => ImageConfig$, 0, 64 | 0, () => EphemeralStorage$, () => SnapStart$, () => LoggingConfig$, () => CapacityProviderConfig$, 0, () => DurableConfig$, () => TenancyConfig$], 3
995
1237
  ];
996
1238
  export var CreateFunctionUrlConfigRequest$ = [3, n0, _CFUCR,
@@ -1093,60 +1335,6 @@ export var DurableConfig$ = [3, n0, _DCu,
1093
1335
  [_RPID, _ETx],
1094
1336
  [1, 1]
1095
1337
  ];
1096
- export var DurableExecutionAlreadyStartedException$ = [-3, n0, _DEASE,
1097
- { [_e]: _c, [_hE]: 409 },
1098
- [_Ty, _M],
1099
- [0, 0]
1100
- ];
1101
- TypeRegistry.for(n0).registerError(DurableExecutionAlreadyStartedException$, DurableExecutionAlreadyStartedException);
1102
- export var EC2AccessDeniedException$ = [-3, n0, _ECADE,
1103
- { [_e]: _se, [_hE]: 502 },
1104
- [_Ty, _M],
1105
- [0, 0]
1106
- ];
1107
- TypeRegistry.for(n0).registerError(EC2AccessDeniedException$, EC2AccessDeniedException);
1108
- export var EC2ThrottledException$ = [-3, n0, _ECTE,
1109
- { [_e]: _se, [_hE]: 502 },
1110
- [_Ty, _M],
1111
- [0, 0]
1112
- ];
1113
- TypeRegistry.for(n0).registerError(EC2ThrottledException$, EC2ThrottledException);
1114
- export var EC2UnexpectedException$ = [-3, n0, _ECUE,
1115
- { [_e]: _se, [_hE]: 502 },
1116
- [_Ty, _M, _ECEC],
1117
- [0, 0, 0]
1118
- ];
1119
- TypeRegistry.for(n0).registerError(EC2UnexpectedException$, EC2UnexpectedException);
1120
- export var EFSIOException$ = [-3, n0, _EFSIOE,
1121
- { [_e]: _c, [_hE]: 410 },
1122
- [_Ty, _M],
1123
- [0, 0]
1124
- ];
1125
- TypeRegistry.for(n0).registerError(EFSIOException$, EFSIOException);
1126
- export var EFSMountConnectivityException$ = [-3, n0, _EFSMCE,
1127
- { [_e]: _c, [_hE]: 408 },
1128
- [_Ty, _M],
1129
- [0, 0]
1130
- ];
1131
- TypeRegistry.for(n0).registerError(EFSMountConnectivityException$, EFSMountConnectivityException);
1132
- export var EFSMountFailureException$ = [-3, n0, _EFSMFE,
1133
- { [_e]: _c, [_hE]: 403 },
1134
- [_Ty, _M],
1135
- [0, 0]
1136
- ];
1137
- TypeRegistry.for(n0).registerError(EFSMountFailureException$, EFSMountFailureException);
1138
- export var EFSMountTimeoutException$ = [-3, n0, _EFSMTE,
1139
- { [_e]: _c, [_hE]: 408 },
1140
- [_Ty, _M],
1141
- [0, 0]
1142
- ];
1143
- TypeRegistry.for(n0).registerError(EFSMountTimeoutException$, EFSMountTimeoutException);
1144
- export var ENILimitReachedException$ = [-3, n0, _ENILRE,
1145
- { [_e]: _se, [_hE]: 502 },
1146
- [_Ty, _M],
1147
- [0, 0]
1148
- ];
1149
- TypeRegistry.for(n0).registerError(ENILimitReachedException$, ENILimitReachedException);
1150
1338
  export var Environment$ = [3, n0, _Env,
1151
1339
  0,
1152
1340
  [_V],
@@ -1234,7 +1422,7 @@ export var ExecutionStoppedDetails$ = [3, n0, _ESDxe,
1234
1422
  ];
1235
1423
  export var ExecutionSucceededDetails$ = [3, n0, _ESDx,
1236
1424
  0,
1237
- [_R],
1425
+ [_Re],
1238
1426
  [[() => EventResult$, 0]], 1
1239
1427
  ];
1240
1428
  export var ExecutionTimedOutDetails$ = [3, n0, _ETOD,
@@ -1274,7 +1462,7 @@ export var FunctionCodeLocation$ = [3, n0, _FCL,
1274
1462
  ];
1275
1463
  export var FunctionConfiguration$ = [3, n0, _FCun,
1276
1464
  0,
1277
- [_FN, _FA, _Ru, _Ro, _H, _CS, _D, _T, _MS, _LM, _CSo, _Ve, _VC, _DLC, _Env, _KMSKA, _TC, _MAa, _RI, _L, _St, _SR, _SRCt, _LUS, _LUSR, _LUSRC, _FSC, _PT, _ICR, _SPVAi, _SJA, _Ar, _ES, _SSn, _RVC, _LC, _CPC, _CSon, _DCu, _TCe],
1465
+ [_FN, _FA, _Ru, _Ro, _H, _CS, _D, _Ti, _MS, _LM, _CSo, _Ve, _VC, _DLC, _Env, _KMSKA, _TC, _MAa, _RI, _L, _St, _SR, _SRCt, _LUS, _LUSR, _LUSRC, _FSC, _PT, _ICR, _SPVAi, _SJA, _Ar, _ES, _SSn, _RVC, _LC, _CPC, _CSon, _DCu, _TCe],
1278
1466
  [0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, () => VpcConfigResponse$, () => DeadLetterConfig$, [() => EnvironmentResponse$, 0], 0, () => TracingConfigResponse$, 0, 0, () => LayersReferenceList, 0, 0, 0, 0, 0, 0, () => FileSystemConfigList, 0, [() => ImageConfigResponse$, 0], 0, 0, 64 | 0, () => EphemeralStorage$, () => SnapStartResponse$, [() => RuntimeVersionConfig$, 0], () => LoggingConfig$, () => CapacityProviderConfig$, 0, () => DurableConfig$, () => TenancyConfig$]
1279
1467
  ];
1280
1468
  export var FunctionEventInvokeConfig$ = [3, n0, _FEIC,
@@ -1297,12 +1485,6 @@ export var FunctionVersionsByCapacityProviderListItem$ = [3, n0, _FVBCPLI,
1297
1485
  [_FA, _St],
1298
1486
  [0, 0], 2
1299
1487
  ];
1300
- export var FunctionVersionsPerCapacityProviderLimitExceededException$ = [-3, n0, _FVPCPLEE,
1301
- { [_e]: _c, [_hE]: 400 },
1302
- [_Ty, _m],
1303
- [0, 0]
1304
- ];
1305
- TypeRegistry.for(n0).registerError(FunctionVersionsPerCapacityProviderLimitExceededException$, FunctionVersionsPerCapacityProviderLimitExceededException);
1306
1488
  export var GetAccountSettingsRequest$ = [3, n0, _GASR,
1307
1489
  0,
1308
1490
  [],
@@ -1355,7 +1537,7 @@ export var GetDurableExecutionRequest$ = [3, n0, _GDER,
1355
1537
  ];
1356
1538
  export var GetDurableExecutionResponse$ = [3, n0, _GDERe,
1357
1539
  0,
1358
- [_DEA, _DEN, _FA, _STt, _Sta, _IP, _R, _E, _ETn, _Ve, _TH],
1540
+ [_DEA, _DEN, _FA, _STt, _Sta, _IP, _Re, _E, _ETn, _Ve, _TH],
1359
1541
  [0, 0, 0, 4, 0, [() => InputPayload, 0], [() => OutputPayload, 0], [() => ErrorObject$, 0], 4, 0, () => TraceHeader$], 5
1360
1542
  ];
1361
1543
  export var GetDurableExecutionStateRequest$ = [3, n0, _GDESR,
@@ -1390,7 +1572,7 @@ export var GetFunctionConcurrencyRequest$ = [3, n0, _GFCR,
1390
1572
  ];
1391
1573
  export var GetFunctionConcurrencyResponse$ = [3, n0, _GFCRe,
1392
1574
  0,
1393
- [_RCE],
1575
+ [_RCEe],
1394
1576
  [1]
1395
1577
  ];
1396
1578
  export var GetFunctionConfigurationRequest$ = [3, n0, _GFCRet,
@@ -1518,48 +1700,6 @@ export var InstanceRequirements$ = [3, n0, _IR,
1518
1700
  [_Ar, _AIT, _EIT],
1519
1701
  [64 | 0, 64 | 0, 64 | 0]
1520
1702
  ];
1521
- export var InvalidCodeSignatureException$ = [-3, n0, _ICSE,
1522
- { [_e]: _c, [_hE]: 400 },
1523
- [_Ty, _M],
1524
- [0, 0]
1525
- ];
1526
- TypeRegistry.for(n0).registerError(InvalidCodeSignatureException$, InvalidCodeSignatureException);
1527
- export var InvalidParameterValueException$ = [-3, n0, _IPVE,
1528
- { [_e]: _c, [_hE]: 400 },
1529
- [_Ty, _m],
1530
- [0, 0]
1531
- ];
1532
- TypeRegistry.for(n0).registerError(InvalidParameterValueException$, InvalidParameterValueException);
1533
- export var InvalidRequestContentException$ = [-3, n0, _IRCE,
1534
- { [_e]: _c, [_hE]: 400 },
1535
- [_Ty, _m],
1536
- [0, 0]
1537
- ];
1538
- TypeRegistry.for(n0).registerError(InvalidRequestContentException$, InvalidRequestContentException);
1539
- export var InvalidRuntimeException$ = [-3, n0, _IRE,
1540
- { [_e]: _se, [_hE]: 502 },
1541
- [_Ty, _M],
1542
- [0, 0]
1543
- ];
1544
- TypeRegistry.for(n0).registerError(InvalidRuntimeException$, InvalidRuntimeException);
1545
- export var InvalidSecurityGroupIDException$ = [-3, n0, _ISGIDE,
1546
- { [_e]: _se, [_hE]: 502 },
1547
- [_Ty, _M],
1548
- [0, 0]
1549
- ];
1550
- TypeRegistry.for(n0).registerError(InvalidSecurityGroupIDException$, InvalidSecurityGroupIDException);
1551
- export var InvalidSubnetIDException$ = [-3, n0, _ISIDE,
1552
- { [_e]: _se, [_hE]: 502 },
1553
- [_Ty, _M],
1554
- [0, 0]
1555
- ];
1556
- TypeRegistry.for(n0).registerError(InvalidSubnetIDException$, InvalidSubnetIDException);
1557
- export var InvalidZipFileException$ = [-3, n0, _IZFE,
1558
- { [_e]: _se, [_hE]: 502 },
1559
- [_Ty, _M],
1560
- [0, 0]
1561
- ];
1562
- TypeRegistry.for(n0).registerError(InvalidZipFileException$, InvalidZipFileException);
1563
1703
  export var InvocationCompletedDetails$ = [3, n0, _ICD,
1564
1704
  0,
1565
1705
  [_STt, _ETn, _RIe, _E],
@@ -1607,7 +1747,7 @@ export var InvokeWithResponseStreamResponse$ = [3, n0, _IWRSRn,
1607
1747
  ];
1608
1748
  export var KafkaSchemaRegistryAccessConfig$ = [3, n0, _KSRAC,
1609
1749
  0,
1610
- [_Ty, _URI],
1750
+ [_T, _URI],
1611
1751
  [0, 0]
1612
1752
  ];
1613
1753
  export var KafkaSchemaRegistryConfig$ = [3, n0, _KSRC,
@@ -1620,30 +1760,6 @@ export var KafkaSchemaValidationConfig$ = [3, n0, _KSVC,
1620
1760
  [_At],
1621
1761
  [0]
1622
1762
  ];
1623
- export var KMSAccessDeniedException$ = [-3, n0, _KMSADE,
1624
- { [_e]: _se, [_hE]: 502 },
1625
- [_Ty, _M],
1626
- [0, 0]
1627
- ];
1628
- TypeRegistry.for(n0).registerError(KMSAccessDeniedException$, KMSAccessDeniedException);
1629
- export var KMSDisabledException$ = [-3, n0, _KMSDE,
1630
- { [_e]: _se, [_hE]: 502 },
1631
- [_Ty, _M],
1632
- [0, 0]
1633
- ];
1634
- TypeRegistry.for(n0).registerError(KMSDisabledException$, KMSDisabledException);
1635
- export var KMSInvalidStateException$ = [-3, n0, _KMSISE,
1636
- { [_e]: _se, [_hE]: 502 },
1637
- [_Ty, _M],
1638
- [0, 0]
1639
- ];
1640
- TypeRegistry.for(n0).registerError(KMSInvalidStateException$, KMSInvalidStateException);
1641
- export var KMSNotFoundException$ = [-3, n0, _KMSNFE,
1642
- { [_e]: _se, [_hE]: 502 },
1643
- [_Ty, _M],
1644
- [0, 0]
1645
- ];
1646
- TypeRegistry.for(n0).registerError(KMSNotFoundException$, KMSNotFoundException);
1647
1763
  export var LambdaManagedInstancesCapacityProviderConfig$ = [3, n0, _LMICPC,
1648
1764
  0,
1649
1765
  [_CPA, _PEEMC, _EEMGBPVC],
@@ -1806,7 +1922,7 @@ export var ListProvisionedConcurrencyConfigsResponse$ = [3, n0, _LPCCRi,
1806
1922
  ];
1807
1923
  export var ListTagsRequest$ = [3, n0, _LTR,
1808
1924
  0,
1809
- [_Re],
1925
+ [_Res],
1810
1926
  [[0, 1]], 1
1811
1927
  ];
1812
1928
  export var ListTagsResponse$ = [3, n0, _LTRi,
@@ -1829,12 +1945,6 @@ export var LoggingConfig$ = [3, n0, _LC,
1829
1945
  [_LF, _ALL, _SLL, _LG],
1830
1946
  [0, 0, 0, 0]
1831
1947
  ];
1832
- export var NoPublishedVersionException$ = [-3, n0, _NPVE,
1833
- { [_e]: _c, [_hE]: 400 },
1834
- [_Ty, _M],
1835
- [0, 0]
1836
- ];
1837
- TypeRegistry.for(n0).registerError(NoPublishedVersionException$, NoPublishedVersionException);
1838
1948
  export var OnFailure$ = [3, n0, _OF,
1839
1949
  0,
1840
1950
  [_De],
@@ -1847,37 +1957,19 @@ export var OnSuccess$ = [3, n0, _OS,
1847
1957
  ];
1848
1958
  export var Operation$ = [3, n0, _Op,
1849
1959
  0,
1850
- [_Id, _Ty, _STt, _Sta, _PI, _N, _STu, _ETn, _EDx, _CDo, _SD, _WDa, _CD, _CID],
1960
+ [_Id, _T, _STt, _Sta, _PI, _N, _STu, _ETn, _EDx, _CDo, _SD, _WDa, _CD, _CID],
1851
1961
  [0, 0, 4, 0, 0, 0, 0, 4, [() => ExecutionDetails$, 0], [() => ContextDetails$, 0], [() => StepDetails$, 0], () => WaitDetails$, [() => CallbackDetails$, 0], [() => ChainedInvokeDetails$, 0]], 4
1852
1962
  ];
1853
1963
  export var OperationUpdate$ = [3, n0, _OU,
1854
1964
  0,
1855
- [_Id, _Ty, _A, _PI, _N, _STu, _Pa, _E, _COo, _SO, _WO, _CO, _CIO],
1965
+ [_Id, _T, _A, _PI, _N, _STu, _Pa, _E, _COo, _SO, _WO, _CO, _CIO],
1856
1966
  [0, 0, 0, 0, 0, 0, [() => OperationPayload, 0], [() => ErrorObject$, 0], () => ContextOptions$, () => StepOptions$, () => WaitOptions$, () => CallbackOptions$, () => ChainedInvokeOptions$], 3
1857
1967
  ];
1858
- export var PolicyLengthExceededException$ = [-3, n0, _PLEE,
1859
- { [_e]: _c, [_hE]: 400 },
1860
- [_Ty, _m],
1861
- [0, 0]
1862
- ];
1863
- TypeRegistry.for(n0).registerError(PolicyLengthExceededException$, PolicyLengthExceededException);
1864
- export var PreconditionFailedException$ = [-3, n0, _PFE,
1865
- { [_e]: _c, [_hE]: 412 },
1866
- [_Ty, _m],
1867
- [0, 0]
1868
- ];
1869
- TypeRegistry.for(n0).registerError(PreconditionFailedException$, PreconditionFailedException);
1870
1968
  export var ProvisionedConcurrencyConfigListItem$ = [3, n0, _PCCLI,
1871
1969
  0,
1872
1970
  [_FA, _RPCE, _APCE, _APCEl, _Sta, _SRt, _LM],
1873
1971
  [0, 1, 1, 1, 0, 0, 0]
1874
1972
  ];
1875
- export var ProvisionedConcurrencyConfigNotFoundException$ = [-3, n0, _PCCNFE,
1876
- { [_e]: _c, [_hE]: 404 },
1877
- [_Ty, _m],
1878
- [0, 0]
1879
- ];
1880
- TypeRegistry.for(n0).registerError(ProvisionedConcurrencyConfigNotFoundException$, ProvisionedConcurrencyConfigNotFoundException);
1881
1973
  export var ProvisionedPollerConfig$ = [3, n0, _PPC,
1882
1974
  0,
1883
1975
  [_MP, _MPa, _PGN],
@@ -1910,7 +2002,7 @@ export var PutFunctionCodeSigningConfigResponse$ = [3, n0, _PFCSCRu,
1910
2002
  ];
1911
2003
  export var PutFunctionConcurrencyRequest$ = [3, n0, _PFCR,
1912
2004
  0,
1913
- [_FN, _RCE],
2005
+ [_FN, _RCEe],
1914
2006
  [[0, 1], 1], 2
1915
2007
  ];
1916
2008
  export var PutFunctionEventInvokeConfigRequest$ = [3, n0, _PFEICR,
@@ -1958,12 +2050,6 @@ export var PutRuntimeManagementConfigResponse$ = [3, n0, _PRMCRu,
1958
2050
  [_URO, _FA, _RVA],
1959
2051
  [0, 0, 0], 2
1960
2052
  ];
1961
- export var RecursiveInvocationException$ = [-3, n0, _RIE,
1962
- { [_e]: _c, [_hE]: 400 },
1963
- [_Ty, _M],
1964
- [0, 0]
1965
- ];
1966
- TypeRegistry.for(n0).registerError(RecursiveInvocationException$, RecursiveInvocationException);
1967
2053
  export var RemoveLayerVersionPermissionRequest$ = [3, n0, _RLVPR,
1968
2054
  0,
1969
2055
  [_LN, _VN, _SI, _RI],
@@ -1974,36 +2060,6 @@ export var RemovePermissionRequest$ = [3, n0, _RPR,
1974
2060
  [_FN, _SI, _Q, _RI],
1975
2061
  [[0, 1], [0, 1], [0, { [_hQ]: _Q }], [0, { [_hQ]: _RI }]], 2
1976
2062
  ];
1977
- export var RequestTooLargeException$ = [-3, n0, _RTLE,
1978
- { [_e]: _c, [_hE]: 413 },
1979
- [_Ty, _m],
1980
- [0, 0]
1981
- ];
1982
- TypeRegistry.for(n0).registerError(RequestTooLargeException$, RequestTooLargeException);
1983
- export var ResourceConflictException$ = [-3, n0, _RCEe,
1984
- { [_e]: _c, [_hE]: 409 },
1985
- [_Ty, _m],
1986
- [0, 0]
1987
- ];
1988
- TypeRegistry.for(n0).registerError(ResourceConflictException$, ResourceConflictException);
1989
- export var ResourceInUseException$ = [-3, n0, _RIUE,
1990
- { [_e]: _c, [_hE]: 400 },
1991
- [_Ty, _M],
1992
- [0, 0]
1993
- ];
1994
- TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
1995
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
1996
- { [_e]: _c, [_hE]: 404 },
1997
- [_Ty, _M],
1998
- [0, 0]
1999
- ];
2000
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
2001
- export var ResourceNotReadyException$ = [-3, n0, _RNRE,
2002
- { [_e]: _se, [_hE]: 502 },
2003
- [_Ty, _m],
2004
- [0, 0]
2005
- ];
2006
- TypeRegistry.for(n0).registerError(ResourceNotReadyException$, ResourceNotReadyException);
2007
2063
  export var RetryDetails$ = [3, n0, _RD,
2008
2064
  0,
2009
2065
  [_CAu, _NADS],
@@ -2056,7 +2112,7 @@ export var SendDurableExecutionCallbackHeartbeatResponse$ = [3, n0, _SDECHRe,
2056
2112
  ];
2057
2113
  export var SendDurableExecutionCallbackSuccessRequest$ = [3, n0, _SDECSR,
2058
2114
  0,
2059
- [_CI, _R],
2115
+ [_CI, _Re],
2060
2116
  [[0, 1], [() => BinaryOperationPayload, 16]], 1
2061
2117
  ];
2062
2118
  export var SendDurableExecutionCallbackSuccessResponse$ = [3, n0, _SDECSRe,
@@ -2064,54 +2120,24 @@ export var SendDurableExecutionCallbackSuccessResponse$ = [3, n0, _SDECSRe,
2064
2120
  [],
2065
2121
  []
2066
2122
  ];
2067
- export var SerializedRequestEntityTooLargeException$ = [-3, n0, _SRETLE,
2068
- { [_e]: _c, [_hE]: 413 },
2069
- [_Ty, _m],
2070
- [0, 0]
2071
- ];
2072
- TypeRegistry.for(n0).registerError(SerializedRequestEntityTooLargeException$, SerializedRequestEntityTooLargeException);
2073
- export var ServiceException$ = [-3, n0, _SE,
2074
- { [_e]: _se, [_hE]: 500 },
2075
- [_Ty, _M],
2076
- [0, 0]
2077
- ];
2078
- TypeRegistry.for(n0).registerError(ServiceException$, ServiceException);
2079
2123
  export var SnapStart$ = [3, n0, _SSn,
2080
2124
  0,
2081
2125
  [_AOp],
2082
2126
  [0]
2083
2127
  ];
2084
- export var SnapStartException$ = [-3, n0, _SSE,
2085
- { [_e]: _c, [_hE]: 400 },
2086
- [_Ty, _M],
2087
- [0, 0]
2088
- ];
2089
- TypeRegistry.for(n0).registerError(SnapStartException$, SnapStartException);
2090
- export var SnapStartNotReadyException$ = [-3, n0, _SSNRE,
2091
- { [_e]: _c, [_hE]: 409 },
2092
- [_Ty, _M],
2093
- [0, 0]
2094
- ];
2095
- TypeRegistry.for(n0).registerError(SnapStartNotReadyException$, SnapStartNotReadyException);
2096
2128
  export var SnapStartResponse$ = [3, n0, _SSR,
2097
2129
  0,
2098
2130
  [_AOp, _OSp],
2099
2131
  [0, 0]
2100
2132
  ];
2101
- export var SnapStartTimeoutException$ = [-3, n0, _SSTE,
2102
- { [_e]: _c, [_hE]: 408 },
2103
- [_Ty, _M],
2104
- [0, 0]
2105
- ];
2106
- TypeRegistry.for(n0).registerError(SnapStartTimeoutException$, SnapStartTimeoutException);
2107
2133
  export var SourceAccessConfiguration$ = [3, n0, _SACo,
2108
2134
  0,
2109
- [_Ty, _URI],
2135
+ [_T, _URI],
2110
2136
  [0, 0]
2111
2137
  ];
2112
2138
  export var StepDetails$ = [3, n0, _SD,
2113
2139
  0,
2114
- [_Att, _NAT, _R, _E],
2140
+ [_Att, _NAT, _Re, _E],
2115
2141
  [1, 4, [() => OperationPayload, 0], [() => ErrorObject$, 0]]
2116
2142
  ];
2117
2143
  export var StepFailedDetails$ = [3, n0, _SFD,
@@ -2131,7 +2157,7 @@ export var StepStartedDetails$ = [3, n0, _SSD,
2131
2157
  ];
2132
2158
  export var StepSucceededDetails$ = [3, n0, _SSDt,
2133
2159
  0,
2134
- [_R, _RD],
2160
+ [_Re, _RD],
2135
2161
  [[() => EventResult$, 0], () => RetryDetails$], 2
2136
2162
  ];
2137
2163
  export var StopDurableExecutionRequest$ = [3, n0, _SDER,
@@ -2144,15 +2170,9 @@ export var StopDurableExecutionResponse$ = [3, n0, _SDERt,
2144
2170
  [_STto],
2145
2171
  [4], 1
2146
2172
  ];
2147
- export var SubnetIPAddressLimitReachedException$ = [-3, n0, _SIPALRE,
2148
- { [_e]: _se, [_hE]: 502 },
2149
- [_Ty, _M],
2150
- [0, 0]
2151
- ];
2152
- TypeRegistry.for(n0).registerError(SubnetIPAddressLimitReachedException$, SubnetIPAddressLimitReachedException);
2153
2173
  export var TagResourceRequest$ = [3, n0, _TRR,
2154
2174
  0,
2155
- [_Re, _Ta],
2175
+ [_Res, _Ta],
2156
2176
  [[0, 1], 128 | 0], 2
2157
2177
  ];
2158
2178
  export var TagsError$ = [3, n0, _TE,
@@ -2170,12 +2190,6 @@ export var TenancyConfig$ = [3, n0, _TCe,
2170
2190
  [_TIM],
2171
2191
  [0], 1
2172
2192
  ];
2173
- export var TooManyRequestsException$ = [-3, n0, _TMRE,
2174
- { [_e]: _c, [_hE]: 429 },
2175
- [_rAS, _Ty, _m, _Rea],
2176
- [[0, { [_hH]: _RA }], 0, 0, 0]
2177
- ];
2178
- TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
2179
2193
  export var TraceHeader$ = [3, n0, _TH,
2180
2194
  0,
2181
2195
  [_XATIm],
@@ -2191,15 +2205,9 @@ export var TracingConfigResponse$ = [3, n0, _TCR,
2191
2205
  [_Mo],
2192
2206
  [0]
2193
2207
  ];
2194
- export var UnsupportedMediaTypeException$ = [-3, n0, _UMTE,
2195
- { [_e]: _c, [_hE]: 415 },
2196
- [_Ty, _m],
2197
- [0, 0]
2198
- ];
2199
- TypeRegistry.for(n0).registerError(UnsupportedMediaTypeException$, UnsupportedMediaTypeException);
2200
2208
  export var UntagResourceRequest$ = [3, n0, _URR,
2201
2209
  0,
2202
- [_Re, _TK],
2210
+ [_Res, _TK],
2203
2211
  [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
2204
2212
  ];
2205
2213
  export var UpdateAliasRequest$ = [3, n0, _UAR,
@@ -2239,7 +2247,7 @@ export var UpdateFunctionCodeRequest$ = [3, n0, _UFCR,
2239
2247
  ];
2240
2248
  export var UpdateFunctionConfigurationRequest$ = [3, n0, _UFCRp,
2241
2249
  0,
2242
- [_FN, _Ro, _H, _D, _T, _MS, _VC, _Env, _Ru, _DLC, _KMSKA, _TC, _RI, _L, _FSC, _IC, _ES, _SSn, _LC, _CPC, _DCu],
2250
+ [_FN, _Ro, _H, _D, _Ti, _MS, _VC, _Env, _Ru, _DLC, _KMSKA, _TC, _RI, _L, _FSC, _IC, _ES, _SSn, _LC, _CPC, _DCu],
2243
2251
  [[0, 1], 0, 0, 0, 1, 1, () => VpcConfig$, [() => Environment$, 0], 0, () => DeadLetterConfig$, 0, () => TracingConfig$, 0, 64 | 0, () => FileSystemConfigList, () => ImageConfig$, () => EphemeralStorage$, () => SnapStart$, () => LoggingConfig$, () => CapacityProviderConfig$, () => DurableConfig$], 1
2244
2252
  ];
2245
2253
  export var UpdateFunctionEventInvokeConfigRequest$ = [3, n0, _UFEICR,
@@ -2293,8 +2301,6 @@ export var WaitSucceededDetails$ = [3, n0, _WSDa,
2293
2301
  [1]
2294
2302
  ];
2295
2303
  var __Unit = "unit";
2296
- export var LambdaServiceException$ = [-3, _sm, "LambdaServiceException", 0, [], []];
2297
- TypeRegistry.for(_sm).registerError(LambdaServiceException$, LambdaServiceException);
2298
2304
  var AliasList = [1, n0, _ALl,
2299
2305
  0, () => AliasConfiguration$
2300
2306
  ];
@@ -2403,7 +2409,7 @@ var EnvironmentVariables = [2, n0, _EVn,
2403
2409
  ];
2404
2410
  var Tags = 128 | 0;
2405
2411
  export var InvokeWithResponseStreamResponseEvent$ = [4, n0, _IWRSRE,
2406
- { [_s]: 1 },
2412
+ { [_st]: 1 },
2407
2413
  [_PCa, _ICn],
2408
2414
  [[() => InvokeResponseStreamUpdate$, 0], () => InvokeWithResponseStreamCompleteEvent$]
2409
2415
  ];