@aws-sdk/client-lex-runtime-v2 3.613.0 → 3.616.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/index.js +7 -7
- package/dist-es/LexRuntimeV2Client.js +7 -7
- package/dist-types/LexRuntimeV2Client.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/LexRuntimeV2Client.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
- package/package.json +27 -27
package/dist-cjs/index.js
CHANGED
|
@@ -134,22 +134,22 @@ var _LexRuntimeV2Client = class _LexRuntimeV2Client extends import_smithy_client
|
|
|
134
134
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
135
135
|
const _config_2 = (0, import_config_resolver.resolveRegionConfig)(_config_1);
|
|
136
136
|
const _config_3 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_2);
|
|
137
|
-
const _config_4 = (0,
|
|
138
|
-
const _config_5 = (0,
|
|
139
|
-
const _config_6 = (0,
|
|
140
|
-
const _config_7 = (0,
|
|
141
|
-
const _config_8 = (0,
|
|
137
|
+
const _config_4 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_3);
|
|
138
|
+
const _config_5 = (0, import_middleware_signing.resolveAwsAuthConfig)(_config_4);
|
|
139
|
+
const _config_6 = (0, import_middleware_eventstream.resolveEventStreamConfig)(_config_5);
|
|
140
|
+
const _config_7 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_6);
|
|
141
|
+
const _config_8 = (0, import_middleware_retry.resolveRetryConfig)(_config_7);
|
|
142
142
|
const _config_9 = (0, import_eventstream_serde_config_resolver.resolveEventStreamSerdeConfig)(_config_8);
|
|
143
143
|
const _config_10 = resolveRuntimeExtensions(_config_9, (configuration == null ? void 0 : configuration.extensions) || []);
|
|
144
144
|
super(_config_10);
|
|
145
145
|
this.config = _config_10;
|
|
146
|
-
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
147
|
-
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
148
146
|
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
|
|
149
147
|
this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
|
|
150
148
|
this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
|
|
151
149
|
this.middlewareStack.use((0, import_middleware_signing.getAwsAuthPlugin)(this.config));
|
|
152
150
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
151
|
+
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
152
|
+
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
153
153
|
}
|
|
154
154
|
/**
|
|
155
155
|
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
@@ -20,22 +20,22 @@ export class LexRuntimeV2Client extends __Client {
|
|
|
20
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
21
21
|
const _config_2 = resolveRegionConfig(_config_1);
|
|
22
22
|
const _config_3 = resolveEndpointConfig(_config_2);
|
|
23
|
-
const _config_4 =
|
|
24
|
-
const _config_5 =
|
|
25
|
-
const _config_6 =
|
|
26
|
-
const _config_7 =
|
|
27
|
-
const _config_8 =
|
|
23
|
+
const _config_4 = resolveHostHeaderConfig(_config_3);
|
|
24
|
+
const _config_5 = resolveAwsAuthConfig(_config_4);
|
|
25
|
+
const _config_6 = resolveEventStreamConfig(_config_5);
|
|
26
|
+
const _config_7 = resolveUserAgentConfig(_config_6);
|
|
27
|
+
const _config_8 = resolveRetryConfig(_config_7);
|
|
28
28
|
const _config_9 = resolveEventStreamSerdeConfig(_config_8);
|
|
29
29
|
const _config_10 = resolveRuntimeExtensions(_config_9, configuration?.extensions || []);
|
|
30
30
|
super(_config_10);
|
|
31
31
|
this.config = _config_10;
|
|
32
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
33
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
34
32
|
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
35
33
|
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
36
34
|
this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
|
|
37
35
|
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
38
36
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
37
|
+
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
38
|
+
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
39
39
|
}
|
|
40
40
|
destroy() {
|
|
41
41
|
super.destroy();
|
|
@@ -153,7 +153,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
153
153
|
/**
|
|
154
154
|
* @public
|
|
155
155
|
*/
|
|
156
|
-
export type LexRuntimeV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> &
|
|
156
|
+
export type LexRuntimeV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & HostHeaderInputConfig & AwsAuthInputConfig & EventStreamInputConfig & UserAgentInputConfig & RetryInputConfig & EventStreamSerdeInputConfig & ClientInputEndpointParameters;
|
|
157
157
|
/**
|
|
158
158
|
* @public
|
|
159
159
|
*
|
|
@@ -164,7 +164,7 @@ export interface LexRuntimeV2ClientConfig extends LexRuntimeV2ClientConfigType {
|
|
|
164
164
|
/**
|
|
165
165
|
* @public
|
|
166
166
|
*/
|
|
167
|
-
export type LexRuntimeV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> &
|
|
167
|
+
export type LexRuntimeV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & HostHeaderResolvedConfig & AwsAuthResolvedConfig & EventStreamResolvedConfig & UserAgentResolvedConfig & RetryResolvedConfig & EventStreamSerdeResolvedConfig & ClientResolvedEndpointParameters;
|
|
168
168
|
/**
|
|
169
169
|
* @public
|
|
170
170
|
*
|
|
@@ -35,7 +35,6 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
|
|
|
35
35
|
logger?: import("@smithy/types").Logger | undefined;
|
|
36
36
|
}) => import("@smithy/types").EndpointV2;
|
|
37
37
|
tls?: boolean | undefined;
|
|
38
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
39
38
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
|
|
40
39
|
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
|
41
40
|
signingEscapePath?: boolean | undefined;
|
|
@@ -43,4 +42,5 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
|
|
|
43
42
|
signingRegion?: string | undefined;
|
|
44
43
|
signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
|
|
45
44
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
45
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
46
46
|
};
|
|
@@ -35,7 +35,6 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
|
|
|
35
35
|
logger?: import("@smithy/types").Logger | undefined;
|
|
36
36
|
}) => import("@smithy/types").EndpointV2;
|
|
37
37
|
tls?: boolean | undefined;
|
|
38
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
39
38
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
|
|
40
39
|
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
|
41
40
|
signingEscapePath?: boolean | undefined;
|
|
@@ -43,4 +42,5 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
|
|
|
43
42
|
signingRegion?: string | undefined;
|
|
44
43
|
signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
|
|
45
44
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
45
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
46
46
|
};
|
|
@@ -34,7 +34,6 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
|
|
|
34
34
|
logger?: import("@smithy/types").Logger | undefined;
|
|
35
35
|
}) => import("@smithy/types").EndpointV2;
|
|
36
36
|
tls?: boolean | undefined;
|
|
37
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
38
37
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
|
|
39
38
|
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
|
40
39
|
signingEscapePath?: boolean | undefined;
|
|
@@ -42,4 +41,5 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
|
|
|
42
41
|
signingRegion?: string | undefined;
|
|
43
42
|
signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
|
|
44
43
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
44
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
45
45
|
};
|
|
@@ -137,11 +137,11 @@ export type LexRuntimeV2ClientConfigType = Partial<
|
|
|
137
137
|
ClientDefaults &
|
|
138
138
|
RegionInputConfig &
|
|
139
139
|
EndpointInputConfig<EndpointParameters> &
|
|
140
|
-
RetryInputConfig &
|
|
141
140
|
HostHeaderInputConfig &
|
|
142
141
|
AwsAuthInputConfig &
|
|
143
142
|
EventStreamInputConfig &
|
|
144
143
|
UserAgentInputConfig &
|
|
144
|
+
RetryInputConfig &
|
|
145
145
|
EventStreamSerdeInputConfig &
|
|
146
146
|
ClientInputEndpointParameters;
|
|
147
147
|
export interface LexRuntimeV2ClientConfig
|
|
@@ -152,11 +152,11 @@ export type LexRuntimeV2ClientResolvedConfigType =
|
|
|
152
152
|
RuntimeExtensionsConfig &
|
|
153
153
|
RegionResolvedConfig &
|
|
154
154
|
EndpointResolvedConfig<EndpointParameters> &
|
|
155
|
-
RetryResolvedConfig &
|
|
156
155
|
HostHeaderResolvedConfig &
|
|
157
156
|
AwsAuthResolvedConfig &
|
|
158
157
|
EventStreamResolvedConfig &
|
|
159
158
|
UserAgentResolvedConfig &
|
|
159
|
+
RetryResolvedConfig &
|
|
160
160
|
EventStreamSerdeResolvedConfig &
|
|
161
161
|
ClientResolvedEndpointParameters;
|
|
162
162
|
export interface LexRuntimeV2ClientResolvedConfig
|
|
@@ -59,10 +59,6 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
|
|
|
59
59
|
}
|
|
60
60
|
) => import("@smithy/types").EndpointV2;
|
|
61
61
|
tls?: boolean | undefined;
|
|
62
|
-
retryStrategy?:
|
|
63
|
-
| import("@smithy/types").RetryStrategy
|
|
64
|
-
| import("@smithy/types").RetryStrategyV2
|
|
65
|
-
| undefined;
|
|
66
62
|
credentials?:
|
|
67
63
|
| import("@smithy/types").AwsCredentialIdentity
|
|
68
64
|
| import("@smithy/types").Provider<
|
|
@@ -85,4 +81,8 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
|
|
|
85
81
|
) => import("@smithy/types").RequestSigner)
|
|
86
82
|
| undefined;
|
|
87
83
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
84
|
+
retryStrategy?:
|
|
85
|
+
| import("@smithy/types").RetryStrategy
|
|
86
|
+
| import("@smithy/types").RetryStrategyV2
|
|
87
|
+
| undefined;
|
|
88
88
|
};
|
|
@@ -63,10 +63,6 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
|
|
|
63
63
|
}
|
|
64
64
|
) => import("@smithy/types").EndpointV2;
|
|
65
65
|
tls?: boolean | undefined;
|
|
66
|
-
retryStrategy?:
|
|
67
|
-
| import("@smithy/types").RetryStrategy
|
|
68
|
-
| import("@smithy/types").RetryStrategyV2
|
|
69
|
-
| undefined;
|
|
70
66
|
credentials?:
|
|
71
67
|
| import("@smithy/types").AwsCredentialIdentity
|
|
72
68
|
| import("@smithy/types").Provider<
|
|
@@ -89,4 +85,8 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
|
|
|
89
85
|
) => import("@smithy/types").RequestSigner)
|
|
90
86
|
| undefined;
|
|
91
87
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
88
|
+
retryStrategy?:
|
|
89
|
+
| import("@smithy/types").RetryStrategy
|
|
90
|
+
| import("@smithy/types").RetryStrategyV2
|
|
91
|
+
| undefined;
|
|
92
92
|
};
|
|
@@ -53,10 +53,6 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
|
|
|
53
53
|
}
|
|
54
54
|
) => import("@smithy/types").EndpointV2;
|
|
55
55
|
tls?: boolean | undefined;
|
|
56
|
-
retryStrategy?:
|
|
57
|
-
| import("@smithy/types").RetryStrategy
|
|
58
|
-
| import("@smithy/types").RetryStrategyV2
|
|
59
|
-
| undefined;
|
|
60
56
|
credentials?:
|
|
61
57
|
| import("@smithy/types").AwsCredentialIdentity
|
|
62
58
|
| import("@smithy/types").Provider<
|
|
@@ -79,4 +75,8 @@ export declare const getRuntimeConfig: (config: LexRuntimeV2ClientConfig) => {
|
|
|
79
75
|
) => import("@smithy/types").RequestSigner)
|
|
80
76
|
| undefined;
|
|
81
77
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
78
|
+
retryStrategy?:
|
|
79
|
+
| import("@smithy/types").RetryStrategy
|
|
80
|
+
| import("@smithy/types").RetryStrategyV2
|
|
81
|
+
| undefined;
|
|
82
82
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lex-runtime-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lex Runtime V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.616.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-lex-runtime-v2",
|
|
@@ -20,49 +20,49 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.616.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.616.0",
|
|
25
|
+
"@aws-sdk/core": "3.616.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.616.0",
|
|
27
27
|
"@aws-sdk/eventstream-handler-node": "3.609.0",
|
|
28
|
-
"@aws-sdk/middleware-eventstream": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
+
"@aws-sdk/middleware-eventstream": "3.616.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.616.0",
|
|
30
30
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
34
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.616.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.616.0",
|
|
33
|
+
"@aws-sdk/middleware-user-agent": "3.616.0",
|
|
34
|
+
"@aws-sdk/region-config-resolver": "3.614.0",
|
|
35
35
|
"@aws-sdk/types": "3.609.0",
|
|
36
|
-
"@aws-sdk/util-endpoints": "3.
|
|
36
|
+
"@aws-sdk/util-endpoints": "3.614.0",
|
|
37
37
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
38
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
39
|
-
"@smithy/config-resolver": "^3.0.
|
|
40
|
-
"@smithy/core": "^2.2.
|
|
38
|
+
"@aws-sdk/util-user-agent-node": "3.614.0",
|
|
39
|
+
"@smithy/config-resolver": "^3.0.5",
|
|
40
|
+
"@smithy/core": "^2.2.7",
|
|
41
41
|
"@smithy/eventstream-serde-browser": "^3.0.4",
|
|
42
42
|
"@smithy/eventstream-serde-config-resolver": "^3.0.3",
|
|
43
43
|
"@smithy/eventstream-serde-node": "^3.0.4",
|
|
44
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
44
|
+
"@smithy/fetch-http-handler": "^3.2.2",
|
|
45
45
|
"@smithy/hash-node": "^3.0.3",
|
|
46
46
|
"@smithy/invalid-dependency": "^3.0.3",
|
|
47
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
48
|
-
"@smithy/middleware-endpoint": "^3.0.
|
|
49
|
-
"@smithy/middleware-retry": "^3.0.
|
|
47
|
+
"@smithy/middleware-content-length": "^3.0.4",
|
|
48
|
+
"@smithy/middleware-endpoint": "^3.0.5",
|
|
49
|
+
"@smithy/middleware-retry": "^3.0.10",
|
|
50
50
|
"@smithy/middleware-serde": "^3.0.3",
|
|
51
51
|
"@smithy/middleware-stack": "^3.0.3",
|
|
52
|
-
"@smithy/node-config-provider": "^3.1.
|
|
53
|
-
"@smithy/node-http-handler": "^3.1.
|
|
54
|
-
"@smithy/protocol-http": "^4.0.
|
|
55
|
-
"@smithy/smithy-client": "^3.1.
|
|
52
|
+
"@smithy/node-config-provider": "^3.1.4",
|
|
53
|
+
"@smithy/node-http-handler": "^3.1.3",
|
|
54
|
+
"@smithy/protocol-http": "^4.0.4",
|
|
55
|
+
"@smithy/smithy-client": "^3.1.8",
|
|
56
56
|
"@smithy/types": "^3.3.0",
|
|
57
57
|
"@smithy/url-parser": "^3.0.3",
|
|
58
58
|
"@smithy/util-base64": "^3.0.0",
|
|
59
59
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
60
60
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
61
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
62
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
63
|
-
"@smithy/util-endpoints": "^2.0.
|
|
61
|
+
"@smithy/util-defaults-mode-browser": "^3.0.10",
|
|
62
|
+
"@smithy/util-defaults-mode-node": "^3.0.10",
|
|
63
|
+
"@smithy/util-endpoints": "^2.0.5",
|
|
64
64
|
"@smithy/util-retry": "^3.0.3",
|
|
65
|
-
"@smithy/util-stream": "^3.0
|
|
65
|
+
"@smithy/util-stream": "^3.1.0",
|
|
66
66
|
"@smithy/util-utf8": "^3.0.0",
|
|
67
67
|
"tslib": "^2.6.2"
|
|
68
68
|
},
|