@aws-sdk/client-lambda 3.321.1 → 3.322.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.
@@ -207,6 +207,7 @@ exports.Runtime = {
207
207
  dotnetcore31: "dotnetcore3.1",
208
208
  go1x: "go1.x",
209
209
  java11: "java11",
210
+ java17: "java17",
210
211
  java8: "java8",
211
212
  java8al2: "java8.al2",
212
213
  nodejs: "nodejs",
@@ -193,6 +193,7 @@ export const Runtime = {
193
193
  dotnetcore31: "dotnetcore3.1",
194
194
  go1x: "go1.x",
195
195
  java11: "java11",
196
+ java17: "java17",
196
197
  java8: "java8",
197
198
  java8al2: "java8.al2",
198
199
  nodejs: "nodejs",
@@ -65,7 +65,7 @@ export interface CreateFunctionCommandOutput extends FunctionConfiguration, __Me
65
65
  * const client = new LambdaClient(config);
66
66
  * const input = { // CreateFunctionRequest
67
67
  * FunctionName: "STRING_VALUE", // required
68
- * 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" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10",
68
+ * 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" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17",
69
69
  * Role: "STRING_VALUE", // required
70
70
  * Handler: "STRING_VALUE",
71
71
  * Code: { // FunctionCode
@@ -30,7 +30,7 @@ export interface ListLayerVersionsCommandOutput extends ListLayerVersionsRespons
30
30
  * // const { LambdaClient, ListLayerVersionsCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
31
31
  * const client = new LambdaClient(config);
32
32
  * const input = { // ListLayerVersionsRequest
33
- * 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" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10",
33
+ * 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" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17",
34
34
  * LayerName: "STRING_VALUE", // required
35
35
  * Marker: "STRING_VALUE",
36
36
  * MaxItems: Number("int"),
@@ -32,7 +32,7 @@ export interface ListLayersCommandOutput extends ListLayersResponse, __MetadataB
32
32
  * // const { LambdaClient, ListLayersCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
33
33
  * const client = new LambdaClient(config);
34
34
  * const input = { // ListLayersRequest
35
- * 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" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10",
35
+ * 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" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17",
36
36
  * Marker: "STRING_VALUE",
37
37
  * MaxItems: Number("int"),
38
38
  * CompatibleArchitecture: "x86_64" || "arm64",
@@ -39,7 +39,7 @@ export interface PublishLayerVersionCommandOutput extends PublishLayerVersionRes
39
39
  * ZipFile: "BLOB_VALUE",
40
40
  * },
41
41
  * CompatibleRuntimes: [ // CompatibleRuntimes
42
- * "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" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10",
42
+ * "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" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17",
43
43
  * ],
44
44
  * LicenseInfo: "STRING_VALUE",
45
45
  * CompatibleArchitectures: [ // CompatibleArchitectures
@@ -57,7 +57,7 @@ export interface UpdateFunctionConfigurationCommandOutput extends FunctionConfig
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" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10",
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" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17",
61
61
  * DeadLetterConfig: { // DeadLetterConfig
62
62
  * TargetArn: "STRING_VALUE",
63
63
  * },
@@ -1251,6 +1251,7 @@ export declare const Runtime: {
1251
1251
  readonly dotnetcore31: "dotnetcore3.1";
1252
1252
  readonly go1x: "go1.x";
1253
1253
  readonly java11: "java11";
1254
+ readonly java17: "java17";
1254
1255
  readonly java8: "java8";
1255
1256
  readonly java8al2: "java8.al2";
1256
1257
  readonly nodejs: "nodejs";
@@ -360,6 +360,7 @@ export declare const Runtime: {
360
360
  readonly dotnetcore31: "dotnetcore3.1";
361
361
  readonly go1x: "go1.x";
362
362
  readonly java11: "java11";
363
+ readonly java17: "java17";
363
364
  readonly java8: "java8";
364
365
  readonly java8al2: "java8.al2";
365
366
  readonly nodejs: "nodejs";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lambda",
3
3
  "description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
4
- "version": "3.321.1",
4
+ "version": "3.322.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",