@aws-sdk/client-timestream-query 3.329.0 → 3.335.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/protocols/Aws_json1_0.js +1 -1
- package/dist-es/protocols/Aws_json1_0.js +1 -1
- package/dist-types/TimestreamQueryClient.d.ts +3 -2
- package/dist-types/endpoint/EndpointParameters.d.ts +2 -1
- package/dist-types/protocols/Aws_json1_0.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +13 -13
- package/dist-types/runtimeConfig.d.ts +9 -9
- package/dist-types/runtimeConfig.native.d.ts +14 -14
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/TimestreamQueryClient.d.ts +7 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +19 -16
- package/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -16
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/package.json +7 -6
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.de_UpdateScheduledQueryCommand = exports.de_UntagResourceCommand = exports.de_TagResourceCommand = exports.de_QueryCommand = exports.de_PrepareQueryCommand = exports.de_ListTagsForResourceCommand = exports.de_ListScheduledQueriesCommand = exports.de_ExecuteScheduledQueryCommand = exports.de_DescribeScheduledQueryCommand = exports.de_DescribeEndpointsCommand = exports.de_DeleteScheduledQueryCommand = exports.de_CreateScheduledQueryCommand = exports.de_CancelQueryCommand = exports.se_UpdateScheduledQueryCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_QueryCommand = exports.se_PrepareQueryCommand = exports.se_ListTagsForResourceCommand = exports.se_ListScheduledQueriesCommand = exports.se_ExecuteScheduledQueryCommand = exports.se_DescribeScheduledQueryCommand = exports.se_DescribeEndpointsCommand = exports.se_DeleteScheduledQueryCommand = exports.se_CreateScheduledQueryCommand = exports.se_CancelQueryCommand = void 0;
|
|
4
|
-
const protocol_http_1 = require("@aws-sdk/protocol-http");
|
|
5
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
const protocol_http_1 = require("@smithy/protocol-http");
|
|
6
6
|
const uuid_1 = require("uuid");
|
|
7
7
|
const models_0_1 = require("../models/models_0");
|
|
8
8
|
const TimestreamQueryServiceException_1 = require("../models/TimestreamQueryServiceException");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
2
1
|
import { _json, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, limitedParseDouble as __limitedParseDouble, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
3
3
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
4
4
|
import { AccessDeniedException, ConflictException, InternalServerException, InvalidEndpointException, QueryExecutionException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/models_0";
|
|
5
5
|
import { TimestreamQueryServiceException as __BaseException } from "../models/TimestreamQueryServiceException";
|
|
@@ -5,9 +5,10 @@ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middle
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
6
6
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
7
7
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
8
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
9
8
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
10
|
-
import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as __ChecksumConstructor, Credentials as __Credentials,
|
|
9
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as __ChecksumConstructor, Credentials as __Credentials, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
10
|
+
import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
|
|
11
|
+
import { Decoder as __Decoder, Encoder as __Encoder, Provider as __Provider, StreamCollector as __StreamCollector } from "@smithy/types";
|
|
11
12
|
import { CancelQueryCommandInput, CancelQueryCommandOutput } from "./commands/CancelQueryCommand";
|
|
12
13
|
import { CreateScheduledQueryCommandInput, CreateScheduledQueryCommandOutput } from "./commands/CreateScheduledQueryCommand";
|
|
13
14
|
import { DeleteScheduledQueryCommandInput, DeleteScheduledQueryCommandOutput } from "./commands/DeleteScheduledQueryCommand";
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types";
|
|
2
|
+
import { Endpoint, Provider } from "@smithy/types";
|
|
2
3
|
export interface ClientInputEndpointParameters {
|
|
3
4
|
region?: string | Provider<string>;
|
|
4
5
|
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
3
|
import { CancelQueryCommandInput, CancelQueryCommandOutput } from "../commands/CancelQueryCommand";
|
|
4
4
|
import { CreateScheduledQueryCommandInput, CreateScheduledQueryCommandOutput } from "../commands/CreateScheduledQueryCommand";
|
|
5
5
|
import { DeleteScheduledQueryCommandInput, DeleteScheduledQueryCommandOutput } from "../commands/DeleteScheduledQueryCommand";
|
|
@@ -7,27 +7,27 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
endpointDiscoveryEnabledProvider: import("@
|
|
13
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number
|
|
12
|
+
endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<boolean | undefined>;
|
|
13
|
+
maxAttempts: (number | import("@smithy/types").Provider<number>) & (number | import("@aws-sdk/types").Provider<number>);
|
|
14
14
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@
|
|
16
|
-
retryMode: string | import("@
|
|
15
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
|
|
16
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
-
streamCollector: import("@
|
|
19
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean
|
|
20
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean
|
|
18
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
20
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
21
21
|
apiVersion: string;
|
|
22
22
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
-
base64Decoder: import("@
|
|
24
|
-
base64Encoder: import("@
|
|
25
|
-
utf8Decoder: import("@
|
|
26
|
-
utf8Encoder: import("@
|
|
23
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
24
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
25
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
27
27
|
disableHostPrefix: boolean;
|
|
28
28
|
serviceId: string;
|
|
29
29
|
logger: import("@aws-sdk/types").Logger;
|
|
30
|
-
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@
|
|
30
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
31
31
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
32
32
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
33
33
|
}) => import("@aws-sdk/types").EndpointV2;
|
|
@@ -7,27 +7,27 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
endpointDiscoveryEnabledProvider: import("@aws-sdk/types").Provider<boolean | undefined>;
|
|
13
13
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
14
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@
|
|
16
|
-
retryMode: string | import("@
|
|
15
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
|
|
16
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
-
streamCollector: import("@
|
|
18
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
21
|
apiVersion: string;
|
|
22
22
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
-
base64Decoder: import("@
|
|
24
|
-
base64Encoder: import("@
|
|
25
|
-
utf8Decoder: import("@
|
|
26
|
-
utf8Encoder: import("@
|
|
23
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
24
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
25
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
27
27
|
disableHostPrefix: boolean;
|
|
28
28
|
serviceId: string;
|
|
29
29
|
logger: import("@aws-sdk/types").Logger;
|
|
30
|
-
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@
|
|
30
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
31
31
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
32
32
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
33
33
|
}) => import("@aws-sdk/types").EndpointV2;
|
|
@@ -5,28 +5,28 @@ import { TimestreamQueryClientConfig } from "./TimestreamQueryClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
8
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@
|
|
8
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
apiVersion: string;
|
|
10
10
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
11
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
|
-
streamCollector: import("@
|
|
13
|
-
base64Decoder: import("@
|
|
14
|
-
base64Encoder: import("@
|
|
15
|
-
utf8Decoder: import("@
|
|
16
|
-
utf8Encoder: import("@
|
|
12
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
14
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
15
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
16
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean
|
|
20
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean
|
|
19
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
20
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
21
21
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
22
|
-
credentialDefaultProvider: (input: any) => import("@
|
|
22
|
+
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
23
23
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
24
|
-
endpointDiscoveryEnabledProvider: import("@
|
|
25
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number
|
|
26
|
-
retryMode: string | import("@
|
|
24
|
+
endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<boolean | undefined>;
|
|
25
|
+
maxAttempts: (number | import("@smithy/types").Provider<number>) & (number | import("@aws-sdk/types").Provider<number>);
|
|
26
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@
|
|
29
|
-
endpoint?: string | import("@aws-sdk/types").
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
|
+
endpoint?: string | import("@aws-sdk/types").EndpointV2 | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@smithy/types").Provider<import("@smithy/types").Endpoint>) | (import("@aws-sdk/types").Endpoint & import("@smithy/types").Endpoint) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>) | undefined;
|
|
30
30
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
31
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
32
|
}) => import("@aws-sdk/types").EndpointV2;
|
|
@@ -4,8 +4,8 @@ import { TimestreamQueryClientConfig } from "./TimestreamQueryClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) => {
|
|
6
6
|
apiVersion: string;
|
|
7
|
-
base64Decoder: import("@
|
|
8
|
-
base64Encoder: import("@
|
|
7
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
11
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
@@ -13,6 +13,6 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
|
|
|
13
13
|
logger: import("@aws-sdk/types").Logger;
|
|
14
14
|
serviceId: string;
|
|
15
15
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
16
|
-
utf8Decoder: import("@
|
|
17
|
-
utf8Encoder: import("@
|
|
16
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
17
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
18
18
|
};
|
|
@@ -26,7 +26,6 @@ import {
|
|
|
26
26
|
UserAgentInputConfig,
|
|
27
27
|
UserAgentResolvedConfig,
|
|
28
28
|
} from "@aws-sdk/middleware-user-agent";
|
|
29
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
30
29
|
import {
|
|
31
30
|
Client as __Client,
|
|
32
31
|
DefaultsMode as __DefaultsMode,
|
|
@@ -37,17 +36,20 @@ import {
|
|
|
37
36
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
38
37
|
ChecksumConstructor as __ChecksumConstructor,
|
|
39
38
|
Credentials as __Credentials,
|
|
40
|
-
Decoder as __Decoder,
|
|
41
|
-
Encoder as __Encoder,
|
|
42
39
|
HashConstructor as __HashConstructor,
|
|
43
40
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
44
41
|
Logger as __Logger,
|
|
45
|
-
Provider as __Provider,
|
|
46
42
|
Provider,
|
|
47
|
-
StreamCollector as __StreamCollector,
|
|
48
43
|
UrlParser as __UrlParser,
|
|
49
44
|
UserAgent as __UserAgent,
|
|
50
45
|
} from "@aws-sdk/types";
|
|
46
|
+
import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
|
|
47
|
+
import {
|
|
48
|
+
Decoder as __Decoder,
|
|
49
|
+
Encoder as __Encoder,
|
|
50
|
+
Provider as __Provider,
|
|
51
|
+
StreamCollector as __StreamCollector,
|
|
52
|
+
} from "@smithy/types";
|
|
51
53
|
import {
|
|
52
54
|
CancelQueryCommandInput,
|
|
53
55
|
CancelQueryCommandOutput,
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
|
-
Endpoint,
|
|
3
2
|
EndpointParameters as __EndpointParameters,
|
|
4
3
|
EndpointV2,
|
|
5
|
-
Provider,
|
|
6
4
|
} from "@aws-sdk/types";
|
|
5
|
+
import { Endpoint, Provider } from "@smithy/types";
|
|
7
6
|
export interface ClientInputEndpointParameters {
|
|
8
7
|
region?: string | Provider<string>;
|
|
9
8
|
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
HttpRequest as __HttpRequest,
|
|
3
3
|
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@
|
|
4
|
+
} from "@smithy/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
6
|
import {
|
|
7
7
|
CancelQueryCommandInput,
|
|
8
8
|
CancelQueryCommandOutput,
|
|
@@ -10,14 +10,15 @@ export declare const getRuntimeConfig: (
|
|
|
10
10
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: (
|
|
12
12
|
input: any
|
|
13
|
-
) => import("@
|
|
13
|
+
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
14
14
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
15
15
|
import("@aws-sdk/types").UserAgent
|
|
16
16
|
>;
|
|
17
|
-
endpointDiscoveryEnabledProvider: import("@
|
|
17
|
+
endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<
|
|
18
18
|
boolean | undefined
|
|
19
19
|
>;
|
|
20
|
-
maxAttempts: number | import("@
|
|
20
|
+
maxAttempts: (number | import("@smithy/types").Provider<number>) &
|
|
21
|
+
(number | import("@aws-sdk/types").Provider<number>);
|
|
21
22
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
22
23
|
requestHandler:
|
|
23
24
|
| (import("@aws-sdk/types").RequestHandler<
|
|
@@ -25,19 +26,21 @@ export declare const getRuntimeConfig: (
|
|
|
25
26
|
any,
|
|
26
27
|
import("@aws-sdk/types").HttpHandlerOptions
|
|
27
28
|
> &
|
|
28
|
-
import("@
|
|
29
|
+
import("@smithy/protocol-http").HttpHandler)
|
|
29
30
|
| RequestHandler;
|
|
30
|
-
retryMode: string | import("@
|
|
31
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
31
32
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
32
|
-
streamCollector: import("@
|
|
33
|
-
useDualstackEndpoint: boolean | import("@
|
|
34
|
-
|
|
33
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
34
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
35
|
+
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
36
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
37
|
+
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
35
38
|
apiVersion: string;
|
|
36
39
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
37
|
-
base64Decoder: import("@
|
|
38
|
-
base64Encoder: import("@
|
|
39
|
-
utf8Decoder: import("@
|
|
40
|
-
utf8Encoder: import("@
|
|
40
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
41
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
42
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
43
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
41
44
|
disableHostPrefix: boolean;
|
|
42
45
|
serviceId: string;
|
|
43
46
|
logger: import("@aws-sdk/types").Logger;
|
|
@@ -51,11 +54,11 @@ export declare const getRuntimeConfig: (
|
|
|
51
54
|
) &
|
|
52
55
|
(
|
|
53
56
|
| string
|
|
54
|
-
| import("@
|
|
55
|
-
| import("@
|
|
56
|
-
| import("@
|
|
57
|
+
| import("@smithy/types").Provider<string>
|
|
58
|
+
| import("@smithy/types").Endpoint
|
|
59
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
57
60
|
| import("@aws-sdk/types").EndpointV2
|
|
58
|
-
| import("@
|
|
61
|
+
| import("@smithy/types").Provider<
|
|
59
62
|
import("@aws-sdk/types").EndpointV2
|
|
60
63
|
>
|
|
61
64
|
))
|
|
@@ -10,7 +10,7 @@ export declare const getRuntimeConfig: (
|
|
|
10
10
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: (
|
|
12
12
|
input: any
|
|
13
|
-
) => import("@
|
|
13
|
+
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
14
14
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
15
15
|
import("@aws-sdk/types").UserAgent
|
|
16
16
|
>;
|
|
@@ -25,19 +25,19 @@ export declare const getRuntimeConfig: (
|
|
|
25
25
|
any,
|
|
26
26
|
import("@aws-sdk/types").HttpHandlerOptions
|
|
27
27
|
> &
|
|
28
|
-
import("@
|
|
28
|
+
import("@smithy/protocol-http").HttpHandler)
|
|
29
29
|
| RequestHandler;
|
|
30
|
-
retryMode: string | import("@
|
|
30
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
31
31
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
32
|
-
streamCollector: import("@
|
|
32
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
33
33
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
34
34
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
35
35
|
apiVersion: string;
|
|
36
36
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
37
|
-
base64Decoder: import("@
|
|
38
|
-
base64Encoder: import("@
|
|
39
|
-
utf8Decoder: import("@
|
|
40
|
-
utf8Encoder: import("@
|
|
37
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
38
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
39
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
40
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
41
41
|
disableHostPrefix: boolean;
|
|
42
42
|
serviceId: string;
|
|
43
43
|
logger: import("@aws-sdk/types").Logger;
|
|
@@ -51,11 +51,11 @@ export declare const getRuntimeConfig: (
|
|
|
51
51
|
) &
|
|
52
52
|
(
|
|
53
53
|
| string
|
|
54
|
-
| import("@
|
|
55
|
-
| import("@
|
|
56
|
-
| import("@
|
|
54
|
+
| import("@smithy/types").Provider<string>
|
|
55
|
+
| import("@smithy/types").Endpoint
|
|
56
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
57
57
|
| import("@aws-sdk/types").EndpointV2
|
|
58
|
-
| import("@
|
|
58
|
+
| import("@smithy/types").Provider<
|
|
59
59
|
import("@aws-sdk/types").EndpointV2
|
|
60
60
|
>
|
|
61
61
|
))
|
|
@@ -10,44 +10,49 @@ export declare const getRuntimeConfig: (
|
|
|
10
10
|
any,
|
|
11
11
|
import("@aws-sdk/types").HttpHandlerOptions
|
|
12
12
|
> &
|
|
13
|
-
import("@
|
|
13
|
+
import("@smithy/protocol-http").HttpHandler)
|
|
14
14
|
| import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
15
15
|
apiVersion: string;
|
|
16
16
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
18
|
-
streamCollector: import("@
|
|
19
|
-
base64Decoder: import("@
|
|
20
|
-
base64Encoder: import("@
|
|
21
|
-
utf8Decoder: import("@
|
|
22
|
-
utf8Encoder: import("@
|
|
18
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
19
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
20
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
21
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
22
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
23
23
|
disableHostPrefix: boolean;
|
|
24
24
|
serviceId: string;
|
|
25
|
-
useDualstackEndpoint: boolean | import("@
|
|
26
|
-
|
|
25
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
26
|
+
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
27
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
28
|
+
(boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
27
29
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
28
30
|
credentialDefaultProvider: (
|
|
29
31
|
input: any
|
|
30
|
-
) => import("@
|
|
32
|
+
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
31
33
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
32
34
|
import("@aws-sdk/types").UserAgent
|
|
33
35
|
>;
|
|
34
|
-
endpointDiscoveryEnabledProvider: import("@
|
|
36
|
+
endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<
|
|
35
37
|
boolean | undefined
|
|
36
38
|
>;
|
|
37
|
-
maxAttempts: number | import("@
|
|
38
|
-
|
|
39
|
+
maxAttempts: (number | import("@smithy/types").Provider<number>) &
|
|
40
|
+
(number | import("@aws-sdk/types").Provider<number>);
|
|
41
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
39
42
|
logger: import("@aws-sdk/types").Logger;
|
|
40
43
|
defaultsMode:
|
|
41
44
|
| import("@aws-sdk/smithy-client").DefaultsMode
|
|
42
|
-
| import("@
|
|
45
|
+
| import("@smithy/types").Provider<
|
|
43
46
|
import("@aws-sdk/smithy-client").DefaultsMode
|
|
44
47
|
>;
|
|
45
48
|
endpoint?:
|
|
46
49
|
| string
|
|
47
|
-
| import("@aws-sdk/types").Endpoint
|
|
48
|
-
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
49
50
|
| import("@aws-sdk/types").EndpointV2
|
|
50
|
-
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").
|
|
51
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
|
|
52
|
+
import("@smithy/types").Provider<import("@smithy/types").Endpoint>)
|
|
53
|
+
| (import("@aws-sdk/types").Endpoint & import("@smithy/types").Endpoint)
|
|
54
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
|
|
55
|
+
import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)
|
|
51
56
|
| undefined;
|
|
52
57
|
endpointProvider: (
|
|
53
58
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
@@ -3,8 +3,8 @@ export declare const getRuntimeConfig: (
|
|
|
3
3
|
config: TimestreamQueryClientConfig
|
|
4
4
|
) => {
|
|
5
5
|
apiVersion: string;
|
|
6
|
-
base64Decoder: import("@
|
|
7
|
-
base64Encoder: import("@
|
|
6
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
7
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
9
|
endpointProvider: (
|
|
10
10
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
@@ -15,6 +15,6 @@ export declare const getRuntimeConfig: (
|
|
|
15
15
|
logger: import("@aws-sdk/types").Logger;
|
|
16
16
|
serviceId: string;
|
|
17
17
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
18
|
-
utf8Decoder: import("@
|
|
19
|
-
utf8Encoder: import("@
|
|
18
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
19
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
20
20
|
};
|
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.335.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,9 +21,9 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.335.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.329.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.335.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.329.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.329.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.329.0",
|
|
@@ -37,10 +37,9 @@
|
|
|
37
37
|
"@aws-sdk/middleware-serde": "3.329.0",
|
|
38
38
|
"@aws-sdk/middleware-signing": "3.329.0",
|
|
39
39
|
"@aws-sdk/middleware-stack": "3.329.0",
|
|
40
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
+
"@aws-sdk/middleware-user-agent": "3.332.0",
|
|
41
41
|
"@aws-sdk/node-config-provider": "3.329.0",
|
|
42
42
|
"@aws-sdk/node-http-handler": "3.329.0",
|
|
43
|
-
"@aws-sdk/protocol-http": "3.329.0",
|
|
44
43
|
"@aws-sdk/smithy-client": "3.329.0",
|
|
45
44
|
"@aws-sdk/types": "3.329.0",
|
|
46
45
|
"@aws-sdk/url-parser": "3.329.0",
|
|
@@ -49,11 +48,13 @@
|
|
|
49
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
50
49
|
"@aws-sdk/util-defaults-mode-browser": "3.329.0",
|
|
51
50
|
"@aws-sdk/util-defaults-mode-node": "3.329.0",
|
|
52
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.332.0",
|
|
53
52
|
"@aws-sdk/util-retry": "3.329.0",
|
|
54
53
|
"@aws-sdk/util-user-agent-browser": "3.329.0",
|
|
55
54
|
"@aws-sdk/util-user-agent-node": "3.329.0",
|
|
56
55
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
56
|
+
"@smithy/protocol-http": "^1.0.1",
|
|
57
|
+
"@smithy/types": "^1.0.0",
|
|
57
58
|
"tslib": "^2.5.0",
|
|
58
59
|
"uuid": "^8.3.2"
|
|
59
60
|
},
|