@aws-sdk/client-lambda 3.413.0 → 3.418.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/commands/AddLayerVersionPermissionCommand.js +5 -0
- package/dist-cjs/commands/AddPermissionCommand.js +5 -0
- package/dist-cjs/commands/CreateAliasCommand.js +5 -0
- package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +5 -0
- package/dist-cjs/commands/CreateEventSourceMappingCommand.js +5 -0
- package/dist-cjs/commands/CreateFunctionCommand.js +5 -0
- package/dist-cjs/commands/CreateFunctionUrlConfigCommand.js +5 -0
- package/dist-cjs/commands/DeleteAliasCommand.js +5 -0
- package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +5 -0
- package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +5 -0
- package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +5 -0
- package/dist-cjs/commands/DeleteFunctionCommand.js +5 -0
- package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +5 -0
- package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +5 -0
- package/dist-cjs/commands/DeleteFunctionUrlConfigCommand.js +5 -0
- package/dist-cjs/commands/DeleteLayerVersionCommand.js +5 -0
- package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +5 -0
- package/dist-cjs/commands/GetAccountSettingsCommand.js +5 -0
- package/dist-cjs/commands/GetAliasCommand.js +5 -0
- package/dist-cjs/commands/GetCodeSigningConfigCommand.js +5 -0
- package/dist-cjs/commands/GetEventSourceMappingCommand.js +5 -0
- package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +5 -0
- package/dist-cjs/commands/GetFunctionCommand.js +5 -0
- package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +5 -0
- package/dist-cjs/commands/GetFunctionConfigurationCommand.js +5 -0
- package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +5 -0
- package/dist-cjs/commands/GetFunctionUrlConfigCommand.js +5 -0
- package/dist-cjs/commands/GetLayerVersionByArnCommand.js +5 -0
- package/dist-cjs/commands/GetLayerVersionCommand.js +5 -0
- package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +5 -0
- package/dist-cjs/commands/GetPolicyCommand.js +5 -0
- package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +5 -0
- package/dist-cjs/commands/GetRuntimeManagementConfigCommand.js +5 -0
- package/dist-cjs/commands/InvokeAsyncCommand.js +5 -0
- package/dist-cjs/commands/InvokeCommand.js +5 -0
- package/dist-cjs/commands/InvokeWithResponseStreamCommand.js +5 -0
- package/dist-cjs/commands/ListAliasesCommand.js +5 -0
- package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +5 -0
- package/dist-cjs/commands/ListEventSourceMappingsCommand.js +5 -0
- package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +5 -0
- package/dist-cjs/commands/ListFunctionUrlConfigsCommand.js +5 -0
- package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +5 -0
- package/dist-cjs/commands/ListFunctionsCommand.js +5 -0
- package/dist-cjs/commands/ListLayerVersionsCommand.js +5 -0
- package/dist-cjs/commands/ListLayersCommand.js +5 -0
- package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +5 -0
- package/dist-cjs/commands/ListTagsCommand.js +5 -0
- package/dist-cjs/commands/ListVersionsByFunctionCommand.js +5 -0
- package/dist-cjs/commands/PublishLayerVersionCommand.js +5 -0
- package/dist-cjs/commands/PublishVersionCommand.js +5 -0
- package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +5 -0
- package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +5 -0
- package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +5 -0
- package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +5 -0
- package/dist-cjs/commands/PutRuntimeManagementConfigCommand.js +5 -0
- package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +5 -0
- package/dist-cjs/commands/RemovePermissionCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateAliasCommand.js +5 -0
- package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +5 -0
- package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +5 -0
- package/dist-cjs/commands/UpdateFunctionCodeCommand.js +5 -0
- package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +5 -0
- package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +5 -0
- package/dist-cjs/commands/UpdateFunctionUrlConfigCommand.js +5 -0
- package/dist-cjs/runtimeExtensions.js +3 -0
- package/dist-es/commands/AddLayerVersionPermissionCommand.js +5 -0
- package/dist-es/commands/AddPermissionCommand.js +5 -0
- package/dist-es/commands/CreateAliasCommand.js +5 -0
- package/dist-es/commands/CreateCodeSigningConfigCommand.js +5 -0
- package/dist-es/commands/CreateEventSourceMappingCommand.js +5 -0
- package/dist-es/commands/CreateFunctionCommand.js +5 -0
- package/dist-es/commands/CreateFunctionUrlConfigCommand.js +5 -0
- package/dist-es/commands/DeleteAliasCommand.js +5 -0
- package/dist-es/commands/DeleteCodeSigningConfigCommand.js +5 -0
- package/dist-es/commands/DeleteEventSourceMappingCommand.js +5 -0
- package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +5 -0
- package/dist-es/commands/DeleteFunctionCommand.js +5 -0
- package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +5 -0
- package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +5 -0
- package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +5 -0
- package/dist-es/commands/DeleteLayerVersionCommand.js +5 -0
- package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +5 -0
- package/dist-es/commands/GetAccountSettingsCommand.js +5 -0
- package/dist-es/commands/GetAliasCommand.js +5 -0
- package/dist-es/commands/GetCodeSigningConfigCommand.js +5 -0
- package/dist-es/commands/GetEventSourceMappingCommand.js +5 -0
- package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +5 -0
- package/dist-es/commands/GetFunctionCommand.js +5 -0
- package/dist-es/commands/GetFunctionConcurrencyCommand.js +5 -0
- package/dist-es/commands/GetFunctionConfigurationCommand.js +5 -0
- package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +5 -0
- package/dist-es/commands/GetFunctionUrlConfigCommand.js +5 -0
- package/dist-es/commands/GetLayerVersionByArnCommand.js +5 -0
- package/dist-es/commands/GetLayerVersionCommand.js +5 -0
- package/dist-es/commands/GetLayerVersionPolicyCommand.js +5 -0
- package/dist-es/commands/GetPolicyCommand.js +5 -0
- package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +5 -0
- package/dist-es/commands/GetRuntimeManagementConfigCommand.js +5 -0
- package/dist-es/commands/InvokeAsyncCommand.js +5 -0
- package/dist-es/commands/InvokeCommand.js +5 -0
- package/dist-es/commands/InvokeWithResponseStreamCommand.js +5 -0
- package/dist-es/commands/ListAliasesCommand.js +5 -0
- package/dist-es/commands/ListCodeSigningConfigsCommand.js +5 -0
- package/dist-es/commands/ListEventSourceMappingsCommand.js +5 -0
- package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +5 -0
- package/dist-es/commands/ListFunctionUrlConfigsCommand.js +5 -0
- package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +5 -0
- package/dist-es/commands/ListFunctionsCommand.js +5 -0
- package/dist-es/commands/ListLayerVersionsCommand.js +5 -0
- package/dist-es/commands/ListLayersCommand.js +5 -0
- package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +5 -0
- package/dist-es/commands/ListTagsCommand.js +5 -0
- package/dist-es/commands/ListVersionsByFunctionCommand.js +5 -0
- package/dist-es/commands/PublishLayerVersionCommand.js +5 -0
- package/dist-es/commands/PublishVersionCommand.js +5 -0
- package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +5 -0
- package/dist-es/commands/PutFunctionConcurrencyCommand.js +5 -0
- package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +5 -0
- package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +5 -0
- package/dist-es/commands/PutRuntimeManagementConfigCommand.js +5 -0
- package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +5 -0
- package/dist-es/commands/RemovePermissionCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateAliasCommand.js +5 -0
- package/dist-es/commands/UpdateCodeSigningConfigCommand.js +5 -0
- package/dist-es/commands/UpdateEventSourceMappingCommand.js +5 -0
- package/dist-es/commands/UpdateFunctionCodeCommand.js +5 -0
- package/dist-es/commands/UpdateFunctionConfigurationCommand.js +5 -0
- package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +5 -0
- package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +5 -0
- package/dist-es/runtimeExtensions.js +3 -0
- package/dist-types/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/package.json +36 -35
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateEventSourceMappingCommand, se_UpdateEventSourceMappingCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateEventSourceMappingCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateEventSourceMappingCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGirApiService",
|
|
35
|
+
operation: "UpdateEventSourceMapping",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { FunctionConfigurationFilterSensitiveLog, UpdateFunctionCodeRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdateFunctionCodeCommand, se_UpdateFunctionCodeCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateFunctionCodeCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: UpdateFunctionCodeRequestFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: FunctionConfigurationFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AWSGirApiService",
|
|
36
|
+
operation: "UpdateFunctionCode",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { FunctionConfigurationFilterSensitiveLog, UpdateFunctionConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdateFunctionConfigurationCommand, se_UpdateFunctionConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateFunctionConfigurationCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: UpdateFunctionConfigurationRequestFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: FunctionConfigurationFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AWSGirApiService",
|
|
36
|
+
operation: "UpdateFunctionConfiguration",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateFunctionEventInvokeConfigCommand, se_UpdateFunctionEventInvokeConfigCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateFunctionEventInvokeConfigCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateFunctionEventInvokeConfigCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGirApiService",
|
|
35
|
+
operation: "UpdateFunctionEventInvokeConfig",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateFunctionUrlConfigCommand, se_UpdateFunctionUrlConfigCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateFunctionUrlConfigCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateFunctionUrlConfigCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSGirApiService",
|
|
35
|
+
operation: "UpdateFunctionUrlConfig",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,14 +1,17 @@
|
|
|
1
|
+
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
1
2
|
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
|
|
2
3
|
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
|
|
3
4
|
const asPartial = (t) => t;
|
|
4
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
5
6
|
const extensionConfiguration = {
|
|
7
|
+
...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
|
|
6
8
|
...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
|
|
7
9
|
...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
|
|
8
10
|
};
|
|
9
11
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
10
12
|
return {
|
|
11
13
|
...runtimeConfig,
|
|
14
|
+
...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
12
15
|
...resolveDefaultRuntimeConfig(extensionConfiguration),
|
|
13
16
|
...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
|
|
14
17
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
2
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
3
4
|
/**
|
|
4
5
|
* @internal
|
|
5
6
|
*/
|
|
6
|
-
export interface LambdaExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration {
|
|
7
|
+
export interface LambdaExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration, AwsRegionExtensionConfiguration {
|
|
7
8
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
2
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
3
4
|
export interface LambdaExtensionConfiguration
|
|
4
5
|
extends HttpHandlerExtensionConfiguration,
|
|
5
|
-
DefaultExtensionConfiguration
|
|
6
|
+
DefaultExtensionConfiguration,
|
|
7
|
+
AwsRegionExtensionConfiguration {}
|
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.418.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,44 +21,45 @@
|
|
|
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/
|
|
32
|
-
"@aws-sdk/
|
|
33
|
-
"@aws-sdk/util-
|
|
34
|
-
"@aws-sdk/util-user-agent-
|
|
35
|
-
"@
|
|
36
|
-
"@smithy/
|
|
37
|
-
"@smithy/eventstream-serde-
|
|
38
|
-
"@smithy/eventstream-serde-
|
|
39
|
-
"@smithy/
|
|
40
|
-
"@smithy/
|
|
41
|
-
"@smithy/
|
|
42
|
-
"@smithy/
|
|
43
|
-
"@smithy/middleware-
|
|
44
|
-
"@smithy/middleware-
|
|
45
|
-
"@smithy/middleware-
|
|
46
|
-
"@smithy/middleware-
|
|
47
|
-
"@smithy/
|
|
48
|
-
"@smithy/node-
|
|
49
|
-
"@smithy/
|
|
50
|
-
"@smithy/
|
|
51
|
-
"@smithy/
|
|
52
|
-
"@smithy/
|
|
24
|
+
"@aws-sdk/client-sts": "3.418.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.418.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.418.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.418.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.418.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.418.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.418.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.418.0",
|
|
32
|
+
"@aws-sdk/types": "3.418.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.418.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.418.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.418.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.10",
|
|
37
|
+
"@smithy/eventstream-serde-browser": "^2.0.9",
|
|
38
|
+
"@smithy/eventstream-serde-config-resolver": "^2.0.9",
|
|
39
|
+
"@smithy/eventstream-serde-node": "^2.0.9",
|
|
40
|
+
"@smithy/fetch-http-handler": "^2.1.5",
|
|
41
|
+
"@smithy/hash-node": "^2.0.9",
|
|
42
|
+
"@smithy/invalid-dependency": "^2.0.9",
|
|
43
|
+
"@smithy/middleware-content-length": "^2.0.11",
|
|
44
|
+
"@smithy/middleware-endpoint": "^2.0.9",
|
|
45
|
+
"@smithy/middleware-retry": "^2.0.12",
|
|
46
|
+
"@smithy/middleware-serde": "^2.0.9",
|
|
47
|
+
"@smithy/middleware-stack": "^2.0.2",
|
|
48
|
+
"@smithy/node-config-provider": "^2.0.12",
|
|
49
|
+
"@smithy/node-http-handler": "^2.1.5",
|
|
50
|
+
"@smithy/protocol-http": "^3.0.5",
|
|
51
|
+
"@smithy/smithy-client": "^2.1.6",
|
|
52
|
+
"@smithy/types": "^2.3.3",
|
|
53
|
+
"@smithy/url-parser": "^2.0.9",
|
|
53
54
|
"@smithy/util-base64": "^2.0.0",
|
|
54
55
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
55
56
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
58
|
-
"@smithy/util-retry": "^2.0.
|
|
59
|
-
"@smithy/util-stream": "^2.0.
|
|
57
|
+
"@smithy/util-defaults-mode-browser": "^2.0.10",
|
|
58
|
+
"@smithy/util-defaults-mode-node": "^2.0.12",
|
|
59
|
+
"@smithy/util-retry": "^2.0.2",
|
|
60
|
+
"@smithy/util-stream": "^2.0.12",
|
|
60
61
|
"@smithy/util-utf8": "^2.0.0",
|
|
61
|
-
"@smithy/util-waiter": "^2.0.
|
|
62
|
+
"@smithy/util-waiter": "^2.0.9",
|
|
62
63
|
"tslib": "^2.5.0"
|
|
63
64
|
},
|
|
64
65
|
"devDependencies": {
|