@aws-sdk/client-rekognitionstreaming 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 +8 -8
- package/dist-es/RekognitionStreamingClient.js +8 -8
- package/dist-types/RekognitionStreamingClient.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/RekognitionStreamingClient.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
|
@@ -107,23 +107,23 @@ var _RekognitionStreamingClient = class _RekognitionStreamingClient extends impo
|
|
|
107
107
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
108
108
|
const _config_2 = (0, import_config_resolver.resolveRegionConfig)(_config_1);
|
|
109
109
|
const _config_3 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_2);
|
|
110
|
-
const _config_4 = (0,
|
|
111
|
-
const _config_5 = (0,
|
|
112
|
-
const _config_6 = (0,
|
|
113
|
-
const _config_7 = (0,
|
|
114
|
-
const _config_8 = (0,
|
|
115
|
-
const _config_9 = (0,
|
|
110
|
+
const _config_4 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_3);
|
|
111
|
+
const _config_5 = (0, import_middleware_signing.resolveAwsAuthConfig)(_config_4);
|
|
112
|
+
const _config_6 = (0, import_middleware_eventstream.resolveEventStreamConfig)(_config_5);
|
|
113
|
+
const _config_7 = (0, import_middleware_websocket.resolveWebSocketConfig)(_config_6);
|
|
114
|
+
const _config_8 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_7);
|
|
115
|
+
const _config_9 = (0, import_middleware_retry.resolveRetryConfig)(_config_8);
|
|
116
116
|
const _config_10 = (0, import_eventstream_serde_config_resolver.resolveEventStreamSerdeConfig)(_config_9);
|
|
117
117
|
const _config_11 = resolveRuntimeExtensions(_config_10, (configuration == null ? void 0 : configuration.extensions) || []);
|
|
118
118
|
super(_config_11);
|
|
119
119
|
this.config = _config_11;
|
|
120
|
-
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
121
|
-
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
122
120
|
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
|
|
123
121
|
this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
|
|
124
122
|
this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
|
|
125
123
|
this.middlewareStack.use((0, import_middleware_signing.getAwsAuthPlugin)(this.config));
|
|
126
124
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
125
|
+
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
126
|
+
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
127
127
|
}
|
|
128
128
|
/**
|
|
129
129
|
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
@@ -21,23 +21,23 @@ export class RekognitionStreamingClient extends __Client {
|
|
|
21
21
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
22
22
|
const _config_2 = resolveRegionConfig(_config_1);
|
|
23
23
|
const _config_3 = resolveEndpointConfig(_config_2);
|
|
24
|
-
const _config_4 =
|
|
25
|
-
const _config_5 =
|
|
26
|
-
const _config_6 =
|
|
27
|
-
const _config_7 =
|
|
28
|
-
const _config_8 =
|
|
29
|
-
const _config_9 =
|
|
24
|
+
const _config_4 = resolveHostHeaderConfig(_config_3);
|
|
25
|
+
const _config_5 = resolveAwsAuthConfig(_config_4);
|
|
26
|
+
const _config_6 = resolveEventStreamConfig(_config_5);
|
|
27
|
+
const _config_7 = resolveWebSocketConfig(_config_6);
|
|
28
|
+
const _config_8 = resolveUserAgentConfig(_config_7);
|
|
29
|
+
const _config_9 = resolveRetryConfig(_config_8);
|
|
30
30
|
const _config_10 = resolveEventStreamSerdeConfig(_config_9);
|
|
31
31
|
const _config_11 = resolveRuntimeExtensions(_config_10, configuration?.extensions || []);
|
|
32
32
|
super(_config_11);
|
|
33
33
|
this.config = _config_11;
|
|
34
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
35
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
36
34
|
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
37
35
|
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
38
36
|
this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
|
|
39
37
|
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
40
38
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
39
|
+
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
40
|
+
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
41
41
|
}
|
|
42
42
|
destroy() {
|
|
43
43
|
super.destroy();
|
|
@@ -144,7 +144,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
144
144
|
/**
|
|
145
145
|
* @public
|
|
146
146
|
*/
|
|
147
|
-
export type RekognitionStreamingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> &
|
|
147
|
+
export type RekognitionStreamingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & HostHeaderInputConfig & AwsAuthInputConfig & EventStreamInputConfig & WebSocketInputConfig & UserAgentInputConfig & RetryInputConfig & EventStreamSerdeInputConfig & ClientInputEndpointParameters;
|
|
148
148
|
/**
|
|
149
149
|
* @public
|
|
150
150
|
*
|
|
@@ -155,7 +155,7 @@ export interface RekognitionStreamingClientConfig extends RekognitionStreamingCl
|
|
|
155
155
|
/**
|
|
156
156
|
* @public
|
|
157
157
|
*/
|
|
158
|
-
export type RekognitionStreamingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> &
|
|
158
|
+
export type RekognitionStreamingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & HostHeaderResolvedConfig & AwsAuthResolvedConfig & EventStreamResolvedConfig & WebSocketResolvedConfig & UserAgentResolvedConfig & RetryResolvedConfig & EventStreamSerdeResolvedConfig & ClientResolvedEndpointParameters;
|
|
159
159
|
/**
|
|
160
160
|
* @public
|
|
161
161
|
*
|
|
@@ -34,7 +34,6 @@ export declare const getRuntimeConfig: (config: RekognitionStreamingClientConfig
|
|
|
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;
|
|
@@ -44,4 +43,5 @@ export declare const getRuntimeConfig: (config: RekognitionStreamingClientConfig
|
|
|
44
43
|
* @internal
|
|
45
44
|
*/
|
|
46
45
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
46
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
47
47
|
};
|
|
@@ -34,7 +34,6 @@ export declare const getRuntimeConfig: (config: RekognitionStreamingClientConfig
|
|
|
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: RekognitionStreamingClientConfig
|
|
|
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
|
};
|
|
@@ -36,7 +36,6 @@ export declare const getRuntimeConfig: (config: RekognitionStreamingClientConfig
|
|
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
|
38
38
|
tls?: boolean | undefined;
|
|
39
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
40
39
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
|
|
41
40
|
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
|
42
41
|
signingEscapePath?: boolean | undefined;
|
|
@@ -44,4 +43,5 @@ export declare const getRuntimeConfig: (config: RekognitionStreamingClientConfig
|
|
|
44
43
|
signingRegion?: string | undefined;
|
|
45
44
|
signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
|
|
46
45
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
46
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
47
47
|
};
|
|
@@ -107,12 +107,12 @@ export type RekognitionStreamingClientConfigType = Partial<
|
|
|
107
107
|
ClientDefaults &
|
|
108
108
|
RegionInputConfig &
|
|
109
109
|
EndpointInputConfig<EndpointParameters> &
|
|
110
|
-
RetryInputConfig &
|
|
111
110
|
HostHeaderInputConfig &
|
|
112
111
|
AwsAuthInputConfig &
|
|
113
112
|
EventStreamInputConfig &
|
|
114
113
|
WebSocketInputConfig &
|
|
115
114
|
UserAgentInputConfig &
|
|
115
|
+
RetryInputConfig &
|
|
116
116
|
EventStreamSerdeInputConfig &
|
|
117
117
|
ClientInputEndpointParameters;
|
|
118
118
|
export interface RekognitionStreamingClientConfig
|
|
@@ -123,12 +123,12 @@ export type RekognitionStreamingClientResolvedConfigType =
|
|
|
123
123
|
RuntimeExtensionsConfig &
|
|
124
124
|
RegionResolvedConfig &
|
|
125
125
|
EndpointResolvedConfig<EndpointParameters> &
|
|
126
|
-
RetryResolvedConfig &
|
|
127
126
|
HostHeaderResolvedConfig &
|
|
128
127
|
AwsAuthResolvedConfig &
|
|
129
128
|
EventStreamResolvedConfig &
|
|
130
129
|
WebSocketResolvedConfig &
|
|
131
130
|
UserAgentResolvedConfig &
|
|
131
|
+
RetryResolvedConfig &
|
|
132
132
|
EventStreamSerdeResolvedConfig &
|
|
133
133
|
ClientResolvedEndpointParameters;
|
|
134
134
|
export interface RekognitionStreamingClientResolvedConfig
|
|
@@ -58,10 +58,6 @@ export declare const getRuntimeConfig: (
|
|
|
58
58
|
}
|
|
59
59
|
) => import("@smithy/types").EndpointV2;
|
|
60
60
|
tls?: boolean | undefined;
|
|
61
|
-
retryStrategy?:
|
|
62
|
-
| import("@smithy/types").RetryStrategy
|
|
63
|
-
| import("@smithy/types").RetryStrategyV2
|
|
64
|
-
| undefined;
|
|
65
61
|
credentials?:
|
|
66
62
|
| import("@smithy/types").AwsCredentialIdentity
|
|
67
63
|
| import("@smithy/types").Provider<
|
|
@@ -84,4 +80,8 @@ export declare const getRuntimeConfig: (
|
|
|
84
80
|
) => import("@smithy/types").RequestSigner)
|
|
85
81
|
| undefined;
|
|
86
82
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
83
|
+
retryStrategy?:
|
|
84
|
+
| import("@smithy/types").RetryStrategy
|
|
85
|
+
| import("@smithy/types").RetryStrategyV2
|
|
86
|
+
| undefined;
|
|
87
87
|
};
|
|
@@ -64,10 +64,6 @@ export declare const getRuntimeConfig: (
|
|
|
64
64
|
}
|
|
65
65
|
) => import("@smithy/types").EndpointV2;
|
|
66
66
|
tls?: boolean | undefined;
|
|
67
|
-
retryStrategy?:
|
|
68
|
-
| import("@smithy/types").RetryStrategy
|
|
69
|
-
| import("@smithy/types").RetryStrategyV2
|
|
70
|
-
| undefined;
|
|
71
67
|
credentials?:
|
|
72
68
|
| import("@smithy/types").AwsCredentialIdentity
|
|
73
69
|
| import("@smithy/types").Provider<
|
|
@@ -90,4 +86,8 @@ export declare const getRuntimeConfig: (
|
|
|
90
86
|
) => import("@smithy/types").RequestSigner)
|
|
91
87
|
| undefined;
|
|
92
88
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
89
|
+
retryStrategy?:
|
|
90
|
+
| import("@smithy/types").RetryStrategy
|
|
91
|
+
| import("@smithy/types").RetryStrategyV2
|
|
92
|
+
| undefined;
|
|
93
93
|
};
|
|
@@ -66,10 +66,6 @@ export declare const getRuntimeConfig: (
|
|
|
66
66
|
}
|
|
67
67
|
) => import("@smithy/types").EndpointV2;
|
|
68
68
|
tls?: boolean | undefined;
|
|
69
|
-
retryStrategy?:
|
|
70
|
-
| import("@smithy/types").RetryStrategy
|
|
71
|
-
| import("@smithy/types").RetryStrategyV2
|
|
72
|
-
| undefined;
|
|
73
69
|
credentials?:
|
|
74
70
|
| import("@smithy/types").AwsCredentialIdentity
|
|
75
71
|
| import("@smithy/types").Provider<
|
|
@@ -92,4 +88,8 @@ export declare const getRuntimeConfig: (
|
|
|
92
88
|
) => import("@smithy/types").RequestSigner)
|
|
93
89
|
| undefined;
|
|
94
90
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
91
|
+
retryStrategy?:
|
|
92
|
+
| import("@smithy/types").RetryStrategy
|
|
93
|
+
| import("@smithy/types").RetryStrategyV2
|
|
94
|
+
| undefined;
|
|
95
95
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rekognitionstreaming",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rekognitionstreaming 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-rekognitionstreaming",
|
|
@@ -20,48 +20,48 @@
|
|
|
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/middleware-websocket": "3.
|
|
35
|
-
"@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/middleware-websocket": "3.616.0",
|
|
35
|
+
"@aws-sdk/region-config-resolver": "3.614.0",
|
|
36
36
|
"@aws-sdk/types": "3.609.0",
|
|
37
|
-
"@aws-sdk/util-endpoints": "3.
|
|
37
|
+
"@aws-sdk/util-endpoints": "3.614.0",
|
|
38
38
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
39
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
40
|
-
"@smithy/config-resolver": "^3.0.
|
|
41
|
-
"@smithy/core": "^2.2.
|
|
39
|
+
"@aws-sdk/util-user-agent-node": "3.614.0",
|
|
40
|
+
"@smithy/config-resolver": "^3.0.5",
|
|
41
|
+
"@smithy/core": "^2.2.7",
|
|
42
42
|
"@smithy/eventstream-serde-browser": "^3.0.4",
|
|
43
43
|
"@smithy/eventstream-serde-config-resolver": "^3.0.3",
|
|
44
44
|
"@smithy/eventstream-serde-node": "^3.0.4",
|
|
45
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
45
|
+
"@smithy/fetch-http-handler": "^3.2.2",
|
|
46
46
|
"@smithy/hash-node": "^3.0.3",
|
|
47
47
|
"@smithy/invalid-dependency": "^3.0.3",
|
|
48
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
49
|
-
"@smithy/middleware-endpoint": "^3.0.
|
|
50
|
-
"@smithy/middleware-retry": "^3.0.
|
|
48
|
+
"@smithy/middleware-content-length": "^3.0.4",
|
|
49
|
+
"@smithy/middleware-endpoint": "^3.0.5",
|
|
50
|
+
"@smithy/middleware-retry": "^3.0.10",
|
|
51
51
|
"@smithy/middleware-serde": "^3.0.3",
|
|
52
52
|
"@smithy/middleware-stack": "^3.0.3",
|
|
53
|
-
"@smithy/node-config-provider": "^3.1.
|
|
54
|
-
"@smithy/node-http-handler": "^3.1.
|
|
55
|
-
"@smithy/protocol-http": "^4.0.
|
|
56
|
-
"@smithy/smithy-client": "^3.1.
|
|
53
|
+
"@smithy/node-config-provider": "^3.1.4",
|
|
54
|
+
"@smithy/node-http-handler": "^3.1.3",
|
|
55
|
+
"@smithy/protocol-http": "^4.0.4",
|
|
56
|
+
"@smithy/smithy-client": "^3.1.8",
|
|
57
57
|
"@smithy/types": "^3.3.0",
|
|
58
58
|
"@smithy/url-parser": "^3.0.3",
|
|
59
59
|
"@smithy/util-base64": "^3.0.0",
|
|
60
60
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
61
61
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
62
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
63
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
64
|
-
"@smithy/util-endpoints": "^2.0.
|
|
62
|
+
"@smithy/util-defaults-mode-browser": "^3.0.10",
|
|
63
|
+
"@smithy/util-defaults-mode-node": "^3.0.10",
|
|
64
|
+
"@smithy/util-endpoints": "^2.0.5",
|
|
65
65
|
"@smithy/util-retry": "^3.0.3",
|
|
66
66
|
"@smithy/util-utf8": "^3.0.0",
|
|
67
67
|
"tslib": "^2.6.2"
|