@aws-sdk/client-lambda 3.939.0 → 3.942.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +64 -0
- package/dist-cjs/index.js +630 -21
- package/dist-es/Lambda.js +16 -0
- package/dist-es/commands/CreateCapacityProviderCommand.js +16 -0
- package/dist-es/commands/DeleteCapacityProviderCommand.js +16 -0
- package/dist-es/commands/GetCapacityProviderCommand.js +16 -0
- package/dist-es/commands/GetFunctionScalingConfigCommand.js +16 -0
- package/dist-es/commands/ListCapacityProvidersCommand.js +16 -0
- package/dist-es/commands/ListFunctionVersionsByCapacityProviderCommand.js +16 -0
- package/dist-es/commands/PutFunctionScalingConfigCommand.js +16 -0
- package/dist-es/commands/UpdateCapacityProviderCommand.js +16 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/enums.js +50 -6
- package/dist-es/models/errors.js +44 -0
- package/dist-es/pagination/ListCapacityProvidersPaginator.js +4 -0
- package/dist-es/pagination/ListFunctionVersionsByCapacityProviderPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +415 -16
- package/dist-types/Lambda.d.ts +57 -0
- package/dist-types/LambdaClient.d.ts +10 -2
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +162 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +22 -3
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +126 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +6 -4
- package/dist-types/commands/GetCapacityProviderCommand.d.ts +123 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +11 -3
- package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +11 -3
- package/dist-types/commands/GetFunctionScalingConfigCommand.d.ts +95 -0
- package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +4 -4
- package/dist-types/commands/InvokeCommand.d.ts +4 -1
- package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +4 -1
- package/dist-types/commands/ListCapacityProvidersCommand.d.ts +125 -0
- package/dist-types/commands/ListFunctionVersionsByCapacityProviderCommand.d.ts +95 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +11 -3
- package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +11 -3
- package/dist-types/commands/PublishVersionCommand.d.ts +15 -3
- package/dist-types/commands/PutFunctionScalingConfigCommand.d.ts +94 -0
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +136 -0
- package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +12 -3
- package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +18 -3
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/enums.d.ts +90 -14
- package/dist-types/models/errors.d.ts +53 -1
- package/dist-types/models/models_0.d.ts +642 -147
- package/dist-types/pagination/ListCapacityProvidersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFunctionVersionsByCapacityProviderPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +44 -0
- package/dist-types/ts3.4/Lambda.d.ts +143 -0
- package/dist-types/ts3.4/LambdaClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +8 -3
- package/dist-types/ts3.4/commands/GetCapacityProviderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFunctionScalingConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCapacityProvidersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListFunctionVersionsByCapacityProviderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutFunctionScalingConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/enums.d.ts +59 -7
- package/dist-types/ts3.4/models/errors.d.ts +31 -0
- package/dist-types/ts3.4/models/models_0.d.ts +172 -42
- package/dist-types/ts3.4/pagination/ListCapacityProvidersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFunctionVersionsByCapacityProviderPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +44 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -226,6 +226,20 @@ let TooManyRequestsException$1 = class TooManyRequestsException extends LambdaSe
|
|
|
226
226
|
this.Reason = opts.Reason;
|
|
227
227
|
}
|
|
228
228
|
};
|
|
229
|
+
let CapacityProviderLimitExceededException$1 = class CapacityProviderLimitExceededException extends LambdaServiceException$1 {
|
|
230
|
+
name = "CapacityProviderLimitExceededException";
|
|
231
|
+
$fault = "client";
|
|
232
|
+
Type;
|
|
233
|
+
constructor(opts) {
|
|
234
|
+
super({
|
|
235
|
+
name: "CapacityProviderLimitExceededException",
|
|
236
|
+
$fault: "client",
|
|
237
|
+
...opts,
|
|
238
|
+
});
|
|
239
|
+
Object.setPrototypeOf(this, CapacityProviderLimitExceededException.prototype);
|
|
240
|
+
this.Type = opts.Type;
|
|
241
|
+
}
|
|
242
|
+
};
|
|
229
243
|
let ResourceInUseException$1 = class ResourceInUseException extends LambdaServiceException$1 {
|
|
230
244
|
name = "ResourceInUseException";
|
|
231
245
|
$fault = "client";
|
|
@@ -288,6 +302,20 @@ let CodeVerificationFailedException$1 = class CodeVerificationFailedException ex
|
|
|
288
302
|
this.Message = opts.Message;
|
|
289
303
|
}
|
|
290
304
|
};
|
|
305
|
+
let FunctionVersionsPerCapacityProviderLimitExceededException$1 = class FunctionVersionsPerCapacityProviderLimitExceededException extends LambdaServiceException$1 {
|
|
306
|
+
name = "FunctionVersionsPerCapacityProviderLimitExceededException";
|
|
307
|
+
$fault = "client";
|
|
308
|
+
Type;
|
|
309
|
+
constructor(opts) {
|
|
310
|
+
super({
|
|
311
|
+
name: "FunctionVersionsPerCapacityProviderLimitExceededException",
|
|
312
|
+
$fault: "client",
|
|
313
|
+
...opts,
|
|
314
|
+
});
|
|
315
|
+
Object.setPrototypeOf(this, FunctionVersionsPerCapacityProviderLimitExceededException.prototype);
|
|
316
|
+
this.Type = opts.Type;
|
|
317
|
+
}
|
|
318
|
+
};
|
|
291
319
|
let InvalidCodeSignatureException$1 = class InvalidCodeSignatureException extends LambdaServiceException$1 {
|
|
292
320
|
name = "InvalidCodeSignatureException";
|
|
293
321
|
$fault = "client";
|
|
@@ -576,6 +604,22 @@ let KMSNotFoundException$1 = class KMSNotFoundException extends LambdaServiceExc
|
|
|
576
604
|
this.Message = opts.Message;
|
|
577
605
|
}
|
|
578
606
|
};
|
|
607
|
+
let NoPublishedVersionException$1 = class NoPublishedVersionException extends LambdaServiceException$1 {
|
|
608
|
+
name = "NoPublishedVersionException";
|
|
609
|
+
$fault = "client";
|
|
610
|
+
Type;
|
|
611
|
+
Message;
|
|
612
|
+
constructor(opts) {
|
|
613
|
+
super({
|
|
614
|
+
name: "NoPublishedVersionException",
|
|
615
|
+
$fault: "client",
|
|
616
|
+
...opts,
|
|
617
|
+
});
|
|
618
|
+
Object.setPrototypeOf(this, NoPublishedVersionException.prototype);
|
|
619
|
+
this.Type = opts.Type;
|
|
620
|
+
this.Message = opts.Message;
|
|
621
|
+
}
|
|
622
|
+
};
|
|
579
623
|
let RecursiveInvocationException$1 = class RecursiveInvocationException extends LambdaServiceException$1 {
|
|
580
624
|
name = "RecursiveInvocationException";
|
|
581
625
|
$fault = "client";
|
|
@@ -732,7 +776,9 @@ const _AA = "AliasArn";
|
|
|
732
776
|
const _AC = "AliasConfiguration";
|
|
733
777
|
const _ACc = "AccessConfigs";
|
|
734
778
|
const _ACl = "AllowCredentials";
|
|
779
|
+
const _AFSC = "AppliedFunctionScalingConfig";
|
|
735
780
|
const _AH = "AllowHeaders";
|
|
781
|
+
const _AIT = "AllowedInstanceTypes";
|
|
736
782
|
const _AL = "AccountLimit";
|
|
737
783
|
const _ALL = "ApplicationLogLevel";
|
|
738
784
|
const _ALVP = "AddLayerVersionPermission";
|
|
@@ -767,6 +813,9 @@ const _CAR = "CreateAliasRequest";
|
|
|
767
813
|
const _CAo = "CompatibleArchitecture";
|
|
768
814
|
const _CAr = "CreateAlias";
|
|
769
815
|
const _CC = "ClientContext";
|
|
816
|
+
const _CCP = "CreateCapacityProvider";
|
|
817
|
+
const _CCPR = "CreateCapacityProviderRequest";
|
|
818
|
+
const _CCPRr = "CreateCapacityProviderResponse";
|
|
770
819
|
const _CCSC = "CreateCodeSigningConfig";
|
|
771
820
|
const _CCSCR = "CreateCodeSigningConfigRequest";
|
|
772
821
|
const _CCSCRr = "CreateCodeSigningConfigResponse";
|
|
@@ -781,6 +830,18 @@ const _CFUCR = "CreateFunctionUrlConfigRequest";
|
|
|
781
830
|
const _CFUCRr = "CreateFunctionUrlConfigResponse";
|
|
782
831
|
const _CGI = "ConsumerGroupId";
|
|
783
832
|
const _CN = "CollectionName";
|
|
833
|
+
const _CP = "CapacityProvider";
|
|
834
|
+
const _CPA = "CapacityProviderArn";
|
|
835
|
+
const _CPC = "CapacityProviderConfig";
|
|
836
|
+
const _CPL = "CapacityProvidersList";
|
|
837
|
+
const _CPLEE = "CapacityProviderLimitExceededException";
|
|
838
|
+
const _CPN = "CapacityProviderName";
|
|
839
|
+
const _CPORA = "CapacityProviderOperatorRoleArn";
|
|
840
|
+
const _CPPC = "CapacityProviderPermissionsConfig";
|
|
841
|
+
const _CPSC = "CapacityProviderScalingConfig";
|
|
842
|
+
const _CPSPL = "CapacityProviderScalingPoliciesList";
|
|
843
|
+
const _CPVC = "CapacityProviderVpcConfig";
|
|
844
|
+
const _CPa = "CapacityProviders";
|
|
784
845
|
const _CR = "CompatibleRuntimes";
|
|
785
846
|
const _CRo = "CompatibleRuntime";
|
|
786
847
|
const _CS = "CodeSize";
|
|
@@ -795,6 +856,7 @@ const _CSP = "CodeSigningPolicies";
|
|
|
795
856
|
const _CSU = "CodeSizeUnzipped";
|
|
796
857
|
const _CSZ = "CodeSizeZipped";
|
|
797
858
|
const _CSo = "CodeSha256";
|
|
859
|
+
const _CSon = "ConfigSha256";
|
|
798
860
|
const _CT = "CreationTime";
|
|
799
861
|
const _CT_ = "Content-Type";
|
|
800
862
|
const _CVFE = "CodeVerificationFailedException";
|
|
@@ -807,6 +869,9 @@ const _D = "Description";
|
|
|
807
869
|
const _DA = "DeleteAlias";
|
|
808
870
|
const _DAR = "DeleteAliasRequest";
|
|
809
871
|
const _DC = "DestinationConfig";
|
|
872
|
+
const _DCP = "DeleteCapacityProvider";
|
|
873
|
+
const _DCPR = "DeleteCapacityProviderRequest";
|
|
874
|
+
const _DCPRe = "DeleteCapacityProviderResponse";
|
|
810
875
|
const _DCSC = "DeleteCodeSigningConfig";
|
|
811
876
|
const _DCSCR = "DeleteCodeSigningConfigRequest";
|
|
812
877
|
const _DCSCRe = "DeleteCodeSigningConfigResponse";
|
|
@@ -821,6 +886,7 @@ const _DFCSCR = "DeleteFunctionCodeSigningConfigRequest";
|
|
|
821
886
|
const _DFEIC = "DeleteFunctionEventInvokeConfig";
|
|
822
887
|
const _DFEICR = "DeleteFunctionEventInvokeConfigRequest";
|
|
823
888
|
const _DFR = "DeleteFunctionRequest";
|
|
889
|
+
const _DFRe = "DeleteFunctionResponse";
|
|
824
890
|
const _DFUC = "DeleteFunctionUrlConfig";
|
|
825
891
|
const _DFUCR = "DeleteFunctionUrlConfigRequest";
|
|
826
892
|
const _DLC = "DeadLetterConfig";
|
|
@@ -839,11 +905,13 @@ const _ECTE = "EC2ThrottledException";
|
|
|
839
905
|
const _ECUE = "EC2UnexpectedException";
|
|
840
906
|
const _ED = "ErrorDetails";
|
|
841
907
|
const _EE = "EnvironmentError";
|
|
908
|
+
const _EEMGBPVC = "ExecutionEnvironmentMemoryGiBPerVCpu";
|
|
842
909
|
const _EFSIOE = "EFSIOException";
|
|
843
910
|
const _EFSMCE = "EFSMountConnectivityException";
|
|
844
911
|
const _EFSMFE = "EFSMountFailureException";
|
|
845
912
|
const _EFSMTE = "EFSMountTimeoutException";
|
|
846
913
|
const _EH = "ExposeHeaders";
|
|
914
|
+
const _EIT = "ExcludedInstanceTypes";
|
|
847
915
|
const _ENILRE = "ENILimitReachedException";
|
|
848
916
|
const _EP = "EntryPoint";
|
|
849
917
|
const _ER = "EnvironmentResponse";
|
|
@@ -882,15 +950,21 @@ const _FL = "FilterList";
|
|
|
882
950
|
const _FLu = "FunctionList";
|
|
883
951
|
const _FN = "FunctionName";
|
|
884
952
|
const _FRT = "FunctionResponseTypes";
|
|
953
|
+
const _FS = "FunctionState";
|
|
885
954
|
const _FSC = "FileSystemConfigs";
|
|
886
955
|
const _FSCL = "FileSystemConfigList";
|
|
887
956
|
const _FSCi = "FileSystemConfig";
|
|
957
|
+
const _FSCu = "FunctionScalingConfig";
|
|
888
958
|
const _FU = "FunctionUrl";
|
|
889
959
|
const _FUAT = "FunctionUrlAuthType";
|
|
890
960
|
const _FUC = "FunctionUrlConfig";
|
|
891
961
|
const _FUCL = "FunctionUrlConfigList";
|
|
892
962
|
const _FUCu = "FunctionUrlConfigs";
|
|
893
963
|
const _FV = "FunctionVersion";
|
|
964
|
+
const _FVBCPL = "FunctionVersionsByCapacityProviderList";
|
|
965
|
+
const _FVBCPLI = "FunctionVersionsByCapacityProviderListItem";
|
|
966
|
+
const _FVPCPLEE = "FunctionVersionsPerCapacityProviderLimitExceededException";
|
|
967
|
+
const _FVu = "FunctionVersions";
|
|
894
968
|
const _Fi = "Filters";
|
|
895
969
|
const _Fu = "Functions";
|
|
896
970
|
const _GA = "GetAlias";
|
|
@@ -898,6 +972,9 @@ const _GAR = "GetAliasRequest";
|
|
|
898
972
|
const _GAS = "GetAccountSettings";
|
|
899
973
|
const _GASR = "GetAccountSettingsRequest";
|
|
900
974
|
const _GASRe = "GetAccountSettingsResponse";
|
|
975
|
+
const _GCP = "GetCapacityProvider";
|
|
976
|
+
const _GCPR = "GetCapacityProviderRequest";
|
|
977
|
+
const _GCPRe = "GetCapacityProviderResponse";
|
|
901
978
|
const _GCSC = "GetCodeSigningConfig";
|
|
902
979
|
const _GCSCR = "GetCodeSigningConfigRequest";
|
|
903
980
|
const _GCSCRe = "GetCodeSigningConfigResponse";
|
|
@@ -919,6 +996,9 @@ const _GFRC = "GetFunctionRecursionConfig";
|
|
|
919
996
|
const _GFRCR = "GetFunctionRecursionConfigRequest";
|
|
920
997
|
const _GFRCRe = "GetFunctionRecursionConfigResponse";
|
|
921
998
|
const _GFRe = "GetFunctionResponse";
|
|
999
|
+
const _GFSC = "GetFunctionScalingConfig";
|
|
1000
|
+
const _GFSCR = "GetFunctionScalingConfigRequest";
|
|
1001
|
+
const _GFSCRe = "GetFunctionScalingConfigResponse";
|
|
922
1002
|
const _GFUC = "GetFunctionUrlConfig";
|
|
923
1003
|
const _GFUCR = "GetFunctionUrlConfigRequest";
|
|
924
1004
|
const _GFUCRe = "GetFunctionUrlConfigResponse";
|
|
@@ -953,11 +1033,12 @@ const _ICSE = "InvalidCodeSignatureException";
|
|
|
953
1033
|
const _ICn = "InvokeComplete";
|
|
954
1034
|
const _IM = "InvokeMode";
|
|
955
1035
|
const _IPVE = "InvalidParameterValueException";
|
|
956
|
-
const _IR = "
|
|
1036
|
+
const _IR = "InstanceRequirements";
|
|
957
1037
|
const _IRCE = "InvalidRequestContentException";
|
|
958
1038
|
const _IRE = "InvalidRuntimeException";
|
|
959
1039
|
const _IRSU = "InvokeResponseStreamUpdate";
|
|
960
|
-
const _IRn = "
|
|
1040
|
+
const _IRn = "InvocationRequest";
|
|
1041
|
+
const _IRnv = "InvocationResponse";
|
|
961
1042
|
const _ISGIDE = "InvalidSecurityGroupIDException";
|
|
962
1043
|
const _ISIDE = "InvalidSubnetIDException";
|
|
963
1044
|
const _IT = "InvocationType";
|
|
@@ -969,6 +1050,7 @@ const _IWRSR = "InvokeWithResponseStreamRequest";
|
|
|
969
1050
|
const _IWRSRE = "InvokeWithResponseStreamResponseEvent";
|
|
970
1051
|
const _IWRSRn = "InvokeWithResponseStreamResponse";
|
|
971
1052
|
const _IZFE = "InvalidZipFileException";
|
|
1053
|
+
const _KKA = "KmsKeyArn";
|
|
972
1054
|
const _KMSADE = "KMSAccessDeniedException";
|
|
973
1055
|
const _KMSDE = "KMSDisabledException";
|
|
974
1056
|
const _KMSISE = "KMSInvalidStateException";
|
|
@@ -985,6 +1067,9 @@ const _LAR = "ListAliasesRequest";
|
|
|
985
1067
|
const _LARi = "ListAliasesResponse";
|
|
986
1068
|
const _LAi = "ListAliases";
|
|
987
1069
|
const _LC = "LoggingConfig";
|
|
1070
|
+
const _LCP = "ListCapacityProviders";
|
|
1071
|
+
const _LCPR = "ListCapacityProvidersRequest";
|
|
1072
|
+
const _LCPRi = "ListCapacityProvidersResponse";
|
|
988
1073
|
const _LCSC = "ListCodeSigningConfigs";
|
|
989
1074
|
const _LCSCR = "ListCodeSigningConfigsRequest";
|
|
990
1075
|
const _LCSCRi = "ListCodeSigningConfigsResponse";
|
|
@@ -1003,6 +1088,9 @@ const _LFRi = "ListFunctionsResponse";
|
|
|
1003
1088
|
const _LFUC = "ListFunctionUrlConfigs";
|
|
1004
1089
|
const _LFUCR = "ListFunctionUrlConfigsRequest";
|
|
1005
1090
|
const _LFUCRi = "ListFunctionUrlConfigsResponse";
|
|
1091
|
+
const _LFVBCP = "ListFunctionVersionsByCapacityProvider";
|
|
1092
|
+
const _LFVBCPR = "ListFunctionVersionsByCapacityProviderRequest";
|
|
1093
|
+
const _LFVBCPRi = "ListFunctionVersionsByCapacityProviderResponse";
|
|
1006
1094
|
const _LFi = "ListFunctions";
|
|
1007
1095
|
const _LG = "LogGroup";
|
|
1008
1096
|
const _LI = "LicenseInfo";
|
|
@@ -1015,6 +1103,7 @@ const _LLVR = "ListLayerVersionsRequest";
|
|
|
1015
1103
|
const _LLVRi = "ListLayerVersionsResponse";
|
|
1016
1104
|
const _LLi = "ListLayers";
|
|
1017
1105
|
const _LM = "LastModified";
|
|
1106
|
+
const _LMICPC = "LambdaManagedInstancesCapacityProviderConfig";
|
|
1018
1107
|
const _LMP = "LocalMountPath";
|
|
1019
1108
|
const _LMT = "LastModifiedTime";
|
|
1020
1109
|
const _LMV = "LatestMatchingVersion";
|
|
@@ -1050,6 +1139,8 @@ const _MBWIS = "MaximumBatchingWindowInSeconds";
|
|
|
1050
1139
|
const _MC = "MetricsConfig";
|
|
1051
1140
|
const _MCa = "MaximumConcurrency";
|
|
1052
1141
|
const _MEAIS = "MaximumEventAgeInSeconds";
|
|
1142
|
+
const _MEE = "MinExecutionEnvironments";
|
|
1143
|
+
const _MEEa = "MaxExecutionEnvironments";
|
|
1053
1144
|
const _MI = "MaxItems";
|
|
1054
1145
|
const _MP = "MinimumPollers";
|
|
1055
1146
|
const _MPa = "MaximumPollers";
|
|
@@ -1057,22 +1148,26 @@ const _MR = "MasterRegion";
|
|
|
1057
1148
|
const _MRA = "MaximumRetryAttempts";
|
|
1058
1149
|
const _MRAIS = "MaximumRecordAgeInSeconds";
|
|
1059
1150
|
const _MS = "MemorySize";
|
|
1151
|
+
const _MVCC = "MaxVCpuCount";
|
|
1060
1152
|
const _Ma = "Marker";
|
|
1061
1153
|
const _Me = "Metrics";
|
|
1062
1154
|
const _Mo = "Mode";
|
|
1063
1155
|
const _N = "Name";
|
|
1064
1156
|
const _NM = "NextMarker";
|
|
1157
|
+
const _NPVE = "NoPublishedVersionException";
|
|
1065
1158
|
const _OF = "OnFailure";
|
|
1066
1159
|
const _OI = "OrganizationId";
|
|
1067
1160
|
const _OS = "OnSuccess";
|
|
1068
1161
|
const _OSp = "OptimizationStatus";
|
|
1069
1162
|
const _P = "Principal";
|
|
1070
|
-
const _PC = "
|
|
1163
|
+
const _PC = "PermissionsConfig";
|
|
1071
1164
|
const _PCC = "ProvisionedConcurrencyConfigs";
|
|
1072
1165
|
const _PCCL = "ProvisionedConcurrencyConfigList";
|
|
1073
1166
|
const _PCCLI = "ProvisionedConcurrencyConfigListItem";
|
|
1074
1167
|
const _PCCNFE = "ProvisionedConcurrencyConfigNotFoundException";
|
|
1075
1168
|
const _PCE = "ProvisionedConcurrentExecutions";
|
|
1169
|
+
const _PCa = "PayloadChunk";
|
|
1170
|
+
const _PEEMC = "PerExecutionEnvironmentMaxConcurrency";
|
|
1076
1171
|
const _PF = "ParallelizationFactor";
|
|
1077
1172
|
const _PFC = "PutFunctionConcurrency";
|
|
1078
1173
|
const _PFCR = "PutFunctionConcurrencyRequest";
|
|
@@ -1085,11 +1180,15 @@ const _PFEICR = "PutFunctionEventInvokeConfigRequest";
|
|
|
1085
1180
|
const _PFRC = "PutFunctionRecursionConfig";
|
|
1086
1181
|
const _PFRCR = "PutFunctionRecursionConfigRequest";
|
|
1087
1182
|
const _PFRCRu = "PutFunctionRecursionConfigResponse";
|
|
1183
|
+
const _PFSC = "PutFunctionScalingConfig";
|
|
1184
|
+
const _PFSCR = "PutFunctionScalingConfigRequest";
|
|
1185
|
+
const _PFSCRu = "PutFunctionScalingConfigResponse";
|
|
1088
1186
|
const _PGN = "PollerGroupName";
|
|
1089
1187
|
const _PLEE = "PolicyLengthExceededException";
|
|
1090
1188
|
const _PLV = "PublishLayerVersion";
|
|
1091
1189
|
const _PLVR = "PublishLayerVersionRequest";
|
|
1092
1190
|
const _PLVRu = "PublishLayerVersionResponse";
|
|
1191
|
+
const _PMT = "PredefinedMetricType";
|
|
1093
1192
|
const _POID = "PrincipalOrgID";
|
|
1094
1193
|
const _PPC = "ProvisionedPollerConfig";
|
|
1095
1194
|
const _PPCC = "PutProvisionedConcurrencyConfig";
|
|
@@ -1099,6 +1198,7 @@ const _PRMC = "PutRuntimeManagementConfig";
|
|
|
1099
1198
|
const _PRMCR = "PutRuntimeManagementConfigRequest";
|
|
1100
1199
|
const _PRMCRu = "PutRuntimeManagementConfigResponse";
|
|
1101
1200
|
const _PT = "PackageType";
|
|
1201
|
+
const _PTu = "PublishTo";
|
|
1102
1202
|
const _PV = "PublishVersion";
|
|
1103
1203
|
const _PVR = "PublishVersionRequest";
|
|
1104
1204
|
const _Pa = "Pattern";
|
|
@@ -1112,6 +1212,7 @@ const _RA = "Retry-After";
|
|
|
1112
1212
|
const _RC = "RoutingConfig";
|
|
1113
1213
|
const _RCE = "ReservedConcurrentExecutions";
|
|
1114
1214
|
const _RCEe = "ResourceConflictException";
|
|
1215
|
+
const _RFSC = "RequestedFunctionScalingConfig";
|
|
1115
1216
|
const _RI = "RevisionId";
|
|
1116
1217
|
const _RIE = "RecursiveInvocationException";
|
|
1117
1218
|
const _RIU = "ResolvedImageUri";
|
|
@@ -1150,13 +1251,15 @@ const _SJA = "SigningJobArn";
|
|
|
1150
1251
|
const _SK = "S3Key";
|
|
1151
1252
|
const _SKMSKA = "SourceKMSKeyArn";
|
|
1152
1253
|
const _SLL = "SystemLogLevel";
|
|
1254
|
+
const _SM = "ScalingMode";
|
|
1153
1255
|
const _SMES = "SelfManagedEventSource";
|
|
1154
1256
|
const _SMKESC = "SelfManagedKafkaEventSourceConfig";
|
|
1155
1257
|
const _SOV = "S3ObjectVersion";
|
|
1156
|
-
const _SP = "
|
|
1258
|
+
const _SP = "ScalingPolicies";
|
|
1157
1259
|
const _SPT = "StartingPositionTimestamp";
|
|
1158
1260
|
const _SPVA = "SigningProfileVersionArns";
|
|
1159
1261
|
const _SPVAi = "SigningProfileVersionArn";
|
|
1262
|
+
const _SPt = "StartingPosition";
|
|
1160
1263
|
const _SR = "StateReason";
|
|
1161
1264
|
const _SRC = "SchemaRegistryConfig";
|
|
1162
1265
|
const _SRCt = "StateReasonCode";
|
|
@@ -1187,6 +1290,8 @@ const _TK = "TagKeys";
|
|
|
1187
1290
|
const _TMRE = "TooManyRequestsException";
|
|
1188
1291
|
const _TR = "TagResource";
|
|
1189
1292
|
const _TRR = "TagResourceRequest";
|
|
1293
|
+
const _TTSP = "TargetTrackingScalingPolicy";
|
|
1294
|
+
const _TV = "TargetValue";
|
|
1190
1295
|
const _TWIS = "TumblingWindowInSeconds";
|
|
1191
1296
|
const _Ta = "Tags";
|
|
1192
1297
|
const _Ti = "Timeout";
|
|
@@ -1195,6 +1300,9 @@ const _UA = "UpdateAlias";
|
|
|
1195
1300
|
const _UAOD = "UntrustedArtifactOnDeployment";
|
|
1196
1301
|
const _UAR = "UpdateAliasRequest";
|
|
1197
1302
|
const _UCE = "UnreservedConcurrentExecutions";
|
|
1303
|
+
const _UCP = "UpdateCapacityProvider";
|
|
1304
|
+
const _UCPR = "UpdateCapacityProviderRequest";
|
|
1305
|
+
const _UCPRp = "UpdateCapacityProviderResponse";
|
|
1198
1306
|
const _UCSC = "UpdateCodeSigningConfig";
|
|
1199
1307
|
const _UCSCR = "UpdateCodeSigningConfigRequest";
|
|
1200
1308
|
const _UCSCRp = "UpdateCodeSigningConfigResponse";
|
|
@@ -1327,6 +1435,53 @@ var AmazonManagedKafkaEventSourceConfig = [
|
|
|
1327
1435
|
[_CGI, _SRC],
|
|
1328
1436
|
[0, () => KafkaSchemaRegistryConfig],
|
|
1329
1437
|
];
|
|
1438
|
+
var CapacityProvider = [
|
|
1439
|
+
3,
|
|
1440
|
+
n0,
|
|
1441
|
+
_CP,
|
|
1442
|
+
0,
|
|
1443
|
+
[_CPA, _St, _VC, _PC, _IR, _CPSC, _KKA, _LM],
|
|
1444
|
+
[
|
|
1445
|
+
0,
|
|
1446
|
+
0,
|
|
1447
|
+
() => CapacityProviderVpcConfig,
|
|
1448
|
+
() => CapacityProviderPermissionsConfig,
|
|
1449
|
+
() => InstanceRequirements,
|
|
1450
|
+
() => CapacityProviderScalingConfig,
|
|
1451
|
+
0,
|
|
1452
|
+
0,
|
|
1453
|
+
],
|
|
1454
|
+
];
|
|
1455
|
+
var CapacityProviderConfig = [
|
|
1456
|
+
3,
|
|
1457
|
+
n0,
|
|
1458
|
+
_CPC,
|
|
1459
|
+
0,
|
|
1460
|
+
[_LMICPC],
|
|
1461
|
+
[() => LambdaManagedInstancesCapacityProviderConfig],
|
|
1462
|
+
];
|
|
1463
|
+
var CapacityProviderLimitExceededException = [
|
|
1464
|
+
-3,
|
|
1465
|
+
n0,
|
|
1466
|
+
_CPLEE,
|
|
1467
|
+
{
|
|
1468
|
+
[_e]: _c,
|
|
1469
|
+
[_hE]: 400,
|
|
1470
|
+
},
|
|
1471
|
+
[_T, _m],
|
|
1472
|
+
[0, 0],
|
|
1473
|
+
];
|
|
1474
|
+
schema.TypeRegistry.for(n0).registerError(CapacityProviderLimitExceededException, CapacityProviderLimitExceededException$1);
|
|
1475
|
+
var CapacityProviderPermissionsConfig = [3, n0, _CPPC, 0, [_CPORA], [0]];
|
|
1476
|
+
var CapacityProviderScalingConfig = [
|
|
1477
|
+
3,
|
|
1478
|
+
n0,
|
|
1479
|
+
_CPSC,
|
|
1480
|
+
0,
|
|
1481
|
+
[_MVCC, _SM, _SP],
|
|
1482
|
+
[1, 0, () => CapacityProviderScalingPoliciesList],
|
|
1483
|
+
];
|
|
1484
|
+
var CapacityProviderVpcConfig = [3, n0, _CPVC, 0, [_SIu, _SGI], [64 | 0, 64 | 0]];
|
|
1330
1485
|
var CodeSigningConfig = [
|
|
1331
1486
|
3,
|
|
1332
1487
|
n0,
|
|
@@ -1389,6 +1544,23 @@ var CreateAliasRequest = [
|
|
|
1389
1544
|
[_FN, _N, _FV, _D, _RC],
|
|
1390
1545
|
[[0, 1], 0, 0, 0, () => AliasRoutingConfiguration],
|
|
1391
1546
|
];
|
|
1547
|
+
var CreateCapacityProviderRequest = [
|
|
1548
|
+
3,
|
|
1549
|
+
n0,
|
|
1550
|
+
_CCPR,
|
|
1551
|
+
0,
|
|
1552
|
+
[_CPN, _VC, _PC, _IR, _CPSC, _KKA, _Ta],
|
|
1553
|
+
[
|
|
1554
|
+
0,
|
|
1555
|
+
() => CapacityProviderVpcConfig,
|
|
1556
|
+
() => CapacityProviderPermissionsConfig,
|
|
1557
|
+
() => InstanceRequirements,
|
|
1558
|
+
() => CapacityProviderScalingConfig,
|
|
1559
|
+
0,
|
|
1560
|
+
128 | 0,
|
|
1561
|
+
],
|
|
1562
|
+
];
|
|
1563
|
+
var CreateCapacityProviderResponse = [3, n0, _CCPRr, 0, [_CP], [() => CapacityProvider]];
|
|
1392
1564
|
var CreateCodeSigningConfigRequest = [
|
|
1393
1565
|
3,
|
|
1394
1566
|
n0,
|
|
@@ -1418,7 +1590,7 @@ var CreateEventSourceMappingRequest = [
|
|
|
1418
1590
|
_FCi,
|
|
1419
1591
|
_MBWIS,
|
|
1420
1592
|
_PF,
|
|
1421
|
-
|
|
1593
|
+
_SPt,
|
|
1422
1594
|
_SPT,
|
|
1423
1595
|
_DC,
|
|
1424
1596
|
_MRAIS,
|
|
@@ -1499,6 +1671,8 @@ var CreateFunctionRequest = [
|
|
|
1499
1671
|
_ES,
|
|
1500
1672
|
_SSn,
|
|
1501
1673
|
_LC,
|
|
1674
|
+
_CPC,
|
|
1675
|
+
_PTu,
|
|
1502
1676
|
_TCe,
|
|
1503
1677
|
],
|
|
1504
1678
|
[
|
|
@@ -1526,6 +1700,8 @@ var CreateFunctionRequest = [
|
|
|
1526
1700
|
() => EphemeralStorage,
|
|
1527
1701
|
() => SnapStart,
|
|
1528
1702
|
() => LoggingConfig,
|
|
1703
|
+
() => CapacityProviderConfig,
|
|
1704
|
+
0,
|
|
1529
1705
|
() => TenancyConfig,
|
|
1530
1706
|
],
|
|
1531
1707
|
];
|
|
@@ -1568,6 +1744,8 @@ var DeleteAliasRequest = [
|
|
|
1568
1744
|
[0, 1],
|
|
1569
1745
|
],
|
|
1570
1746
|
];
|
|
1747
|
+
var DeleteCapacityProviderRequest = [3, n0, _DCPR, 0, [_CPN], [[0, 1]]];
|
|
1748
|
+
var DeleteCapacityProviderResponse = [3, n0, _DCPRe, 0, [_CP], [() => CapacityProvider]];
|
|
1571
1749
|
var DeleteCodeSigningConfigRequest = [3, n0, _DCSCR, 0, [_CSCA], [[0, 1]]];
|
|
1572
1750
|
var DeleteCodeSigningConfigResponse = [3, n0, _DCSCRe, 0, [], []];
|
|
1573
1751
|
var DeleteEventSourceMappingRequest = [3, n0, _DESMR, 0, [_UUID], [[0, 1]]];
|
|
@@ -1605,6 +1783,7 @@ var DeleteFunctionRequest = [
|
|
|
1605
1783
|
],
|
|
1606
1784
|
],
|
|
1607
1785
|
];
|
|
1786
|
+
var DeleteFunctionResponse = [3, n0, _DFRe, 0, [_SCt], [[1, 32]]];
|
|
1608
1787
|
var DeleteFunctionUrlConfigRequest = [
|
|
1609
1788
|
3,
|
|
1610
1789
|
n0,
|
|
@@ -1767,7 +1946,7 @@ var EventSourceMappingConfiguration = [
|
|
|
1767
1946
|
0,
|
|
1768
1947
|
[
|
|
1769
1948
|
_UUID,
|
|
1770
|
-
|
|
1949
|
+
_SPt,
|
|
1771
1950
|
_SPT,
|
|
1772
1951
|
_BSa,
|
|
1773
1952
|
_MBWIS,
|
|
@@ -1897,6 +2076,8 @@ var FunctionConfiguration = [
|
|
|
1897
2076
|
_SSn,
|
|
1898
2077
|
_RVC,
|
|
1899
2078
|
_LC,
|
|
2079
|
+
_CPC,
|
|
2080
|
+
_CSon,
|
|
1900
2081
|
_TCe,
|
|
1901
2082
|
],
|
|
1902
2083
|
[
|
|
@@ -1936,6 +2117,8 @@ var FunctionConfiguration = [
|
|
|
1936
2117
|
() => SnapStartResponse,
|
|
1937
2118
|
[() => RuntimeVersionConfig, 0],
|
|
1938
2119
|
() => LoggingConfig,
|
|
2120
|
+
() => CapacityProviderConfig,
|
|
2121
|
+
0,
|
|
1939
2122
|
() => TenancyConfig,
|
|
1940
2123
|
],
|
|
1941
2124
|
];
|
|
@@ -1947,6 +2130,7 @@ var FunctionEventInvokeConfig = [
|
|
|
1947
2130
|
[_LM, _FA, _MRA, _MEAIS, _DC],
|
|
1948
2131
|
[4, 0, 1, 1, () => DestinationConfig],
|
|
1949
2132
|
];
|
|
2133
|
+
var FunctionScalingConfig = [3, n0, _FSCu, 0, [_MEE, _MEEa], [1, 1]];
|
|
1950
2134
|
var FunctionUrlConfig = [
|
|
1951
2135
|
3,
|
|
1952
2136
|
n0,
|
|
@@ -1955,6 +2139,19 @@ var FunctionUrlConfig = [
|
|
|
1955
2139
|
[_FU, _FA, _CT, _LMT, _Co, _AT, _IM],
|
|
1956
2140
|
[0, 0, 0, 0, () => Cors, 0, 0],
|
|
1957
2141
|
];
|
|
2142
|
+
var FunctionVersionsByCapacityProviderListItem = [3, n0, _FVBCPLI, 0, [_FA, _St], [0, 0]];
|
|
2143
|
+
var FunctionVersionsPerCapacityProviderLimitExceededException = [
|
|
2144
|
+
-3,
|
|
2145
|
+
n0,
|
|
2146
|
+
_FVPCPLEE,
|
|
2147
|
+
{
|
|
2148
|
+
[_e]: _c,
|
|
2149
|
+
[_hE]: 400,
|
|
2150
|
+
},
|
|
2151
|
+
[_T, _m],
|
|
2152
|
+
[0, 0],
|
|
2153
|
+
];
|
|
2154
|
+
schema.TypeRegistry.for(n0).registerError(FunctionVersionsPerCapacityProviderLimitExceededException, FunctionVersionsPerCapacityProviderLimitExceededException$1);
|
|
1958
2155
|
var GetAccountSettingsRequest = [3, n0, _GASR, 0, [], []];
|
|
1959
2156
|
var GetAccountSettingsResponse = [
|
|
1960
2157
|
3,
|
|
@@ -1975,6 +2172,8 @@ var GetAliasRequest = [
|
|
|
1975
2172
|
[0, 1],
|
|
1976
2173
|
],
|
|
1977
2174
|
];
|
|
2175
|
+
var GetCapacityProviderRequest = [3, n0, _GCPR, 0, [_CPN], [[0, 1]]];
|
|
2176
|
+
var GetCapacityProviderResponse = [3, n0, _GCPRe, 0, [_CP], [() => CapacityProvider]];
|
|
1978
2177
|
var GetCodeSigningConfigRequest = [3, n0, _GCSCR, 0, [_CSCA], [[0, 1]]];
|
|
1979
2178
|
var GetCodeSigningConfigResponse = [3, n0, _GCSCRe, 0, [_CSC], [() => CodeSigningConfig]];
|
|
1980
2179
|
var GetEventSourceMappingRequest = [3, n0, _GESMR, 0, [_UUID], [[0, 1]]];
|
|
@@ -2040,6 +2239,30 @@ var GetFunctionResponse = [
|
|
|
2040
2239
|
[_Con, _Cod, _Ta, _TE, _C],
|
|
2041
2240
|
[[() => FunctionConfiguration, 0], () => FunctionCodeLocation, 128 | 0, () => TagsError, () => Concurrency],
|
|
2042
2241
|
];
|
|
2242
|
+
var GetFunctionScalingConfigRequest = [
|
|
2243
|
+
3,
|
|
2244
|
+
n0,
|
|
2245
|
+
_GFSCR,
|
|
2246
|
+
0,
|
|
2247
|
+
[_FN, _Q],
|
|
2248
|
+
[
|
|
2249
|
+
[0, 1],
|
|
2250
|
+
[
|
|
2251
|
+
0,
|
|
2252
|
+
{
|
|
2253
|
+
[_hQ]: _Q,
|
|
2254
|
+
},
|
|
2255
|
+
],
|
|
2256
|
+
],
|
|
2257
|
+
];
|
|
2258
|
+
var GetFunctionScalingConfigResponse = [
|
|
2259
|
+
3,
|
|
2260
|
+
n0,
|
|
2261
|
+
_GFSCRe,
|
|
2262
|
+
0,
|
|
2263
|
+
[_FA, _AFSC, _RFSC],
|
|
2264
|
+
[0, () => FunctionScalingConfig, () => FunctionScalingConfig],
|
|
2265
|
+
];
|
|
2043
2266
|
var GetFunctionUrlConfigRequest = [
|
|
2044
2267
|
3,
|
|
2045
2268
|
n0,
|
|
@@ -2185,6 +2408,7 @@ var ImageConfigResponse = [
|
|
|
2185
2408
|
[_IC, _Er],
|
|
2186
2409
|
[() => ImageConfig, [() => ImageConfigError, 0]],
|
|
2187
2410
|
];
|
|
2411
|
+
var InstanceRequirements = [3, n0, _IR, 0, [_Ar, _AIT, _EIT], [64 | 0, 64 | 0, 64 | 0]];
|
|
2188
2412
|
var InvalidCodeSignatureException = [
|
|
2189
2413
|
-3,
|
|
2190
2414
|
n0,
|
|
@@ -2272,7 +2496,7 @@ schema.TypeRegistry.for(n0).registerError(InvalidZipFileException, InvalidZipFil
|
|
|
2272
2496
|
var InvocationRequest = [
|
|
2273
2497
|
3,
|
|
2274
2498
|
n0,
|
|
2275
|
-
|
|
2499
|
+
_IRn,
|
|
2276
2500
|
0,
|
|
2277
2501
|
[_FN, _IT, _LT, _CC, _Pay, _Q, _TI],
|
|
2278
2502
|
[
|
|
@@ -2313,7 +2537,7 @@ var InvocationRequest = [
|
|
|
2313
2537
|
var InvocationResponse = [
|
|
2314
2538
|
3,
|
|
2315
2539
|
n0,
|
|
2316
|
-
|
|
2540
|
+
_IRnv,
|
|
2317
2541
|
0,
|
|
2318
2542
|
[_SCt, _FE, _LR, _Pay, _EV],
|
|
2319
2543
|
[
|
|
@@ -2496,6 +2720,14 @@ var KMSNotFoundException = [
|
|
|
2496
2720
|
[0, 0],
|
|
2497
2721
|
];
|
|
2498
2722
|
schema.TypeRegistry.for(n0).registerError(KMSNotFoundException, KMSNotFoundException$1);
|
|
2723
|
+
var LambdaManagedInstancesCapacityProviderConfig = [
|
|
2724
|
+
3,
|
|
2725
|
+
n0,
|
|
2726
|
+
_LMICPC,
|
|
2727
|
+
0,
|
|
2728
|
+
[_CPA, _PEEMC, _EEMGBPVC],
|
|
2729
|
+
[0, 1, 1],
|
|
2730
|
+
];
|
|
2499
2731
|
var Layer = [3, n0, _La, 0, [_Arn, _CS, _SPVAi, _SJA], [0, 1, 0, 0]];
|
|
2500
2732
|
var LayersListItem = [
|
|
2501
2733
|
3,
|
|
@@ -2558,6 +2790,41 @@ var ListAliasesRequest = [
|
|
|
2558
2790
|
],
|
|
2559
2791
|
];
|
|
2560
2792
|
var ListAliasesResponse = [3, n0, _LARi, 0, [_NM, _Al], [0, () => AliasList]];
|
|
2793
|
+
var ListCapacityProvidersRequest = [
|
|
2794
|
+
3,
|
|
2795
|
+
n0,
|
|
2796
|
+
_LCPR,
|
|
2797
|
+
0,
|
|
2798
|
+
[_St, _Ma, _MI],
|
|
2799
|
+
[
|
|
2800
|
+
[
|
|
2801
|
+
0,
|
|
2802
|
+
{
|
|
2803
|
+
[_hQ]: _St,
|
|
2804
|
+
},
|
|
2805
|
+
],
|
|
2806
|
+
[
|
|
2807
|
+
0,
|
|
2808
|
+
{
|
|
2809
|
+
[_hQ]: _Ma,
|
|
2810
|
+
},
|
|
2811
|
+
],
|
|
2812
|
+
[
|
|
2813
|
+
1,
|
|
2814
|
+
{
|
|
2815
|
+
[_hQ]: _MI,
|
|
2816
|
+
},
|
|
2817
|
+
],
|
|
2818
|
+
],
|
|
2819
|
+
];
|
|
2820
|
+
var ListCapacityProvidersResponse = [
|
|
2821
|
+
3,
|
|
2822
|
+
n0,
|
|
2823
|
+
_LCPRi,
|
|
2824
|
+
0,
|
|
2825
|
+
[_CPa, _NM],
|
|
2826
|
+
[() => CapacityProvidersList, 0],
|
|
2827
|
+
];
|
|
2561
2828
|
var ListCodeSigningConfigsRequest = [
|
|
2562
2829
|
3,
|
|
2563
2830
|
n0,
|
|
@@ -2752,6 +3019,36 @@ var ListFunctionUrlConfigsResponse = [
|
|
|
2752
3019
|
[_FUCu, _NM],
|
|
2753
3020
|
[() => FunctionUrlConfigList, 0],
|
|
2754
3021
|
];
|
|
3022
|
+
var ListFunctionVersionsByCapacityProviderRequest = [
|
|
3023
|
+
3,
|
|
3024
|
+
n0,
|
|
3025
|
+
_LFVBCPR,
|
|
3026
|
+
0,
|
|
3027
|
+
[_CPN, _Ma, _MI],
|
|
3028
|
+
[
|
|
3029
|
+
[0, 1],
|
|
3030
|
+
[
|
|
3031
|
+
0,
|
|
3032
|
+
{
|
|
3033
|
+
[_hQ]: _Ma,
|
|
3034
|
+
},
|
|
3035
|
+
],
|
|
3036
|
+
[
|
|
3037
|
+
1,
|
|
3038
|
+
{
|
|
3039
|
+
[_hQ]: _MI,
|
|
3040
|
+
},
|
|
3041
|
+
],
|
|
3042
|
+
],
|
|
3043
|
+
];
|
|
3044
|
+
var ListFunctionVersionsByCapacityProviderResponse = [
|
|
3045
|
+
3,
|
|
3046
|
+
n0,
|
|
3047
|
+
_LFVBCPRi,
|
|
3048
|
+
0,
|
|
3049
|
+
[_CPA, _FVu, _NM],
|
|
3050
|
+
[0, () => FunctionVersionsByCapacityProviderList, 0],
|
|
3051
|
+
];
|
|
2755
3052
|
var ListLayersRequest = [
|
|
2756
3053
|
3,
|
|
2757
3054
|
n0,
|
|
@@ -2891,6 +3188,18 @@ var ListVersionsByFunctionResponse = [
|
|
|
2891
3188
|
[0, [() => FunctionList, 0]],
|
|
2892
3189
|
];
|
|
2893
3190
|
var LoggingConfig = [3, n0, _LC, 0, [_LF, _ALL, _SLL, _LG], [0, 0, 0, 0]];
|
|
3191
|
+
var NoPublishedVersionException = [
|
|
3192
|
+
-3,
|
|
3193
|
+
n0,
|
|
3194
|
+
_NPVE,
|
|
3195
|
+
{
|
|
3196
|
+
[_e]: _c,
|
|
3197
|
+
[_hE]: 400,
|
|
3198
|
+
},
|
|
3199
|
+
[_T, _M],
|
|
3200
|
+
[0, 0],
|
|
3201
|
+
];
|
|
3202
|
+
schema.TypeRegistry.for(n0).registerError(NoPublishedVersionException, NoPublishedVersionException$1);
|
|
2894
3203
|
var OnFailure = [3, n0, _OF, 0, [_De], [0]];
|
|
2895
3204
|
var OnSuccess = [3, n0, _OS, 0, [_De], [0]];
|
|
2896
3205
|
var PolicyLengthExceededException = [
|
|
@@ -2954,7 +3263,14 @@ var PublishLayerVersionResponse = [
|
|
|
2954
3263
|
[_Cont, _LA, _LVA, _D, _CD, _Ve, _CR, _LI, _CA],
|
|
2955
3264
|
[() => LayerVersionContentOutput, 0, 0, 0, 0, 1, 64 | 0, 0, 64 | 0],
|
|
2956
3265
|
];
|
|
2957
|
-
var PublishVersionRequest = [
|
|
3266
|
+
var PublishVersionRequest = [
|
|
3267
|
+
3,
|
|
3268
|
+
n0,
|
|
3269
|
+
_PVR,
|
|
3270
|
+
0,
|
|
3271
|
+
[_FN, _CSo, _D, _RI, _PTu],
|
|
3272
|
+
[[0, 1], 0, 0, 0, 0],
|
|
3273
|
+
];
|
|
2958
3274
|
var PutFunctionCodeSigningConfigRequest = [3, n0, _PFCSCR, 0, [_CSCA, _FN], [0, [0, 1]]];
|
|
2959
3275
|
var PutFunctionCodeSigningConfigResponse = [3, n0, _PFCSCRu, 0, [_CSCA, _FN], [0, 0]];
|
|
2960
3276
|
var PutFunctionConcurrencyRequest = [3, n0, _PFCR, 0, [_FN, _RCE], [[0, 1], 1]];
|
|
@@ -2979,6 +3295,24 @@ var PutFunctionEventInvokeConfigRequest = [
|
|
|
2979
3295
|
];
|
|
2980
3296
|
var PutFunctionRecursionConfigRequest = [3, n0, _PFRCR, 0, [_FN, _RL], [[0, 1], 0]];
|
|
2981
3297
|
var PutFunctionRecursionConfigResponse = [3, n0, _PFRCRu, 0, [_RL], [0]];
|
|
3298
|
+
var PutFunctionScalingConfigRequest = [
|
|
3299
|
+
3,
|
|
3300
|
+
n0,
|
|
3301
|
+
_PFSCR,
|
|
3302
|
+
0,
|
|
3303
|
+
[_FN, _Q, _FSCu],
|
|
3304
|
+
[
|
|
3305
|
+
[0, 1],
|
|
3306
|
+
[
|
|
3307
|
+
0,
|
|
3308
|
+
{
|
|
3309
|
+
[_hQ]: _Q,
|
|
3310
|
+
},
|
|
3311
|
+
],
|
|
3312
|
+
() => FunctionScalingConfig,
|
|
3313
|
+
],
|
|
3314
|
+
];
|
|
3315
|
+
var PutFunctionScalingConfigResponse = [3, n0, _PFSCRu, 0, [_FS], [0]];
|
|
2982
3316
|
var PutProvisionedConcurrencyConfigRequest = [
|
|
2983
3317
|
3,
|
|
2984
3318
|
n0,
|
|
@@ -3239,6 +3573,7 @@ var SubnetIPAddressLimitReachedException = [
|
|
|
3239
3573
|
schema.TypeRegistry.for(n0).registerError(SubnetIPAddressLimitReachedException, SubnetIPAddressLimitReachedException$1);
|
|
3240
3574
|
var TagResourceRequest = [3, n0, _TRR, 0, [_Re, _Ta], [[0, 1], 128 | 0]];
|
|
3241
3575
|
var TagsError = [3, n0, _TE, 0, [_EC, _M], [0, 0]];
|
|
3576
|
+
var TargetTrackingScalingPolicy = [3, n0, _TTSP, 0, [_PMT, _TV], [0, 1]];
|
|
3242
3577
|
var TenancyConfig = [3, n0, _TCe, 0, [_TIM], [0]];
|
|
3243
3578
|
var TooManyRequestsException = [
|
|
3244
3579
|
-3,
|
|
@@ -3300,6 +3635,15 @@ var UpdateAliasRequest = [
|
|
|
3300
3635
|
[_FN, _N, _FV, _D, _RC, _RI],
|
|
3301
3636
|
[[0, 1], [0, 1], 0, 0, () => AliasRoutingConfiguration, 0],
|
|
3302
3637
|
];
|
|
3638
|
+
var UpdateCapacityProviderRequest = [
|
|
3639
|
+
3,
|
|
3640
|
+
n0,
|
|
3641
|
+
_UCPR,
|
|
3642
|
+
0,
|
|
3643
|
+
[_CPN, _CPSC],
|
|
3644
|
+
[[0, 1], () => CapacityProviderScalingConfig],
|
|
3645
|
+
];
|
|
3646
|
+
var UpdateCapacityProviderResponse = [3, n0, _UCPRp, 0, [_CP], [() => CapacityProvider]];
|
|
3303
3647
|
var UpdateCodeSigningConfigRequest = [
|
|
3304
3648
|
3,
|
|
3305
3649
|
n0,
|
|
@@ -3373,15 +3717,15 @@ var UpdateFunctionCodeRequest = [
|
|
|
3373
3717
|
n0,
|
|
3374
3718
|
_UFCR,
|
|
3375
3719
|
0,
|
|
3376
|
-
[_FN, _ZF, _SB, _SK, _SOV, _IU, _Pu, _DR, _RI, _Ar, _SKMSKA],
|
|
3377
|
-
[[0, 1], [() => _Blob, 0], 0, 0, 0, 0, 2, 2, 0, 64 | 0, 0],
|
|
3720
|
+
[_FN, _ZF, _SB, _SK, _SOV, _IU, _Pu, _DR, _RI, _Ar, _SKMSKA, _PTu],
|
|
3721
|
+
[[0, 1], [() => _Blob, 0], 0, 0, 0, 0, 2, 2, 0, 64 | 0, 0, 0],
|
|
3378
3722
|
];
|
|
3379
3723
|
var UpdateFunctionConfigurationRequest = [
|
|
3380
3724
|
3,
|
|
3381
3725
|
n0,
|
|
3382
3726
|
_UFCRp,
|
|
3383
3727
|
0,
|
|
3384
|
-
[_FN, _Ro, _H, _D, _Ti, _MS, _VC, _En, _R, _DLC, _KMSKA, _TC, _RI, _L, _FSC, _IC, _ES, _SSn, _LC],
|
|
3728
|
+
[_FN, _Ro, _H, _D, _Ti, _MS, _VC, _En, _R, _DLC, _KMSKA, _TC, _RI, _L, _FSC, _IC, _ES, _SSn, _LC, _CPC],
|
|
3385
3729
|
[
|
|
3386
3730
|
[0, 1],
|
|
3387
3731
|
0,
|
|
@@ -3402,6 +3746,7 @@ var UpdateFunctionConfigurationRequest = [
|
|
|
3402
3746
|
() => EphemeralStorage,
|
|
3403
3747
|
() => SnapStart,
|
|
3404
3748
|
() => LoggingConfig,
|
|
3749
|
+
() => CapacityProviderConfig,
|
|
3405
3750
|
],
|
|
3406
3751
|
];
|
|
3407
3752
|
var UpdateFunctionEventInvokeConfigRequest = [
|
|
@@ -3463,6 +3808,14 @@ var __Unit = "unit";
|
|
|
3463
3808
|
var LambdaServiceException = [-3, _sm, "LambdaServiceException", 0, [], []];
|
|
3464
3809
|
schema.TypeRegistry.for(_sm).registerError(LambdaServiceException, LambdaServiceException$1);
|
|
3465
3810
|
var AliasList = [1, n0, _ALl, 0, () => AliasConfiguration];
|
|
3811
|
+
var CapacityProviderScalingPoliciesList = [
|
|
3812
|
+
1,
|
|
3813
|
+
n0,
|
|
3814
|
+
_CPSPL,
|
|
3815
|
+
0,
|
|
3816
|
+
() => TargetTrackingScalingPolicy,
|
|
3817
|
+
];
|
|
3818
|
+
var CapacityProvidersList = [1, n0, _CPL, 0, () => CapacityProvider];
|
|
3466
3819
|
var CodeSigningConfigList = [1, n0, _CSCL, 0, () => CodeSigningConfig];
|
|
3467
3820
|
var EventSourceMappingsList = [1, n0, _ESML, 0, () => EventSourceMappingConfiguration];
|
|
3468
3821
|
var FileSystemConfigList = [1, n0, _FSCL, 0, () => FileSystemConfig];
|
|
@@ -3470,6 +3823,13 @@ var FilterList = [1, n0, _FL, 0, () => Filter];
|
|
|
3470
3823
|
var FunctionEventInvokeConfigList = [1, n0, _FEICL, 0, () => FunctionEventInvokeConfig];
|
|
3471
3824
|
var FunctionList = [1, n0, _FLu, 0, [() => FunctionConfiguration, 0]];
|
|
3472
3825
|
var FunctionUrlConfigList = [1, n0, _FUCL, 0, () => FunctionUrlConfig];
|
|
3826
|
+
var FunctionVersionsByCapacityProviderList = [
|
|
3827
|
+
1,
|
|
3828
|
+
n0,
|
|
3829
|
+
_FVBCPL,
|
|
3830
|
+
0,
|
|
3831
|
+
() => FunctionVersionsByCapacityProviderListItem,
|
|
3832
|
+
];
|
|
3473
3833
|
var KafkaSchemaRegistryAccessConfigList = [
|
|
3474
3834
|
1,
|
|
3475
3835
|
n0,
|
|
@@ -3504,7 +3864,7 @@ var InvokeWithResponseStreamResponseEvent = [
|
|
|
3504
3864
|
{
|
|
3505
3865
|
[_s]: 1,
|
|
3506
3866
|
},
|
|
3507
|
-
[
|
|
3867
|
+
[_PCa, _ICn],
|
|
3508
3868
|
[[() => InvokeResponseStreamUpdate, 0], () => InvokeWithResponseStreamCompleteEvent],
|
|
3509
3869
|
];
|
|
3510
3870
|
var AddLayerVersionPermission = [
|
|
@@ -3537,6 +3897,16 @@ var CreateAlias = [
|
|
|
3537
3897
|
() => CreateAliasRequest,
|
|
3538
3898
|
() => AliasConfiguration,
|
|
3539
3899
|
];
|
|
3900
|
+
var CreateCapacityProvider = [
|
|
3901
|
+
9,
|
|
3902
|
+
n0,
|
|
3903
|
+
_CCP,
|
|
3904
|
+
{
|
|
3905
|
+
[_h]: ["POST", "/2025-11-30/capacity-providers", 202],
|
|
3906
|
+
},
|
|
3907
|
+
() => CreateCapacityProviderRequest,
|
|
3908
|
+
() => CreateCapacityProviderResponse,
|
|
3909
|
+
];
|
|
3540
3910
|
var CreateCodeSigningConfig = [
|
|
3541
3911
|
9,
|
|
3542
3912
|
n0,
|
|
@@ -3587,6 +3957,16 @@ var DeleteAlias = [
|
|
|
3587
3957
|
() => DeleteAliasRequest,
|
|
3588
3958
|
() => __Unit,
|
|
3589
3959
|
];
|
|
3960
|
+
var DeleteCapacityProvider = [
|
|
3961
|
+
9,
|
|
3962
|
+
n0,
|
|
3963
|
+
_DCP,
|
|
3964
|
+
{
|
|
3965
|
+
[_h]: ["DELETE", "/2025-11-30/capacity-providers/{CapacityProviderName}", 202],
|
|
3966
|
+
},
|
|
3967
|
+
() => DeleteCapacityProviderRequest,
|
|
3968
|
+
() => DeleteCapacityProviderResponse,
|
|
3969
|
+
];
|
|
3590
3970
|
var DeleteCodeSigningConfig = [
|
|
3591
3971
|
9,
|
|
3592
3972
|
n0,
|
|
@@ -3612,10 +3992,10 @@ var DeleteFunction = [
|
|
|
3612
3992
|
n0,
|
|
3613
3993
|
_DF,
|
|
3614
3994
|
{
|
|
3615
|
-
[_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}",
|
|
3995
|
+
[_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}", 200],
|
|
3616
3996
|
},
|
|
3617
3997
|
() => DeleteFunctionRequest,
|
|
3618
|
-
() =>
|
|
3998
|
+
() => DeleteFunctionResponse,
|
|
3619
3999
|
];
|
|
3620
4000
|
var DeleteFunctionCodeSigningConfig = [
|
|
3621
4001
|
9,
|
|
@@ -3697,6 +4077,16 @@ var GetAlias = [
|
|
|
3697
4077
|
() => GetAliasRequest,
|
|
3698
4078
|
() => AliasConfiguration,
|
|
3699
4079
|
];
|
|
4080
|
+
var GetCapacityProvider = [
|
|
4081
|
+
9,
|
|
4082
|
+
n0,
|
|
4083
|
+
_GCP,
|
|
4084
|
+
{
|
|
4085
|
+
[_h]: ["GET", "/2025-11-30/capacity-providers/{CapacityProviderName}", 200],
|
|
4086
|
+
},
|
|
4087
|
+
() => GetCapacityProviderRequest,
|
|
4088
|
+
() => GetCapacityProviderResponse,
|
|
4089
|
+
];
|
|
3700
4090
|
var GetCodeSigningConfig = [
|
|
3701
4091
|
9,
|
|
3702
4092
|
n0,
|
|
@@ -3777,6 +4167,16 @@ var GetFunctionRecursionConfig = [
|
|
|
3777
4167
|
() => GetFunctionRecursionConfigRequest,
|
|
3778
4168
|
() => GetFunctionRecursionConfigResponse,
|
|
3779
4169
|
];
|
|
4170
|
+
var GetFunctionScalingConfig = [
|
|
4171
|
+
9,
|
|
4172
|
+
n0,
|
|
4173
|
+
_GFSC,
|
|
4174
|
+
{
|
|
4175
|
+
[_h]: ["GET", "/2025-11-30/functions/{FunctionName}/function-scaling-config", 200],
|
|
4176
|
+
},
|
|
4177
|
+
() => GetFunctionScalingConfigRequest,
|
|
4178
|
+
() => GetFunctionScalingConfigResponse,
|
|
4179
|
+
];
|
|
3780
4180
|
var GetFunctionUrlConfig = [
|
|
3781
4181
|
9,
|
|
3782
4182
|
n0,
|
|
@@ -3887,6 +4287,16 @@ var ListAliases = [
|
|
|
3887
4287
|
() => ListAliasesRequest,
|
|
3888
4288
|
() => ListAliasesResponse,
|
|
3889
4289
|
];
|
|
4290
|
+
var ListCapacityProviders = [
|
|
4291
|
+
9,
|
|
4292
|
+
n0,
|
|
4293
|
+
_LCP,
|
|
4294
|
+
{
|
|
4295
|
+
[_h]: ["GET", "/2025-11-30/capacity-providers", 200],
|
|
4296
|
+
},
|
|
4297
|
+
() => ListCapacityProvidersRequest,
|
|
4298
|
+
() => ListCapacityProvidersResponse,
|
|
4299
|
+
];
|
|
3890
4300
|
var ListCodeSigningConfigs = [
|
|
3891
4301
|
9,
|
|
3892
4302
|
n0,
|
|
@@ -3947,6 +4357,16 @@ var ListFunctionUrlConfigs = [
|
|
|
3947
4357
|
() => ListFunctionUrlConfigsRequest,
|
|
3948
4358
|
() => ListFunctionUrlConfigsResponse,
|
|
3949
4359
|
];
|
|
4360
|
+
var ListFunctionVersionsByCapacityProvider = [
|
|
4361
|
+
9,
|
|
4362
|
+
n0,
|
|
4363
|
+
_LFVBCP,
|
|
4364
|
+
{
|
|
4365
|
+
[_h]: ["GET", "/2025-11-30/capacity-providers/{CapacityProviderName}/function-versions", 200],
|
|
4366
|
+
},
|
|
4367
|
+
() => ListFunctionVersionsByCapacityProviderRequest,
|
|
4368
|
+
() => ListFunctionVersionsByCapacityProviderResponse,
|
|
4369
|
+
];
|
|
3950
4370
|
var ListLayers = [
|
|
3951
4371
|
9,
|
|
3952
4372
|
n0,
|
|
@@ -4057,6 +4477,16 @@ var PutFunctionRecursionConfig = [
|
|
|
4057
4477
|
() => PutFunctionRecursionConfigRequest,
|
|
4058
4478
|
() => PutFunctionRecursionConfigResponse,
|
|
4059
4479
|
];
|
|
4480
|
+
var PutFunctionScalingConfig = [
|
|
4481
|
+
9,
|
|
4482
|
+
n0,
|
|
4483
|
+
_PFSC,
|
|
4484
|
+
{
|
|
4485
|
+
[_h]: ["PUT", "/2025-11-30/functions/{FunctionName}/function-scaling-config", 202],
|
|
4486
|
+
},
|
|
4487
|
+
() => PutFunctionScalingConfigRequest,
|
|
4488
|
+
() => PutFunctionScalingConfigResponse,
|
|
4489
|
+
];
|
|
4060
4490
|
var PutProvisionedConcurrencyConfig = [
|
|
4061
4491
|
9,
|
|
4062
4492
|
n0,
|
|
@@ -4127,6 +4557,16 @@ var UpdateAlias = [
|
|
|
4127
4557
|
() => UpdateAliasRequest,
|
|
4128
4558
|
() => AliasConfiguration,
|
|
4129
4559
|
];
|
|
4560
|
+
var UpdateCapacityProvider = [
|
|
4561
|
+
9,
|
|
4562
|
+
n0,
|
|
4563
|
+
_UCP,
|
|
4564
|
+
{
|
|
4565
|
+
[_h]: ["PUT", "/2025-11-30/capacity-providers/{CapacityProviderName}", 202],
|
|
4566
|
+
},
|
|
4567
|
+
() => UpdateCapacityProviderRequest,
|
|
4568
|
+
() => UpdateCapacityProviderResponse,
|
|
4569
|
+
];
|
|
4130
4570
|
var UpdateCodeSigningConfig = [
|
|
4131
4571
|
9,
|
|
4132
4572
|
n0,
|
|
@@ -4224,6 +4664,18 @@ class CreateAliasCommand extends smithyClient.Command
|
|
|
4224
4664
|
.build() {
|
|
4225
4665
|
}
|
|
4226
4666
|
|
|
4667
|
+
class CreateCapacityProviderCommand extends smithyClient.Command
|
|
4668
|
+
.classBuilder()
|
|
4669
|
+
.ep(commonParams)
|
|
4670
|
+
.m(function (Command, cs, config, o) {
|
|
4671
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4672
|
+
})
|
|
4673
|
+
.s("AWSGirApiService", "CreateCapacityProvider", {})
|
|
4674
|
+
.n("LambdaClient", "CreateCapacityProviderCommand")
|
|
4675
|
+
.sc(CreateCapacityProvider)
|
|
4676
|
+
.build() {
|
|
4677
|
+
}
|
|
4678
|
+
|
|
4227
4679
|
class CreateCodeSigningConfigCommand extends smithyClient.Command
|
|
4228
4680
|
.classBuilder()
|
|
4229
4681
|
.ep(commonParams)
|
|
@@ -4284,6 +4736,18 @@ class DeleteAliasCommand extends smithyClient.Command
|
|
|
4284
4736
|
.build() {
|
|
4285
4737
|
}
|
|
4286
4738
|
|
|
4739
|
+
class DeleteCapacityProviderCommand extends smithyClient.Command
|
|
4740
|
+
.classBuilder()
|
|
4741
|
+
.ep(commonParams)
|
|
4742
|
+
.m(function (Command, cs, config, o) {
|
|
4743
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4744
|
+
})
|
|
4745
|
+
.s("AWSGirApiService", "DeleteCapacityProvider", {})
|
|
4746
|
+
.n("LambdaClient", "DeleteCapacityProviderCommand")
|
|
4747
|
+
.sc(DeleteCapacityProvider)
|
|
4748
|
+
.build() {
|
|
4749
|
+
}
|
|
4750
|
+
|
|
4287
4751
|
class DeleteCodeSigningConfigCommand extends smithyClient.Command
|
|
4288
4752
|
.classBuilder()
|
|
4289
4753
|
.ep(commonParams)
|
|
@@ -4416,6 +4880,18 @@ class GetAliasCommand extends smithyClient.Command
|
|
|
4416
4880
|
.build() {
|
|
4417
4881
|
}
|
|
4418
4882
|
|
|
4883
|
+
class GetCapacityProviderCommand extends smithyClient.Command
|
|
4884
|
+
.classBuilder()
|
|
4885
|
+
.ep(commonParams)
|
|
4886
|
+
.m(function (Command, cs, config, o) {
|
|
4887
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4888
|
+
})
|
|
4889
|
+
.s("AWSGirApiService", "GetCapacityProvider", {})
|
|
4890
|
+
.n("LambdaClient", "GetCapacityProviderCommand")
|
|
4891
|
+
.sc(GetCapacityProvider)
|
|
4892
|
+
.build() {
|
|
4893
|
+
}
|
|
4894
|
+
|
|
4419
4895
|
class GetCodeSigningConfigCommand extends smithyClient.Command
|
|
4420
4896
|
.classBuilder()
|
|
4421
4897
|
.ep(commonParams)
|
|
@@ -4512,6 +4988,18 @@ class GetFunctionRecursionConfigCommand extends smithyClient.Command
|
|
|
4512
4988
|
.build() {
|
|
4513
4989
|
}
|
|
4514
4990
|
|
|
4991
|
+
class GetFunctionScalingConfigCommand extends smithyClient.Command
|
|
4992
|
+
.classBuilder()
|
|
4993
|
+
.ep(commonParams)
|
|
4994
|
+
.m(function (Command, cs, config, o) {
|
|
4995
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4996
|
+
})
|
|
4997
|
+
.s("AWSGirApiService", "GetFunctionScalingConfig", {})
|
|
4998
|
+
.n("LambdaClient", "GetFunctionScalingConfigCommand")
|
|
4999
|
+
.sc(GetFunctionScalingConfig)
|
|
5000
|
+
.build() {
|
|
5001
|
+
}
|
|
5002
|
+
|
|
4515
5003
|
class GetFunctionUrlConfigCommand extends smithyClient.Command
|
|
4516
5004
|
.classBuilder()
|
|
4517
5005
|
.ep(commonParams)
|
|
@@ -4648,6 +5136,18 @@ class ListAliasesCommand extends smithyClient.Command
|
|
|
4648
5136
|
.build() {
|
|
4649
5137
|
}
|
|
4650
5138
|
|
|
5139
|
+
class ListCapacityProvidersCommand extends smithyClient.Command
|
|
5140
|
+
.classBuilder()
|
|
5141
|
+
.ep(commonParams)
|
|
5142
|
+
.m(function (Command, cs, config, o) {
|
|
5143
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5144
|
+
})
|
|
5145
|
+
.s("AWSGirApiService", "ListCapacityProviders", {})
|
|
5146
|
+
.n("LambdaClient", "ListCapacityProvidersCommand")
|
|
5147
|
+
.sc(ListCapacityProviders)
|
|
5148
|
+
.build() {
|
|
5149
|
+
}
|
|
5150
|
+
|
|
4651
5151
|
class ListCodeSigningConfigsCommand extends smithyClient.Command
|
|
4652
5152
|
.classBuilder()
|
|
4653
5153
|
.ep(commonParams)
|
|
@@ -4720,6 +5220,18 @@ class ListFunctionUrlConfigsCommand extends smithyClient.Command
|
|
|
4720
5220
|
.build() {
|
|
4721
5221
|
}
|
|
4722
5222
|
|
|
5223
|
+
class ListFunctionVersionsByCapacityProviderCommand extends smithyClient.Command
|
|
5224
|
+
.classBuilder()
|
|
5225
|
+
.ep(commonParams)
|
|
5226
|
+
.m(function (Command, cs, config, o) {
|
|
5227
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5228
|
+
})
|
|
5229
|
+
.s("AWSGirApiService", "ListFunctionVersionsByCapacityProvider", {})
|
|
5230
|
+
.n("LambdaClient", "ListFunctionVersionsByCapacityProviderCommand")
|
|
5231
|
+
.sc(ListFunctionVersionsByCapacityProvider)
|
|
5232
|
+
.build() {
|
|
5233
|
+
}
|
|
5234
|
+
|
|
4723
5235
|
class ListLayersCommand extends smithyClient.Command
|
|
4724
5236
|
.classBuilder()
|
|
4725
5237
|
.ep(commonParams)
|
|
@@ -4852,6 +5364,18 @@ class PutFunctionRecursionConfigCommand extends smithyClient.Command
|
|
|
4852
5364
|
.build() {
|
|
4853
5365
|
}
|
|
4854
5366
|
|
|
5367
|
+
class PutFunctionScalingConfigCommand extends smithyClient.Command
|
|
5368
|
+
.classBuilder()
|
|
5369
|
+
.ep(commonParams)
|
|
5370
|
+
.m(function (Command, cs, config, o) {
|
|
5371
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5372
|
+
})
|
|
5373
|
+
.s("AWSGirApiService", "PutFunctionScalingConfig", {})
|
|
5374
|
+
.n("LambdaClient", "PutFunctionScalingConfigCommand")
|
|
5375
|
+
.sc(PutFunctionScalingConfig)
|
|
5376
|
+
.build() {
|
|
5377
|
+
}
|
|
5378
|
+
|
|
4855
5379
|
class PutProvisionedConcurrencyConfigCommand extends smithyClient.Command
|
|
4856
5380
|
.classBuilder()
|
|
4857
5381
|
.ep(commonParams)
|
|
@@ -4936,6 +5460,18 @@ class UpdateAliasCommand extends smithyClient.Command
|
|
|
4936
5460
|
.build() {
|
|
4937
5461
|
}
|
|
4938
5462
|
|
|
5463
|
+
class UpdateCapacityProviderCommand extends smithyClient.Command
|
|
5464
|
+
.classBuilder()
|
|
5465
|
+
.ep(commonParams)
|
|
5466
|
+
.m(function (Command, cs, config, o) {
|
|
5467
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5468
|
+
})
|
|
5469
|
+
.s("AWSGirApiService", "UpdateCapacityProvider", {})
|
|
5470
|
+
.n("LambdaClient", "UpdateCapacityProviderCommand")
|
|
5471
|
+
.sc(UpdateCapacityProvider)
|
|
5472
|
+
.build() {
|
|
5473
|
+
}
|
|
5474
|
+
|
|
4939
5475
|
class UpdateCodeSigningConfigCommand extends smithyClient.Command
|
|
4940
5476
|
.classBuilder()
|
|
4941
5477
|
.ep(commonParams)
|
|
@@ -5012,11 +5548,13 @@ const commands = {
|
|
|
5012
5548
|
AddLayerVersionPermissionCommand,
|
|
5013
5549
|
AddPermissionCommand,
|
|
5014
5550
|
CreateAliasCommand,
|
|
5551
|
+
CreateCapacityProviderCommand,
|
|
5015
5552
|
CreateCodeSigningConfigCommand,
|
|
5016
5553
|
CreateEventSourceMappingCommand,
|
|
5017
5554
|
CreateFunctionCommand,
|
|
5018
5555
|
CreateFunctionUrlConfigCommand,
|
|
5019
5556
|
DeleteAliasCommand,
|
|
5557
|
+
DeleteCapacityProviderCommand,
|
|
5020
5558
|
DeleteCodeSigningConfigCommand,
|
|
5021
5559
|
DeleteEventSourceMappingCommand,
|
|
5022
5560
|
DeleteFunctionCommand,
|
|
@@ -5028,6 +5566,7 @@ const commands = {
|
|
|
5028
5566
|
DeleteProvisionedConcurrencyConfigCommand,
|
|
5029
5567
|
GetAccountSettingsCommand,
|
|
5030
5568
|
GetAliasCommand,
|
|
5569
|
+
GetCapacityProviderCommand,
|
|
5031
5570
|
GetCodeSigningConfigCommand,
|
|
5032
5571
|
GetEventSourceMappingCommand,
|
|
5033
5572
|
GetFunctionCommand,
|
|
@@ -5036,6 +5575,7 @@ const commands = {
|
|
|
5036
5575
|
GetFunctionConfigurationCommand,
|
|
5037
5576
|
GetFunctionEventInvokeConfigCommand,
|
|
5038
5577
|
GetFunctionRecursionConfigCommand,
|
|
5578
|
+
GetFunctionScalingConfigCommand,
|
|
5039
5579
|
GetFunctionUrlConfigCommand,
|
|
5040
5580
|
GetLayerVersionCommand,
|
|
5041
5581
|
GetLayerVersionByArnCommand,
|
|
@@ -5047,12 +5587,14 @@ const commands = {
|
|
|
5047
5587
|
InvokeAsyncCommand,
|
|
5048
5588
|
InvokeWithResponseStreamCommand,
|
|
5049
5589
|
ListAliasesCommand,
|
|
5590
|
+
ListCapacityProvidersCommand,
|
|
5050
5591
|
ListCodeSigningConfigsCommand,
|
|
5051
5592
|
ListEventSourceMappingsCommand,
|
|
5052
5593
|
ListFunctionEventInvokeConfigsCommand,
|
|
5053
5594
|
ListFunctionsCommand,
|
|
5054
5595
|
ListFunctionsByCodeSigningConfigCommand,
|
|
5055
5596
|
ListFunctionUrlConfigsCommand,
|
|
5597
|
+
ListFunctionVersionsByCapacityProviderCommand,
|
|
5056
5598
|
ListLayersCommand,
|
|
5057
5599
|
ListLayerVersionsCommand,
|
|
5058
5600
|
ListProvisionedConcurrencyConfigsCommand,
|
|
@@ -5064,6 +5606,7 @@ const commands = {
|
|
|
5064
5606
|
PutFunctionConcurrencyCommand,
|
|
5065
5607
|
PutFunctionEventInvokeConfigCommand,
|
|
5066
5608
|
PutFunctionRecursionConfigCommand,
|
|
5609
|
+
PutFunctionScalingConfigCommand,
|
|
5067
5610
|
PutProvisionedConcurrencyConfigCommand,
|
|
5068
5611
|
PutRuntimeManagementConfigCommand,
|
|
5069
5612
|
RemoveLayerVersionPermissionCommand,
|
|
@@ -5071,6 +5614,7 @@ const commands = {
|
|
|
5071
5614
|
TagResourceCommand,
|
|
5072
5615
|
UntagResourceCommand,
|
|
5073
5616
|
UpdateAliasCommand,
|
|
5617
|
+
UpdateCapacityProviderCommand,
|
|
5074
5618
|
UpdateCodeSigningConfigCommand,
|
|
5075
5619
|
UpdateEventSourceMappingCommand,
|
|
5076
5620
|
UpdateFunctionCodeCommand,
|
|
@@ -5084,6 +5628,8 @@ smithyClient.createAggregatedClient(commands, Lambda);
|
|
|
5084
5628
|
|
|
5085
5629
|
const paginateListAliases = core.createPaginator(LambdaClient, ListAliasesCommand, "Marker", "NextMarker", "MaxItems");
|
|
5086
5630
|
|
|
5631
|
+
const paginateListCapacityProviders = core.createPaginator(LambdaClient, ListCapacityProvidersCommand, "Marker", "NextMarker", "MaxItems");
|
|
5632
|
+
|
|
5087
5633
|
const paginateListCodeSigningConfigs = core.createPaginator(LambdaClient, ListCodeSigningConfigsCommand, "Marker", "NextMarker", "MaxItems");
|
|
5088
5634
|
|
|
5089
5635
|
const paginateListEventSourceMappings = core.createPaginator(LambdaClient, ListEventSourceMappingsCommand, "Marker", "NextMarker", "MaxItems");
|
|
@@ -5092,6 +5638,8 @@ const paginateListFunctionEventInvokeConfigs = core.createPaginator(LambdaClient
|
|
|
5092
5638
|
|
|
5093
5639
|
const paginateListFunctionUrlConfigs = core.createPaginator(LambdaClient, ListFunctionUrlConfigsCommand, "Marker", "NextMarker", "MaxItems");
|
|
5094
5640
|
|
|
5641
|
+
const paginateListFunctionVersionsByCapacityProvider = core.createPaginator(LambdaClient, ListFunctionVersionsByCapacityProviderCommand, "Marker", "NextMarker", "MaxItems");
|
|
5642
|
+
|
|
5095
5643
|
const paginateListFunctionsByCodeSigningConfig = core.createPaginator(LambdaClient, ListFunctionsByCodeSigningConfigCommand, "Marker", "NextMarker", "MaxItems");
|
|
5096
5644
|
|
|
5097
5645
|
const paginateListFunctions = core.createPaginator(LambdaClient, ListFunctionsCommand, "Marker", "NextMarker", "MaxItems");
|
|
@@ -5406,6 +5954,29 @@ const Architecture = {
|
|
|
5406
5954
|
arm64: "arm64",
|
|
5407
5955
|
x86_64: "x86_64",
|
|
5408
5956
|
};
|
|
5957
|
+
const CapacityProviderScalingMode = {
|
|
5958
|
+
Auto: "Auto",
|
|
5959
|
+
Manual: "Manual",
|
|
5960
|
+
};
|
|
5961
|
+
const CapacityProviderPredefinedMetricType = {
|
|
5962
|
+
LambdaCapacityProviderAverageCPUUtilization: "LambdaCapacityProviderAverageCPUUtilization",
|
|
5963
|
+
};
|
|
5964
|
+
const CapacityProviderState = {
|
|
5965
|
+
Active: "Active",
|
|
5966
|
+
Deleting: "Deleting",
|
|
5967
|
+
Failed: "Failed",
|
|
5968
|
+
Pending: "Pending",
|
|
5969
|
+
};
|
|
5970
|
+
const State = {
|
|
5971
|
+
Active: "Active",
|
|
5972
|
+
ActiveNonInvocable: "ActiveNonInvocable",
|
|
5973
|
+
Deactivated: "Deactivated",
|
|
5974
|
+
Deactivating: "Deactivating",
|
|
5975
|
+
Deleting: "Deleting",
|
|
5976
|
+
Failed: "Failed",
|
|
5977
|
+
Inactive: "Inactive",
|
|
5978
|
+
Pending: "Pending",
|
|
5979
|
+
};
|
|
5409
5980
|
const CodeSigningPolicy = {
|
|
5410
5981
|
Enforce: "Enforce",
|
|
5411
5982
|
Warn: "Warn",
|
|
@@ -5451,6 +6022,9 @@ const PackageType = {
|
|
|
5451
6022
|
Image: "Image",
|
|
5452
6023
|
Zip: "Zip",
|
|
5453
6024
|
};
|
|
6025
|
+
const FunctionVersionLatestPublished = {
|
|
6026
|
+
LATEST_PUBLISHED: "LATEST_PUBLISHED",
|
|
6027
|
+
};
|
|
5454
6028
|
const Runtime = {
|
|
5455
6029
|
dotnet6: "dotnet6",
|
|
5456
6030
|
dotnet8: "dotnet8",
|
|
@@ -5514,15 +6088,26 @@ const LastUpdateStatus = {
|
|
|
5514
6088
|
Successful: "Successful",
|
|
5515
6089
|
};
|
|
5516
6090
|
const LastUpdateStatusReasonCode = {
|
|
6091
|
+
CapacityProviderScalingLimitExceeded: "CapacityProviderScalingLimitExceeded",
|
|
5517
6092
|
DisabledKMSKey: "DisabledKMSKey",
|
|
6093
|
+
EC2RequestLimitExceeded: "EC2RequestLimitExceeded",
|
|
5518
6094
|
EFSIOError: "EFSIOError",
|
|
5519
6095
|
EFSMountConnectivityError: "EFSMountConnectivityError",
|
|
5520
6096
|
EFSMountFailure: "EFSMountFailure",
|
|
5521
6097
|
EFSMountTimeout: "EFSMountTimeout",
|
|
5522
6098
|
EniLimitExceeded: "EniLimitExceeded",
|
|
5523
6099
|
FunctionError: "FunctionError",
|
|
6100
|
+
FunctionErrorExtensionInitError: "FunctionError.ExtensionInitError",
|
|
6101
|
+
FunctionErrorInitResourceExhausted: "FunctionError.InitResourceExhausted",
|
|
6102
|
+
FunctionErrorInitTimeout: "FunctionError.InitTimeout",
|
|
6103
|
+
FunctionErrorInvalidEntryPoint: "FunctionError.InvalidEntryPoint",
|
|
6104
|
+
FunctionErrorInvalidWorkingDirectory: "FunctionError.InvalidWorkingDirectory",
|
|
6105
|
+
FunctionErrorPermissionDenied: "FunctionError.PermissionDenied",
|
|
6106
|
+
FunctionErrorRuntimeInitError: "FunctionError.RuntimeInitError",
|
|
6107
|
+
FunctionErrorTooManyExtensions: "FunctionError.TooManyExtensions",
|
|
5524
6108
|
ImageAccessDenied: "ImageAccessDenied",
|
|
5525
6109
|
ImageDeleted: "ImageDeleted",
|
|
6110
|
+
InsufficientCapacity: "InsufficientCapacity",
|
|
5526
6111
|
InsufficientRolePermissions: "InsufficientRolePermissions",
|
|
5527
6112
|
InternalError: "InternalError",
|
|
5528
6113
|
InvalidConfiguration: "InvalidConfiguration",
|
|
@@ -5535,29 +6120,35 @@ const LastUpdateStatusReasonCode = {
|
|
|
5535
6120
|
KMSKeyAccessDenied: "KMSKeyAccessDenied",
|
|
5536
6121
|
KMSKeyNotFound: "KMSKeyNotFound",
|
|
5537
6122
|
SubnetOutOfIPAddresses: "SubnetOutOfIPAddresses",
|
|
6123
|
+
VcpuLimitExceeded: "VcpuLimitExceeded",
|
|
5538
6124
|
};
|
|
5539
6125
|
const SnapStartOptimizationStatus = {
|
|
5540
6126
|
Off: "Off",
|
|
5541
6127
|
On: "On",
|
|
5542
6128
|
};
|
|
5543
|
-
const State = {
|
|
5544
|
-
Active: "Active",
|
|
5545
|
-
Failed: "Failed",
|
|
5546
|
-
Inactive: "Inactive",
|
|
5547
|
-
Pending: "Pending",
|
|
5548
|
-
};
|
|
5549
6129
|
const StateReasonCode = {
|
|
6130
|
+
CapacityProviderScalingLimitExceeded: "CapacityProviderScalingLimitExceeded",
|
|
5550
6131
|
Creating: "Creating",
|
|
5551
6132
|
DisabledKMSKey: "DisabledKMSKey",
|
|
6133
|
+
EC2RequestLimitExceeded: "EC2RequestLimitExceeded",
|
|
5552
6134
|
EFSIOError: "EFSIOError",
|
|
5553
6135
|
EFSMountConnectivityError: "EFSMountConnectivityError",
|
|
5554
6136
|
EFSMountFailure: "EFSMountFailure",
|
|
5555
6137
|
EFSMountTimeout: "EFSMountTimeout",
|
|
5556
6138
|
EniLimitExceeded: "EniLimitExceeded",
|
|
5557
6139
|
FunctionError: "FunctionError",
|
|
6140
|
+
FunctionErrorExtensionInitError: "FunctionError.ExtensionInitError",
|
|
6141
|
+
FunctionErrorInitResourceExhausted: "FunctionError.InitResourceExhausted",
|
|
6142
|
+
FunctionErrorInitTimeout: "FunctionError.InitTimeout",
|
|
6143
|
+
FunctionErrorInvalidEntryPoint: "FunctionError.InvalidEntryPoint",
|
|
6144
|
+
FunctionErrorInvalidWorkingDirectory: "FunctionError.InvalidWorkingDirectory",
|
|
6145
|
+
FunctionErrorPermissionDenied: "FunctionError.PermissionDenied",
|
|
6146
|
+
FunctionErrorRuntimeInitError: "FunctionError.RuntimeInitError",
|
|
6147
|
+
FunctionErrorTooManyExtensions: "FunctionError.TooManyExtensions",
|
|
5558
6148
|
Idle: "Idle",
|
|
5559
6149
|
ImageAccessDenied: "ImageAccessDenied",
|
|
5560
6150
|
ImageDeleted: "ImageDeleted",
|
|
6151
|
+
InsufficientCapacity: "InsufficientCapacity",
|
|
5561
6152
|
InsufficientRolePermissions: "InsufficientRolePermissions",
|
|
5562
6153
|
InternalError: "InternalError",
|
|
5563
6154
|
InvalidConfiguration: "InvalidConfiguration",
|
|
@@ -5571,6 +6162,7 @@ const StateReasonCode = {
|
|
|
5571
6162
|
KMSKeyNotFound: "KMSKeyNotFound",
|
|
5572
6163
|
Restoring: "Restoring",
|
|
5573
6164
|
SubnetOutOfIPAddresses: "SubnetOutOfIPAddresses",
|
|
6165
|
+
VcpuLimitExceeded: "VcpuLimitExceeded",
|
|
5574
6166
|
};
|
|
5575
6167
|
const InvokeMode = {
|
|
5576
6168
|
BUFFERED: "BUFFERED",
|
|
@@ -5619,16 +6211,22 @@ exports.AddLayerVersionPermissionCommand = AddLayerVersionPermissionCommand;
|
|
|
5619
6211
|
exports.AddPermissionCommand = AddPermissionCommand;
|
|
5620
6212
|
exports.ApplicationLogLevel = ApplicationLogLevel;
|
|
5621
6213
|
exports.Architecture = Architecture;
|
|
6214
|
+
exports.CapacityProviderLimitExceededException = CapacityProviderLimitExceededException$1;
|
|
6215
|
+
exports.CapacityProviderPredefinedMetricType = CapacityProviderPredefinedMetricType;
|
|
6216
|
+
exports.CapacityProviderScalingMode = CapacityProviderScalingMode;
|
|
6217
|
+
exports.CapacityProviderState = CapacityProviderState;
|
|
5622
6218
|
exports.CodeSigningConfigNotFoundException = CodeSigningConfigNotFoundException$1;
|
|
5623
6219
|
exports.CodeSigningPolicy = CodeSigningPolicy;
|
|
5624
6220
|
exports.CodeStorageExceededException = CodeStorageExceededException$1;
|
|
5625
6221
|
exports.CodeVerificationFailedException = CodeVerificationFailedException$1;
|
|
5626
6222
|
exports.CreateAliasCommand = CreateAliasCommand;
|
|
6223
|
+
exports.CreateCapacityProviderCommand = CreateCapacityProviderCommand;
|
|
5627
6224
|
exports.CreateCodeSigningConfigCommand = CreateCodeSigningConfigCommand;
|
|
5628
6225
|
exports.CreateEventSourceMappingCommand = CreateEventSourceMappingCommand;
|
|
5629
6226
|
exports.CreateFunctionCommand = CreateFunctionCommand;
|
|
5630
6227
|
exports.CreateFunctionUrlConfigCommand = CreateFunctionUrlConfigCommand;
|
|
5631
6228
|
exports.DeleteAliasCommand = DeleteAliasCommand;
|
|
6229
|
+
exports.DeleteCapacityProviderCommand = DeleteCapacityProviderCommand;
|
|
5632
6230
|
exports.DeleteCodeSigningConfigCommand = DeleteCodeSigningConfigCommand;
|
|
5633
6231
|
exports.DeleteEventSourceMappingCommand = DeleteEventSourceMappingCommand;
|
|
5634
6232
|
exports.DeleteFunctionCodeSigningConfigCommand = DeleteFunctionCodeSigningConfigCommand;
|
|
@@ -5653,8 +6251,11 @@ exports.FullDocument = FullDocument;
|
|
|
5653
6251
|
exports.FunctionResponseType = FunctionResponseType;
|
|
5654
6252
|
exports.FunctionUrlAuthType = FunctionUrlAuthType;
|
|
5655
6253
|
exports.FunctionVersion = FunctionVersion;
|
|
6254
|
+
exports.FunctionVersionLatestPublished = FunctionVersionLatestPublished;
|
|
6255
|
+
exports.FunctionVersionsPerCapacityProviderLimitExceededException = FunctionVersionsPerCapacityProviderLimitExceededException$1;
|
|
5656
6256
|
exports.GetAccountSettingsCommand = GetAccountSettingsCommand;
|
|
5657
6257
|
exports.GetAliasCommand = GetAliasCommand;
|
|
6258
|
+
exports.GetCapacityProviderCommand = GetCapacityProviderCommand;
|
|
5658
6259
|
exports.GetCodeSigningConfigCommand = GetCodeSigningConfigCommand;
|
|
5659
6260
|
exports.GetEventSourceMappingCommand = GetEventSourceMappingCommand;
|
|
5660
6261
|
exports.GetFunctionCodeSigningConfigCommand = GetFunctionCodeSigningConfigCommand;
|
|
@@ -5663,6 +6264,7 @@ exports.GetFunctionConcurrencyCommand = GetFunctionConcurrencyCommand;
|
|
|
5663
6264
|
exports.GetFunctionConfigurationCommand = GetFunctionConfigurationCommand;
|
|
5664
6265
|
exports.GetFunctionEventInvokeConfigCommand = GetFunctionEventInvokeConfigCommand;
|
|
5665
6266
|
exports.GetFunctionRecursionConfigCommand = GetFunctionRecursionConfigCommand;
|
|
6267
|
+
exports.GetFunctionScalingConfigCommand = GetFunctionScalingConfigCommand;
|
|
5666
6268
|
exports.GetFunctionUrlConfigCommand = GetFunctionUrlConfigCommand;
|
|
5667
6269
|
exports.GetLayerVersionByArnCommand = GetLayerVersionByArnCommand;
|
|
5668
6270
|
exports.GetLayerVersionCommand = GetLayerVersionCommand;
|
|
@@ -5694,10 +6296,12 @@ exports.LambdaServiceException = LambdaServiceException$1;
|
|
|
5694
6296
|
exports.LastUpdateStatus = LastUpdateStatus;
|
|
5695
6297
|
exports.LastUpdateStatusReasonCode = LastUpdateStatusReasonCode;
|
|
5696
6298
|
exports.ListAliasesCommand = ListAliasesCommand;
|
|
6299
|
+
exports.ListCapacityProvidersCommand = ListCapacityProvidersCommand;
|
|
5697
6300
|
exports.ListCodeSigningConfigsCommand = ListCodeSigningConfigsCommand;
|
|
5698
6301
|
exports.ListEventSourceMappingsCommand = ListEventSourceMappingsCommand;
|
|
5699
6302
|
exports.ListFunctionEventInvokeConfigsCommand = ListFunctionEventInvokeConfigsCommand;
|
|
5700
6303
|
exports.ListFunctionUrlConfigsCommand = ListFunctionUrlConfigsCommand;
|
|
6304
|
+
exports.ListFunctionVersionsByCapacityProviderCommand = ListFunctionVersionsByCapacityProviderCommand;
|
|
5701
6305
|
exports.ListFunctionsByCodeSigningConfigCommand = ListFunctionsByCodeSigningConfigCommand;
|
|
5702
6306
|
exports.ListFunctionsCommand = ListFunctionsCommand;
|
|
5703
6307
|
exports.ListLayerVersionsCommand = ListLayerVersionsCommand;
|
|
@@ -5707,6 +6311,7 @@ exports.ListTagsCommand = ListTagsCommand;
|
|
|
5707
6311
|
exports.ListVersionsByFunctionCommand = ListVersionsByFunctionCommand;
|
|
5708
6312
|
exports.LogFormat = LogFormat;
|
|
5709
6313
|
exports.LogType = LogType;
|
|
6314
|
+
exports.NoPublishedVersionException = NoPublishedVersionException$1;
|
|
5710
6315
|
exports.PackageType = PackageType;
|
|
5711
6316
|
exports.PolicyLengthExceededException = PolicyLengthExceededException$1;
|
|
5712
6317
|
exports.PreconditionFailedException = PreconditionFailedException$1;
|
|
@@ -5718,6 +6323,7 @@ exports.PutFunctionCodeSigningConfigCommand = PutFunctionCodeSigningConfigComman
|
|
|
5718
6323
|
exports.PutFunctionConcurrencyCommand = PutFunctionConcurrencyCommand;
|
|
5719
6324
|
exports.PutFunctionEventInvokeConfigCommand = PutFunctionEventInvokeConfigCommand;
|
|
5720
6325
|
exports.PutFunctionRecursionConfigCommand = PutFunctionRecursionConfigCommand;
|
|
6326
|
+
exports.PutFunctionScalingConfigCommand = PutFunctionScalingConfigCommand;
|
|
5721
6327
|
exports.PutProvisionedConcurrencyConfigCommand = PutProvisionedConcurrencyConfigCommand;
|
|
5722
6328
|
exports.PutRuntimeManagementConfigCommand = PutRuntimeManagementConfigCommand;
|
|
5723
6329
|
exports.RecursiveInvocationException = RecursiveInvocationException$1;
|
|
@@ -5752,6 +6358,7 @@ exports.TracingMode = TracingMode;
|
|
|
5752
6358
|
exports.UnsupportedMediaTypeException = UnsupportedMediaTypeException$1;
|
|
5753
6359
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
5754
6360
|
exports.UpdateAliasCommand = UpdateAliasCommand;
|
|
6361
|
+
exports.UpdateCapacityProviderCommand = UpdateCapacityProviderCommand;
|
|
5755
6362
|
exports.UpdateCodeSigningConfigCommand = UpdateCodeSigningConfigCommand;
|
|
5756
6363
|
exports.UpdateEventSourceMappingCommand = UpdateEventSourceMappingCommand;
|
|
5757
6364
|
exports.UpdateFunctionCodeCommand = UpdateFunctionCodeCommand;
|
|
@@ -5760,10 +6367,12 @@ exports.UpdateFunctionEventInvokeConfigCommand = UpdateFunctionEventInvokeConfig
|
|
|
5760
6367
|
exports.UpdateFunctionUrlConfigCommand = UpdateFunctionUrlConfigCommand;
|
|
5761
6368
|
exports.UpdateRuntimeOn = UpdateRuntimeOn;
|
|
5762
6369
|
exports.paginateListAliases = paginateListAliases;
|
|
6370
|
+
exports.paginateListCapacityProviders = paginateListCapacityProviders;
|
|
5763
6371
|
exports.paginateListCodeSigningConfigs = paginateListCodeSigningConfigs;
|
|
5764
6372
|
exports.paginateListEventSourceMappings = paginateListEventSourceMappings;
|
|
5765
6373
|
exports.paginateListFunctionEventInvokeConfigs = paginateListFunctionEventInvokeConfigs;
|
|
5766
6374
|
exports.paginateListFunctionUrlConfigs = paginateListFunctionUrlConfigs;
|
|
6375
|
+
exports.paginateListFunctionVersionsByCapacityProvider = paginateListFunctionVersionsByCapacityProvider;
|
|
5767
6376
|
exports.paginateListFunctions = paginateListFunctions;
|
|
5768
6377
|
exports.paginateListFunctionsByCodeSigningConfig = paginateListFunctionsByCodeSigningConfig;
|
|
5769
6378
|
exports.paginateListLayerVersions = paginateListLayerVersions;
|