@aws-sdk/client-timestream-query 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +46 -47
- package/dist-cjs/models/TimestreamQueryServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +19 -23
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/TimestreamQuery.js +1 -1
- package/dist-es/TimestreamQueryClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CancelQueryCommand.js +2 -2
- package/dist-es/commands/CreateScheduledQueryCommand.js +2 -2
- package/dist-es/commands/DeleteScheduledQueryCommand.js +2 -2
- package/dist-es/commands/DescribeAccountSettingsCommand.js +2 -2
- package/dist-es/commands/DescribeEndpointsCommand.js +2 -2
- package/dist-es/commands/DescribeScheduledQueryCommand.js +2 -2
- package/dist-es/commands/ExecuteScheduledQueryCommand.js +2 -2
- package/dist-es/commands/ListScheduledQueriesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PrepareQueryCommand.js +2 -2
- package/dist-es/commands/QueryCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateScheduledQueryCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/TimestreamQueryServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/TimestreamQueryClient.d.ts +5 -5
- package/dist-types/commands/CancelQueryCommand.d.ts +6 -4
- package/dist-types/commands/CreateScheduledQueryCommand.d.ts +6 -4
- package/dist-types/commands/DeleteScheduledQueryCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeScheduledQueryCommand.d.ts +6 -4
- package/dist-types/commands/ExecuteScheduledQueryCommand.d.ts +6 -4
- package/dist-types/commands/ListScheduledQueriesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PrepareQueryCommand.d.ts +6 -4
- package/dist-types/commands/QueryCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateScheduledQueryCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/TimestreamQueryServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/TimestreamQueryClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateScheduledQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteScheduledQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeScheduledQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExecuteScheduledQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListScheduledQueriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PrepareQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateScheduledQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/TimestreamQueryServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +14 -35
|
@@ -5,14 +5,14 @@ import type { TimestreamQueryClientConfig } from "./TimestreamQueryClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<boolean | undefined>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<any>;
|
|
15
|
-
requestHandler: import("@smithy/
|
|
15
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { TimestreamQueryClientConfig } from "./TimestreamQueryClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
@@ -13,7 +13,7 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
|
|
|
13
13
|
endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<boolean | undefined>;
|
|
14
14
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
15
15
|
region: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
16
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
17
17
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
18
18
|
sha256: import("@smithy/types").HashConstructor;
|
|
19
19
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { TimestreamQueryClientConfig } from "./TimestreamQueryClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_0Protocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<boolean | undefined>;
|
|
37
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
38
38
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -10,25 +10,19 @@ import {
|
|
|
10
10
|
UserAgentInputConfig,
|
|
11
11
|
UserAgentResolvedConfig,
|
|
12
12
|
} from "@aws-sdk/middleware-user-agent";
|
|
13
|
-
import {
|
|
14
|
-
RegionInputConfig,
|
|
15
|
-
RegionResolvedConfig,
|
|
16
|
-
} from "@smithy/config-resolver";
|
|
17
|
-
import {
|
|
18
|
-
EndpointInputConfig,
|
|
19
|
-
EndpointResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-endpoint";
|
|
21
|
-
import {
|
|
22
|
-
RetryInputConfig,
|
|
23
|
-
RetryResolvedConfig,
|
|
24
|
-
} from "@smithy/middleware-retry";
|
|
25
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
26
13
|
import {
|
|
27
14
|
DefaultsMode as __DefaultsMode,
|
|
28
15
|
SmithyConfiguration as __SmithyConfiguration,
|
|
29
16
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
30
17
|
Client as __Client,
|
|
31
|
-
} from "@smithy/
|
|
18
|
+
} from "@smithy/core/client";
|
|
19
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
20
|
+
import {
|
|
21
|
+
EndpointInputConfig,
|
|
22
|
+
EndpointResolvedConfig,
|
|
23
|
+
} from "@smithy/core/endpoints";
|
|
24
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
25
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
32
26
|
import {
|
|
33
27
|
AwsCredentialIdentityProvider,
|
|
34
28
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CancelQueryRequest, CancelQueryResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface CancelQueryCommandOutput
|
|
|
15
15
|
declare const CancelQueryCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CancelQueryCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CancelQueryCommandInput,
|
|
20
20
|
CancelQueryCommandOutput,
|
|
21
21
|
TimestreamQueryClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CancelQueryCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CancelQueryCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CancelQueryCommandInput,
|
|
29
29
|
CancelQueryCommandOutput,
|
|
30
30
|
TimestreamQueryClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CancelQueryCommand extends CancelQueryCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateScheduledQueryRequest,
|
|
@@ -19,7 +19,7 @@ export interface CreateScheduledQueryCommandOutput
|
|
|
19
19
|
declare const CreateScheduledQueryCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateScheduledQueryCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateScheduledQueryCommandInput,
|
|
24
24
|
CreateScheduledQueryCommandOutput,
|
|
25
25
|
TimestreamQueryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateScheduledQueryCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateScheduledQueryCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateScheduledQueryCommandInput,
|
|
33
33
|
CreateScheduledQueryCommandOutput,
|
|
34
34
|
TimestreamQueryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateScheduledQueryCommand extends CreateScheduledQueryCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteScheduledQueryRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -14,7 +14,7 @@ export interface DeleteScheduledQueryCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DeleteScheduledQueryCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DeleteScheduledQueryCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DeleteScheduledQueryCommandInput,
|
|
19
19
|
DeleteScheduledQueryCommandOutput,
|
|
20
20
|
TimestreamQueryClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DeleteScheduledQueryCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DeleteScheduledQueryCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DeleteScheduledQueryCommandInput,
|
|
28
28
|
DeleteScheduledQueryCommandOutput,
|
|
29
29
|
TimestreamQueryClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class DeleteScheduledQueryCommand extends DeleteScheduledQueryCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeAccountSettingsRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeAccountSettingsCommandOutput
|
|
|
19
19
|
declare const DescribeAccountSettingsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeAccountSettingsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeAccountSettingsCommandInput,
|
|
24
24
|
DescribeAccountSettingsCommandOutput,
|
|
25
25
|
TimestreamQueryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeAccountSettingsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeAccountSettingsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeAccountSettingsCommandInput,
|
|
33
33
|
DescribeAccountSettingsCommandOutput,
|
|
34
34
|
TimestreamQueryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeAccountSettingsCommand extends DescribeAccountSettingsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeEndpointsRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeEndpointsCommandOutput
|
|
|
19
19
|
declare const DescribeEndpointsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeEndpointsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeEndpointsCommandInput,
|
|
24
24
|
DescribeEndpointsCommandOutput,
|
|
25
25
|
TimestreamQueryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeEndpointsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeEndpointsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeEndpointsCommandInput,
|
|
33
33
|
DescribeEndpointsCommandOutput,
|
|
34
34
|
TimestreamQueryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeScheduledQueryRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeScheduledQueryCommandOutput
|
|
|
19
19
|
declare const DescribeScheduledQueryCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeScheduledQueryCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeScheduledQueryCommandInput,
|
|
24
24
|
DescribeScheduledQueryCommandOutput,
|
|
25
25
|
TimestreamQueryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeScheduledQueryCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeScheduledQueryCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeScheduledQueryCommandInput,
|
|
33
33
|
DescribeScheduledQueryCommandOutput,
|
|
34
34
|
TimestreamQueryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeScheduledQueryCommand extends DescribeScheduledQueryCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ExecuteScheduledQueryRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -14,7 +14,7 @@ export interface ExecuteScheduledQueryCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const ExecuteScheduledQueryCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: ExecuteScheduledQueryCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
ExecuteScheduledQueryCommandInput,
|
|
19
19
|
ExecuteScheduledQueryCommandOutput,
|
|
20
20
|
TimestreamQueryClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const ExecuteScheduledQueryCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: ExecuteScheduledQueryCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
ExecuteScheduledQueryCommandInput,
|
|
28
28
|
ExecuteScheduledQueryCommandOutput,
|
|
29
29
|
TimestreamQueryClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class ExecuteScheduledQueryCommand extends ExecuteScheduledQueryCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListScheduledQueriesRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListScheduledQueriesCommandOutput
|
|
|
19
19
|
declare const ListScheduledQueriesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListScheduledQueriesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListScheduledQueriesCommandInput,
|
|
24
24
|
ListScheduledQueriesCommandOutput,
|
|
25
25
|
TimestreamQueryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListScheduledQueriesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListScheduledQueriesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListScheduledQueriesCommandInput,
|
|
33
33
|
ListScheduledQueriesCommandOutput,
|
|
34
34
|
TimestreamQueryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListScheduledQueriesCommand extends ListScheduledQueriesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListTagsForResourceRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
TimestreamQueryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
TimestreamQueryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { PrepareQueryRequest, PrepareQueryResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface PrepareQueryCommandOutput
|
|
|
15
15
|
declare const PrepareQueryCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: PrepareQueryCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PrepareQueryCommandInput,
|
|
20
20
|
PrepareQueryCommandOutput,
|
|
21
21
|
TimestreamQueryClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const PrepareQueryCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: PrepareQueryCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
PrepareQueryCommandInput,
|
|
29
29
|
PrepareQueryCommandOutput,
|
|
30
30
|
TimestreamQueryClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class PrepareQueryCommand extends PrepareQueryCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { QueryRequest, QueryResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -11,21 +11,23 @@ export { $Command };
|
|
|
11
11
|
export interface QueryCommandInput extends QueryRequest {}
|
|
12
12
|
export interface QueryCommandOutput extends QueryResponse, __MetadataBearer {}
|
|
13
13
|
declare const QueryCommand_base: {
|
|
14
|
-
new (input: QueryCommandInput): import("@smithy/
|
|
14
|
+
new (input: QueryCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
15
|
QueryCommandInput,
|
|
16
16
|
QueryCommandOutput,
|
|
17
17
|
TimestreamQueryClientResolvedConfig,
|
|
18
18
|
ServiceInputTypes,
|
|
19
19
|
ServiceOutputTypes
|
|
20
20
|
>;
|
|
21
|
-
new (input: QueryCommandInput): import("@smithy/
|
|
21
|
+
new (input: QueryCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
QueryCommandInput,
|
|
23
23
|
QueryCommandOutput,
|
|
24
24
|
TimestreamQueryClientResolvedConfig,
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
29
31
|
};
|
|
30
32
|
export declare class QueryCommand extends QueryCommand_base {
|
|
31
33
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
|
|
|
15
15
|
declare const TagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: TagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
21
21
|
TimestreamQueryClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: TagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
TagResourceCommandInput,
|
|
29
29
|
TagResourceCommandOutput,
|
|
30
30
|
TimestreamQueryClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UntagResourceRequest,
|
|
@@ -18,7 +18,7 @@ export interface UntagResourceCommandOutput
|
|
|
18
18
|
declare const UntagResourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UntagResourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UntagResourceCommandInput,
|
|
23
23
|
UntagResourceCommandOutput,
|
|
24
24
|
TimestreamQueryClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UntagResourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UntagResourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UntagResourceCommandInput,
|
|
32
32
|
UntagResourceCommandOutput,
|
|
33
33
|
TimestreamQueryClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateAccountSettingsRequest,
|
|
@@ -19,7 +19,7 @@ export interface UpdateAccountSettingsCommandOutput
|
|
|
19
19
|
declare const UpdateAccountSettingsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateAccountSettingsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateAccountSettingsCommandInput,
|
|
24
24
|
UpdateAccountSettingsCommandOutput,
|
|
25
25
|
TimestreamQueryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateAccountSettingsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [UpdateAccountSettingsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateAccountSettingsCommandInput,
|
|
33
33
|
UpdateAccountSettingsCommandOutput,
|
|
34
34
|
TimestreamQueryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateAccountSettingsCommand extends UpdateAccountSettingsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { UpdateScheduledQueryRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -14,7 +14,7 @@ export interface UpdateScheduledQueryCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const UpdateScheduledQueryCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: UpdateScheduledQueryCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
UpdateScheduledQueryCommandInput,
|
|
19
19
|
UpdateScheduledQueryCommandOutput,
|
|
20
20
|
TimestreamQueryClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const UpdateScheduledQueryCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: UpdateScheduledQueryCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
UpdateScheduledQueryCommandInput,
|
|
28
28
|
UpdateScheduledQueryCommandOutput,
|
|
29
29
|
TimestreamQueryClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class UpdateScheduledQueryCommand extends UpdateScheduledQueryCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface TimestreamQueryExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class TimestreamQueryServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { TimestreamQueryServiceException as __BaseException } from "./TimestreamQueryServiceException";
|
|
3
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
4
4
|
readonly name: "AccessDeniedException";
|