@aws-sdk/client-lambda 3.321.1 → 3.325.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/dist-cjs/models/models_0.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +1 -1
- package/dist-types/commands/ListLayerVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListLayersCommand.d.ts +1 -1
- package/dist-types/commands/PublishLayerVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +16 -16
|
@@ -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.
|
|
4
|
+
"version": "3.325.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",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.325.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.325.0",
|
|
27
27
|
"@aws-sdk/eventstream-serde-browser": "3.310.0",
|
|
28
28
|
"@aws-sdk/eventstream-serde-config-resolver": "3.310.0",
|
|
29
29
|
"@aws-sdk/eventstream-serde-node": "3.310.0",
|
|
30
30
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
31
31
|
"@aws-sdk/hash-node": "3.310.0",
|
|
32
32
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
33
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
34
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
35
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
36
|
-
"@aws-sdk/middleware-logger": "3.
|
|
37
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
38
|
-
"@aws-sdk/middleware-retry": "3.
|
|
39
|
-
"@aws-sdk/middleware-serde": "3.
|
|
40
|
-
"@aws-sdk/middleware-signing": "3.
|
|
41
|
-
"@aws-sdk/middleware-stack": "3.
|
|
42
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
33
|
+
"@aws-sdk/middleware-content-length": "3.325.0",
|
|
34
|
+
"@aws-sdk/middleware-endpoint": "3.325.0",
|
|
35
|
+
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
36
|
+
"@aws-sdk/middleware-logger": "3.325.0",
|
|
37
|
+
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
38
|
+
"@aws-sdk/middleware-retry": "3.325.0",
|
|
39
|
+
"@aws-sdk/middleware-serde": "3.325.0",
|
|
40
|
+
"@aws-sdk/middleware-signing": "3.325.0",
|
|
41
|
+
"@aws-sdk/middleware-stack": "3.325.0",
|
|
42
|
+
"@aws-sdk/middleware-user-agent": "3.325.0",
|
|
43
43
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
44
44
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
45
45
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
46
|
-
"@aws-sdk/smithy-client": "3.
|
|
46
|
+
"@aws-sdk/smithy-client": "3.325.0",
|
|
47
47
|
"@aws-sdk/types": "3.310.0",
|
|
48
48
|
"@aws-sdk/url-parser": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-base64": "3.310.0",
|
|
50
50
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
51
51
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
52
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
53
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
52
|
+
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
53
|
+
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
54
54
|
"@aws-sdk/util-endpoints": "3.319.0",
|
|
55
55
|
"@aws-sdk/util-retry": "3.310.0",
|
|
56
56
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|