@aws-sdk/client-lambda 3.934.0 → 3.936.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 +19 -19
  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
@@ -449,7 +449,10 @@ const _TA = "TargetArn";
449
449
  const _TC = "TracingConfig";
450
450
  const _TCR = "TracingConfigResponse";
451
451
  const _TCS = "TotalCodeSize";
452
+ const _TCe = "TenancyConfig";
452
453
  const _TE = "TagsError";
454
+ const _TI = "TenantId";
455
+ const _TIM = "TenantIsolationMode";
453
456
  const _TK = "TagKeys";
454
457
  const _TMRE = "TooManyRequestsException";
455
458
  const _TR = "TagResource";
@@ -496,6 +499,7 @@ const _XAFE = "X-Amz-Function-Error";
496
499
  const _XAIT = "X-Amz-Invocation-Type";
497
500
  const _XALR = "X-Amz-Log-Result";
498
501
  const _XALT = "X-Amz-Log-Type";
502
+ const _XATI = "X-Amz-Tenant-Id";
499
503
  const _ZF = "ZipFile";
500
504
  const _c = "client";
501
505
  const _e = "error";
@@ -512,7 +516,7 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.lambda";
512
516
  const _tK = "tagKeys";
513
517
  const n0 = "com.amazonaws.lambda";
514
518
  import { TypeRegistry } from "@smithy/core/schema";
515
- 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/index";
519
+ 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";
516
520
  import { LambdaServiceException as __LambdaServiceException } from "../models/LambdaServiceException";
517
521
  export var _Blob = [0, n0, _B, 8, 21];
518
522
  export var BlobStream = [
@@ -768,6 +772,7 @@ export var CreateFunctionRequest = [
768
772
  _ES,
769
773
  _SSn,
770
774
  _LC,
775
+ _TCe,
771
776
  ],
772
777
  [
773
778
  0,
@@ -794,6 +799,7 @@ export var CreateFunctionRequest = [
794
799
  () => EphemeralStorage,
795
800
  () => SnapStart,
796
801
  () => LoggingConfig,
802
+ () => TenancyConfig,
797
803
  ],
798
804
  ];
799
805
  export var CreateFunctionUrlConfigRequest = [
@@ -1164,6 +1170,7 @@ export var FunctionConfiguration = [
1164
1170
  _SSn,
1165
1171
  _RVC,
1166
1172
  _LC,
1173
+ _TCe,
1167
1174
  ],
1168
1175
  [
1169
1176
  0,
@@ -1202,6 +1209,7 @@ export var FunctionConfiguration = [
1202
1209
  () => SnapStartResponse,
1203
1210
  [() => RuntimeVersionConfig, 0],
1204
1211
  () => LoggingConfig,
1212
+ () => TenancyConfig,
1205
1213
  ],
1206
1214
  ];
1207
1215
  export var FunctionEventInvokeConfig = [
@@ -1539,7 +1547,7 @@ export var InvocationRequest = [
1539
1547
  n0,
1540
1548
  _IR,
1541
1549
  0,
1542
- [_FN, _IT, _LT, _CC, _Pay, _Q],
1550
+ [_FN, _IT, _LT, _CC, _Pay, _Q, _TI],
1543
1551
  [
1544
1552
  [0, 1],
1545
1553
  [
@@ -1567,6 +1575,12 @@ export var InvocationRequest = [
1567
1575
  [_hQ]: _Q,
1568
1576
  },
1569
1577
  ],
1578
+ [
1579
+ 0,
1580
+ {
1581
+ [_hH]: _XATI,
1582
+ },
1583
+ ],
1570
1584
  ],
1571
1585
  ];
1572
1586
  export var InvocationResponse = [
@@ -1638,7 +1652,7 @@ export var InvokeWithResponseStreamRequest = [
1638
1652
  n0,
1639
1653
  _IWRSR,
1640
1654
  0,
1641
- [_FN, _IT, _LT, _CC, _Q, _Pay],
1655
+ [_FN, _IT, _LT, _CC, _Q, _Pay, _TI],
1642
1656
  [
1643
1657
  [0, 1],
1644
1658
  [
@@ -1666,6 +1680,12 @@ export var InvokeWithResponseStreamRequest = [
1666
1680
  },
1667
1681
  ],
1668
1682
  [() => _Blob, 16],
1683
+ [
1684
+ 0,
1685
+ {
1686
+ [_hH]: _XATI,
1687
+ },
1688
+ ],
1669
1689
  ],
1670
1690
  ];
1671
1691
  export var InvokeWithResponseStreamResponse = [
@@ -2492,6 +2512,7 @@ export var SubnetIPAddressLimitReachedException = [
2492
2512
  TypeRegistry.for(n0).registerError(SubnetIPAddressLimitReachedException, __SubnetIPAddressLimitReachedException);
2493
2513
  export var TagResourceRequest = [3, n0, _TRR, 0, [_Re, _Ta], [[0, 1], 128 | 0]];
2494
2514
  export var TagsError = [3, n0, _TE, 0, [_EC, _M], [0, 0]];
2515
+ export var TenancyConfig = [3, n0, _TCe, 0, [_TIM], [0]];
2495
2516
  export var TooManyRequestsException = [
2496
2517
  -3,
2497
2518
  n0,
@@ -38,7 +38,7 @@ declare const CreateFunctionCommand_base: {
38
38
  * const client = new LambdaClient(config);
39
39
  * const input = { // CreateFunctionRequest
40
40
  * FunctionName: "STRING_VALUE", // required
41
- * Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "java25" || "nodejs24.x" || "python3.14",
41
+ * Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "nodejs24.x" || "python3.14" || "java25",
42
42
  * Role: "STRING_VALUE", // required
43
43
  * Handler: "STRING_VALUE",
44
44
  * Code: { // FunctionCode
@@ -112,13 +112,16 @@ declare const CreateFunctionCommand_base: {
112
112
  * SystemLogLevel: "DEBUG" || "INFO" || "WARN",
113
113
  * LogGroup: "STRING_VALUE",
114
114
  * },
115
+ * TenancyConfig: { // TenancyConfig
116
+ * TenantIsolationMode: "PER_TENANT", // required
117
+ * },
115
118
  * };
116
119
  * const command = new CreateFunctionCommand(input);
117
120
  * const response = await client.send(command);
118
121
  * // { // FunctionConfiguration
119
122
  * // FunctionName: "STRING_VALUE",
120
123
  * // FunctionArn: "STRING_VALUE",
121
- * // Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "java25" || "nodejs24.x" || "python3.14",
124
+ * // Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "nodejs24.x" || "python3.14" || "java25",
122
125
  * // Role: "STRING_VALUE",
123
126
  * // Handler: "STRING_VALUE",
124
127
  * // CodeSize: Number("long"),
@@ -217,6 +220,9 @@ declare const CreateFunctionCommand_base: {
217
220
  * // SystemLogLevel: "DEBUG" || "INFO" || "WARN",
218
221
  * // LogGroup: "STRING_VALUE",
219
222
  * // },
223
+ * // TenancyConfig: { // TenancyConfig
224
+ * // TenantIsolationMode: "PER_TENANT", // required
225
+ * // },
220
226
  * // };
221
227
  *
222
228
  * ```
@@ -46,7 +46,7 @@ declare const GetFunctionCommand_base: {
46
46
  * // Configuration: { // FunctionConfiguration
47
47
  * // FunctionName: "STRING_VALUE",
48
48
  * // FunctionArn: "STRING_VALUE",
49
- * // Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "java25" || "nodejs24.x" || "python3.14",
49
+ * // Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "nodejs24.x" || "python3.14" || "java25",
50
50
  * // Role: "STRING_VALUE",
51
51
  * // Handler: "STRING_VALUE",
52
52
  * // CodeSize: Number("long"),
@@ -145,6 +145,9 @@ declare const GetFunctionCommand_base: {
145
145
  * // SystemLogLevel: "DEBUG" || "INFO" || "WARN",
146
146
  * // LogGroup: "STRING_VALUE",
147
147
  * // },
148
+ * // TenancyConfig: { // TenancyConfig
149
+ * // TenantIsolationMode: "PER_TENANT", // required
150
+ * // },
148
151
  * // },
149
152
  * // Code: { // FunctionCodeLocation
150
153
  * // RepositoryType: "STRING_VALUE",
@@ -45,7 +45,7 @@ declare const GetFunctionConfigurationCommand_base: {
45
45
  * // { // FunctionConfiguration
46
46
  * // FunctionName: "STRING_VALUE",
47
47
  * // FunctionArn: "STRING_VALUE",
48
- * // Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "java25" || "nodejs24.x" || "python3.14",
48
+ * // Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "nodejs24.x" || "python3.14" || "java25",
49
49
  * // Role: "STRING_VALUE",
50
50
  * // Handler: "STRING_VALUE",
51
51
  * // CodeSize: Number("long"),
@@ -144,6 +144,9 @@ declare const GetFunctionConfigurationCommand_base: {
144
144
  * // SystemLogLevel: "DEBUG" || "INFO" || "WARN",
145
145
  * // LogGroup: "STRING_VALUE",
146
146
  * // },
147
+ * // TenancyConfig: { // TenancyConfig
148
+ * // TenantIsolationMode: "PER_TENANT", // required
149
+ * // },
147
150
  * // };
148
151
  *
149
152
  * ```
@@ -55,7 +55,7 @@ declare const GetLayerVersionByArnCommand_base: {
55
55
  * // CreatedDate: "STRING_VALUE",
56
56
  * // Version: Number("long"),
57
57
  * // CompatibleRuntimes: [ // CompatibleRuntimes
58
- * // "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "java25" || "nodejs24.x" || "python3.14",
58
+ * // "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "nodejs24.x" || "python3.14" || "java25",
59
59
  * // ],
60
60
  * // LicenseInfo: "STRING_VALUE",
61
61
  * // CompatibleArchitectures: [ // CompatibleArchitectures
@@ -56,7 +56,7 @@ declare const GetLayerVersionCommand_base: {
56
56
  * // CreatedDate: "STRING_VALUE",
57
57
  * // Version: Number("long"),
58
58
  * // CompatibleRuntimes: [ // CompatibleRuntimes
59
- * // "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "java25" || "nodejs24.x" || "python3.14",
59
+ * // "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "nodejs24.x" || "python3.14" || "java25",
60
60
  * // ],
61
61
  * // LicenseInfo: "STRING_VALUE",
62
62
  * // CompatibleArchitectures: [ // CompatibleArchitectures
@@ -78,9 +78,9 @@ declare const GetProvisionedConcurrencyConfigCommand_base: {
78
78
  * <p>Base exception class for all service exceptions from Lambda service.</p>
79
79
  *
80
80
  *
81
- * @example To view a provisioned concurrency configuration
81
+ * @example To get a provisioned concurrency configuration
82
82
  * ```javascript
83
- * // The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.
83
+ * // The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.
84
84
  * const input = {
85
85
  * FunctionName: "my-function",
86
86
  * Qualifier: "BLUE"
@@ -98,9 +98,9 @@ declare const GetProvisionedConcurrencyConfigCommand_base: {
98
98
  * *\/
99
99
  * ```
100
100
  *
101
- * @example To get a provisioned concurrency configuration
101
+ * @example To view a provisioned concurrency configuration
102
102
  * ```javascript
103
- * // The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.
103
+ * // The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.
104
104
  * const input = {
105
105
  * FunctionName: "my-function",
106
106
  * Qualifier: "BLUE"
@@ -56,6 +56,7 @@ declare const InvokeCommand_base: {
56
56
  * ClientContext: "STRING_VALUE",
57
57
  * Payload: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
58
58
  * Qualifier: "STRING_VALUE",
59
+ * TenantId: "STRING_VALUE",
59
60
  * };
60
61
  * const command = new InvokeCommand(input);
61
62
  * const response = await client.send(command);
@@ -49,6 +49,7 @@ declare const InvokeWithResponseStreamCommand_base: {
49
49
  * ClientContext: "STRING_VALUE",
50
50
  * Qualifier: "STRING_VALUE",
51
51
  * Payload: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
52
+ * TenantId: "STRING_VALUE",
52
53
  * };
53
54
  * const command = new InvokeWithResponseStreamCommand(input);
54
55
  * const response = await client.send(command);
@@ -50,7 +50,7 @@ declare const ListFunctionsCommand_base: {
50
50
  * // { // FunctionConfiguration
51
51
  * // FunctionName: "STRING_VALUE",
52
52
  * // FunctionArn: "STRING_VALUE",
53
- * // Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "java25" || "nodejs24.x" || "python3.14",
53
+ * // Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "nodejs24.x" || "python3.14" || "java25",
54
54
  * // Role: "STRING_VALUE",
55
55
  * // Handler: "STRING_VALUE",
56
56
  * // CodeSize: Number("long"),
@@ -149,6 +149,9 @@ declare const ListFunctionsCommand_base: {
149
149
  * // SystemLogLevel: "DEBUG" || "INFO" || "WARN",
150
150
  * // LogGroup: "STRING_VALUE",
151
151
  * // },
152
+ * // TenancyConfig: { // TenancyConfig
153
+ * // TenantIsolationMode: "PER_TENANT", // required
154
+ * // },
152
155
  * // },
153
156
  * // ],
154
157
  * // };
@@ -37,7 +37,7 @@ declare const ListLayerVersionsCommand_base: {
37
37
  * const config = {}; // type is LambdaClientConfig
38
38
  * const client = new LambdaClient(config);
39
39
  * const input = { // ListLayerVersionsRequest
40
- * CompatibleRuntime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "java25" || "nodejs24.x" || "python3.14",
40
+ * CompatibleRuntime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "nodejs24.x" || "python3.14" || "java25",
41
41
  * LayerName: "STRING_VALUE", // required
42
42
  * Marker: "STRING_VALUE",
43
43
  * MaxItems: Number("int"),
@@ -54,7 +54,7 @@ declare const ListLayerVersionsCommand_base: {
54
54
  * // Description: "STRING_VALUE",
55
55
  * // CreatedDate: "STRING_VALUE",
56
56
  * // CompatibleRuntimes: [ // CompatibleRuntimes
57
- * // "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "java25" || "nodejs24.x" || "python3.14",
57
+ * // "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "nodejs24.x" || "python3.14" || "java25",
58
58
  * // ],
59
59
  * // LicenseInfo: "STRING_VALUE",
60
60
  * // CompatibleArchitectures: [ // CompatibleArchitectures
@@ -37,7 +37,7 @@ declare const ListLayersCommand_base: {
37
37
  * const config = {}; // type is LambdaClientConfig
38
38
  * const client = new LambdaClient(config);
39
39
  * const input = { // ListLayersRequest
40
- * CompatibleRuntime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "java25" || "nodejs24.x" || "python3.14",
40
+ * CompatibleRuntime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "nodejs24.x" || "python3.14" || "java25",
41
41
  * Marker: "STRING_VALUE",
42
42
  * MaxItems: Number("int"),
43
43
  * CompatibleArchitecture: "x86_64" || "arm64",
@@ -56,7 +56,7 @@ declare const ListLayersCommand_base: {
56
56
  * // Description: "STRING_VALUE",
57
57
  * // CreatedDate: "STRING_VALUE",
58
58
  * // CompatibleRuntimes: [ // CompatibleRuntimes
59
- * // "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "java25" || "nodejs24.x" || "python3.14",
59
+ * // "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "nodejs24.x" || "python3.14" || "java25",
60
60
  * // ],
61
61
  * // LicenseInfo: "STRING_VALUE",
62
62
  * // CompatibleArchitectures: [ // CompatibleArchitectures
@@ -49,7 +49,7 @@ declare const ListVersionsByFunctionCommand_base: {
49
49
  * // { // FunctionConfiguration
50
50
  * // FunctionName: "STRING_VALUE",
51
51
  * // FunctionArn: "STRING_VALUE",
52
- * // Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "java25" || "nodejs24.x" || "python3.14",
52
+ * // Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "nodejs24.x" || "python3.14" || "java25",
53
53
  * // Role: "STRING_VALUE",
54
54
  * // Handler: "STRING_VALUE",
55
55
  * // CodeSize: Number("long"),
@@ -148,6 +148,9 @@ declare const ListVersionsByFunctionCommand_base: {
148
148
  * // SystemLogLevel: "DEBUG" || "INFO" || "WARN",
149
149
  * // LogGroup: "STRING_VALUE",
150
150
  * // },
151
+ * // TenancyConfig: { // TenancyConfig
152
+ * // TenantIsolationMode: "PER_TENANT", // required
153
+ * // },
151
154
  * // },
152
155
  * // ],
153
156
  * // };
@@ -46,7 +46,7 @@ declare const PublishLayerVersionCommand_base: {
46
46
  * ZipFile: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
47
47
  * },
48
48
  * CompatibleRuntimes: [ // CompatibleRuntimes
49
- * "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "java25" || "nodejs24.x" || "python3.14",
49
+ * "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "nodejs24.x" || "python3.14" || "java25",
50
50
  * ],
51
51
  * LicenseInfo: "STRING_VALUE",
52
52
  * CompatibleArchitectures: [ // CompatibleArchitectures
@@ -69,7 +69,7 @@ declare const PublishLayerVersionCommand_base: {
69
69
  * // CreatedDate: "STRING_VALUE",
70
70
  * // Version: Number("long"),
71
71
  * // CompatibleRuntimes: [ // CompatibleRuntimes
72
- * // "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "java25" || "nodejs24.x" || "python3.14",
72
+ * // "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "nodejs24.x" || "python3.14" || "java25",
73
73
  * // ],
74
74
  * // LicenseInfo: "STRING_VALUE",
75
75
  * // CompatibleArchitectures: [ // CompatibleArchitectures
@@ -47,7 +47,7 @@ declare const PublishVersionCommand_base: {
47
47
  * // { // FunctionConfiguration
48
48
  * // FunctionName: "STRING_VALUE",
49
49
  * // FunctionArn: "STRING_VALUE",
50
- * // Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "java25" || "nodejs24.x" || "python3.14",
50
+ * // Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "nodejs24.x" || "python3.14" || "java25",
51
51
  * // Role: "STRING_VALUE",
52
52
  * // Handler: "STRING_VALUE",
53
53
  * // CodeSize: Number("long"),
@@ -146,6 +146,9 @@ declare const PublishVersionCommand_base: {
146
146
  * // SystemLogLevel: "DEBUG" || "INFO" || "WARN",
147
147
  * // LogGroup: "STRING_VALUE",
148
148
  * // },
149
+ * // TenancyConfig: { // TenancyConfig
150
+ * // TenantIsolationMode: "PER_TENANT", // required
151
+ * // },
149
152
  * // };
150
153
  *
151
154
  * ```
@@ -56,7 +56,7 @@ declare const UpdateFunctionCodeCommand_base: {
56
56
  * // { // FunctionConfiguration
57
57
  * // FunctionName: "STRING_VALUE",
58
58
  * // FunctionArn: "STRING_VALUE",
59
- * // Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "java25" || "nodejs24.x" || "python3.14",
59
+ * // Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "nodejs24.x" || "python3.14" || "java25",
60
60
  * // Role: "STRING_VALUE",
61
61
  * // Handler: "STRING_VALUE",
62
62
  * // CodeSize: Number("long"),
@@ -155,6 +155,9 @@ declare const UpdateFunctionCodeCommand_base: {
155
155
  * // SystemLogLevel: "DEBUG" || "INFO" || "WARN",
156
156
  * // LogGroup: "STRING_VALUE",
157
157
  * // },
158
+ * // TenancyConfig: { // TenancyConfig
159
+ * // TenantIsolationMode: "PER_TENANT", // required
160
+ * // },
158
161
  * // };
159
162
  *
160
163
  * ```
@@ -57,7 +57,7 @@ declare const UpdateFunctionConfigurationCommand_base: {
57
57
  * "<keys>": "STRING_VALUE",
58
58
  * },
59
59
  * },
60
- * Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "java25" || "nodejs24.x" || "python3.14",
60
+ * Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "nodejs24.x" || "python3.14" || "java25",
61
61
  * DeadLetterConfig: { // DeadLetterConfig
62
62
  * TargetArn: "STRING_VALUE",
63
63
  * },
@@ -102,7 +102,7 @@ declare const UpdateFunctionConfigurationCommand_base: {
102
102
  * // { // FunctionConfiguration
103
103
  * // FunctionName: "STRING_VALUE",
104
104
  * // FunctionArn: "STRING_VALUE",
105
- * // Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "java25" || "nodejs24.x" || "python3.14",
105
+ * // Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "ruby3.3" || "ruby3.4" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21" || "python3.13" || "nodejs22.x" || "nodejs24.x" || "python3.14" || "java25",
106
106
  * // Role: "STRING_VALUE",
107
107
  * // Handler: "STRING_VALUE",
108
108
  * // CodeSize: Number("long"),
@@ -201,6 +201,9 @@ declare const UpdateFunctionConfigurationCommand_base: {
201
201
  * // SystemLogLevel: "DEBUG" || "INFO" || "WARN",
202
202
  * // LogGroup: "STRING_VALUE",
203
203
  * // },
204
+ * // TenancyConfig: { // TenancyConfig
205
+ * // TenantIsolationMode: "PER_TENANT", // required
206
+ * // },
204
207
  * // };
205
208
  *
206
209
  * ```
@@ -11,5 +11,7 @@ export type { LambdaExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./pagination";
13
13
  export * from "./waiters";
14
- export * from "./models";
14
+ export * from "./models/enums";
15
+ export * from "./models/errors";
16
+ export type * from "./models/models_0";
15
17
  export { LambdaServiceException } from "./models/LambdaServiceException";