@aws-sdk/client-timestream-query 3.1019.0 → 3.1020.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-es/TimestreamQuery.js +2 -2
- package/dist-types/TimestreamQuery.d.ts +15 -15
- package/dist-types/TimestreamQueryClient.d.ts +18 -18
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/ListScheduledQueriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/dist-types/pagination/QueryPaginator.d.ts +1 -1
- package/dist-types/ts3.4/TimestreamQueryClient.d.ts +3 -4
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/package.json +13 -13
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
|
-
import { CancelQueryCommand } from "./commands/CancelQueryCommand";
|
|
2
|
+
import { CancelQueryCommand, } from "./commands/CancelQueryCommand";
|
|
3
3
|
import { CreateScheduledQueryCommand, } from "./commands/CreateScheduledQueryCommand";
|
|
4
4
|
import { DeleteScheduledQueryCommand, } from "./commands/DeleteScheduledQueryCommand";
|
|
5
5
|
import { DescribeAccountSettingsCommand, } from "./commands/DescribeAccountSettingsCommand";
|
|
@@ -10,7 +10,7 @@ import { ListScheduledQueriesCommand, } from "./commands/ListScheduledQueriesCom
|
|
|
10
10
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
11
11
|
import { PrepareQueryCommand, } from "./commands/PrepareQueryCommand";
|
|
12
12
|
import { QueryCommand } from "./commands/QueryCommand";
|
|
13
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
13
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
14
14
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
15
15
|
import { UpdateAccountSettingsCommand, } from "./commands/UpdateAccountSettingsCommand";
|
|
16
16
|
import { UpdateScheduledQueryCommand, } from "./commands/UpdateScheduledQueryCommand";
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
|
-
import { CancelQueryCommandInput, CancelQueryCommandOutput } from "./commands/CancelQueryCommand";
|
|
3
|
-
import { CreateScheduledQueryCommandInput, CreateScheduledQueryCommandOutput } from "./commands/CreateScheduledQueryCommand";
|
|
4
|
-
import { DeleteScheduledQueryCommandInput, DeleteScheduledQueryCommandOutput } from "./commands/DeleteScheduledQueryCommand";
|
|
5
|
-
import { DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput } from "./commands/DescribeAccountSettingsCommand";
|
|
6
|
-
import { DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput } from "./commands/DescribeEndpointsCommand";
|
|
7
|
-
import { DescribeScheduledQueryCommandInput, DescribeScheduledQueryCommandOutput } from "./commands/DescribeScheduledQueryCommand";
|
|
8
|
-
import { ExecuteScheduledQueryCommandInput, ExecuteScheduledQueryCommandOutput } from "./commands/ExecuteScheduledQueryCommand";
|
|
9
|
-
import { ListScheduledQueriesCommandInput, ListScheduledQueriesCommandOutput } from "./commands/ListScheduledQueriesCommand";
|
|
10
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
11
|
-
import { PrepareQueryCommandInput, PrepareQueryCommandOutput } from "./commands/PrepareQueryCommand";
|
|
12
|
-
import { QueryCommandInput, QueryCommandOutput } from "./commands/QueryCommand";
|
|
13
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
14
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
15
|
-
import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
|
|
16
|
-
import { UpdateScheduledQueryCommandInput, UpdateScheduledQueryCommandOutput } from "./commands/UpdateScheduledQueryCommand";
|
|
2
|
+
import { type CancelQueryCommandInput, type CancelQueryCommandOutput } from "./commands/CancelQueryCommand";
|
|
3
|
+
import { type CreateScheduledQueryCommandInput, type CreateScheduledQueryCommandOutput } from "./commands/CreateScheduledQueryCommand";
|
|
4
|
+
import { type DeleteScheduledQueryCommandInput, type DeleteScheduledQueryCommandOutput } from "./commands/DeleteScheduledQueryCommand";
|
|
5
|
+
import { type DescribeAccountSettingsCommandInput, type DescribeAccountSettingsCommandOutput } from "./commands/DescribeAccountSettingsCommand";
|
|
6
|
+
import { type DescribeEndpointsCommandInput, type DescribeEndpointsCommandOutput } from "./commands/DescribeEndpointsCommand";
|
|
7
|
+
import { type DescribeScheduledQueryCommandInput, type DescribeScheduledQueryCommandOutput } from "./commands/DescribeScheduledQueryCommand";
|
|
8
|
+
import { type ExecuteScheduledQueryCommandInput, type ExecuteScheduledQueryCommandOutput } from "./commands/ExecuteScheduledQueryCommand";
|
|
9
|
+
import { type ListScheduledQueriesCommandInput, type ListScheduledQueriesCommandOutput } from "./commands/ListScheduledQueriesCommand";
|
|
10
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
11
|
+
import { type PrepareQueryCommandInput, type PrepareQueryCommandOutput } from "./commands/PrepareQueryCommand";
|
|
12
|
+
import { type QueryCommandInput, type QueryCommandOutput } from "./commands/QueryCommand";
|
|
13
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
14
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
15
|
+
import { type UpdateAccountSettingsCommandInput, type UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
|
|
16
|
+
import { type UpdateScheduledQueryCommandInput, type UpdateScheduledQueryCommandOutput } from "./commands/UpdateScheduledQueryCommand";
|
|
17
17
|
import { TimestreamQueryClient } from "./TimestreamQueryClient";
|
|
18
18
|
export interface TimestreamQuery {
|
|
19
19
|
/**
|
|
@@ -6,24 +6,24 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
6
6
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
7
7
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
8
8
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
9
|
-
import {
|
|
9
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
10
10
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
11
|
-
import { CancelQueryCommandInput, CancelQueryCommandOutput } from "./commands/CancelQueryCommand";
|
|
12
|
-
import { CreateScheduledQueryCommandInput, CreateScheduledQueryCommandOutput } from "./commands/CreateScheduledQueryCommand";
|
|
13
|
-
import { DeleteScheduledQueryCommandInput, DeleteScheduledQueryCommandOutput } from "./commands/DeleteScheduledQueryCommand";
|
|
14
|
-
import { DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput } from "./commands/DescribeAccountSettingsCommand";
|
|
15
|
-
import { DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput } from "./commands/DescribeEndpointsCommand";
|
|
16
|
-
import { DescribeScheduledQueryCommandInput, DescribeScheduledQueryCommandOutput } from "./commands/DescribeScheduledQueryCommand";
|
|
17
|
-
import { ExecuteScheduledQueryCommandInput, ExecuteScheduledQueryCommandOutput } from "./commands/ExecuteScheduledQueryCommand";
|
|
18
|
-
import { ListScheduledQueriesCommandInput, ListScheduledQueriesCommandOutput } from "./commands/ListScheduledQueriesCommand";
|
|
19
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
20
|
-
import { PrepareQueryCommandInput, PrepareQueryCommandOutput } from "./commands/PrepareQueryCommand";
|
|
21
|
-
import { QueryCommandInput, QueryCommandOutput } from "./commands/QueryCommand";
|
|
22
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
23
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
24
|
-
import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
|
|
25
|
-
import { UpdateScheduledQueryCommandInput, UpdateScheduledQueryCommandOutput } from "./commands/UpdateScheduledQueryCommand";
|
|
26
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
11
|
+
import type { CancelQueryCommandInput, CancelQueryCommandOutput } from "./commands/CancelQueryCommand";
|
|
12
|
+
import type { CreateScheduledQueryCommandInput, CreateScheduledQueryCommandOutput } from "./commands/CreateScheduledQueryCommand";
|
|
13
|
+
import type { DeleteScheduledQueryCommandInput, DeleteScheduledQueryCommandOutput } from "./commands/DeleteScheduledQueryCommand";
|
|
14
|
+
import type { DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput } from "./commands/DescribeAccountSettingsCommand";
|
|
15
|
+
import { type DescribeEndpointsCommandInput, type DescribeEndpointsCommandOutput } from "./commands/DescribeEndpointsCommand";
|
|
16
|
+
import type { DescribeScheduledQueryCommandInput, DescribeScheduledQueryCommandOutput } from "./commands/DescribeScheduledQueryCommand";
|
|
17
|
+
import type { ExecuteScheduledQueryCommandInput, ExecuteScheduledQueryCommandOutput } from "./commands/ExecuteScheduledQueryCommand";
|
|
18
|
+
import type { ListScheduledQueriesCommandInput, ListScheduledQueriesCommandOutput } from "./commands/ListScheduledQueriesCommand";
|
|
19
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
20
|
+
import type { PrepareQueryCommandInput, PrepareQueryCommandOutput } from "./commands/PrepareQueryCommand";
|
|
21
|
+
import type { QueryCommandInput, QueryCommandOutput } from "./commands/QueryCommand";
|
|
22
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
23
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
24
|
+
import type { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
|
|
25
|
+
import type { UpdateScheduledQueryCommandInput, UpdateScheduledQueryCommandOutput } from "./commands/UpdateScheduledQueryCommand";
|
|
26
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
27
27
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
28
28
|
export { __Client };
|
|
29
29
|
/**
|
|
@@ -132,7 +132,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
132
132
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
133
133
|
* @internal
|
|
134
134
|
*/
|
|
135
|
-
defaultUserAgentProvider?:
|
|
135
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
136
136
|
/**
|
|
137
137
|
* Default credentials provider; Not available in browser runtime.
|
|
138
138
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { TimestreamQueryHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
export * from "./TimestreamQueryClient";
|
|
9
9
|
export * from "./TimestreamQuery";
|
|
10
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
11
11
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
12
12
|
export type { TimestreamQueryExtensionConfiguration } from "./extensionConfiguration";
|
|
13
13
|
export * from "./commands";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComputeMode, DimensionValueType, LastUpdateStatus, MeasureValueType, QueryInsightsMode, QueryPricingModel, S3EncryptionOption, ScalarMeasureValueType, ScalarType, ScheduledQueryInsightsMode, ScheduledQueryRunStatus, ScheduledQueryState } from "./enums";
|
|
1
|
+
import type { ComputeMode, DimensionValueType, LastUpdateStatus, MeasureValueType, QueryInsightsMode, QueryPricingModel, S3EncryptionOption, ScalarMeasureValueType, ScalarType, ScheduledQueryInsightsMode, ScheduledQueryRunStatus, ScheduledQueryState } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Details on SNS that are required to send the notification.</p>
|
|
4
4
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListScheduledQueriesCommandInput, ListScheduledQueriesCommandOutput } from "../commands/ListScheduledQueriesCommand";
|
|
3
|
-
import { TimestreamQueryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { TimestreamQueryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
3
|
-
import { TimestreamQueryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { TimestreamQueryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { QueryCommandInput, QueryCommandOutput } from "../commands/QueryCommand";
|
|
3
|
-
import { TimestreamQueryPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { TimestreamQueryPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -30,6 +30,7 @@ import {
|
|
|
30
30
|
Client as __Client,
|
|
31
31
|
} from "@smithy/smithy-client";
|
|
32
32
|
import {
|
|
33
|
+
AwsCredentialIdentityProvider,
|
|
33
34
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
34
35
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
35
36
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -38,11 +39,9 @@ import {
|
|
|
38
39
|
HashConstructor as __HashConstructor,
|
|
39
40
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
40
41
|
Logger as __Logger,
|
|
42
|
+
Provider as __Provider,
|
|
41
43
|
StreamCollector as __StreamCollector,
|
|
42
44
|
UrlParser as __UrlParser,
|
|
43
|
-
AwsCredentialIdentityProvider,
|
|
44
|
-
Provider,
|
|
45
|
-
Provider as __Provider,
|
|
46
45
|
UserAgent as __UserAgent,
|
|
47
46
|
} from "@smithy/types";
|
|
48
47
|
import {
|
|
@@ -163,7 +162,7 @@ export interface ClientDefaults
|
|
|
163
162
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
164
163
|
region?: string | __Provider<string>;
|
|
165
164
|
profile?: string;
|
|
166
|
-
defaultUserAgentProvider?:
|
|
165
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
167
166
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
168
167
|
maxAttempts?: number | __Provider<number>;
|
|
169
168
|
retryMode?: string | __Provider<string>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-timestream-query",
|
|
3
3
|
"description": "AWS SDK for JavaScript Timestream Query Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-timestream-query",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
26
26
|
"@aws-sdk/middleware-endpoint-discovery": "^3.972.9",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
32
32
|
"@aws-sdk/types": "^3.973.6",
|
|
33
33
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
36
36
|
"@smithy/config-resolver": "^4.4.13",
|
|
37
|
-
"@smithy/core": "^3.23.
|
|
37
|
+
"@smithy/core": "^3.23.13",
|
|
38
38
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
39
39
|
"@smithy/hash-node": "^4.2.12",
|
|
40
40
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
41
41
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
43
|
-
"@smithy/middleware-retry": "^4.4.
|
|
44
|
-
"@smithy/middleware-serde": "^4.2.
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
43
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
44
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
45
45
|
"@smithy/middleware-stack": "^4.2.12",
|
|
46
46
|
"@smithy/node-config-provider": "^4.3.12",
|
|
47
|
-
"@smithy/node-http-handler": "^4.5.
|
|
47
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
48
48
|
"@smithy/protocol-http": "^5.3.12",
|
|
49
|
-
"@smithy/smithy-client": "^4.12.
|
|
49
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
50
50
|
"@smithy/types": "^4.13.1",
|
|
51
51
|
"@smithy/url-parser": "^4.2.12",
|
|
52
52
|
"@smithy/util-base64": "^4.3.2",
|
|
53
53
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
54
54
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
57
57
|
"@smithy/util-endpoints": "^3.3.3",
|
|
58
58
|
"@smithy/util-middleware": "^4.2.12",
|
|
59
59
|
"@smithy/util-retry": "^4.2.12",
|