@aws-sdk/client-lambda 3.370.0 → 3.378.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 +2 -2
- package/dist-types/commands/GetFunctionCommand.d.ts +1 -1
- package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +1 -1
- package/dist-types/commands/GetLayerVersionCommand.d.ts +1 -1
- package/dist-types/commands/InvokeAsyncCommand.d.ts +3 -9
- package/dist-types/commands/InvokeCommand.d.ts +2 -3
- package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +2 -3
- package/dist-types/commands/ListFunctionsCommand.d.ts +1 -1
- package/dist-types/commands/ListLayerVersionsCommand.d.ts +2 -2
- package/dist-types/commands/ListLayersCommand.d.ts +2 -2
- package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +1 -1
- package/dist-types/commands/PublishLayerVersionCommand.d.ts +2 -2
- package/dist-types/commands/PublishVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +3 -3
- package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +8 -7
- package/dist-types/ts3.4/commands/InvokeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +3 -2
- package/package.json +40 -40
|
@@ -69,7 +69,7 @@ export interface CreateFunctionCommandOutput extends FunctionConfiguration, __Me
|
|
|
69
69
|
* const client = new LambdaClient(config);
|
|
70
70
|
* const input = { // CreateFunctionRequest
|
|
71
71
|
* FunctionName: "STRING_VALUE", // required
|
|
72
|
-
* 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" || "ruby3.2",
|
|
72
|
+
* 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" || "ruby3.2" || "python3.11",
|
|
73
73
|
* Role: "STRING_VALUE", // required
|
|
74
74
|
* Handler: "STRING_VALUE",
|
|
75
75
|
* Code: { // FunctionCode
|
|
@@ -141,7 +141,7 @@ export interface CreateFunctionCommandOutput extends FunctionConfiguration, __Me
|
|
|
141
141
|
* // { // FunctionConfiguration
|
|
142
142
|
* // FunctionName: "STRING_VALUE",
|
|
143
143
|
* // FunctionArn: "STRING_VALUE",
|
|
144
|
-
* // 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" || "ruby3.2",
|
|
144
|
+
* // 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" || "ruby3.2" || "python3.11",
|
|
145
145
|
* // Role: "STRING_VALUE",
|
|
146
146
|
* // Handler: "STRING_VALUE",
|
|
147
147
|
* // CodeSize: Number("long"),
|
|
@@ -42,7 +42,7 @@ export interface GetFunctionCommandOutput extends GetFunctionResponse, __Metadat
|
|
|
42
42
|
* // Configuration: { // FunctionConfiguration
|
|
43
43
|
* // FunctionName: "STRING_VALUE",
|
|
44
44
|
* // FunctionArn: "STRING_VALUE",
|
|
45
|
-
* // 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" || "ruby3.2",
|
|
45
|
+
* // 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" || "ruby3.2" || "python3.11",
|
|
46
46
|
* // Role: "STRING_VALUE",
|
|
47
47
|
* // Handler: "STRING_VALUE",
|
|
48
48
|
* // CodeSize: Number("long"),
|
|
@@ -41,7 +41,7 @@ export interface GetFunctionConfigurationCommandOutput extends FunctionConfigura
|
|
|
41
41
|
* // { // FunctionConfiguration
|
|
42
42
|
* // FunctionName: "STRING_VALUE",
|
|
43
43
|
* // FunctionArn: "STRING_VALUE",
|
|
44
|
-
* // 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" || "ruby3.2",
|
|
44
|
+
* // 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" || "ruby3.2" || "python3.11",
|
|
45
45
|
* // Role: "STRING_VALUE",
|
|
46
46
|
* // Handler: "STRING_VALUE",
|
|
47
47
|
* // CodeSize: Number("long"),
|
|
@@ -51,7 +51,7 @@ export interface GetLayerVersionByArnCommandOutput extends GetLayerVersionRespon
|
|
|
51
51
|
* // CreatedDate: "STRING_VALUE",
|
|
52
52
|
* // Version: Number("long"),
|
|
53
53
|
* // CompatibleRuntimes: [ // CompatibleRuntimes
|
|
54
|
-
* // "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" || "ruby3.2",
|
|
54
|
+
* // "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" || "ruby3.2" || "python3.11",
|
|
55
55
|
* // ],
|
|
56
56
|
* // LicenseInfo: "STRING_VALUE",
|
|
57
57
|
* // CompatibleArchitectures: [ // CompatibleArchitectures
|
|
@@ -52,7 +52,7 @@ export interface GetLayerVersionCommandOutput extends GetLayerVersionResponse, _
|
|
|
52
52
|
* // CreatedDate: "STRING_VALUE",
|
|
53
53
|
* // Version: Number("long"),
|
|
54
54
|
* // CompatibleRuntimes: [ // CompatibleRuntimes
|
|
55
|
-
* // "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" || "ruby3.2",
|
|
55
|
+
* // "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" || "ruby3.2" || "python3.11",
|
|
56
56
|
* // ],
|
|
57
57
|
* // LicenseInfo: "STRING_VALUE",
|
|
58
58
|
* // CompatibleArchitectures: [ // CompatibleArchitectures
|
|
@@ -1,25 +1,19 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, StreamingBlobPayloadInputTypes } from "@smithy/types";
|
|
5
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
6
5
|
import { InvokeAsyncRequest, InvokeAsyncResponse } from "../models/models_0";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
9
8
|
*/
|
|
10
9
|
export { __MetadataBearer, $Command };
|
|
11
|
-
export type InvokeAsyncCommandInputType = Omit<InvokeAsyncRequest, "InvokeArgs"> & {
|
|
12
|
-
/**
|
|
13
|
-
* For *`InvokeAsyncRequest["InvokeArgs"]`*, see {@link InvokeAsyncRequest.InvokeArgs}.
|
|
14
|
-
*/
|
|
15
|
-
InvokeArgs: InvokeAsyncRequest["InvokeArgs"] | string | Uint8Array | Buffer;
|
|
16
|
-
};
|
|
17
10
|
/**
|
|
18
11
|
* @public
|
|
19
12
|
*
|
|
20
13
|
* The input for {@link InvokeAsyncCommand}.
|
|
21
14
|
*/
|
|
22
|
-
export interface InvokeAsyncCommandInput extends
|
|
15
|
+
export interface InvokeAsyncCommandInput extends Omit<InvokeAsyncRequest, "InvokeArgs"> {
|
|
16
|
+
InvokeArgs: StreamingBlobPayloadInputTypes;
|
|
23
17
|
}
|
|
24
18
|
/**
|
|
25
19
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { BlobTypes } from "@aws-sdk/types";
|
|
2
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
3
|
+
import { BlobPayloadInputTypes, Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
5
4
|
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
6
5
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
7
6
|
import { InvocationRequest, InvocationResponse } from "../models/models_0";
|
|
@@ -13,7 +12,7 @@ export { __MetadataBearer, $Command };
|
|
|
13
12
|
* @public
|
|
14
13
|
*/
|
|
15
14
|
export type InvokeCommandInputType = Omit<InvocationRequest, "Payload"> & {
|
|
16
|
-
Payload?:
|
|
15
|
+
Payload?: BlobPayloadInputTypes;
|
|
17
16
|
};
|
|
18
17
|
/**
|
|
19
18
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { BlobTypes } from "@aws-sdk/types";
|
|
2
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
3
|
+
import { BlobPayloadInputTypes, Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
5
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
6
5
|
import { InvokeWithResponseStreamRequest, InvokeWithResponseStreamResponse } from "../models/models_0";
|
|
7
6
|
/**
|
|
@@ -12,7 +11,7 @@ export { __MetadataBearer, $Command };
|
|
|
12
11
|
* @public
|
|
13
12
|
*/
|
|
14
13
|
export type InvokeWithResponseStreamCommandInputType = Omit<InvokeWithResponseStreamRequest, "Payload"> & {
|
|
15
|
-
Payload?:
|
|
14
|
+
Payload?: BlobPayloadInputTypes;
|
|
16
15
|
};
|
|
17
16
|
/**
|
|
18
17
|
* @public
|
|
@@ -52,7 +52,7 @@ export interface ListFunctionsCommandOutput extends ListFunctionsResponse, __Met
|
|
|
52
52
|
* // { // FunctionConfiguration
|
|
53
53
|
* // FunctionName: "STRING_VALUE",
|
|
54
54
|
* // FunctionArn: "STRING_VALUE",
|
|
55
|
-
* // 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" || "ruby3.2",
|
|
55
|
+
* // 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" || "ruby3.2" || "python3.11",
|
|
56
56
|
* // Role: "STRING_VALUE",
|
|
57
57
|
* // Handler: "STRING_VALUE",
|
|
58
58
|
* // CodeSize: Number("long"),
|
|
@@ -34,7 +34,7 @@ export interface ListLayerVersionsCommandOutput extends ListLayerVersionsRespons
|
|
|
34
34
|
* // const { LambdaClient, ListLayerVersionsCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
35
35
|
* const client = new LambdaClient(config);
|
|
36
36
|
* const input = { // ListLayerVersionsRequest
|
|
37
|
-
* 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" || "ruby3.2",
|
|
37
|
+
* 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" || "ruby3.2" || "python3.11",
|
|
38
38
|
* LayerName: "STRING_VALUE", // required
|
|
39
39
|
* Marker: "STRING_VALUE",
|
|
40
40
|
* MaxItems: Number("int"),
|
|
@@ -51,7 +51,7 @@ export interface ListLayerVersionsCommandOutput extends ListLayerVersionsRespons
|
|
|
51
51
|
* // Description: "STRING_VALUE",
|
|
52
52
|
* // CreatedDate: "STRING_VALUE",
|
|
53
53
|
* // CompatibleRuntimes: [ // CompatibleRuntimes
|
|
54
|
-
* // "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" || "ruby3.2",
|
|
54
|
+
* // "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" || "ruby3.2" || "python3.11",
|
|
55
55
|
* // ],
|
|
56
56
|
* // LicenseInfo: "STRING_VALUE",
|
|
57
57
|
* // CompatibleArchitectures: [ // CompatibleArchitectures
|
|
@@ -36,7 +36,7 @@ export interface ListLayersCommandOutput extends ListLayersResponse, __MetadataB
|
|
|
36
36
|
* // const { LambdaClient, ListLayersCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
37
37
|
* const client = new LambdaClient(config);
|
|
38
38
|
* const input = { // ListLayersRequest
|
|
39
|
-
* 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" || "ruby3.2",
|
|
39
|
+
* 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" || "ruby3.2" || "python3.11",
|
|
40
40
|
* Marker: "STRING_VALUE",
|
|
41
41
|
* MaxItems: Number("int"),
|
|
42
42
|
* CompatibleArchitecture: "x86_64" || "arm64",
|
|
@@ -55,7 +55,7 @@ export interface ListLayersCommandOutput extends ListLayersResponse, __MetadataB
|
|
|
55
55
|
* // Description: "STRING_VALUE",
|
|
56
56
|
* // CreatedDate: "STRING_VALUE",
|
|
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" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2",
|
|
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" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "python3.11",
|
|
59
59
|
* // ],
|
|
60
60
|
* // LicenseInfo: "STRING_VALUE",
|
|
61
61
|
* // CompatibleArchitectures: [ // CompatibleArchitectures
|
|
@@ -44,7 +44,7 @@ export interface ListVersionsByFunctionCommandOutput extends ListVersionsByFunct
|
|
|
44
44
|
* // { // FunctionConfiguration
|
|
45
45
|
* // FunctionName: "STRING_VALUE",
|
|
46
46
|
* // FunctionArn: "STRING_VALUE",
|
|
47
|
-
* // 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" || "ruby3.2",
|
|
47
|
+
* // 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" || "ruby3.2" || "python3.11",
|
|
48
48
|
* // Role: "STRING_VALUE",
|
|
49
49
|
* // Handler: "STRING_VALUE",
|
|
50
50
|
* // CodeSize: Number("long"),
|
|
@@ -43,7 +43,7 @@ export interface PublishLayerVersionCommandOutput extends PublishLayerVersionRes
|
|
|
43
43
|
* ZipFile: "BLOB_VALUE",
|
|
44
44
|
* },
|
|
45
45
|
* CompatibleRuntimes: [ // CompatibleRuntimes
|
|
46
|
-
* "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" || "ruby3.2",
|
|
46
|
+
* "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" || "ruby3.2" || "python3.11",
|
|
47
47
|
* ],
|
|
48
48
|
* LicenseInfo: "STRING_VALUE",
|
|
49
49
|
* CompatibleArchitectures: [ // CompatibleArchitectures
|
|
@@ -66,7 +66,7 @@ export interface PublishLayerVersionCommandOutput extends PublishLayerVersionRes
|
|
|
66
66
|
* // CreatedDate: "STRING_VALUE",
|
|
67
67
|
* // Version: Number("long"),
|
|
68
68
|
* // CompatibleRuntimes: [ // CompatibleRuntimes
|
|
69
|
-
* // "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" || "ruby3.2",
|
|
69
|
+
* // "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" || "ruby3.2" || "python3.11",
|
|
70
70
|
* // ],
|
|
71
71
|
* // LicenseInfo: "STRING_VALUE",
|
|
72
72
|
* // CompatibleArchitectures: [ // CompatibleArchitectures
|
|
@@ -47,7 +47,7 @@ export interface PublishVersionCommandOutput extends FunctionConfiguration, __Me
|
|
|
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" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2",
|
|
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" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "python3.11",
|
|
51
51
|
* // Role: "STRING_VALUE",
|
|
52
52
|
* // Handler: "STRING_VALUE",
|
|
53
53
|
* // CodeSize: Number("long"),
|
|
@@ -64,7 +64,7 @@ export interface UpdateFunctionCodeCommandOutput extends FunctionConfiguration,
|
|
|
64
64
|
* // { // FunctionConfiguration
|
|
65
65
|
* // FunctionName: "STRING_VALUE",
|
|
66
66
|
* // FunctionArn: "STRING_VALUE",
|
|
67
|
-
* // 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" || "ruby3.2",
|
|
67
|
+
* // 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" || "ruby3.2" || "python3.11",
|
|
68
68
|
* // Role: "STRING_VALUE",
|
|
69
69
|
* // Handler: "STRING_VALUE",
|
|
70
70
|
* // CodeSize: Number("long"),
|
|
@@ -61,7 +61,7 @@ export interface UpdateFunctionConfigurationCommandOutput extends FunctionConfig
|
|
|
61
61
|
* "<keys>": "STRING_VALUE",
|
|
62
62
|
* },
|
|
63
63
|
* },
|
|
64
|
-
* 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" || "ruby3.2",
|
|
64
|
+
* 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" || "ruby3.2" || "python3.11",
|
|
65
65
|
* DeadLetterConfig: { // DeadLetterConfig
|
|
66
66
|
* TargetArn: "STRING_VALUE",
|
|
67
67
|
* },
|
|
@@ -100,7 +100,7 @@ export interface UpdateFunctionConfigurationCommandOutput extends FunctionConfig
|
|
|
100
100
|
* // { // FunctionConfiguration
|
|
101
101
|
* // FunctionName: "STRING_VALUE",
|
|
102
102
|
* // FunctionArn: "STRING_VALUE",
|
|
103
|
-
* // 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" || "ruby3.2",
|
|
103
|
+
* // 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" || "ruby3.2" || "python3.11",
|
|
104
104
|
* // Role: "STRING_VALUE",
|
|
105
105
|
* // Handler: "STRING_VALUE",
|
|
106
106
|
* // CodeSize: Number("long"),
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { StreamingBlobTypes } from "@smithy/types";
|
|
4
3
|
import { LambdaServiceException as __BaseException } from "./LambdaServiceException";
|
|
5
4
|
/**
|
|
6
5
|
* @public
|
|
@@ -1269,6 +1268,7 @@ export declare const Runtime: {
|
|
|
1269
1268
|
readonly providedal2: "provided.al2";
|
|
1270
1269
|
readonly python27: "python2.7";
|
|
1271
1270
|
readonly python310: "python3.10";
|
|
1271
|
+
readonly python311: "python3.11";
|
|
1272
1272
|
readonly python36: "python3.6";
|
|
1273
1273
|
readonly python37: "python3.7";
|
|
1274
1274
|
readonly python38: "python3.8";
|
|
@@ -3614,7 +3614,7 @@ export interface InvokeAsyncRequest {
|
|
|
3614
3614
|
/**
|
|
3615
3615
|
* <p>The JSON that you want to provide to your Lambda function as input.</p>
|
|
3616
3616
|
*/
|
|
3617
|
-
InvokeArgs:
|
|
3617
|
+
InvokeArgs: StreamingBlobTypes | undefined;
|
|
3618
3618
|
}
|
|
3619
3619
|
/**
|
|
3620
3620
|
* @public
|
|
@@ -5,6 +5,7 @@ import {
|
|
|
5
5
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
|
+
StreamingBlobPayloadInputTypes,
|
|
8
9
|
} from "@smithy/types";
|
|
9
10
|
import {
|
|
10
11
|
LambdaClientResolvedConfig,
|
|
@@ -13,13 +14,13 @@ import {
|
|
|
13
14
|
} from "../LambdaClient";
|
|
14
15
|
import { InvokeAsyncRequest, InvokeAsyncResponse } from "../models/models_0";
|
|
15
16
|
export { __MetadataBearer, $Command };
|
|
16
|
-
export
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
export interface InvokeAsyncCommandInput
|
|
18
|
+
extends Pick<
|
|
19
|
+
InvokeAsyncRequest,
|
|
20
|
+
Exclude<keyof InvokeAsyncRequest, "InvokeArgs">
|
|
21
|
+
> {
|
|
22
|
+
InvokeArgs: StreamingBlobPayloadInputTypes;
|
|
23
|
+
}
|
|
23
24
|
export interface InvokeAsyncCommandOutput
|
|
24
25
|
extends InvokeAsyncResponse,
|
|
25
26
|
__MetadataBearer {}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BlobTypes } from "@aws-sdk/types";
|
|
2
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import {
|
|
4
|
+
BlobPayloadInputTypes,
|
|
5
5
|
Handler,
|
|
6
6
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
7
7
|
MetadataBearer as __MetadataBearer,
|
|
@@ -19,7 +19,7 @@ export type InvokeCommandInputType = Pick<
|
|
|
19
19
|
InvocationRequest,
|
|
20
20
|
Exclude<keyof InvocationRequest, "Payload">
|
|
21
21
|
> & {
|
|
22
|
-
Payload?:
|
|
22
|
+
Payload?: BlobPayloadInputTypes;
|
|
23
23
|
};
|
|
24
24
|
export interface InvokeCommandInput extends InvokeCommandInputType {}
|
|
25
25
|
export type InvokeCommandOutputType = Pick<
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BlobTypes } from "@aws-sdk/types";
|
|
2
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import {
|
|
4
|
+
BlobPayloadInputTypes,
|
|
5
5
|
Handler,
|
|
6
6
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
7
7
|
MetadataBearer as __MetadataBearer,
|
|
@@ -21,7 +21,7 @@ export type InvokeWithResponseStreamCommandInputType = Pick<
|
|
|
21
21
|
InvokeWithResponseStreamRequest,
|
|
22
22
|
Exclude<keyof InvokeWithResponseStreamRequest, "Payload">
|
|
23
23
|
> & {
|
|
24
|
-
Payload?:
|
|
24
|
+
Payload?: BlobPayloadInputTypes;
|
|
25
25
|
};
|
|
26
26
|
export interface InvokeWithResponseStreamCommandInput
|
|
27
27
|
extends InvokeWithResponseStreamCommandInputType {}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import {
|
|
2
|
+
import { StreamingBlobTypes } from "@smithy/types";
|
|
3
3
|
import { LambdaServiceException as __BaseException } from "./LambdaServiceException";
|
|
4
4
|
export interface AccountLimit {
|
|
5
5
|
TotalCodeSize?: number;
|
|
@@ -377,6 +377,7 @@ export declare const Runtime: {
|
|
|
377
377
|
readonly providedal2: "provided.al2";
|
|
378
378
|
readonly python27: "python2.7";
|
|
379
379
|
readonly python310: "python3.10";
|
|
380
|
+
readonly python311: "python3.11";
|
|
380
381
|
readonly python36: "python3.6";
|
|
381
382
|
readonly python37: "python3.7";
|
|
382
383
|
readonly python38: "python3.8";
|
|
@@ -1085,7 +1086,7 @@ export declare class UnsupportedMediaTypeException extends __BaseException {
|
|
|
1085
1086
|
}
|
|
1086
1087
|
export interface InvokeAsyncRequest {
|
|
1087
1088
|
FunctionName: string | undefined;
|
|
1088
|
-
InvokeArgs:
|
|
1089
|
+
InvokeArgs: StreamingBlobTypes | undefined;
|
|
1089
1090
|
}
|
|
1090
1091
|
export interface InvokeAsyncResponse {
|
|
1091
1092
|
Status?: number;
|
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.378.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,48 +21,48 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^
|
|
36
|
-
"@smithy/eventstream-serde-browser": "^
|
|
37
|
-
"@smithy/eventstream-serde-config-resolver": "^
|
|
38
|
-
"@smithy/eventstream-serde-node": "^
|
|
39
|
-
"@smithy/fetch-http-handler": "^
|
|
40
|
-
"@smithy/hash-node": "^
|
|
41
|
-
"@smithy/invalid-dependency": "^
|
|
42
|
-
"@smithy/middleware-content-length": "^
|
|
43
|
-
"@smithy/middleware-endpoint": "^
|
|
44
|
-
"@smithy/middleware-retry": "^
|
|
45
|
-
"@smithy/middleware-serde": "^
|
|
46
|
-
"@smithy/middleware-stack": "^
|
|
47
|
-
"@smithy/node-config-provider": "^
|
|
48
|
-
"@smithy/node-http-handler": "^
|
|
49
|
-
"@smithy/protocol-http": "^
|
|
50
|
-
"@smithy/smithy-client": "^
|
|
51
|
-
"@smithy/types": "^
|
|
52
|
-
"@smithy/url-parser": "^
|
|
53
|
-
"@smithy/util-base64": "^
|
|
54
|
-
"@smithy/util-body-length-browser": "^
|
|
55
|
-
"@smithy/util-body-length-node": "^
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^
|
|
58
|
-
"@smithy/util-retry": "^
|
|
59
|
-
"@smithy/util-stream": "^
|
|
60
|
-
"@smithy/util-utf8": "^
|
|
61
|
-
"@smithy/util-waiter": "^
|
|
24
|
+
"@aws-sdk/client-sts": "3.378.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.378.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.378.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.378.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.378.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.378.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.378.0",
|
|
31
|
+
"@aws-sdk/types": "3.378.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.378.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.378.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.378.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.0.1",
|
|
36
|
+
"@smithy/eventstream-serde-browser": "^2.0.1",
|
|
37
|
+
"@smithy/eventstream-serde-config-resolver": "^2.0.1",
|
|
38
|
+
"@smithy/eventstream-serde-node": "^2.0.1",
|
|
39
|
+
"@smithy/fetch-http-handler": "^2.0.1",
|
|
40
|
+
"@smithy/hash-node": "^2.0.1",
|
|
41
|
+
"@smithy/invalid-dependency": "^2.0.1",
|
|
42
|
+
"@smithy/middleware-content-length": "^2.0.1",
|
|
43
|
+
"@smithy/middleware-endpoint": "^2.0.1",
|
|
44
|
+
"@smithy/middleware-retry": "^2.0.1",
|
|
45
|
+
"@smithy/middleware-serde": "^2.0.1",
|
|
46
|
+
"@smithy/middleware-stack": "^2.0.0",
|
|
47
|
+
"@smithy/node-config-provider": "^2.0.1",
|
|
48
|
+
"@smithy/node-http-handler": "^2.0.1",
|
|
49
|
+
"@smithy/protocol-http": "^2.0.1",
|
|
50
|
+
"@smithy/smithy-client": "^2.0.1",
|
|
51
|
+
"@smithy/types": "^2.0.2",
|
|
52
|
+
"@smithy/url-parser": "^2.0.1",
|
|
53
|
+
"@smithy/util-base64": "^2.0.0",
|
|
54
|
+
"@smithy/util-body-length-browser": "^2.0.0",
|
|
55
|
+
"@smithy/util-body-length-node": "^2.0.0",
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^2.0.1",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^2.0.1",
|
|
58
|
+
"@smithy/util-retry": "^2.0.0",
|
|
59
|
+
"@smithy/util-stream": "^2.0.1",
|
|
60
|
+
"@smithy/util-utf8": "^2.0.0",
|
|
61
|
+
"@smithy/util-waiter": "^2.0.1",
|
|
62
62
|
"tslib": "^2.5.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@smithy/service-client-documentation-generator": "^
|
|
65
|
+
"@smithy/service-client-documentation-generator": "^2.0.0",
|
|
66
66
|
"@tsconfig/node14": "1.0.3",
|
|
67
67
|
"@types/node": "^14.14.31",
|
|
68
68
|
"concurrently": "7.0.0",
|