@aws-sdk/client-lambda 3.933.0 → 3.935.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.
Files changed (36) hide show
  1. package/dist-cjs/index.js +262 -236
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +237 -0
  4. package/dist-es/models/errors.js +607 -0
  5. package/dist-es/models/models_0.js +1 -841
  6. package/dist-es/schemas/schemas_0.js +24 -3
  7. package/dist-types/commands/CreateFunctionCommand.d.ts +8 -2
  8. package/dist-types/commands/GetFunctionCommand.d.ts +4 -1
  9. package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +4 -1
  10. package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +1 -1
  11. package/dist-types/commands/GetLayerVersionCommand.d.ts +1 -1
  12. package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +4 -4
  13. package/dist-types/commands/InvokeCommand.d.ts +1 -0
  14. package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +1 -0
  15. package/dist-types/commands/ListFunctionsCommand.d.ts +4 -1
  16. package/dist-types/commands/ListLayerVersionsCommand.d.ts +2 -2
  17. package/dist-types/commands/ListLayersCommand.d.ts +2 -2
  18. package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +4 -1
  19. package/dist-types/commands/PublishLayerVersionCommand.d.ts +2 -2
  20. package/dist-types/commands/PublishVersionCommand.d.ts +4 -1
  21. package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +4 -1
  22. package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +5 -2
  23. package/dist-types/index.d.ts +3 -1
  24. package/dist-types/models/enums.d.ts +509 -0
  25. package/dist-types/models/errors.d.ts +580 -0
  26. package/dist-types/models/models_0.d.ts +34 -1079
  27. package/dist-types/schemas/schemas_0.d.ts +1 -0
  28. package/dist-types/ts3.4/index.d.ts +3 -1
  29. package/dist-types/ts3.4/models/enums.d.ts +294 -0
  30. package/dist-types/ts3.4/models/errors.d.ts +357 -0
  31. package/dist-types/ts3.4/models/models_0.d.ts +42 -645
  32. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
  33. package/package.json +12 -12
  34. package/dist-es/models/index.js +0 -1
  35. package/dist-types/models/index.d.ts +0 -1
  36. package/dist-types/ts3.4/models/index.d.ts +0 -1
package/dist-cjs/index.js CHANGED
@@ -208,14 +208,6 @@ let ServiceException$1 = class ServiceException extends LambdaServiceException$1
208
208
  this.Message = opts.Message;
209
209
  }
210
210
  };
211
- const ThrottleReason = {
212
- CallerRateLimitExceeded: "CallerRateLimitExceeded",
213
- ConcurrentInvocationLimitExceeded: "ConcurrentInvocationLimitExceeded",
214
- ConcurrentSnapshotCreateLimitExceeded: "ConcurrentSnapshotCreateLimitExceeded",
215
- FunctionInvocationRateLimitExceeded: "FunctionInvocationRateLimitExceeded",
216
- ReservedFunctionConcurrentInvocationLimitExceeded: "ReservedFunctionConcurrentInvocationLimitExceeded",
217
- ReservedFunctionInvocationRateLimitExceeded: "ReservedFunctionInvocationRateLimitExceeded",
218
- };
219
211
  let TooManyRequestsException$1 = class TooManyRequestsException extends LambdaServiceException$1 {
220
212
  name = "TooManyRequestsException";
221
213
  $fault = "client";
@@ -234,67 +226,6 @@ let TooManyRequestsException$1 = class TooManyRequestsException extends LambdaSe
234
226
  this.Reason = opts.Reason;
235
227
  }
236
228
  };
237
- const FunctionUrlAuthType = {
238
- AWS_IAM: "AWS_IAM",
239
- NONE: "NONE",
240
- };
241
- const KafkaSchemaRegistryAuthType = {
242
- BASIC_AUTH: "BASIC_AUTH",
243
- CLIENT_CERTIFICATE_TLS_AUTH: "CLIENT_CERTIFICATE_TLS_AUTH",
244
- SERVER_ROOT_CA_CERTIFICATE: "SERVER_ROOT_CA_CERTIFICATE",
245
- };
246
- const SchemaRegistryEventRecordFormat = {
247
- JSON: "JSON",
248
- SOURCE: "SOURCE",
249
- };
250
- const KafkaSchemaValidationAttribute = {
251
- KEY: "KEY",
252
- VALUE: "VALUE",
253
- };
254
- const ApplicationLogLevel = {
255
- Debug: "DEBUG",
256
- Error: "ERROR",
257
- Fatal: "FATAL",
258
- Info: "INFO",
259
- Trace: "TRACE",
260
- Warn: "WARN",
261
- };
262
- const Architecture = {
263
- arm64: "arm64",
264
- x86_64: "x86_64",
265
- };
266
- const CodeSigningPolicy = {
267
- Enforce: "Enforce",
268
- Warn: "Warn",
269
- };
270
- const FullDocument = {
271
- Default: "Default",
272
- UpdateLookup: "UpdateLookup",
273
- };
274
- const FunctionResponseType = {
275
- ReportBatchItemFailures: "ReportBatchItemFailures",
276
- };
277
- const EventSourceMappingMetric = {
278
- EventCount: "EventCount",
279
- };
280
- const EndPointType = {
281
- KAFKA_BOOTSTRAP_SERVERS: "KAFKA_BOOTSTRAP_SERVERS",
282
- };
283
- const SourceAccessType = {
284
- BASIC_AUTH: "BASIC_AUTH",
285
- CLIENT_CERTIFICATE_TLS_AUTH: "CLIENT_CERTIFICATE_TLS_AUTH",
286
- SASL_SCRAM_256_AUTH: "SASL_SCRAM_256_AUTH",
287
- SASL_SCRAM_512_AUTH: "SASL_SCRAM_512_AUTH",
288
- SERVER_ROOT_CA_CERTIFICATE: "SERVER_ROOT_CA_CERTIFICATE",
289
- VIRTUAL_HOST: "VIRTUAL_HOST",
290
- VPC_SECURITY_GROUP: "VPC_SECURITY_GROUP",
291
- VPC_SUBNET: "VPC_SUBNET",
292
- };
293
- const EventSourcePosition = {
294
- AT_TIMESTAMP: "AT_TIMESTAMP",
295
- LATEST: "LATEST",
296
- TRIM_HORIZON: "TRIM_HORIZON",
297
- };
298
229
  let ResourceInUseException$1 = class ResourceInUseException extends LambdaServiceException$1 {
299
230
  name = "ResourceInUseException";
300
231
  $fault = "client";
@@ -357,137 +288,6 @@ let CodeVerificationFailedException$1 = class CodeVerificationFailedException ex
357
288
  this.Message = opts.Message;
358
289
  }
359
290
  };
360
- const LogFormat = {
361
- Json: "JSON",
362
- Text: "Text",
363
- };
364
- const SystemLogLevel = {
365
- Debug: "DEBUG",
366
- Info: "INFO",
367
- Warn: "WARN",
368
- };
369
- const PackageType = {
370
- Image: "Image",
371
- Zip: "Zip",
372
- };
373
- const Runtime = {
374
- dotnet6: "dotnet6",
375
- dotnet8: "dotnet8",
376
- dotnetcore10: "dotnetcore1.0",
377
- dotnetcore20: "dotnetcore2.0",
378
- dotnetcore21: "dotnetcore2.1",
379
- dotnetcore31: "dotnetcore3.1",
380
- go1x: "go1.x",
381
- java11: "java11",
382
- java17: "java17",
383
- java21: "java21",
384
- java25: "java25",
385
- java8: "java8",
386
- java8al2: "java8.al2",
387
- nodejs: "nodejs",
388
- nodejs10x: "nodejs10.x",
389
- nodejs12x: "nodejs12.x",
390
- nodejs14x: "nodejs14.x",
391
- nodejs16x: "nodejs16.x",
392
- nodejs18x: "nodejs18.x",
393
- nodejs20x: "nodejs20.x",
394
- nodejs22x: "nodejs22.x",
395
- nodejs24x: "nodejs24.x",
396
- nodejs43: "nodejs4.3",
397
- nodejs43edge: "nodejs4.3-edge",
398
- nodejs610: "nodejs6.10",
399
- nodejs810: "nodejs8.10",
400
- provided: "provided",
401
- providedal2: "provided.al2",
402
- providedal2023: "provided.al2023",
403
- python27: "python2.7",
404
- python310: "python3.10",
405
- python311: "python3.11",
406
- python312: "python3.12",
407
- python313: "python3.13",
408
- python314: "python3.14",
409
- python36: "python3.6",
410
- python37: "python3.7",
411
- python38: "python3.8",
412
- python39: "python3.9",
413
- ruby25: "ruby2.5",
414
- ruby27: "ruby2.7",
415
- ruby32: "ruby3.2",
416
- ruby33: "ruby3.3",
417
- ruby34: "ruby3.4",
418
- };
419
- const SnapStartApplyOn = {
420
- None: "None",
421
- PublishedVersions: "PublishedVersions",
422
- };
423
- const TracingMode = {
424
- Active: "Active",
425
- PassThrough: "PassThrough",
426
- };
427
- const LastUpdateStatus = {
428
- Failed: "Failed",
429
- InProgress: "InProgress",
430
- Successful: "Successful",
431
- };
432
- const LastUpdateStatusReasonCode = {
433
- DisabledKMSKey: "DisabledKMSKey",
434
- EFSIOError: "EFSIOError",
435
- EFSMountConnectivityError: "EFSMountConnectivityError",
436
- EFSMountFailure: "EFSMountFailure",
437
- EFSMountTimeout: "EFSMountTimeout",
438
- EniLimitExceeded: "EniLimitExceeded",
439
- FunctionError: "FunctionError",
440
- ImageAccessDenied: "ImageAccessDenied",
441
- ImageDeleted: "ImageDeleted",
442
- InsufficientRolePermissions: "InsufficientRolePermissions",
443
- InternalError: "InternalError",
444
- InvalidConfiguration: "InvalidConfiguration",
445
- InvalidImage: "InvalidImage",
446
- InvalidRuntime: "InvalidRuntime",
447
- InvalidSecurityGroup: "InvalidSecurityGroup",
448
- InvalidStateKMSKey: "InvalidStateKMSKey",
449
- InvalidSubnet: "InvalidSubnet",
450
- InvalidZipFileException: "InvalidZipFileException",
451
- KMSKeyAccessDenied: "KMSKeyAccessDenied",
452
- KMSKeyNotFound: "KMSKeyNotFound",
453
- SubnetOutOfIPAddresses: "SubnetOutOfIPAddresses",
454
- };
455
- const SnapStartOptimizationStatus = {
456
- Off: "Off",
457
- On: "On",
458
- };
459
- const State = {
460
- Active: "Active",
461
- Failed: "Failed",
462
- Inactive: "Inactive",
463
- Pending: "Pending",
464
- };
465
- const StateReasonCode = {
466
- Creating: "Creating",
467
- DisabledKMSKey: "DisabledKMSKey",
468
- EFSIOError: "EFSIOError",
469
- EFSMountConnectivityError: "EFSMountConnectivityError",
470
- EFSMountFailure: "EFSMountFailure",
471
- EFSMountTimeout: "EFSMountTimeout",
472
- EniLimitExceeded: "EniLimitExceeded",
473
- FunctionError: "FunctionError",
474
- Idle: "Idle",
475
- ImageAccessDenied: "ImageAccessDenied",
476
- ImageDeleted: "ImageDeleted",
477
- InsufficientRolePermissions: "InsufficientRolePermissions",
478
- InternalError: "InternalError",
479
- InvalidConfiguration: "InvalidConfiguration",
480
- InvalidImage: "InvalidImage",
481
- InvalidRuntime: "InvalidRuntime",
482
- InvalidSecurityGroup: "InvalidSecurityGroup",
483
- InvalidStateKMSKey: "InvalidStateKMSKey",
484
- InvalidSubnet: "InvalidSubnet",
485
- InvalidZipFileException: "InvalidZipFileException",
486
- KMSKeyAccessDenied: "KMSKeyAccessDenied",
487
- KMSKeyNotFound: "KMSKeyNotFound",
488
- Restoring: "Restoring",
489
- SubnetOutOfIPAddresses: "SubnetOutOfIPAddresses",
490
- };
491
291
  let InvalidCodeSignatureException$1 = class InvalidCodeSignatureException extends LambdaServiceException$1 {
492
292
  name = "InvalidCodeSignatureException";
493
293
  $fault = "client";
@@ -504,19 +304,6 @@ let InvalidCodeSignatureException$1 = class InvalidCodeSignatureException extend
504
304
  this.Message = opts.Message;
505
305
  }
506
306
  };
507
- const InvokeMode = {
508
- BUFFERED: "BUFFERED",
509
- RESPONSE_STREAM: "RESPONSE_STREAM",
510
- };
511
- const RecursiveLoop = {
512
- Allow: "Allow",
513
- Terminate: "Terminate",
514
- };
515
- const UpdateRuntimeOn = {
516
- Auto: "Auto",
517
- FunctionUpdate: "FunctionUpdate",
518
- Manual: "Manual",
519
- };
520
307
  let EC2AccessDeniedException$1 = class EC2AccessDeniedException extends LambdaServiceException$1 {
521
308
  name = "EC2AccessDeniedException";
522
309
  $fault = "server";
@@ -725,15 +512,6 @@ let InvalidZipFileException$1 = class InvalidZipFileException extends LambdaServ
725
512
  this.Message = opts.Message;
726
513
  }
727
514
  };
728
- const InvocationType = {
729
- DryRun: "DryRun",
730
- Event: "Event",
731
- RequestResponse: "RequestResponse",
732
- };
733
- const LogType = {
734
- None: "None",
735
- Tail: "Tail",
736
- };
737
515
  let KMSAccessDeniedException$1 = class KMSAccessDeniedException extends LambdaServiceException$1 {
738
516
  name = "KMSAccessDeniedException";
739
517
  $fault = "server";
@@ -934,18 +712,6 @@ let UnsupportedMediaTypeException$1 = class UnsupportedMediaTypeException extend
934
712
  this.Type = opts.Type;
935
713
  }
936
714
  };
937
- const ResponseStreamingInvocationType = {
938
- DryRun: "DryRun",
939
- RequestResponse: "RequestResponse",
940
- };
941
- const FunctionVersion = {
942
- ALL: "ALL",
943
- };
944
- const ProvisionedConcurrencyStatusEnum = {
945
- FAILED: "FAILED",
946
- IN_PROGRESS: "IN_PROGRESS",
947
- READY: "READY",
948
- };
949
715
  let ProvisionedConcurrencyConfigNotFoundException$1 = class ProvisionedConcurrencyConfigNotFoundException extends LambdaServiceException$1 {
950
716
  name = "ProvisionedConcurrencyConfigNotFoundException";
951
717
  $fault = "client";
@@ -1412,7 +1178,10 @@ const _TA = "TargetArn";
1412
1178
  const _TC = "TracingConfig";
1413
1179
  const _TCR = "TracingConfigResponse";
1414
1180
  const _TCS = "TotalCodeSize";
1181
+ const _TCe = "TenancyConfig";
1415
1182
  const _TE = "TagsError";
1183
+ const _TI = "TenantId";
1184
+ const _TIM = "TenantIsolationMode";
1416
1185
  const _TK = "TagKeys";
1417
1186
  const _TMRE = "TooManyRequestsException";
1418
1187
  const _TR = "TagResource";
@@ -1459,6 +1228,7 @@ const _XAFE = "X-Amz-Function-Error";
1459
1228
  const _XAIT = "X-Amz-Invocation-Type";
1460
1229
  const _XALR = "X-Amz-Log-Result";
1461
1230
  const _XALT = "X-Amz-Log-Type";
1231
+ const _XATI = "X-Amz-Tenant-Id";
1462
1232
  const _ZF = "ZipFile";
1463
1233
  const _c = "client";
1464
1234
  const _e = "error";
@@ -1728,6 +1498,7 @@ var CreateFunctionRequest = [
1728
1498
  _ES,
1729
1499
  _SSn,
1730
1500
  _LC,
1501
+ _TCe,
1731
1502
  ],
1732
1503
  [
1733
1504
  0,
@@ -1754,6 +1525,7 @@ var CreateFunctionRequest = [
1754
1525
  () => EphemeralStorage,
1755
1526
  () => SnapStart,
1756
1527
  () => LoggingConfig,
1528
+ () => TenancyConfig,
1757
1529
  ],
1758
1530
  ];
1759
1531
  var CreateFunctionUrlConfigRequest = [
@@ -2124,6 +1896,7 @@ var FunctionConfiguration = [
2124
1896
  _SSn,
2125
1897
  _RVC,
2126
1898
  _LC,
1899
+ _TCe,
2127
1900
  ],
2128
1901
  [
2129
1902
  0,
@@ -2162,6 +1935,7 @@ var FunctionConfiguration = [
2162
1935
  () => SnapStartResponse,
2163
1936
  [() => RuntimeVersionConfig, 0],
2164
1937
  () => LoggingConfig,
1938
+ () => TenancyConfig,
2165
1939
  ],
2166
1940
  ];
2167
1941
  var FunctionEventInvokeConfig = [
@@ -2499,7 +2273,7 @@ var InvocationRequest = [
2499
2273
  n0,
2500
2274
  _IR,
2501
2275
  0,
2502
- [_FN, _IT, _LT, _CC, _Pay, _Q],
2276
+ [_FN, _IT, _LT, _CC, _Pay, _Q, _TI],
2503
2277
  [
2504
2278
  [0, 1],
2505
2279
  [
@@ -2527,6 +2301,12 @@ var InvocationRequest = [
2527
2301
  [_hQ]: _Q,
2528
2302
  },
2529
2303
  ],
2304
+ [
2305
+ 0,
2306
+ {
2307
+ [_hH]: _XATI,
2308
+ },
2309
+ ],
2530
2310
  ],
2531
2311
  ];
2532
2312
  var InvocationResponse = [
@@ -2598,7 +2378,7 @@ var InvokeWithResponseStreamRequest = [
2598
2378
  n0,
2599
2379
  _IWRSR,
2600
2380
  0,
2601
- [_FN, _IT, _LT, _CC, _Q, _Pay],
2381
+ [_FN, _IT, _LT, _CC, _Q, _Pay, _TI],
2602
2382
  [
2603
2383
  [0, 1],
2604
2384
  [
@@ -2626,6 +2406,12 @@ var InvokeWithResponseStreamRequest = [
2626
2406
  },
2627
2407
  ],
2628
2408
  [() => _Blob, 16],
2409
+ [
2410
+ 0,
2411
+ {
2412
+ [_hH]: _XATI,
2413
+ },
2414
+ ],
2629
2415
  ],
2630
2416
  ];
2631
2417
  var InvokeWithResponseStreamResponse = [
@@ -3452,6 +3238,7 @@ var SubnetIPAddressLimitReachedException = [
3452
3238
  schema.TypeRegistry.for(n0).registerError(SubnetIPAddressLimitReachedException, SubnetIPAddressLimitReachedException$1);
3453
3239
  var TagResourceRequest = [3, n0, _TRR, 0, [_Re, _Ta], [[0, 1], 128 | 0]];
3454
3240
  var TagsError = [3, n0, _TE, 0, [_EC, _M], [0, 0]];
3241
+ var TenancyConfig = [3, n0, _TCe, 0, [_TIM], [0]];
3455
3242
  var TooManyRequestsException = [
3456
3243
  -3,
3457
3244
  n0,
@@ -5581,6 +5368,244 @@ const waitUntilPublishedVersionActive = async (params, input) => {
5581
5368
  return utilWaiter.checkExceptions(result);
5582
5369
  };
5583
5370
 
5371
+ const ThrottleReason = {
5372
+ CallerRateLimitExceeded: "CallerRateLimitExceeded",
5373
+ ConcurrentInvocationLimitExceeded: "ConcurrentInvocationLimitExceeded",
5374
+ ConcurrentSnapshotCreateLimitExceeded: "ConcurrentSnapshotCreateLimitExceeded",
5375
+ FunctionInvocationRateLimitExceeded: "FunctionInvocationRateLimitExceeded",
5376
+ ReservedFunctionConcurrentInvocationLimitExceeded: "ReservedFunctionConcurrentInvocationLimitExceeded",
5377
+ ReservedFunctionInvocationRateLimitExceeded: "ReservedFunctionInvocationRateLimitExceeded",
5378
+ };
5379
+ const FunctionUrlAuthType = {
5380
+ AWS_IAM: "AWS_IAM",
5381
+ NONE: "NONE",
5382
+ };
5383
+ const KafkaSchemaRegistryAuthType = {
5384
+ BASIC_AUTH: "BASIC_AUTH",
5385
+ CLIENT_CERTIFICATE_TLS_AUTH: "CLIENT_CERTIFICATE_TLS_AUTH",
5386
+ SERVER_ROOT_CA_CERTIFICATE: "SERVER_ROOT_CA_CERTIFICATE",
5387
+ };
5388
+ const SchemaRegistryEventRecordFormat = {
5389
+ JSON: "JSON",
5390
+ SOURCE: "SOURCE",
5391
+ };
5392
+ const KafkaSchemaValidationAttribute = {
5393
+ KEY: "KEY",
5394
+ VALUE: "VALUE",
5395
+ };
5396
+ const ApplicationLogLevel = {
5397
+ Debug: "DEBUG",
5398
+ Error: "ERROR",
5399
+ Fatal: "FATAL",
5400
+ Info: "INFO",
5401
+ Trace: "TRACE",
5402
+ Warn: "WARN",
5403
+ };
5404
+ const Architecture = {
5405
+ arm64: "arm64",
5406
+ x86_64: "x86_64",
5407
+ };
5408
+ const CodeSigningPolicy = {
5409
+ Enforce: "Enforce",
5410
+ Warn: "Warn",
5411
+ };
5412
+ const FullDocument = {
5413
+ Default: "Default",
5414
+ UpdateLookup: "UpdateLookup",
5415
+ };
5416
+ const FunctionResponseType = {
5417
+ ReportBatchItemFailures: "ReportBatchItemFailures",
5418
+ };
5419
+ const EventSourceMappingMetric = {
5420
+ EventCount: "EventCount",
5421
+ };
5422
+ const EndPointType = {
5423
+ KAFKA_BOOTSTRAP_SERVERS: "KAFKA_BOOTSTRAP_SERVERS",
5424
+ };
5425
+ const SourceAccessType = {
5426
+ BASIC_AUTH: "BASIC_AUTH",
5427
+ CLIENT_CERTIFICATE_TLS_AUTH: "CLIENT_CERTIFICATE_TLS_AUTH",
5428
+ SASL_SCRAM_256_AUTH: "SASL_SCRAM_256_AUTH",
5429
+ SASL_SCRAM_512_AUTH: "SASL_SCRAM_512_AUTH",
5430
+ SERVER_ROOT_CA_CERTIFICATE: "SERVER_ROOT_CA_CERTIFICATE",
5431
+ VIRTUAL_HOST: "VIRTUAL_HOST",
5432
+ VPC_SECURITY_GROUP: "VPC_SECURITY_GROUP",
5433
+ VPC_SUBNET: "VPC_SUBNET",
5434
+ };
5435
+ const EventSourcePosition = {
5436
+ AT_TIMESTAMP: "AT_TIMESTAMP",
5437
+ LATEST: "LATEST",
5438
+ TRIM_HORIZON: "TRIM_HORIZON",
5439
+ };
5440
+ const LogFormat = {
5441
+ Json: "JSON",
5442
+ Text: "Text",
5443
+ };
5444
+ const SystemLogLevel = {
5445
+ Debug: "DEBUG",
5446
+ Info: "INFO",
5447
+ Warn: "WARN",
5448
+ };
5449
+ const PackageType = {
5450
+ Image: "Image",
5451
+ Zip: "Zip",
5452
+ };
5453
+ const Runtime = {
5454
+ dotnet6: "dotnet6",
5455
+ dotnet8: "dotnet8",
5456
+ dotnetcore10: "dotnetcore1.0",
5457
+ dotnetcore20: "dotnetcore2.0",
5458
+ dotnetcore21: "dotnetcore2.1",
5459
+ dotnetcore31: "dotnetcore3.1",
5460
+ go1x: "go1.x",
5461
+ java11: "java11",
5462
+ java17: "java17",
5463
+ java21: "java21",
5464
+ java25: "java25",
5465
+ java8: "java8",
5466
+ java8al2: "java8.al2",
5467
+ nodejs: "nodejs",
5468
+ nodejs10x: "nodejs10.x",
5469
+ nodejs12x: "nodejs12.x",
5470
+ nodejs14x: "nodejs14.x",
5471
+ nodejs16x: "nodejs16.x",
5472
+ nodejs18x: "nodejs18.x",
5473
+ nodejs20x: "nodejs20.x",
5474
+ nodejs22x: "nodejs22.x",
5475
+ nodejs24x: "nodejs24.x",
5476
+ nodejs43: "nodejs4.3",
5477
+ nodejs43edge: "nodejs4.3-edge",
5478
+ nodejs610: "nodejs6.10",
5479
+ nodejs810: "nodejs8.10",
5480
+ provided: "provided",
5481
+ providedal2: "provided.al2",
5482
+ providedal2023: "provided.al2023",
5483
+ python27: "python2.7",
5484
+ python310: "python3.10",
5485
+ python311: "python3.11",
5486
+ python312: "python3.12",
5487
+ python313: "python3.13",
5488
+ python314: "python3.14",
5489
+ python36: "python3.6",
5490
+ python37: "python3.7",
5491
+ python38: "python3.8",
5492
+ python39: "python3.9",
5493
+ ruby25: "ruby2.5",
5494
+ ruby27: "ruby2.7",
5495
+ ruby32: "ruby3.2",
5496
+ ruby33: "ruby3.3",
5497
+ ruby34: "ruby3.4",
5498
+ };
5499
+ const SnapStartApplyOn = {
5500
+ None: "None",
5501
+ PublishedVersions: "PublishedVersions",
5502
+ };
5503
+ const TenantIsolationMode = {
5504
+ PER_TENANT: "PER_TENANT",
5505
+ };
5506
+ const TracingMode = {
5507
+ Active: "Active",
5508
+ PassThrough: "PassThrough",
5509
+ };
5510
+ const LastUpdateStatus = {
5511
+ Failed: "Failed",
5512
+ InProgress: "InProgress",
5513
+ Successful: "Successful",
5514
+ };
5515
+ const LastUpdateStatusReasonCode = {
5516
+ DisabledKMSKey: "DisabledKMSKey",
5517
+ EFSIOError: "EFSIOError",
5518
+ EFSMountConnectivityError: "EFSMountConnectivityError",
5519
+ EFSMountFailure: "EFSMountFailure",
5520
+ EFSMountTimeout: "EFSMountTimeout",
5521
+ EniLimitExceeded: "EniLimitExceeded",
5522
+ FunctionError: "FunctionError",
5523
+ ImageAccessDenied: "ImageAccessDenied",
5524
+ ImageDeleted: "ImageDeleted",
5525
+ InsufficientRolePermissions: "InsufficientRolePermissions",
5526
+ InternalError: "InternalError",
5527
+ InvalidConfiguration: "InvalidConfiguration",
5528
+ InvalidImage: "InvalidImage",
5529
+ InvalidRuntime: "InvalidRuntime",
5530
+ InvalidSecurityGroup: "InvalidSecurityGroup",
5531
+ InvalidStateKMSKey: "InvalidStateKMSKey",
5532
+ InvalidSubnet: "InvalidSubnet",
5533
+ InvalidZipFileException: "InvalidZipFileException",
5534
+ KMSKeyAccessDenied: "KMSKeyAccessDenied",
5535
+ KMSKeyNotFound: "KMSKeyNotFound",
5536
+ SubnetOutOfIPAddresses: "SubnetOutOfIPAddresses",
5537
+ };
5538
+ const SnapStartOptimizationStatus = {
5539
+ Off: "Off",
5540
+ On: "On",
5541
+ };
5542
+ const State = {
5543
+ Active: "Active",
5544
+ Failed: "Failed",
5545
+ Inactive: "Inactive",
5546
+ Pending: "Pending",
5547
+ };
5548
+ const StateReasonCode = {
5549
+ Creating: "Creating",
5550
+ DisabledKMSKey: "DisabledKMSKey",
5551
+ EFSIOError: "EFSIOError",
5552
+ EFSMountConnectivityError: "EFSMountConnectivityError",
5553
+ EFSMountFailure: "EFSMountFailure",
5554
+ EFSMountTimeout: "EFSMountTimeout",
5555
+ EniLimitExceeded: "EniLimitExceeded",
5556
+ FunctionError: "FunctionError",
5557
+ Idle: "Idle",
5558
+ ImageAccessDenied: "ImageAccessDenied",
5559
+ ImageDeleted: "ImageDeleted",
5560
+ InsufficientRolePermissions: "InsufficientRolePermissions",
5561
+ InternalError: "InternalError",
5562
+ InvalidConfiguration: "InvalidConfiguration",
5563
+ InvalidImage: "InvalidImage",
5564
+ InvalidRuntime: "InvalidRuntime",
5565
+ InvalidSecurityGroup: "InvalidSecurityGroup",
5566
+ InvalidStateKMSKey: "InvalidStateKMSKey",
5567
+ InvalidSubnet: "InvalidSubnet",
5568
+ InvalidZipFileException: "InvalidZipFileException",
5569
+ KMSKeyAccessDenied: "KMSKeyAccessDenied",
5570
+ KMSKeyNotFound: "KMSKeyNotFound",
5571
+ Restoring: "Restoring",
5572
+ SubnetOutOfIPAddresses: "SubnetOutOfIPAddresses",
5573
+ };
5574
+ const InvokeMode = {
5575
+ BUFFERED: "BUFFERED",
5576
+ RESPONSE_STREAM: "RESPONSE_STREAM",
5577
+ };
5578
+ const RecursiveLoop = {
5579
+ Allow: "Allow",
5580
+ Terminate: "Terminate",
5581
+ };
5582
+ const UpdateRuntimeOn = {
5583
+ Auto: "Auto",
5584
+ FunctionUpdate: "FunctionUpdate",
5585
+ Manual: "Manual",
5586
+ };
5587
+ const InvocationType = {
5588
+ DryRun: "DryRun",
5589
+ Event: "Event",
5590
+ RequestResponse: "RequestResponse",
5591
+ };
5592
+ const LogType = {
5593
+ None: "None",
5594
+ Tail: "Tail",
5595
+ };
5596
+ const ResponseStreamingInvocationType = {
5597
+ DryRun: "DryRun",
5598
+ RequestResponse: "RequestResponse",
5599
+ };
5600
+ const FunctionVersion = {
5601
+ ALL: "ALL",
5602
+ };
5603
+ const ProvisionedConcurrencyStatusEnum = {
5604
+ FAILED: "FAILED",
5605
+ IN_PROGRESS: "IN_PROGRESS",
5606
+ READY: "READY",
5607
+ };
5608
+
5584
5609
  Object.defineProperty(exports, "$Command", {
5585
5610
  enumerable: true,
5586
5611
  get: function () { return smithyClient.Command; }
@@ -5719,6 +5744,7 @@ exports.StateReasonCode = StateReasonCode;
5719
5744
  exports.SubnetIPAddressLimitReachedException = SubnetIPAddressLimitReachedException$1;
5720
5745
  exports.SystemLogLevel = SystemLogLevel;
5721
5746
  exports.TagResourceCommand = TagResourceCommand;
5747
+ exports.TenantIsolationMode = TenantIsolationMode;
5722
5748
  exports.ThrottleReason = ThrottleReason;
5723
5749
  exports.TooManyRequestsException = TooManyRequestsException$1;
5724
5750
  exports.TracingMode = TracingMode;
package/dist-es/index.js CHANGED
@@ -3,5 +3,6 @@ export * from "./Lambda";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./waiters";
6
- export * from "./models";
6
+ export * from "./models/enums";
7
+ export * from "./models/errors";
7
8
  export { LambdaServiceException } from "./models/LambdaServiceException";