@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
|
@@ -3,7 +3,9 @@ const _AA = "AliasArn";
|
|
|
3
3
|
const _AC = "AliasConfiguration";
|
|
4
4
|
const _ACc = "AccessConfigs";
|
|
5
5
|
const _ACl = "AllowCredentials";
|
|
6
|
+
const _AFSC = "AppliedFunctionScalingConfig";
|
|
6
7
|
const _AH = "AllowHeaders";
|
|
8
|
+
const _AIT = "AllowedInstanceTypes";
|
|
7
9
|
const _AL = "AccountLimit";
|
|
8
10
|
const _ALL = "ApplicationLogLevel";
|
|
9
11
|
const _ALVP = "AddLayerVersionPermission";
|
|
@@ -38,6 +40,9 @@ const _CAR = "CreateAliasRequest";
|
|
|
38
40
|
const _CAo = "CompatibleArchitecture";
|
|
39
41
|
const _CAr = "CreateAlias";
|
|
40
42
|
const _CC = "ClientContext";
|
|
43
|
+
const _CCP = "CreateCapacityProvider";
|
|
44
|
+
const _CCPR = "CreateCapacityProviderRequest";
|
|
45
|
+
const _CCPRr = "CreateCapacityProviderResponse";
|
|
41
46
|
const _CCSC = "CreateCodeSigningConfig";
|
|
42
47
|
const _CCSCR = "CreateCodeSigningConfigRequest";
|
|
43
48
|
const _CCSCRr = "CreateCodeSigningConfigResponse";
|
|
@@ -52,6 +57,18 @@ const _CFUCR = "CreateFunctionUrlConfigRequest";
|
|
|
52
57
|
const _CFUCRr = "CreateFunctionUrlConfigResponse";
|
|
53
58
|
const _CGI = "ConsumerGroupId";
|
|
54
59
|
const _CN = "CollectionName";
|
|
60
|
+
const _CP = "CapacityProvider";
|
|
61
|
+
const _CPA = "CapacityProviderArn";
|
|
62
|
+
const _CPC = "CapacityProviderConfig";
|
|
63
|
+
const _CPL = "CapacityProvidersList";
|
|
64
|
+
const _CPLEE = "CapacityProviderLimitExceededException";
|
|
65
|
+
const _CPN = "CapacityProviderName";
|
|
66
|
+
const _CPORA = "CapacityProviderOperatorRoleArn";
|
|
67
|
+
const _CPPC = "CapacityProviderPermissionsConfig";
|
|
68
|
+
const _CPSC = "CapacityProviderScalingConfig";
|
|
69
|
+
const _CPSPL = "CapacityProviderScalingPoliciesList";
|
|
70
|
+
const _CPVC = "CapacityProviderVpcConfig";
|
|
71
|
+
const _CPa = "CapacityProviders";
|
|
55
72
|
const _CR = "CompatibleRuntimes";
|
|
56
73
|
const _CRo = "CompatibleRuntime";
|
|
57
74
|
const _CS = "CodeSize";
|
|
@@ -66,6 +83,7 @@ const _CSP = "CodeSigningPolicies";
|
|
|
66
83
|
const _CSU = "CodeSizeUnzipped";
|
|
67
84
|
const _CSZ = "CodeSizeZipped";
|
|
68
85
|
const _CSo = "CodeSha256";
|
|
86
|
+
const _CSon = "ConfigSha256";
|
|
69
87
|
const _CT = "CreationTime";
|
|
70
88
|
const _CT_ = "Content-Type";
|
|
71
89
|
const _CVFE = "CodeVerificationFailedException";
|
|
@@ -78,6 +96,9 @@ const _D = "Description";
|
|
|
78
96
|
const _DA = "DeleteAlias";
|
|
79
97
|
const _DAR = "DeleteAliasRequest";
|
|
80
98
|
const _DC = "DestinationConfig";
|
|
99
|
+
const _DCP = "DeleteCapacityProvider";
|
|
100
|
+
const _DCPR = "DeleteCapacityProviderRequest";
|
|
101
|
+
const _DCPRe = "DeleteCapacityProviderResponse";
|
|
81
102
|
const _DCSC = "DeleteCodeSigningConfig";
|
|
82
103
|
const _DCSCR = "DeleteCodeSigningConfigRequest";
|
|
83
104
|
const _DCSCRe = "DeleteCodeSigningConfigResponse";
|
|
@@ -92,6 +113,7 @@ const _DFCSCR = "DeleteFunctionCodeSigningConfigRequest";
|
|
|
92
113
|
const _DFEIC = "DeleteFunctionEventInvokeConfig";
|
|
93
114
|
const _DFEICR = "DeleteFunctionEventInvokeConfigRequest";
|
|
94
115
|
const _DFR = "DeleteFunctionRequest";
|
|
116
|
+
const _DFRe = "DeleteFunctionResponse";
|
|
95
117
|
const _DFUC = "DeleteFunctionUrlConfig";
|
|
96
118
|
const _DFUCR = "DeleteFunctionUrlConfigRequest";
|
|
97
119
|
const _DLC = "DeadLetterConfig";
|
|
@@ -110,11 +132,13 @@ const _ECTE = "EC2ThrottledException";
|
|
|
110
132
|
const _ECUE = "EC2UnexpectedException";
|
|
111
133
|
const _ED = "ErrorDetails";
|
|
112
134
|
const _EE = "EnvironmentError";
|
|
135
|
+
const _EEMGBPVC = "ExecutionEnvironmentMemoryGiBPerVCpu";
|
|
113
136
|
const _EFSIOE = "EFSIOException";
|
|
114
137
|
const _EFSMCE = "EFSMountConnectivityException";
|
|
115
138
|
const _EFSMFE = "EFSMountFailureException";
|
|
116
139
|
const _EFSMTE = "EFSMountTimeoutException";
|
|
117
140
|
const _EH = "ExposeHeaders";
|
|
141
|
+
const _EIT = "ExcludedInstanceTypes";
|
|
118
142
|
const _ENILRE = "ENILimitReachedException";
|
|
119
143
|
const _EP = "EntryPoint";
|
|
120
144
|
const _ER = "EnvironmentResponse";
|
|
@@ -153,15 +177,21 @@ const _FL = "FilterList";
|
|
|
153
177
|
const _FLu = "FunctionList";
|
|
154
178
|
const _FN = "FunctionName";
|
|
155
179
|
const _FRT = "FunctionResponseTypes";
|
|
180
|
+
const _FS = "FunctionState";
|
|
156
181
|
const _FSC = "FileSystemConfigs";
|
|
157
182
|
const _FSCL = "FileSystemConfigList";
|
|
158
183
|
const _FSCi = "FileSystemConfig";
|
|
184
|
+
const _FSCu = "FunctionScalingConfig";
|
|
159
185
|
const _FU = "FunctionUrl";
|
|
160
186
|
const _FUAT = "FunctionUrlAuthType";
|
|
161
187
|
const _FUC = "FunctionUrlConfig";
|
|
162
188
|
const _FUCL = "FunctionUrlConfigList";
|
|
163
189
|
const _FUCu = "FunctionUrlConfigs";
|
|
164
190
|
const _FV = "FunctionVersion";
|
|
191
|
+
const _FVBCPL = "FunctionVersionsByCapacityProviderList";
|
|
192
|
+
const _FVBCPLI = "FunctionVersionsByCapacityProviderListItem";
|
|
193
|
+
const _FVPCPLEE = "FunctionVersionsPerCapacityProviderLimitExceededException";
|
|
194
|
+
const _FVu = "FunctionVersions";
|
|
165
195
|
const _Fi = "Filters";
|
|
166
196
|
const _Fu = "Functions";
|
|
167
197
|
const _GA = "GetAlias";
|
|
@@ -169,6 +199,9 @@ const _GAR = "GetAliasRequest";
|
|
|
169
199
|
const _GAS = "GetAccountSettings";
|
|
170
200
|
const _GASR = "GetAccountSettingsRequest";
|
|
171
201
|
const _GASRe = "GetAccountSettingsResponse";
|
|
202
|
+
const _GCP = "GetCapacityProvider";
|
|
203
|
+
const _GCPR = "GetCapacityProviderRequest";
|
|
204
|
+
const _GCPRe = "GetCapacityProviderResponse";
|
|
172
205
|
const _GCSC = "GetCodeSigningConfig";
|
|
173
206
|
const _GCSCR = "GetCodeSigningConfigRequest";
|
|
174
207
|
const _GCSCRe = "GetCodeSigningConfigResponse";
|
|
@@ -190,6 +223,9 @@ const _GFRC = "GetFunctionRecursionConfig";
|
|
|
190
223
|
const _GFRCR = "GetFunctionRecursionConfigRequest";
|
|
191
224
|
const _GFRCRe = "GetFunctionRecursionConfigResponse";
|
|
192
225
|
const _GFRe = "GetFunctionResponse";
|
|
226
|
+
const _GFSC = "GetFunctionScalingConfig";
|
|
227
|
+
const _GFSCR = "GetFunctionScalingConfigRequest";
|
|
228
|
+
const _GFSCRe = "GetFunctionScalingConfigResponse";
|
|
193
229
|
const _GFUC = "GetFunctionUrlConfig";
|
|
194
230
|
const _GFUCR = "GetFunctionUrlConfigRequest";
|
|
195
231
|
const _GFUCRe = "GetFunctionUrlConfigResponse";
|
|
@@ -224,11 +260,12 @@ const _ICSE = "InvalidCodeSignatureException";
|
|
|
224
260
|
const _ICn = "InvokeComplete";
|
|
225
261
|
const _IM = "InvokeMode";
|
|
226
262
|
const _IPVE = "InvalidParameterValueException";
|
|
227
|
-
const _IR = "
|
|
263
|
+
const _IR = "InstanceRequirements";
|
|
228
264
|
const _IRCE = "InvalidRequestContentException";
|
|
229
265
|
const _IRE = "InvalidRuntimeException";
|
|
230
266
|
const _IRSU = "InvokeResponseStreamUpdate";
|
|
231
|
-
const _IRn = "
|
|
267
|
+
const _IRn = "InvocationRequest";
|
|
268
|
+
const _IRnv = "InvocationResponse";
|
|
232
269
|
const _ISGIDE = "InvalidSecurityGroupIDException";
|
|
233
270
|
const _ISIDE = "InvalidSubnetIDException";
|
|
234
271
|
const _IT = "InvocationType";
|
|
@@ -240,6 +277,7 @@ const _IWRSR = "InvokeWithResponseStreamRequest";
|
|
|
240
277
|
const _IWRSRE = "InvokeWithResponseStreamResponseEvent";
|
|
241
278
|
const _IWRSRn = "InvokeWithResponseStreamResponse";
|
|
242
279
|
const _IZFE = "InvalidZipFileException";
|
|
280
|
+
const _KKA = "KmsKeyArn";
|
|
243
281
|
const _KMSADE = "KMSAccessDeniedException";
|
|
244
282
|
const _KMSDE = "KMSDisabledException";
|
|
245
283
|
const _KMSISE = "KMSInvalidStateException";
|
|
@@ -256,6 +294,9 @@ const _LAR = "ListAliasesRequest";
|
|
|
256
294
|
const _LARi = "ListAliasesResponse";
|
|
257
295
|
const _LAi = "ListAliases";
|
|
258
296
|
const _LC = "LoggingConfig";
|
|
297
|
+
const _LCP = "ListCapacityProviders";
|
|
298
|
+
const _LCPR = "ListCapacityProvidersRequest";
|
|
299
|
+
const _LCPRi = "ListCapacityProvidersResponse";
|
|
259
300
|
const _LCSC = "ListCodeSigningConfigs";
|
|
260
301
|
const _LCSCR = "ListCodeSigningConfigsRequest";
|
|
261
302
|
const _LCSCRi = "ListCodeSigningConfigsResponse";
|
|
@@ -274,6 +315,9 @@ const _LFRi = "ListFunctionsResponse";
|
|
|
274
315
|
const _LFUC = "ListFunctionUrlConfigs";
|
|
275
316
|
const _LFUCR = "ListFunctionUrlConfigsRequest";
|
|
276
317
|
const _LFUCRi = "ListFunctionUrlConfigsResponse";
|
|
318
|
+
const _LFVBCP = "ListFunctionVersionsByCapacityProvider";
|
|
319
|
+
const _LFVBCPR = "ListFunctionVersionsByCapacityProviderRequest";
|
|
320
|
+
const _LFVBCPRi = "ListFunctionVersionsByCapacityProviderResponse";
|
|
277
321
|
const _LFi = "ListFunctions";
|
|
278
322
|
const _LG = "LogGroup";
|
|
279
323
|
const _LI = "LicenseInfo";
|
|
@@ -286,6 +330,7 @@ const _LLVR = "ListLayerVersionsRequest";
|
|
|
286
330
|
const _LLVRi = "ListLayerVersionsResponse";
|
|
287
331
|
const _LLi = "ListLayers";
|
|
288
332
|
const _LM = "LastModified";
|
|
333
|
+
const _LMICPC = "LambdaManagedInstancesCapacityProviderConfig";
|
|
289
334
|
const _LMP = "LocalMountPath";
|
|
290
335
|
const _LMT = "LastModifiedTime";
|
|
291
336
|
const _LMV = "LatestMatchingVersion";
|
|
@@ -321,6 +366,8 @@ const _MBWIS = "MaximumBatchingWindowInSeconds";
|
|
|
321
366
|
const _MC = "MetricsConfig";
|
|
322
367
|
const _MCa = "MaximumConcurrency";
|
|
323
368
|
const _MEAIS = "MaximumEventAgeInSeconds";
|
|
369
|
+
const _MEE = "MinExecutionEnvironments";
|
|
370
|
+
const _MEEa = "MaxExecutionEnvironments";
|
|
324
371
|
const _MI = "MaxItems";
|
|
325
372
|
const _MP = "MinimumPollers";
|
|
326
373
|
const _MPa = "MaximumPollers";
|
|
@@ -328,22 +375,26 @@ const _MR = "MasterRegion";
|
|
|
328
375
|
const _MRA = "MaximumRetryAttempts";
|
|
329
376
|
const _MRAIS = "MaximumRecordAgeInSeconds";
|
|
330
377
|
const _MS = "MemorySize";
|
|
378
|
+
const _MVCC = "MaxVCpuCount";
|
|
331
379
|
const _Ma = "Marker";
|
|
332
380
|
const _Me = "Metrics";
|
|
333
381
|
const _Mo = "Mode";
|
|
334
382
|
const _N = "Name";
|
|
335
383
|
const _NM = "NextMarker";
|
|
384
|
+
const _NPVE = "NoPublishedVersionException";
|
|
336
385
|
const _OF = "OnFailure";
|
|
337
386
|
const _OI = "OrganizationId";
|
|
338
387
|
const _OS = "OnSuccess";
|
|
339
388
|
const _OSp = "OptimizationStatus";
|
|
340
389
|
const _P = "Principal";
|
|
341
|
-
const _PC = "
|
|
390
|
+
const _PC = "PermissionsConfig";
|
|
342
391
|
const _PCC = "ProvisionedConcurrencyConfigs";
|
|
343
392
|
const _PCCL = "ProvisionedConcurrencyConfigList";
|
|
344
393
|
const _PCCLI = "ProvisionedConcurrencyConfigListItem";
|
|
345
394
|
const _PCCNFE = "ProvisionedConcurrencyConfigNotFoundException";
|
|
346
395
|
const _PCE = "ProvisionedConcurrentExecutions";
|
|
396
|
+
const _PCa = "PayloadChunk";
|
|
397
|
+
const _PEEMC = "PerExecutionEnvironmentMaxConcurrency";
|
|
347
398
|
const _PF = "ParallelizationFactor";
|
|
348
399
|
const _PFC = "PutFunctionConcurrency";
|
|
349
400
|
const _PFCR = "PutFunctionConcurrencyRequest";
|
|
@@ -356,11 +407,15 @@ const _PFEICR = "PutFunctionEventInvokeConfigRequest";
|
|
|
356
407
|
const _PFRC = "PutFunctionRecursionConfig";
|
|
357
408
|
const _PFRCR = "PutFunctionRecursionConfigRequest";
|
|
358
409
|
const _PFRCRu = "PutFunctionRecursionConfigResponse";
|
|
410
|
+
const _PFSC = "PutFunctionScalingConfig";
|
|
411
|
+
const _PFSCR = "PutFunctionScalingConfigRequest";
|
|
412
|
+
const _PFSCRu = "PutFunctionScalingConfigResponse";
|
|
359
413
|
const _PGN = "PollerGroupName";
|
|
360
414
|
const _PLEE = "PolicyLengthExceededException";
|
|
361
415
|
const _PLV = "PublishLayerVersion";
|
|
362
416
|
const _PLVR = "PublishLayerVersionRequest";
|
|
363
417
|
const _PLVRu = "PublishLayerVersionResponse";
|
|
418
|
+
const _PMT = "PredefinedMetricType";
|
|
364
419
|
const _POID = "PrincipalOrgID";
|
|
365
420
|
const _PPC = "ProvisionedPollerConfig";
|
|
366
421
|
const _PPCC = "PutProvisionedConcurrencyConfig";
|
|
@@ -370,6 +425,7 @@ const _PRMC = "PutRuntimeManagementConfig";
|
|
|
370
425
|
const _PRMCR = "PutRuntimeManagementConfigRequest";
|
|
371
426
|
const _PRMCRu = "PutRuntimeManagementConfigResponse";
|
|
372
427
|
const _PT = "PackageType";
|
|
428
|
+
const _PTu = "PublishTo";
|
|
373
429
|
const _PV = "PublishVersion";
|
|
374
430
|
const _PVR = "PublishVersionRequest";
|
|
375
431
|
const _Pa = "Pattern";
|
|
@@ -383,6 +439,7 @@ const _RA = "Retry-After";
|
|
|
383
439
|
const _RC = "RoutingConfig";
|
|
384
440
|
const _RCE = "ReservedConcurrentExecutions";
|
|
385
441
|
const _RCEe = "ResourceConflictException";
|
|
442
|
+
const _RFSC = "RequestedFunctionScalingConfig";
|
|
386
443
|
const _RI = "RevisionId";
|
|
387
444
|
const _RIE = "RecursiveInvocationException";
|
|
388
445
|
const _RIU = "ResolvedImageUri";
|
|
@@ -421,13 +478,15 @@ const _SJA = "SigningJobArn";
|
|
|
421
478
|
const _SK = "S3Key";
|
|
422
479
|
const _SKMSKA = "SourceKMSKeyArn";
|
|
423
480
|
const _SLL = "SystemLogLevel";
|
|
481
|
+
const _SM = "ScalingMode";
|
|
424
482
|
const _SMES = "SelfManagedEventSource";
|
|
425
483
|
const _SMKESC = "SelfManagedKafkaEventSourceConfig";
|
|
426
484
|
const _SOV = "S3ObjectVersion";
|
|
427
|
-
const _SP = "
|
|
485
|
+
const _SP = "ScalingPolicies";
|
|
428
486
|
const _SPT = "StartingPositionTimestamp";
|
|
429
487
|
const _SPVA = "SigningProfileVersionArns";
|
|
430
488
|
const _SPVAi = "SigningProfileVersionArn";
|
|
489
|
+
const _SPt = "StartingPosition";
|
|
431
490
|
const _SR = "StateReason";
|
|
432
491
|
const _SRC = "SchemaRegistryConfig";
|
|
433
492
|
const _SRCt = "StateReasonCode";
|
|
@@ -458,6 +517,8 @@ const _TK = "TagKeys";
|
|
|
458
517
|
const _TMRE = "TooManyRequestsException";
|
|
459
518
|
const _TR = "TagResource";
|
|
460
519
|
const _TRR = "TagResourceRequest";
|
|
520
|
+
const _TTSP = "TargetTrackingScalingPolicy";
|
|
521
|
+
const _TV = "TargetValue";
|
|
461
522
|
const _TWIS = "TumblingWindowInSeconds";
|
|
462
523
|
const _Ta = "Tags";
|
|
463
524
|
const _Ti = "Timeout";
|
|
@@ -466,6 +527,9 @@ const _UA = "UpdateAlias";
|
|
|
466
527
|
const _UAOD = "UntrustedArtifactOnDeployment";
|
|
467
528
|
const _UAR = "UpdateAliasRequest";
|
|
468
529
|
const _UCE = "UnreservedConcurrentExecutions";
|
|
530
|
+
const _UCP = "UpdateCapacityProvider";
|
|
531
|
+
const _UCPR = "UpdateCapacityProviderRequest";
|
|
532
|
+
const _UCPRp = "UpdateCapacityProviderResponse";
|
|
469
533
|
const _UCSC = "UpdateCodeSigningConfig";
|
|
470
534
|
const _UCSCR = "UpdateCodeSigningConfigRequest";
|
|
471
535
|
const _UCSCRp = "UpdateCodeSigningConfigResponse";
|
|
@@ -517,7 +581,7 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.lambda";
|
|
|
517
581
|
const _tK = "tagKeys";
|
|
518
582
|
const n0 = "com.amazonaws.lambda";
|
|
519
583
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
520
|
-
import { CodeSigningConfigNotFoundException as __CodeSigningConfigNotFoundException, CodeStorageExceededException as __CodeStorageExceededException, CodeVerificationFailedException as __CodeVerificationFailedException, EC2AccessDeniedException as __EC2AccessDeniedException, EC2ThrottledException as __EC2ThrottledException, EC2UnexpectedException as __EC2UnexpectedException, EFSIOException as __EFSIOException, EFSMountConnectivityException as __EFSMountConnectivityException, EFSMountFailureException as __EFSMountFailureException, EFSMountTimeoutException as __EFSMountTimeoutException, ENILimitReachedException as __ENILimitReachedException, InvalidCodeSignatureException as __InvalidCodeSignatureException, InvalidParameterValueException as __InvalidParameterValueException, InvalidRequestContentException as __InvalidRequestContentException, InvalidRuntimeException as __InvalidRuntimeException, InvalidSecurityGroupIDException as __InvalidSecurityGroupIDException, InvalidSubnetIDException as __InvalidSubnetIDException, InvalidZipFileException as __InvalidZipFileException, KMSAccessDeniedException as __KMSAccessDeniedException, KMSDisabledException as __KMSDisabledException, KMSInvalidStateException as __KMSInvalidStateException, KMSNotFoundException as __KMSNotFoundException, PolicyLengthExceededException as __PolicyLengthExceededException, PreconditionFailedException as __PreconditionFailedException, ProvisionedConcurrencyConfigNotFoundException as __ProvisionedConcurrencyConfigNotFoundException, RecursiveInvocationException as __RecursiveInvocationException, RequestTooLargeException as __RequestTooLargeException, ResourceConflictException as __ResourceConflictException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, ResourceNotReadyException as __ResourceNotReadyException, SerializedRequestEntityTooLargeException as __SerializedRequestEntityTooLargeException, ServiceException as __ServiceException, SnapStartException as __SnapStartException, SnapStartNotReadyException as __SnapStartNotReadyException, SnapStartTimeoutException as __SnapStartTimeoutException, SubnetIPAddressLimitReachedException as __SubnetIPAddressLimitReachedException, TooManyRequestsException as __TooManyRequestsException, UnsupportedMediaTypeException as __UnsupportedMediaTypeException, } from "../models/errors";
|
|
584
|
+
import { CapacityProviderLimitExceededException as __CapacityProviderLimitExceededException, CodeSigningConfigNotFoundException as __CodeSigningConfigNotFoundException, CodeStorageExceededException as __CodeStorageExceededException, CodeVerificationFailedException as __CodeVerificationFailedException, EC2AccessDeniedException as __EC2AccessDeniedException, EC2ThrottledException as __EC2ThrottledException, EC2UnexpectedException as __EC2UnexpectedException, EFSIOException as __EFSIOException, EFSMountConnectivityException as __EFSMountConnectivityException, EFSMountFailureException as __EFSMountFailureException, EFSMountTimeoutException as __EFSMountTimeoutException, ENILimitReachedException as __ENILimitReachedException, FunctionVersionsPerCapacityProviderLimitExceededException as __FunctionVersionsPerCapacityProviderLimitExceededException, InvalidCodeSignatureException as __InvalidCodeSignatureException, InvalidParameterValueException as __InvalidParameterValueException, InvalidRequestContentException as __InvalidRequestContentException, InvalidRuntimeException as __InvalidRuntimeException, InvalidSecurityGroupIDException as __InvalidSecurityGroupIDException, InvalidSubnetIDException as __InvalidSubnetIDException, InvalidZipFileException as __InvalidZipFileException, KMSAccessDeniedException as __KMSAccessDeniedException, KMSDisabledException as __KMSDisabledException, KMSInvalidStateException as __KMSInvalidStateException, KMSNotFoundException as __KMSNotFoundException, NoPublishedVersionException as __NoPublishedVersionException, PolicyLengthExceededException as __PolicyLengthExceededException, PreconditionFailedException as __PreconditionFailedException, ProvisionedConcurrencyConfigNotFoundException as __ProvisionedConcurrencyConfigNotFoundException, RecursiveInvocationException as __RecursiveInvocationException, RequestTooLargeException as __RequestTooLargeException, ResourceConflictException as __ResourceConflictException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, ResourceNotReadyException as __ResourceNotReadyException, SerializedRequestEntityTooLargeException as __SerializedRequestEntityTooLargeException, ServiceException as __ServiceException, SnapStartException as __SnapStartException, SnapStartNotReadyException as __SnapStartNotReadyException, SnapStartTimeoutException as __SnapStartTimeoutException, SubnetIPAddressLimitReachedException as __SubnetIPAddressLimitReachedException, TooManyRequestsException as __TooManyRequestsException, UnsupportedMediaTypeException as __UnsupportedMediaTypeException, } from "../models/errors";
|
|
521
585
|
import { LambdaServiceException as __LambdaServiceException } from "../models/LambdaServiceException";
|
|
522
586
|
export var _Blob = [0, n0, _B, 8, 21];
|
|
523
587
|
export var BlobStream = [
|
|
@@ -601,6 +665,53 @@ export var AmazonManagedKafkaEventSourceConfig = [
|
|
|
601
665
|
[_CGI, _SRC],
|
|
602
666
|
[0, () => KafkaSchemaRegistryConfig],
|
|
603
667
|
];
|
|
668
|
+
export var CapacityProvider = [
|
|
669
|
+
3,
|
|
670
|
+
n0,
|
|
671
|
+
_CP,
|
|
672
|
+
0,
|
|
673
|
+
[_CPA, _St, _VC, _PC, _IR, _CPSC, _KKA, _LM],
|
|
674
|
+
[
|
|
675
|
+
0,
|
|
676
|
+
0,
|
|
677
|
+
() => CapacityProviderVpcConfig,
|
|
678
|
+
() => CapacityProviderPermissionsConfig,
|
|
679
|
+
() => InstanceRequirements,
|
|
680
|
+
() => CapacityProviderScalingConfig,
|
|
681
|
+
0,
|
|
682
|
+
0,
|
|
683
|
+
],
|
|
684
|
+
];
|
|
685
|
+
export var CapacityProviderConfig = [
|
|
686
|
+
3,
|
|
687
|
+
n0,
|
|
688
|
+
_CPC,
|
|
689
|
+
0,
|
|
690
|
+
[_LMICPC],
|
|
691
|
+
[() => LambdaManagedInstancesCapacityProviderConfig],
|
|
692
|
+
];
|
|
693
|
+
export var CapacityProviderLimitExceededException = [
|
|
694
|
+
-3,
|
|
695
|
+
n0,
|
|
696
|
+
_CPLEE,
|
|
697
|
+
{
|
|
698
|
+
[_e]: _c,
|
|
699
|
+
[_hE]: 400,
|
|
700
|
+
},
|
|
701
|
+
[_T, _m],
|
|
702
|
+
[0, 0],
|
|
703
|
+
];
|
|
704
|
+
TypeRegistry.for(n0).registerError(CapacityProviderLimitExceededException, __CapacityProviderLimitExceededException);
|
|
705
|
+
export var CapacityProviderPermissionsConfig = [3, n0, _CPPC, 0, [_CPORA], [0]];
|
|
706
|
+
export var CapacityProviderScalingConfig = [
|
|
707
|
+
3,
|
|
708
|
+
n0,
|
|
709
|
+
_CPSC,
|
|
710
|
+
0,
|
|
711
|
+
[_MVCC, _SM, _SP],
|
|
712
|
+
[1, 0, () => CapacityProviderScalingPoliciesList],
|
|
713
|
+
];
|
|
714
|
+
export var CapacityProviderVpcConfig = [3, n0, _CPVC, 0, [_SIu, _SGI], [64 | 0, 64 | 0]];
|
|
604
715
|
export var CodeSigningConfig = [
|
|
605
716
|
3,
|
|
606
717
|
n0,
|
|
@@ -663,6 +774,23 @@ export var CreateAliasRequest = [
|
|
|
663
774
|
[_FN, _N, _FV, _D, _RC],
|
|
664
775
|
[[0, 1], 0, 0, 0, () => AliasRoutingConfiguration],
|
|
665
776
|
];
|
|
777
|
+
export var CreateCapacityProviderRequest = [
|
|
778
|
+
3,
|
|
779
|
+
n0,
|
|
780
|
+
_CCPR,
|
|
781
|
+
0,
|
|
782
|
+
[_CPN, _VC, _PC, _IR, _CPSC, _KKA, _Ta],
|
|
783
|
+
[
|
|
784
|
+
0,
|
|
785
|
+
() => CapacityProviderVpcConfig,
|
|
786
|
+
() => CapacityProviderPermissionsConfig,
|
|
787
|
+
() => InstanceRequirements,
|
|
788
|
+
() => CapacityProviderScalingConfig,
|
|
789
|
+
0,
|
|
790
|
+
128 | 0,
|
|
791
|
+
],
|
|
792
|
+
];
|
|
793
|
+
export var CreateCapacityProviderResponse = [3, n0, _CCPRr, 0, [_CP], [() => CapacityProvider]];
|
|
666
794
|
export var CreateCodeSigningConfigRequest = [
|
|
667
795
|
3,
|
|
668
796
|
n0,
|
|
@@ -692,7 +820,7 @@ export var CreateEventSourceMappingRequest = [
|
|
|
692
820
|
_FCi,
|
|
693
821
|
_MBWIS,
|
|
694
822
|
_PF,
|
|
695
|
-
|
|
823
|
+
_SPt,
|
|
696
824
|
_SPT,
|
|
697
825
|
_DC,
|
|
698
826
|
_MRAIS,
|
|
@@ -773,6 +901,8 @@ export var CreateFunctionRequest = [
|
|
|
773
901
|
_ES,
|
|
774
902
|
_SSn,
|
|
775
903
|
_LC,
|
|
904
|
+
_CPC,
|
|
905
|
+
_PTu,
|
|
776
906
|
_TCe,
|
|
777
907
|
],
|
|
778
908
|
[
|
|
@@ -800,6 +930,8 @@ export var CreateFunctionRequest = [
|
|
|
800
930
|
() => EphemeralStorage,
|
|
801
931
|
() => SnapStart,
|
|
802
932
|
() => LoggingConfig,
|
|
933
|
+
() => CapacityProviderConfig,
|
|
934
|
+
0,
|
|
803
935
|
() => TenancyConfig,
|
|
804
936
|
],
|
|
805
937
|
];
|
|
@@ -842,6 +974,8 @@ export var DeleteAliasRequest = [
|
|
|
842
974
|
[0, 1],
|
|
843
975
|
],
|
|
844
976
|
];
|
|
977
|
+
export var DeleteCapacityProviderRequest = [3, n0, _DCPR, 0, [_CPN], [[0, 1]]];
|
|
978
|
+
export var DeleteCapacityProviderResponse = [3, n0, _DCPRe, 0, [_CP], [() => CapacityProvider]];
|
|
845
979
|
export var DeleteCodeSigningConfigRequest = [3, n0, _DCSCR, 0, [_CSCA], [[0, 1]]];
|
|
846
980
|
export var DeleteCodeSigningConfigResponse = [3, n0, _DCSCRe, 0, [], []];
|
|
847
981
|
export var DeleteEventSourceMappingRequest = [3, n0, _DESMR, 0, [_UUID], [[0, 1]]];
|
|
@@ -879,6 +1013,7 @@ export var DeleteFunctionRequest = [
|
|
|
879
1013
|
],
|
|
880
1014
|
],
|
|
881
1015
|
];
|
|
1016
|
+
export var DeleteFunctionResponse = [3, n0, _DFRe, 0, [_SCt], [[1, 32]]];
|
|
882
1017
|
export var DeleteFunctionUrlConfigRequest = [
|
|
883
1018
|
3,
|
|
884
1019
|
n0,
|
|
@@ -1041,7 +1176,7 @@ export var EventSourceMappingConfiguration = [
|
|
|
1041
1176
|
0,
|
|
1042
1177
|
[
|
|
1043
1178
|
_UUID,
|
|
1044
|
-
|
|
1179
|
+
_SPt,
|
|
1045
1180
|
_SPT,
|
|
1046
1181
|
_BSa,
|
|
1047
1182
|
_MBWIS,
|
|
@@ -1171,6 +1306,8 @@ export var FunctionConfiguration = [
|
|
|
1171
1306
|
_SSn,
|
|
1172
1307
|
_RVC,
|
|
1173
1308
|
_LC,
|
|
1309
|
+
_CPC,
|
|
1310
|
+
_CSon,
|
|
1174
1311
|
_TCe,
|
|
1175
1312
|
],
|
|
1176
1313
|
[
|
|
@@ -1210,6 +1347,8 @@ export var FunctionConfiguration = [
|
|
|
1210
1347
|
() => SnapStartResponse,
|
|
1211
1348
|
[() => RuntimeVersionConfig, 0],
|
|
1212
1349
|
() => LoggingConfig,
|
|
1350
|
+
() => CapacityProviderConfig,
|
|
1351
|
+
0,
|
|
1213
1352
|
() => TenancyConfig,
|
|
1214
1353
|
],
|
|
1215
1354
|
];
|
|
@@ -1221,6 +1360,7 @@ export var FunctionEventInvokeConfig = [
|
|
|
1221
1360
|
[_LM, _FA, _MRA, _MEAIS, _DC],
|
|
1222
1361
|
[4, 0, 1, 1, () => DestinationConfig],
|
|
1223
1362
|
];
|
|
1363
|
+
export var FunctionScalingConfig = [3, n0, _FSCu, 0, [_MEE, _MEEa], [1, 1]];
|
|
1224
1364
|
export var FunctionUrlConfig = [
|
|
1225
1365
|
3,
|
|
1226
1366
|
n0,
|
|
@@ -1229,6 +1369,19 @@ export var FunctionUrlConfig = [
|
|
|
1229
1369
|
[_FU, _FA, _CT, _LMT, _Co, _AT, _IM],
|
|
1230
1370
|
[0, 0, 0, 0, () => Cors, 0, 0],
|
|
1231
1371
|
];
|
|
1372
|
+
export var FunctionVersionsByCapacityProviderListItem = [3, n0, _FVBCPLI, 0, [_FA, _St], [0, 0]];
|
|
1373
|
+
export var FunctionVersionsPerCapacityProviderLimitExceededException = [
|
|
1374
|
+
-3,
|
|
1375
|
+
n0,
|
|
1376
|
+
_FVPCPLEE,
|
|
1377
|
+
{
|
|
1378
|
+
[_e]: _c,
|
|
1379
|
+
[_hE]: 400,
|
|
1380
|
+
},
|
|
1381
|
+
[_T, _m],
|
|
1382
|
+
[0, 0],
|
|
1383
|
+
];
|
|
1384
|
+
TypeRegistry.for(n0).registerError(FunctionVersionsPerCapacityProviderLimitExceededException, __FunctionVersionsPerCapacityProviderLimitExceededException);
|
|
1232
1385
|
export var GetAccountSettingsRequest = [3, n0, _GASR, 0, [], []];
|
|
1233
1386
|
export var GetAccountSettingsResponse = [
|
|
1234
1387
|
3,
|
|
@@ -1249,6 +1402,8 @@ export var GetAliasRequest = [
|
|
|
1249
1402
|
[0, 1],
|
|
1250
1403
|
],
|
|
1251
1404
|
];
|
|
1405
|
+
export var GetCapacityProviderRequest = [3, n0, _GCPR, 0, [_CPN], [[0, 1]]];
|
|
1406
|
+
export var GetCapacityProviderResponse = [3, n0, _GCPRe, 0, [_CP], [() => CapacityProvider]];
|
|
1252
1407
|
export var GetCodeSigningConfigRequest = [3, n0, _GCSCR, 0, [_CSCA], [[0, 1]]];
|
|
1253
1408
|
export var GetCodeSigningConfigResponse = [3, n0, _GCSCRe, 0, [_CSC], [() => CodeSigningConfig]];
|
|
1254
1409
|
export var GetEventSourceMappingRequest = [3, n0, _GESMR, 0, [_UUID], [[0, 1]]];
|
|
@@ -1314,6 +1469,30 @@ export var GetFunctionResponse = [
|
|
|
1314
1469
|
[_Con, _Cod, _Ta, _TE, _C],
|
|
1315
1470
|
[[() => FunctionConfiguration, 0], () => FunctionCodeLocation, 128 | 0, () => TagsError, () => Concurrency],
|
|
1316
1471
|
];
|
|
1472
|
+
export var GetFunctionScalingConfigRequest = [
|
|
1473
|
+
3,
|
|
1474
|
+
n0,
|
|
1475
|
+
_GFSCR,
|
|
1476
|
+
0,
|
|
1477
|
+
[_FN, _Q],
|
|
1478
|
+
[
|
|
1479
|
+
[0, 1],
|
|
1480
|
+
[
|
|
1481
|
+
0,
|
|
1482
|
+
{
|
|
1483
|
+
[_hQ]: _Q,
|
|
1484
|
+
},
|
|
1485
|
+
],
|
|
1486
|
+
],
|
|
1487
|
+
];
|
|
1488
|
+
export var GetFunctionScalingConfigResponse = [
|
|
1489
|
+
3,
|
|
1490
|
+
n0,
|
|
1491
|
+
_GFSCRe,
|
|
1492
|
+
0,
|
|
1493
|
+
[_FA, _AFSC, _RFSC],
|
|
1494
|
+
[0, () => FunctionScalingConfig, () => FunctionScalingConfig],
|
|
1495
|
+
];
|
|
1317
1496
|
export var GetFunctionUrlConfigRequest = [
|
|
1318
1497
|
3,
|
|
1319
1498
|
n0,
|
|
@@ -1459,6 +1638,7 @@ export var ImageConfigResponse = [
|
|
|
1459
1638
|
[_IC, _Er],
|
|
1460
1639
|
[() => ImageConfig, [() => ImageConfigError, 0]],
|
|
1461
1640
|
];
|
|
1641
|
+
export var InstanceRequirements = [3, n0, _IR, 0, [_Ar, _AIT, _EIT], [64 | 0, 64 | 0, 64 | 0]];
|
|
1462
1642
|
export var InvalidCodeSignatureException = [
|
|
1463
1643
|
-3,
|
|
1464
1644
|
n0,
|
|
@@ -1546,7 +1726,7 @@ TypeRegistry.for(n0).registerError(InvalidZipFileException, __InvalidZipFileExce
|
|
|
1546
1726
|
export var InvocationRequest = [
|
|
1547
1727
|
3,
|
|
1548
1728
|
n0,
|
|
1549
|
-
|
|
1729
|
+
_IRn,
|
|
1550
1730
|
0,
|
|
1551
1731
|
[_FN, _IT, _LT, _CC, _Pay, _Q, _TI],
|
|
1552
1732
|
[
|
|
@@ -1587,7 +1767,7 @@ export var InvocationRequest = [
|
|
|
1587
1767
|
export var InvocationResponse = [
|
|
1588
1768
|
3,
|
|
1589
1769
|
n0,
|
|
1590
|
-
|
|
1770
|
+
_IRnv,
|
|
1591
1771
|
0,
|
|
1592
1772
|
[_SCt, _FE, _LR, _Pay, _EV],
|
|
1593
1773
|
[
|
|
@@ -1770,6 +1950,14 @@ export var KMSNotFoundException = [
|
|
|
1770
1950
|
[0, 0],
|
|
1771
1951
|
];
|
|
1772
1952
|
TypeRegistry.for(n0).registerError(KMSNotFoundException, __KMSNotFoundException);
|
|
1953
|
+
export var LambdaManagedInstancesCapacityProviderConfig = [
|
|
1954
|
+
3,
|
|
1955
|
+
n0,
|
|
1956
|
+
_LMICPC,
|
|
1957
|
+
0,
|
|
1958
|
+
[_CPA, _PEEMC, _EEMGBPVC],
|
|
1959
|
+
[0, 1, 1],
|
|
1960
|
+
];
|
|
1773
1961
|
export var Layer = [3, n0, _La, 0, [_Arn, _CS, _SPVAi, _SJA], [0, 1, 0, 0]];
|
|
1774
1962
|
export var LayersListItem = [
|
|
1775
1963
|
3,
|
|
@@ -1832,6 +2020,41 @@ export var ListAliasesRequest = [
|
|
|
1832
2020
|
],
|
|
1833
2021
|
];
|
|
1834
2022
|
export var ListAliasesResponse = [3, n0, _LARi, 0, [_NM, _Al], [0, () => AliasList]];
|
|
2023
|
+
export var ListCapacityProvidersRequest = [
|
|
2024
|
+
3,
|
|
2025
|
+
n0,
|
|
2026
|
+
_LCPR,
|
|
2027
|
+
0,
|
|
2028
|
+
[_St, _Ma, _MI],
|
|
2029
|
+
[
|
|
2030
|
+
[
|
|
2031
|
+
0,
|
|
2032
|
+
{
|
|
2033
|
+
[_hQ]: _St,
|
|
2034
|
+
},
|
|
2035
|
+
],
|
|
2036
|
+
[
|
|
2037
|
+
0,
|
|
2038
|
+
{
|
|
2039
|
+
[_hQ]: _Ma,
|
|
2040
|
+
},
|
|
2041
|
+
],
|
|
2042
|
+
[
|
|
2043
|
+
1,
|
|
2044
|
+
{
|
|
2045
|
+
[_hQ]: _MI,
|
|
2046
|
+
},
|
|
2047
|
+
],
|
|
2048
|
+
],
|
|
2049
|
+
];
|
|
2050
|
+
export var ListCapacityProvidersResponse = [
|
|
2051
|
+
3,
|
|
2052
|
+
n0,
|
|
2053
|
+
_LCPRi,
|
|
2054
|
+
0,
|
|
2055
|
+
[_CPa, _NM],
|
|
2056
|
+
[() => CapacityProvidersList, 0],
|
|
2057
|
+
];
|
|
1835
2058
|
export var ListCodeSigningConfigsRequest = [
|
|
1836
2059
|
3,
|
|
1837
2060
|
n0,
|
|
@@ -2026,6 +2249,36 @@ export var ListFunctionUrlConfigsResponse = [
|
|
|
2026
2249
|
[_FUCu, _NM],
|
|
2027
2250
|
[() => FunctionUrlConfigList, 0],
|
|
2028
2251
|
];
|
|
2252
|
+
export var ListFunctionVersionsByCapacityProviderRequest = [
|
|
2253
|
+
3,
|
|
2254
|
+
n0,
|
|
2255
|
+
_LFVBCPR,
|
|
2256
|
+
0,
|
|
2257
|
+
[_CPN, _Ma, _MI],
|
|
2258
|
+
[
|
|
2259
|
+
[0, 1],
|
|
2260
|
+
[
|
|
2261
|
+
0,
|
|
2262
|
+
{
|
|
2263
|
+
[_hQ]: _Ma,
|
|
2264
|
+
},
|
|
2265
|
+
],
|
|
2266
|
+
[
|
|
2267
|
+
1,
|
|
2268
|
+
{
|
|
2269
|
+
[_hQ]: _MI,
|
|
2270
|
+
},
|
|
2271
|
+
],
|
|
2272
|
+
],
|
|
2273
|
+
];
|
|
2274
|
+
export var ListFunctionVersionsByCapacityProviderResponse = [
|
|
2275
|
+
3,
|
|
2276
|
+
n0,
|
|
2277
|
+
_LFVBCPRi,
|
|
2278
|
+
0,
|
|
2279
|
+
[_CPA, _FVu, _NM],
|
|
2280
|
+
[0, () => FunctionVersionsByCapacityProviderList, 0],
|
|
2281
|
+
];
|
|
2029
2282
|
export var ListLayersRequest = [
|
|
2030
2283
|
3,
|
|
2031
2284
|
n0,
|
|
@@ -2165,6 +2418,18 @@ export var ListVersionsByFunctionResponse = [
|
|
|
2165
2418
|
[0, [() => FunctionList, 0]],
|
|
2166
2419
|
];
|
|
2167
2420
|
export var LoggingConfig = [3, n0, _LC, 0, [_LF, _ALL, _SLL, _LG], [0, 0, 0, 0]];
|
|
2421
|
+
export var NoPublishedVersionException = [
|
|
2422
|
+
-3,
|
|
2423
|
+
n0,
|
|
2424
|
+
_NPVE,
|
|
2425
|
+
{
|
|
2426
|
+
[_e]: _c,
|
|
2427
|
+
[_hE]: 400,
|
|
2428
|
+
},
|
|
2429
|
+
[_T, _M],
|
|
2430
|
+
[0, 0],
|
|
2431
|
+
];
|
|
2432
|
+
TypeRegistry.for(n0).registerError(NoPublishedVersionException, __NoPublishedVersionException);
|
|
2168
2433
|
export var OnFailure = [3, n0, _OF, 0, [_De], [0]];
|
|
2169
2434
|
export var OnSuccess = [3, n0, _OS, 0, [_De], [0]];
|
|
2170
2435
|
export var PolicyLengthExceededException = [
|
|
@@ -2228,7 +2493,14 @@ export var PublishLayerVersionResponse = [
|
|
|
2228
2493
|
[_Cont, _LA, _LVA, _D, _CD, _Ve, _CR, _LI, _CA],
|
|
2229
2494
|
[() => LayerVersionContentOutput, 0, 0, 0, 0, 1, 64 | 0, 0, 64 | 0],
|
|
2230
2495
|
];
|
|
2231
|
-
export var PublishVersionRequest = [
|
|
2496
|
+
export var PublishVersionRequest = [
|
|
2497
|
+
3,
|
|
2498
|
+
n0,
|
|
2499
|
+
_PVR,
|
|
2500
|
+
0,
|
|
2501
|
+
[_FN, _CSo, _D, _RI, _PTu],
|
|
2502
|
+
[[0, 1], 0, 0, 0, 0],
|
|
2503
|
+
];
|
|
2232
2504
|
export var PutFunctionCodeSigningConfigRequest = [3, n0, _PFCSCR, 0, [_CSCA, _FN], [0, [0, 1]]];
|
|
2233
2505
|
export var PutFunctionCodeSigningConfigResponse = [3, n0, _PFCSCRu, 0, [_CSCA, _FN], [0, 0]];
|
|
2234
2506
|
export var PutFunctionConcurrencyRequest = [3, n0, _PFCR, 0, [_FN, _RCE], [[0, 1], 1]];
|
|
@@ -2253,6 +2525,24 @@ export var PutFunctionEventInvokeConfigRequest = [
|
|
|
2253
2525
|
];
|
|
2254
2526
|
export var PutFunctionRecursionConfigRequest = [3, n0, _PFRCR, 0, [_FN, _RL], [[0, 1], 0]];
|
|
2255
2527
|
export var PutFunctionRecursionConfigResponse = [3, n0, _PFRCRu, 0, [_RL], [0]];
|
|
2528
|
+
export var PutFunctionScalingConfigRequest = [
|
|
2529
|
+
3,
|
|
2530
|
+
n0,
|
|
2531
|
+
_PFSCR,
|
|
2532
|
+
0,
|
|
2533
|
+
[_FN, _Q, _FSCu],
|
|
2534
|
+
[
|
|
2535
|
+
[0, 1],
|
|
2536
|
+
[
|
|
2537
|
+
0,
|
|
2538
|
+
{
|
|
2539
|
+
[_hQ]: _Q,
|
|
2540
|
+
},
|
|
2541
|
+
],
|
|
2542
|
+
() => FunctionScalingConfig,
|
|
2543
|
+
],
|
|
2544
|
+
];
|
|
2545
|
+
export var PutFunctionScalingConfigResponse = [3, n0, _PFSCRu, 0, [_FS], [0]];
|
|
2256
2546
|
export var PutProvisionedConcurrencyConfigRequest = [
|
|
2257
2547
|
3,
|
|
2258
2548
|
n0,
|
|
@@ -2513,6 +2803,7 @@ export var SubnetIPAddressLimitReachedException = [
|
|
|
2513
2803
|
TypeRegistry.for(n0).registerError(SubnetIPAddressLimitReachedException, __SubnetIPAddressLimitReachedException);
|
|
2514
2804
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_Re, _Ta], [[0, 1], 128 | 0]];
|
|
2515
2805
|
export var TagsError = [3, n0, _TE, 0, [_EC, _M], [0, 0]];
|
|
2806
|
+
export var TargetTrackingScalingPolicy = [3, n0, _TTSP, 0, [_PMT, _TV], [0, 1]];
|
|
2516
2807
|
export var TenancyConfig = [3, n0, _TCe, 0, [_TIM], [0]];
|
|
2517
2808
|
export var TooManyRequestsException = [
|
|
2518
2809
|
-3,
|
|
@@ -2574,6 +2865,15 @@ export var UpdateAliasRequest = [
|
|
|
2574
2865
|
[_FN, _N, _FV, _D, _RC, _RI],
|
|
2575
2866
|
[[0, 1], [0, 1], 0, 0, () => AliasRoutingConfiguration, 0],
|
|
2576
2867
|
];
|
|
2868
|
+
export var UpdateCapacityProviderRequest = [
|
|
2869
|
+
3,
|
|
2870
|
+
n0,
|
|
2871
|
+
_UCPR,
|
|
2872
|
+
0,
|
|
2873
|
+
[_CPN, _CPSC],
|
|
2874
|
+
[[0, 1], () => CapacityProviderScalingConfig],
|
|
2875
|
+
];
|
|
2876
|
+
export var UpdateCapacityProviderResponse = [3, n0, _UCPRp, 0, [_CP], [() => CapacityProvider]];
|
|
2577
2877
|
export var UpdateCodeSigningConfigRequest = [
|
|
2578
2878
|
3,
|
|
2579
2879
|
n0,
|
|
@@ -2647,15 +2947,15 @@ export var UpdateFunctionCodeRequest = [
|
|
|
2647
2947
|
n0,
|
|
2648
2948
|
_UFCR,
|
|
2649
2949
|
0,
|
|
2650
|
-
[_FN, _ZF, _SB, _SK, _SOV, _IU, _Pu, _DR, _RI, _Ar, _SKMSKA],
|
|
2651
|
-
[[0, 1], [() => _Blob, 0], 0, 0, 0, 0, 2, 2, 0, 64 | 0, 0],
|
|
2950
|
+
[_FN, _ZF, _SB, _SK, _SOV, _IU, _Pu, _DR, _RI, _Ar, _SKMSKA, _PTu],
|
|
2951
|
+
[[0, 1], [() => _Blob, 0], 0, 0, 0, 0, 2, 2, 0, 64 | 0, 0, 0],
|
|
2652
2952
|
];
|
|
2653
2953
|
export var UpdateFunctionConfigurationRequest = [
|
|
2654
2954
|
3,
|
|
2655
2955
|
n0,
|
|
2656
2956
|
_UFCRp,
|
|
2657
2957
|
0,
|
|
2658
|
-
[_FN, _Ro, _H, _D, _Ti, _MS, _VC, _En, _R, _DLC, _KMSKA, _TC, _RI, _L, _FSC, _IC, _ES, _SSn, _LC],
|
|
2958
|
+
[_FN, _Ro, _H, _D, _Ti, _MS, _VC, _En, _R, _DLC, _KMSKA, _TC, _RI, _L, _FSC, _IC, _ES, _SSn, _LC, _CPC],
|
|
2659
2959
|
[
|
|
2660
2960
|
[0, 1],
|
|
2661
2961
|
0,
|
|
@@ -2676,6 +2976,7 @@ export var UpdateFunctionConfigurationRequest = [
|
|
|
2676
2976
|
() => EphemeralStorage,
|
|
2677
2977
|
() => SnapStart,
|
|
2678
2978
|
() => LoggingConfig,
|
|
2979
|
+
() => CapacityProviderConfig,
|
|
2679
2980
|
],
|
|
2680
2981
|
];
|
|
2681
2982
|
export var UpdateFunctionEventInvokeConfigRequest = [
|
|
@@ -2740,6 +3041,16 @@ export var AliasList = [1, n0, _ALl, 0, () => AliasConfiguration];
|
|
|
2740
3041
|
export var AllowMethodsList = 64 | 0;
|
|
2741
3042
|
export var AllowOriginsList = 64 | 0;
|
|
2742
3043
|
export var ArchitecturesList = 64 | 0;
|
|
3044
|
+
export var CapacityProviderScalingPoliciesList = [
|
|
3045
|
+
1,
|
|
3046
|
+
n0,
|
|
3047
|
+
_CPSPL,
|
|
3048
|
+
0,
|
|
3049
|
+
() => TargetTrackingScalingPolicy,
|
|
3050
|
+
];
|
|
3051
|
+
export var CapacityProviderSecurityGroupIds = 64 | 0;
|
|
3052
|
+
export var CapacityProvidersList = [1, n0, _CPL, 0, () => CapacityProvider];
|
|
3053
|
+
export var CapacityProviderSubnetIds = 64 | 0;
|
|
2743
3054
|
export var CodeSigningConfigList = [1, n0, _CSCL, 0, () => CodeSigningConfig];
|
|
2744
3055
|
export var CompatibleArchitectures = 64 | 0;
|
|
2745
3056
|
export var CompatibleRuntimes = 64 | 0;
|
|
@@ -2753,7 +3064,15 @@ export var FunctionEventInvokeConfigList = [1, n0, _FEICL, 0, () => FunctionEven
|
|
|
2753
3064
|
export var FunctionList = [1, n0, _FLu, 0, [() => FunctionConfiguration, 0]];
|
|
2754
3065
|
export var FunctionResponseTypeList = 64 | 0;
|
|
2755
3066
|
export var FunctionUrlConfigList = [1, n0, _FUCL, 0, () => FunctionUrlConfig];
|
|
3067
|
+
export var FunctionVersionsByCapacityProviderList = [
|
|
3068
|
+
1,
|
|
3069
|
+
n0,
|
|
3070
|
+
_FVBCPL,
|
|
3071
|
+
0,
|
|
3072
|
+
() => FunctionVersionsByCapacityProviderListItem,
|
|
3073
|
+
];
|
|
2756
3074
|
export var HeadersList = 64 | 0;
|
|
3075
|
+
export var InstanceTypeSet = 64 | 0;
|
|
2757
3076
|
export var KafkaSchemaRegistryAccessConfigList = [
|
|
2758
3077
|
1,
|
|
2759
3078
|
n0,
|
|
@@ -2799,7 +3118,7 @@ export var InvokeWithResponseStreamResponseEvent = [
|
|
|
2799
3118
|
{
|
|
2800
3119
|
[_s]: 1,
|
|
2801
3120
|
},
|
|
2802
|
-
[
|
|
3121
|
+
[_PCa, _ICn],
|
|
2803
3122
|
[[() => InvokeResponseStreamUpdate, 0], () => InvokeWithResponseStreamCompleteEvent],
|
|
2804
3123
|
];
|
|
2805
3124
|
export var AddLayerVersionPermission = [
|
|
@@ -2832,6 +3151,16 @@ export var CreateAlias = [
|
|
|
2832
3151
|
() => CreateAliasRequest,
|
|
2833
3152
|
() => AliasConfiguration,
|
|
2834
3153
|
];
|
|
3154
|
+
export var CreateCapacityProvider = [
|
|
3155
|
+
9,
|
|
3156
|
+
n0,
|
|
3157
|
+
_CCP,
|
|
3158
|
+
{
|
|
3159
|
+
[_h]: ["POST", "/2025-11-30/capacity-providers", 202],
|
|
3160
|
+
},
|
|
3161
|
+
() => CreateCapacityProviderRequest,
|
|
3162
|
+
() => CreateCapacityProviderResponse,
|
|
3163
|
+
];
|
|
2835
3164
|
export var CreateCodeSigningConfig = [
|
|
2836
3165
|
9,
|
|
2837
3166
|
n0,
|
|
@@ -2882,6 +3211,16 @@ export var DeleteAlias = [
|
|
|
2882
3211
|
() => DeleteAliasRequest,
|
|
2883
3212
|
() => __Unit,
|
|
2884
3213
|
];
|
|
3214
|
+
export var DeleteCapacityProvider = [
|
|
3215
|
+
9,
|
|
3216
|
+
n0,
|
|
3217
|
+
_DCP,
|
|
3218
|
+
{
|
|
3219
|
+
[_h]: ["DELETE", "/2025-11-30/capacity-providers/{CapacityProviderName}", 202],
|
|
3220
|
+
},
|
|
3221
|
+
() => DeleteCapacityProviderRequest,
|
|
3222
|
+
() => DeleteCapacityProviderResponse,
|
|
3223
|
+
];
|
|
2885
3224
|
export var DeleteCodeSigningConfig = [
|
|
2886
3225
|
9,
|
|
2887
3226
|
n0,
|
|
@@ -2907,10 +3246,10 @@ export var DeleteFunction = [
|
|
|
2907
3246
|
n0,
|
|
2908
3247
|
_DF,
|
|
2909
3248
|
{
|
|
2910
|
-
[_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}",
|
|
3249
|
+
[_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}", 200],
|
|
2911
3250
|
},
|
|
2912
3251
|
() => DeleteFunctionRequest,
|
|
2913
|
-
() =>
|
|
3252
|
+
() => DeleteFunctionResponse,
|
|
2914
3253
|
];
|
|
2915
3254
|
export var DeleteFunctionCodeSigningConfig = [
|
|
2916
3255
|
9,
|
|
@@ -2992,6 +3331,16 @@ export var GetAlias = [
|
|
|
2992
3331
|
() => GetAliasRequest,
|
|
2993
3332
|
() => AliasConfiguration,
|
|
2994
3333
|
];
|
|
3334
|
+
export var GetCapacityProvider = [
|
|
3335
|
+
9,
|
|
3336
|
+
n0,
|
|
3337
|
+
_GCP,
|
|
3338
|
+
{
|
|
3339
|
+
[_h]: ["GET", "/2025-11-30/capacity-providers/{CapacityProviderName}", 200],
|
|
3340
|
+
},
|
|
3341
|
+
() => GetCapacityProviderRequest,
|
|
3342
|
+
() => GetCapacityProviderResponse,
|
|
3343
|
+
];
|
|
2995
3344
|
export var GetCodeSigningConfig = [
|
|
2996
3345
|
9,
|
|
2997
3346
|
n0,
|
|
@@ -3072,6 +3421,16 @@ export var GetFunctionRecursionConfig = [
|
|
|
3072
3421
|
() => GetFunctionRecursionConfigRequest,
|
|
3073
3422
|
() => GetFunctionRecursionConfigResponse,
|
|
3074
3423
|
];
|
|
3424
|
+
export var GetFunctionScalingConfig = [
|
|
3425
|
+
9,
|
|
3426
|
+
n0,
|
|
3427
|
+
_GFSC,
|
|
3428
|
+
{
|
|
3429
|
+
[_h]: ["GET", "/2025-11-30/functions/{FunctionName}/function-scaling-config", 200],
|
|
3430
|
+
},
|
|
3431
|
+
() => GetFunctionScalingConfigRequest,
|
|
3432
|
+
() => GetFunctionScalingConfigResponse,
|
|
3433
|
+
];
|
|
3075
3434
|
export var GetFunctionUrlConfig = [
|
|
3076
3435
|
9,
|
|
3077
3436
|
n0,
|
|
@@ -3182,6 +3541,16 @@ export var ListAliases = [
|
|
|
3182
3541
|
() => ListAliasesRequest,
|
|
3183
3542
|
() => ListAliasesResponse,
|
|
3184
3543
|
];
|
|
3544
|
+
export var ListCapacityProviders = [
|
|
3545
|
+
9,
|
|
3546
|
+
n0,
|
|
3547
|
+
_LCP,
|
|
3548
|
+
{
|
|
3549
|
+
[_h]: ["GET", "/2025-11-30/capacity-providers", 200],
|
|
3550
|
+
},
|
|
3551
|
+
() => ListCapacityProvidersRequest,
|
|
3552
|
+
() => ListCapacityProvidersResponse,
|
|
3553
|
+
];
|
|
3185
3554
|
export var ListCodeSigningConfigs = [
|
|
3186
3555
|
9,
|
|
3187
3556
|
n0,
|
|
@@ -3242,6 +3611,16 @@ export var ListFunctionUrlConfigs = [
|
|
|
3242
3611
|
() => ListFunctionUrlConfigsRequest,
|
|
3243
3612
|
() => ListFunctionUrlConfigsResponse,
|
|
3244
3613
|
];
|
|
3614
|
+
export var ListFunctionVersionsByCapacityProvider = [
|
|
3615
|
+
9,
|
|
3616
|
+
n0,
|
|
3617
|
+
_LFVBCP,
|
|
3618
|
+
{
|
|
3619
|
+
[_h]: ["GET", "/2025-11-30/capacity-providers/{CapacityProviderName}/function-versions", 200],
|
|
3620
|
+
},
|
|
3621
|
+
() => ListFunctionVersionsByCapacityProviderRequest,
|
|
3622
|
+
() => ListFunctionVersionsByCapacityProviderResponse,
|
|
3623
|
+
];
|
|
3245
3624
|
export var ListLayers = [
|
|
3246
3625
|
9,
|
|
3247
3626
|
n0,
|
|
@@ -3352,6 +3731,16 @@ export var PutFunctionRecursionConfig = [
|
|
|
3352
3731
|
() => PutFunctionRecursionConfigRequest,
|
|
3353
3732
|
() => PutFunctionRecursionConfigResponse,
|
|
3354
3733
|
];
|
|
3734
|
+
export var PutFunctionScalingConfig = [
|
|
3735
|
+
9,
|
|
3736
|
+
n0,
|
|
3737
|
+
_PFSC,
|
|
3738
|
+
{
|
|
3739
|
+
[_h]: ["PUT", "/2025-11-30/functions/{FunctionName}/function-scaling-config", 202],
|
|
3740
|
+
},
|
|
3741
|
+
() => PutFunctionScalingConfigRequest,
|
|
3742
|
+
() => PutFunctionScalingConfigResponse,
|
|
3743
|
+
];
|
|
3355
3744
|
export var PutProvisionedConcurrencyConfig = [
|
|
3356
3745
|
9,
|
|
3357
3746
|
n0,
|
|
@@ -3422,6 +3811,16 @@ export var UpdateAlias = [
|
|
|
3422
3811
|
() => UpdateAliasRequest,
|
|
3423
3812
|
() => AliasConfiguration,
|
|
3424
3813
|
];
|
|
3814
|
+
export var UpdateCapacityProvider = [
|
|
3815
|
+
9,
|
|
3816
|
+
n0,
|
|
3817
|
+
_UCP,
|
|
3818
|
+
{
|
|
3819
|
+
[_h]: ["PUT", "/2025-11-30/capacity-providers/{CapacityProviderName}", 202],
|
|
3820
|
+
},
|
|
3821
|
+
() => UpdateCapacityProviderRequest,
|
|
3822
|
+
() => UpdateCapacityProviderResponse,
|
|
3823
|
+
];
|
|
3425
3824
|
export var UpdateCodeSigningConfig = [
|
|
3426
3825
|
9,
|
|
3427
3826
|
n0,
|