@aws-sdk/client-timestream-query 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- 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/TimestreamQuery.d.ts +0 -13
- package/dist-types/ts3.4/TimestreamQueryClient.d.ts +0 -26
- package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateScheduledQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteScheduledQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeScheduledQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ExecuteScheduledQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListScheduledQueriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PrepareQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateScheduledQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/TimestreamQueryServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -196
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +27 -27
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-timestream-query
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-timestream-query
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-timestream-query
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
|
|
|
32
32
|
tls?: boolean | undefined;
|
|
33
33
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
34
34
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
35
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
35
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
36
36
|
signingEscapePath?: boolean | undefined;
|
|
37
37
|
systemClockOffset?: number | undefined;
|
|
38
38
|
signingRegion?: string | undefined;
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
|
|
|
32
32
|
tls?: boolean | undefined;
|
|
33
33
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
34
34
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
35
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
35
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
36
36
|
signingEscapePath?: boolean | undefined;
|
|
37
37
|
systemClockOffset?: number | undefined;
|
|
38
38
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -49,7 +49,6 @@ import {
|
|
|
49
49
|
UpdateScheduledQueryCommandOutput,
|
|
50
50
|
} from "./commands/UpdateScheduledQueryCommand";
|
|
51
51
|
import { TimestreamQueryClient } from "./TimestreamQueryClient";
|
|
52
|
-
|
|
53
52
|
export declare class TimestreamQuery extends TimestreamQueryClient {
|
|
54
53
|
cancelQuery(
|
|
55
54
|
args: CancelQueryCommandInput,
|
|
@@ -64,7 +63,6 @@ export declare class TimestreamQuery extends TimestreamQueryClient {
|
|
|
64
63
|
options: __HttpHandlerOptions,
|
|
65
64
|
cb: (err: any, data?: CancelQueryCommandOutput) => void
|
|
66
65
|
): void;
|
|
67
|
-
|
|
68
66
|
createScheduledQuery(
|
|
69
67
|
args: CreateScheduledQueryCommandInput,
|
|
70
68
|
options?: __HttpHandlerOptions
|
|
@@ -78,7 +76,6 @@ export declare class TimestreamQuery extends TimestreamQueryClient {
|
|
|
78
76
|
options: __HttpHandlerOptions,
|
|
79
77
|
cb: (err: any, data?: CreateScheduledQueryCommandOutput) => void
|
|
80
78
|
): void;
|
|
81
|
-
|
|
82
79
|
deleteScheduledQuery(
|
|
83
80
|
args: DeleteScheduledQueryCommandInput,
|
|
84
81
|
options?: __HttpHandlerOptions
|
|
@@ -92,7 +89,6 @@ export declare class TimestreamQuery extends TimestreamQueryClient {
|
|
|
92
89
|
options: __HttpHandlerOptions,
|
|
93
90
|
cb: (err: any, data?: DeleteScheduledQueryCommandOutput) => void
|
|
94
91
|
): void;
|
|
95
|
-
|
|
96
92
|
describeEndpoints(
|
|
97
93
|
args: DescribeEndpointsCommandInput,
|
|
98
94
|
options?: __HttpHandlerOptions
|
|
@@ -106,7 +102,6 @@ export declare class TimestreamQuery extends TimestreamQueryClient {
|
|
|
106
102
|
options: __HttpHandlerOptions,
|
|
107
103
|
cb: (err: any, data?: DescribeEndpointsCommandOutput) => void
|
|
108
104
|
): void;
|
|
109
|
-
|
|
110
105
|
describeScheduledQuery(
|
|
111
106
|
args: DescribeScheduledQueryCommandInput,
|
|
112
107
|
options?: __HttpHandlerOptions
|
|
@@ -120,7 +115,6 @@ export declare class TimestreamQuery extends TimestreamQueryClient {
|
|
|
120
115
|
options: __HttpHandlerOptions,
|
|
121
116
|
cb: (err: any, data?: DescribeScheduledQueryCommandOutput) => void
|
|
122
117
|
): void;
|
|
123
|
-
|
|
124
118
|
executeScheduledQuery(
|
|
125
119
|
args: ExecuteScheduledQueryCommandInput,
|
|
126
120
|
options?: __HttpHandlerOptions
|
|
@@ -134,7 +128,6 @@ export declare class TimestreamQuery extends TimestreamQueryClient {
|
|
|
134
128
|
options: __HttpHandlerOptions,
|
|
135
129
|
cb: (err: any, data?: ExecuteScheduledQueryCommandOutput) => void
|
|
136
130
|
): void;
|
|
137
|
-
|
|
138
131
|
listScheduledQueries(
|
|
139
132
|
args: ListScheduledQueriesCommandInput,
|
|
140
133
|
options?: __HttpHandlerOptions
|
|
@@ -148,7 +141,6 @@ export declare class TimestreamQuery extends TimestreamQueryClient {
|
|
|
148
141
|
options: __HttpHandlerOptions,
|
|
149
142
|
cb: (err: any, data?: ListScheduledQueriesCommandOutput) => void
|
|
150
143
|
): void;
|
|
151
|
-
|
|
152
144
|
listTagsForResource(
|
|
153
145
|
args: ListTagsForResourceCommandInput,
|
|
154
146
|
options?: __HttpHandlerOptions
|
|
@@ -162,7 +154,6 @@ export declare class TimestreamQuery extends TimestreamQueryClient {
|
|
|
162
154
|
options: __HttpHandlerOptions,
|
|
163
155
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
164
156
|
): void;
|
|
165
|
-
|
|
166
157
|
prepareQuery(
|
|
167
158
|
args: PrepareQueryCommandInput,
|
|
168
159
|
options?: __HttpHandlerOptions
|
|
@@ -176,7 +167,6 @@ export declare class TimestreamQuery extends TimestreamQueryClient {
|
|
|
176
167
|
options: __HttpHandlerOptions,
|
|
177
168
|
cb: (err: any, data?: PrepareQueryCommandOutput) => void
|
|
178
169
|
): void;
|
|
179
|
-
|
|
180
170
|
query(
|
|
181
171
|
args: QueryCommandInput,
|
|
182
172
|
options?: __HttpHandlerOptions
|
|
@@ -190,7 +180,6 @@ export declare class TimestreamQuery extends TimestreamQueryClient {
|
|
|
190
180
|
options: __HttpHandlerOptions,
|
|
191
181
|
cb: (err: any, data?: QueryCommandOutput) => void
|
|
192
182
|
): void;
|
|
193
|
-
|
|
194
183
|
tagResource(
|
|
195
184
|
args: TagResourceCommandInput,
|
|
196
185
|
options?: __HttpHandlerOptions
|
|
@@ -204,7 +193,6 @@ export declare class TimestreamQuery extends TimestreamQueryClient {
|
|
|
204
193
|
options: __HttpHandlerOptions,
|
|
205
194
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
206
195
|
): void;
|
|
207
|
-
|
|
208
196
|
untagResource(
|
|
209
197
|
args: UntagResourceCommandInput,
|
|
210
198
|
options?: __HttpHandlerOptions
|
|
@@ -218,7 +206,6 @@ export declare class TimestreamQuery extends TimestreamQueryClient {
|
|
|
218
206
|
options: __HttpHandlerOptions,
|
|
219
207
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
220
208
|
): void;
|
|
221
|
-
|
|
222
209
|
updateScheduledQuery(
|
|
223
210
|
args: UpdateScheduledQueryCommandInput,
|
|
224
211
|
options?: __HttpHandlerOptions
|
|
@@ -126,49 +126,27 @@ export declare type ServiceOutputTypes =
|
|
|
126
126
|
export interface ClientDefaults
|
|
127
127
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
128
128
|
requestHandler?: __HttpHandler;
|
|
129
|
-
|
|
130
129
|
sha256?: __HashConstructor;
|
|
131
|
-
|
|
132
130
|
urlParser?: __UrlParser;
|
|
133
|
-
|
|
134
131
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
135
|
-
|
|
136
132
|
streamCollector?: __StreamCollector;
|
|
137
|
-
|
|
138
133
|
base64Decoder?: __Decoder;
|
|
139
|
-
|
|
140
134
|
base64Encoder?: __Encoder;
|
|
141
|
-
|
|
142
135
|
utf8Decoder?: __Decoder;
|
|
143
|
-
|
|
144
136
|
utf8Encoder?: __Encoder;
|
|
145
|
-
|
|
146
137
|
runtime?: string;
|
|
147
|
-
|
|
148
138
|
disableHostPrefix?: boolean;
|
|
149
|
-
|
|
150
139
|
maxAttempts?: number | __Provider<number>;
|
|
151
|
-
|
|
152
140
|
retryMode?: string | __Provider<string>;
|
|
153
|
-
|
|
154
141
|
logger?: __Logger;
|
|
155
|
-
|
|
156
142
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
157
|
-
|
|
158
143
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
159
|
-
|
|
160
144
|
serviceId?: string;
|
|
161
|
-
|
|
162
145
|
region?: string | __Provider<string>;
|
|
163
|
-
|
|
164
146
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
165
|
-
|
|
166
147
|
regionInfoProvider?: RegionInfoProvider;
|
|
167
|
-
|
|
168
148
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
169
|
-
|
|
170
149
|
endpointDiscoveryEnabledProvider?: __Provider<boolean | undefined>;
|
|
171
|
-
|
|
172
150
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
173
151
|
}
|
|
174
152
|
declare type TimestreamQueryClientConfigType = Partial<
|
|
@@ -182,7 +160,6 @@ declare type TimestreamQueryClientConfigType = Partial<
|
|
|
182
160
|
AwsAuthInputConfig &
|
|
183
161
|
UserAgentInputConfig &
|
|
184
162
|
EndpointDiscoveryInputConfig;
|
|
185
|
-
|
|
186
163
|
export interface TimestreamQueryClientConfig
|
|
187
164
|
extends TimestreamQueryClientConfigType {}
|
|
188
165
|
declare type TimestreamQueryClientResolvedConfigType =
|
|
@@ -195,10 +172,8 @@ declare type TimestreamQueryClientResolvedConfigType =
|
|
|
195
172
|
AwsAuthResolvedConfig &
|
|
196
173
|
UserAgentResolvedConfig &
|
|
197
174
|
EndpointDiscoveryResolvedConfig;
|
|
198
|
-
|
|
199
175
|
export interface TimestreamQueryClientResolvedConfig
|
|
200
176
|
extends TimestreamQueryClientResolvedConfigType {}
|
|
201
|
-
|
|
202
177
|
export declare class TimestreamQueryClient extends __Client<
|
|
203
178
|
__HttpHandlerOptions,
|
|
204
179
|
ServiceInputTypes,
|
|
@@ -207,7 +182,6 @@ export declare class TimestreamQueryClient extends __Client<
|
|
|
207
182
|
> {
|
|
208
183
|
readonly config: TimestreamQueryClientResolvedConfig;
|
|
209
184
|
constructor(configuration: TimestreamQueryClientConfig);
|
|
210
|
-
|
|
211
185
|
destroy(): void;
|
|
212
186
|
}
|
|
213
187
|
export {};
|
|
@@ -15,7 +15,6 @@ export interface CancelQueryCommandInput extends CancelQueryRequest {}
|
|
|
15
15
|
export interface CancelQueryCommandOutput
|
|
16
16
|
extends CancelQueryResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CancelQueryCommand extends $Command<
|
|
20
19
|
CancelQueryCommandInput,
|
|
21
20
|
CancelQueryCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CancelQueryCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CancelQueryCommandInput;
|
|
25
24
|
constructor(input: CancelQueryCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: TimestreamQueryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateScheduledQueryCommandInput
|
|
|
19
19
|
export interface CreateScheduledQueryCommandOutput
|
|
20
20
|
extends CreateScheduledQueryResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateScheduledQueryCommand extends $Command<
|
|
24
23
|
CreateScheduledQueryCommandInput,
|
|
25
24
|
CreateScheduledQueryCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateScheduledQueryCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateScheduledQueryCommandInput;
|
|
29
28
|
constructor(input: CreateScheduledQueryCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TimestreamQueryClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
export interface DeleteScheduledQueryCommandInput
|
|
15
15
|
extends DeleteScheduledQueryRequest {}
|
|
16
16
|
export interface DeleteScheduledQueryCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteScheduledQueryCommand extends $Command<
|
|
19
18
|
DeleteScheduledQueryCommandInput,
|
|
20
19
|
DeleteScheduledQueryCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteScheduledQueryCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteScheduledQueryCommandInput;
|
|
24
23
|
constructor(input: DeleteScheduledQueryCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: TimestreamQueryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeEndpointsCommandInput
|
|
|
19
19
|
export interface DescribeEndpointsCommandOutput
|
|
20
20
|
extends DescribeEndpointsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeEndpointsCommand extends $Command<
|
|
24
23
|
DescribeEndpointsCommandInput,
|
|
25
24
|
DescribeEndpointsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeEndpointsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeEndpointsCommandInput;
|
|
29
28
|
constructor(input: DescribeEndpointsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TimestreamQueryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeScheduledQueryCommandInput
|
|
|
19
19
|
export interface DescribeScheduledQueryCommandOutput
|
|
20
20
|
extends DescribeScheduledQueryResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeScheduledQueryCommand extends $Command<
|
|
24
23
|
DescribeScheduledQueryCommandInput,
|
|
25
24
|
DescribeScheduledQueryCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeScheduledQueryCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeScheduledQueryCommandInput;
|
|
29
28
|
constructor(input: DescribeScheduledQueryCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TimestreamQueryClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
export interface ExecuteScheduledQueryCommandInput
|
|
15
15
|
extends ExecuteScheduledQueryRequest {}
|
|
16
16
|
export interface ExecuteScheduledQueryCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class ExecuteScheduledQueryCommand extends $Command<
|
|
19
18
|
ExecuteScheduledQueryCommandInput,
|
|
20
19
|
ExecuteScheduledQueryCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class ExecuteScheduledQueryCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: ExecuteScheduledQueryCommandInput;
|
|
24
23
|
constructor(input: ExecuteScheduledQueryCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: TimestreamQueryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListScheduledQueriesCommandInput
|
|
|
19
19
|
export interface ListScheduledQueriesCommandOutput
|
|
20
20
|
extends ListScheduledQueriesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListScheduledQueriesCommand extends $Command<
|
|
24
23
|
ListScheduledQueriesCommandInput,
|
|
25
24
|
ListScheduledQueriesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListScheduledQueriesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListScheduledQueriesCommandInput;
|
|
29
28
|
constructor(input: ListScheduledQueriesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TimestreamQueryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: TimestreamQueryClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface PrepareQueryCommandInput extends PrepareQueryRequest {}
|
|
|
15
15
|
export interface PrepareQueryCommandOutput
|
|
16
16
|
extends PrepareQueryResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class PrepareQueryCommand extends $Command<
|
|
20
19
|
PrepareQueryCommandInput,
|
|
21
20
|
PrepareQueryCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class PrepareQueryCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: PrepareQueryCommandInput;
|
|
25
24
|
constructor(input: PrepareQueryCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: TimestreamQueryClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../TimestreamQueryClient";
|
|
14
14
|
export interface QueryCommandInput extends QueryRequest {}
|
|
15
15
|
export interface QueryCommandOutput extends QueryResponse, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class QueryCommand extends $Command<
|
|
18
17
|
QueryCommandInput,
|
|
19
18
|
QueryCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class QueryCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: QueryCommandInput;
|
|
23
22
|
constructor(input: QueryCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: TimestreamQueryClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: TimestreamQueryClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: TimestreamQueryClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
export interface UpdateScheduledQueryCommandInput
|
|
15
15
|
extends UpdateScheduledQueryRequest {}
|
|
16
16
|
export interface UpdateScheduledQueryCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class UpdateScheduledQueryCommand extends $Command<
|
|
19
18
|
UpdateScheduledQueryCommandInput,
|
|
20
19
|
UpdateScheduledQueryCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class UpdateScheduledQueryCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: UpdateScheduledQueryCommandInput;
|
|
24
23
|
constructor(input: UpdateScheduledQueryCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: TimestreamQueryClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class TimestreamQueryServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { TimestreamQueryServiceException as __BaseException } from "./TimestreamQueryServiceException";
|
|
3
|
-
|
|
4
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
5
4
|
readonly name: "AccessDeniedException";
|
|
6
5
|
readonly $fault: "client";
|
|
7
6
|
Message?: string;
|
|
8
|
-
|
|
9
7
|
constructor(
|
|
10
8
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
11
9
|
);
|
|
@@ -16,42 +14,34 @@ export interface CancelQueryRequest {
|
|
|
16
14
|
export interface CancelQueryResponse {
|
|
17
15
|
CancellationMessage?: string;
|
|
18
16
|
}
|
|
19
|
-
|
|
20
17
|
export declare class InternalServerException extends __BaseException {
|
|
21
18
|
readonly name: "InternalServerException";
|
|
22
19
|
readonly $fault: "server";
|
|
23
20
|
Message?: string;
|
|
24
|
-
|
|
25
21
|
constructor(
|
|
26
22
|
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
27
23
|
);
|
|
28
24
|
}
|
|
29
|
-
|
|
30
25
|
export declare class InvalidEndpointException extends __BaseException {
|
|
31
26
|
readonly name: "InvalidEndpointException";
|
|
32
27
|
readonly $fault: "client";
|
|
33
28
|
Message?: string;
|
|
34
|
-
|
|
35
29
|
constructor(
|
|
36
30
|
opts: __ExceptionOptionType<InvalidEndpointException, __BaseException>
|
|
37
31
|
);
|
|
38
32
|
}
|
|
39
|
-
|
|
40
33
|
export declare class ThrottlingException extends __BaseException {
|
|
41
34
|
readonly name: "ThrottlingException";
|
|
42
35
|
readonly $fault: "client";
|
|
43
36
|
Message?: string;
|
|
44
|
-
|
|
45
37
|
constructor(
|
|
46
38
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
47
39
|
);
|
|
48
40
|
}
|
|
49
|
-
|
|
50
41
|
export declare class ValidationException extends __BaseException {
|
|
51
42
|
readonly name: "ValidationException";
|
|
52
43
|
readonly $fault: "client";
|
|
53
44
|
Message?: string;
|
|
54
|
-
|
|
55
45
|
constructor(
|
|
56
46
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
57
47
|
);
|
|
@@ -69,55 +59,42 @@ export declare enum ScalarType {
|
|
|
69
59
|
UNKNOWN = "UNKNOWN",
|
|
70
60
|
VARCHAR = "VARCHAR",
|
|
71
61
|
}
|
|
72
|
-
|
|
73
62
|
export declare class ConflictException extends __BaseException {
|
|
74
63
|
readonly name: "ConflictException";
|
|
75
64
|
readonly $fault: "client";
|
|
76
65
|
Message?: string;
|
|
77
|
-
|
|
78
66
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
79
67
|
}
|
|
80
68
|
export declare enum S3EncryptionOption {
|
|
81
69
|
SSE_KMS = "SSE_KMS",
|
|
82
70
|
SSE_S3 = "SSE_S3",
|
|
83
71
|
}
|
|
84
|
-
|
|
85
72
|
export interface S3Configuration {
|
|
86
73
|
BucketName: string | undefined;
|
|
87
|
-
|
|
88
74
|
ObjectKeyPrefix?: string;
|
|
89
|
-
|
|
90
75
|
EncryptionOption?: S3EncryptionOption | string;
|
|
91
76
|
}
|
|
92
|
-
|
|
93
77
|
export interface ErrorReportConfiguration {
|
|
94
78
|
S3Configuration: S3Configuration | undefined;
|
|
95
79
|
}
|
|
96
|
-
|
|
97
80
|
export interface SnsConfiguration {
|
|
98
81
|
TopicArn: string | undefined;
|
|
99
82
|
}
|
|
100
|
-
|
|
101
83
|
export interface NotificationConfiguration {
|
|
102
84
|
SnsConfiguration: SnsConfiguration | undefined;
|
|
103
85
|
}
|
|
104
|
-
|
|
105
86
|
export interface ScheduleConfiguration {
|
|
106
87
|
ScheduleExpression: string | undefined;
|
|
107
88
|
}
|
|
108
|
-
|
|
109
89
|
export interface Tag {
|
|
110
90
|
Key: string | undefined;
|
|
111
|
-
|
|
112
91
|
Value: string | undefined;
|
|
113
92
|
}
|
|
114
93
|
export declare enum DimensionValueType {
|
|
115
94
|
VARCHAR = "VARCHAR",
|
|
116
95
|
}
|
|
117
|
-
|
|
118
96
|
export interface DimensionMapping {
|
|
119
97
|
Name: string | undefined;
|
|
120
|
-
|
|
121
98
|
DimensionValueType: DimensionValueType | string | undefined;
|
|
122
99
|
}
|
|
123
100
|
export declare enum MeasureValueType {
|
|
@@ -134,82 +111,53 @@ export declare enum ScalarMeasureValueType {
|
|
|
134
111
|
TIMESTAMP = "TIMESTAMP",
|
|
135
112
|
VARCHAR = "VARCHAR",
|
|
136
113
|
}
|
|
137
|
-
|
|
138
114
|
export interface MultiMeasureAttributeMapping {
|
|
139
115
|
SourceColumn: string | undefined;
|
|
140
|
-
|
|
141
116
|
TargetMultiMeasureAttributeName?: string;
|
|
142
|
-
|
|
143
117
|
MeasureValueType: ScalarMeasureValueType | string | undefined;
|
|
144
118
|
}
|
|
145
|
-
|
|
146
119
|
export interface MixedMeasureMapping {
|
|
147
120
|
MeasureName?: string;
|
|
148
|
-
|
|
149
121
|
SourceColumn?: string;
|
|
150
|
-
|
|
151
122
|
TargetMeasureName?: string;
|
|
152
|
-
|
|
153
123
|
MeasureValueType: MeasureValueType | string | undefined;
|
|
154
|
-
|
|
155
124
|
MultiMeasureAttributeMappings?: MultiMeasureAttributeMapping[];
|
|
156
125
|
}
|
|
157
|
-
|
|
158
126
|
export interface MultiMeasureMappings {
|
|
159
127
|
TargetMultiMeasureName?: string;
|
|
160
|
-
|
|
161
128
|
MultiMeasureAttributeMappings: MultiMeasureAttributeMapping[] | undefined;
|
|
162
129
|
}
|
|
163
|
-
|
|
164
130
|
export interface TimestreamConfiguration {
|
|
165
131
|
DatabaseName: string | undefined;
|
|
166
|
-
|
|
167
132
|
TableName: string | undefined;
|
|
168
|
-
|
|
169
133
|
TimeColumn: string | undefined;
|
|
170
|
-
|
|
171
134
|
DimensionMappings: DimensionMapping[] | undefined;
|
|
172
|
-
|
|
173
135
|
MultiMeasureMappings?: MultiMeasureMappings;
|
|
174
|
-
|
|
175
136
|
MixedMeasureMappings?: MixedMeasureMapping[];
|
|
176
|
-
|
|
177
137
|
MeasureNameColumn?: string;
|
|
178
138
|
}
|
|
179
|
-
|
|
180
139
|
export interface TargetConfiguration {
|
|
181
140
|
TimestreamConfiguration: TimestreamConfiguration | undefined;
|
|
182
141
|
}
|
|
183
142
|
export interface CreateScheduledQueryRequest {
|
|
184
143
|
Name: string | undefined;
|
|
185
|
-
|
|
186
144
|
QueryString: string | undefined;
|
|
187
|
-
|
|
188
145
|
ScheduleConfiguration: ScheduleConfiguration | undefined;
|
|
189
|
-
|
|
190
146
|
NotificationConfiguration: NotificationConfiguration | undefined;
|
|
191
|
-
|
|
192
147
|
TargetConfiguration?: TargetConfiguration;
|
|
193
|
-
|
|
194
148
|
ClientToken?: string;
|
|
195
|
-
|
|
196
149
|
ScheduledQueryExecutionRoleArn: string | undefined;
|
|
197
|
-
|
|
198
150
|
Tags?: Tag[];
|
|
199
|
-
|
|
200
151
|
KmsKeyId?: string;
|
|
201
|
-
|
|
202
152
|
ErrorReportConfiguration: ErrorReportConfiguration | undefined;
|
|
203
153
|
}
|
|
204
154
|
export interface CreateScheduledQueryResponse {
|
|
205
155
|
Arn: string | undefined;
|
|
206
156
|
}
|
|
207
|
-
|
|
208
157
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
209
158
|
readonly name: "ServiceQuotaExceededException";
|
|
210
159
|
readonly $fault: "client";
|
|
211
160
|
Message?: string;
|
|
212
|
-
|
|
213
161
|
constructor(
|
|
214
162
|
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
215
163
|
);
|
|
@@ -217,23 +165,18 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
217
165
|
export interface DeleteScheduledQueryRequest {
|
|
218
166
|
ScheduledQueryArn: string | undefined;
|
|
219
167
|
}
|
|
220
|
-
|
|
221
168
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
222
169
|
readonly name: "ResourceNotFoundException";
|
|
223
170
|
readonly $fault: "client";
|
|
224
171
|
Message?: string;
|
|
225
|
-
|
|
226
172
|
ScheduledQueryArn?: string;
|
|
227
|
-
|
|
228
173
|
constructor(
|
|
229
174
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
230
175
|
);
|
|
231
176
|
}
|
|
232
177
|
export interface DescribeEndpointsRequest {}
|
|
233
|
-
|
|
234
178
|
export interface Endpoint {
|
|
235
179
|
Address: string | undefined;
|
|
236
|
-
|
|
237
180
|
CachePeriodInMinutes: number | undefined;
|
|
238
181
|
}
|
|
239
182
|
export interface DescribeEndpointsResponse {
|
|
@@ -242,26 +185,18 @@ export interface DescribeEndpointsResponse {
|
|
|
242
185
|
export interface DescribeScheduledQueryRequest {
|
|
243
186
|
ScheduledQueryArn: string | undefined;
|
|
244
187
|
}
|
|
245
|
-
|
|
246
188
|
export interface S3ReportLocation {
|
|
247
189
|
BucketName?: string;
|
|
248
|
-
|
|
249
190
|
ObjectKey?: string;
|
|
250
191
|
}
|
|
251
|
-
|
|
252
192
|
export interface ErrorReportLocation {
|
|
253
193
|
S3ReportLocation?: S3ReportLocation;
|
|
254
194
|
}
|
|
255
|
-
|
|
256
195
|
export interface ExecutionStats {
|
|
257
196
|
ExecutionTimeInMillis?: number;
|
|
258
|
-
|
|
259
197
|
DataWrites?: number;
|
|
260
|
-
|
|
261
198
|
BytesMetered?: number;
|
|
262
|
-
|
|
263
199
|
RecordsIngested?: number;
|
|
264
|
-
|
|
265
200
|
QueryResultRows?: number;
|
|
266
201
|
}
|
|
267
202
|
export declare enum ScheduledQueryRunStatus {
|
|
@@ -270,54 +205,33 @@ export declare enum ScheduledQueryRunStatus {
|
|
|
270
205
|
MANUAL_TRIGGER_FAILURE = "MANUAL_TRIGGER_FAILURE",
|
|
271
206
|
MANUAL_TRIGGER_SUCCESS = "MANUAL_TRIGGER_SUCCESS",
|
|
272
207
|
}
|
|
273
|
-
|
|
274
208
|
export interface ScheduledQueryRunSummary {
|
|
275
209
|
InvocationTime?: Date;
|
|
276
|
-
|
|
277
210
|
TriggerTime?: Date;
|
|
278
|
-
|
|
279
211
|
RunStatus?: ScheduledQueryRunStatus | string;
|
|
280
|
-
|
|
281
212
|
ExecutionStats?: ExecutionStats;
|
|
282
|
-
|
|
283
213
|
ErrorReportLocation?: ErrorReportLocation;
|
|
284
|
-
|
|
285
214
|
FailureReason?: string;
|
|
286
215
|
}
|
|
287
216
|
export declare enum ScheduledQueryState {
|
|
288
217
|
DISABLED = "DISABLED",
|
|
289
218
|
ENABLED = "ENABLED",
|
|
290
219
|
}
|
|
291
|
-
|
|
292
220
|
export interface ScheduledQueryDescription {
|
|
293
221
|
Arn: string | undefined;
|
|
294
|
-
|
|
295
222
|
Name: string | undefined;
|
|
296
|
-
|
|
297
223
|
QueryString: string | undefined;
|
|
298
|
-
|
|
299
224
|
CreationTime?: Date;
|
|
300
|
-
|
|
301
225
|
State: ScheduledQueryState | string | undefined;
|
|
302
|
-
|
|
303
226
|
PreviousInvocationTime?: Date;
|
|
304
|
-
|
|
305
227
|
NextInvocationTime?: Date;
|
|
306
|
-
|
|
307
228
|
ScheduleConfiguration: ScheduleConfiguration | undefined;
|
|
308
|
-
|
|
309
229
|
NotificationConfiguration: NotificationConfiguration | undefined;
|
|
310
|
-
|
|
311
230
|
TargetConfiguration?: TargetConfiguration;
|
|
312
|
-
|
|
313
231
|
ScheduledQueryExecutionRoleArn?: string;
|
|
314
|
-
|
|
315
232
|
KmsKeyId?: string;
|
|
316
|
-
|
|
317
233
|
ErrorReportConfiguration?: ErrorReportConfiguration;
|
|
318
|
-
|
|
319
234
|
LastRunSummary?: ScheduledQueryRunSummary;
|
|
320
|
-
|
|
321
235
|
RecentlyFailedRuns?: ScheduledQueryRunSummary[];
|
|
322
236
|
}
|
|
323
237
|
export interface DescribeScheduledQueryResponse {
|
|
@@ -325,373 +239,263 @@ export interface DescribeScheduledQueryResponse {
|
|
|
325
239
|
}
|
|
326
240
|
export interface ExecuteScheduledQueryRequest {
|
|
327
241
|
ScheduledQueryArn: string | undefined;
|
|
328
|
-
|
|
329
242
|
InvocationTime: Date | undefined;
|
|
330
|
-
|
|
331
243
|
ClientToken?: string;
|
|
332
244
|
}
|
|
333
245
|
export interface ListScheduledQueriesRequest {
|
|
334
246
|
MaxResults?: number;
|
|
335
|
-
|
|
336
247
|
NextToken?: string;
|
|
337
248
|
}
|
|
338
|
-
|
|
339
249
|
export interface TimestreamDestination {
|
|
340
250
|
DatabaseName?: string;
|
|
341
|
-
|
|
342
251
|
TableName?: string;
|
|
343
252
|
}
|
|
344
|
-
|
|
345
253
|
export interface TargetDestination {
|
|
346
254
|
TimestreamDestination?: TimestreamDestination;
|
|
347
255
|
}
|
|
348
|
-
|
|
349
256
|
export interface ScheduledQuery {
|
|
350
257
|
Arn: string | undefined;
|
|
351
|
-
|
|
352
258
|
Name: string | undefined;
|
|
353
|
-
|
|
354
259
|
CreationTime?: Date;
|
|
355
|
-
|
|
356
260
|
State: ScheduledQueryState | string | undefined;
|
|
357
|
-
|
|
358
261
|
PreviousInvocationTime?: Date;
|
|
359
|
-
|
|
360
262
|
NextInvocationTime?: Date;
|
|
361
|
-
|
|
362
263
|
ErrorReportConfiguration?: ErrorReportConfiguration;
|
|
363
|
-
|
|
364
264
|
TargetDestination?: TargetDestination;
|
|
365
|
-
|
|
366
265
|
LastRunStatus?: ScheduledQueryRunStatus | string;
|
|
367
266
|
}
|
|
368
267
|
export interface ListScheduledQueriesResponse {
|
|
369
268
|
ScheduledQueries: ScheduledQuery[] | undefined;
|
|
370
|
-
|
|
371
269
|
NextToken?: string;
|
|
372
270
|
}
|
|
373
271
|
export interface ListTagsForResourceRequest {
|
|
374
272
|
ResourceARN: string | undefined;
|
|
375
|
-
|
|
376
273
|
MaxResults?: number;
|
|
377
|
-
|
|
378
274
|
NextToken?: string;
|
|
379
275
|
}
|
|
380
276
|
export interface ListTagsForResourceResponse {
|
|
381
277
|
Tags: Tag[] | undefined;
|
|
382
|
-
|
|
383
278
|
NextToken?: string;
|
|
384
279
|
}
|
|
385
280
|
export interface PrepareQueryRequest {
|
|
386
281
|
QueryString: string | undefined;
|
|
387
|
-
|
|
388
282
|
ValidateOnly?: boolean;
|
|
389
283
|
}
|
|
390
|
-
|
|
391
284
|
export declare class QueryExecutionException extends __BaseException {
|
|
392
285
|
readonly name: "QueryExecutionException";
|
|
393
286
|
readonly $fault: "client";
|
|
394
287
|
Message?: string;
|
|
395
|
-
|
|
396
288
|
constructor(
|
|
397
289
|
opts: __ExceptionOptionType<QueryExecutionException, __BaseException>
|
|
398
290
|
);
|
|
399
291
|
}
|
|
400
292
|
export interface QueryRequest {
|
|
401
293
|
QueryString: string | undefined;
|
|
402
|
-
|
|
403
294
|
ClientToken?: string;
|
|
404
|
-
|
|
405
295
|
NextToken?: string;
|
|
406
|
-
|
|
407
296
|
MaxRows?: number;
|
|
408
297
|
}
|
|
409
|
-
|
|
410
298
|
export interface QueryStatus {
|
|
411
299
|
ProgressPercentage?: number;
|
|
412
|
-
|
|
413
300
|
CumulativeBytesScanned?: number;
|
|
414
|
-
|
|
415
301
|
CumulativeBytesMetered?: number;
|
|
416
302
|
}
|
|
417
303
|
export interface TagResourceRequest {
|
|
418
304
|
ResourceARN: string | undefined;
|
|
419
|
-
|
|
420
305
|
Tags: Tag[] | undefined;
|
|
421
306
|
}
|
|
422
307
|
export interface TagResourceResponse {}
|
|
423
308
|
export interface UntagResourceRequest {
|
|
424
309
|
ResourceARN: string | undefined;
|
|
425
|
-
|
|
426
310
|
TagKeys: string[] | undefined;
|
|
427
311
|
}
|
|
428
312
|
export interface UntagResourceResponse {}
|
|
429
313
|
export interface UpdateScheduledQueryRequest {
|
|
430
314
|
ScheduledQueryArn: string | undefined;
|
|
431
|
-
|
|
432
315
|
State: ScheduledQueryState | string | undefined;
|
|
433
316
|
}
|
|
434
|
-
|
|
435
317
|
export interface ColumnInfo {
|
|
436
318
|
Name?: string;
|
|
437
|
-
|
|
438
319
|
Type: Type | undefined;
|
|
439
320
|
}
|
|
440
|
-
|
|
441
321
|
export interface Type {
|
|
442
322
|
ScalarType?: ScalarType | string;
|
|
443
|
-
|
|
444
323
|
ArrayColumnInfo?: ColumnInfo;
|
|
445
|
-
|
|
446
324
|
TimeSeriesMeasureValueColumnInfo?: ColumnInfo;
|
|
447
|
-
|
|
448
325
|
RowColumnInfo?: ColumnInfo[];
|
|
449
326
|
}
|
|
450
|
-
|
|
451
327
|
export interface Datum {
|
|
452
328
|
ScalarValue?: string;
|
|
453
|
-
|
|
454
329
|
TimeSeriesValue?: TimeSeriesDataPoint[];
|
|
455
|
-
|
|
456
330
|
ArrayValue?: Datum[];
|
|
457
|
-
|
|
458
331
|
RowValue?: Row;
|
|
459
|
-
|
|
460
332
|
NullValue?: boolean;
|
|
461
333
|
}
|
|
462
|
-
|
|
463
334
|
export interface ParameterMapping {
|
|
464
335
|
Name: string | undefined;
|
|
465
|
-
|
|
466
336
|
Type: Type | undefined;
|
|
467
337
|
}
|
|
468
|
-
|
|
469
338
|
export interface SelectColumn {
|
|
470
339
|
Name?: string;
|
|
471
|
-
|
|
472
340
|
Type?: Type;
|
|
473
|
-
|
|
474
341
|
DatabaseName?: string;
|
|
475
|
-
|
|
476
342
|
TableName?: string;
|
|
477
|
-
|
|
478
343
|
Aliased?: boolean;
|
|
479
344
|
}
|
|
480
|
-
|
|
481
345
|
export interface TimeSeriesDataPoint {
|
|
482
346
|
Time: string | undefined;
|
|
483
|
-
|
|
484
347
|
Value: Datum | undefined;
|
|
485
348
|
}
|
|
486
|
-
|
|
487
349
|
export interface Row {
|
|
488
350
|
Data: Datum[] | undefined;
|
|
489
351
|
}
|
|
490
352
|
export interface QueryResponse {
|
|
491
353
|
QueryId: string | undefined;
|
|
492
|
-
|
|
493
354
|
NextToken?: string;
|
|
494
|
-
|
|
495
355
|
Rows: Row[] | undefined;
|
|
496
|
-
|
|
497
356
|
ColumnInfo: ColumnInfo[] | undefined;
|
|
498
|
-
|
|
499
357
|
QueryStatus?: QueryStatus;
|
|
500
358
|
}
|
|
501
359
|
export interface PrepareQueryResponse {
|
|
502
360
|
QueryString: string | undefined;
|
|
503
|
-
|
|
504
361
|
Columns: SelectColumn[] | undefined;
|
|
505
|
-
|
|
506
362
|
Parameters: ParameterMapping[] | undefined;
|
|
507
363
|
}
|
|
508
|
-
|
|
509
364
|
export declare const CancelQueryRequestFilterSensitiveLog: (
|
|
510
365
|
obj: CancelQueryRequest
|
|
511
366
|
) => any;
|
|
512
|
-
|
|
513
367
|
export declare const CancelQueryResponseFilterSensitiveLog: (
|
|
514
368
|
obj: CancelQueryResponse
|
|
515
369
|
) => any;
|
|
516
|
-
|
|
517
370
|
export declare const S3ConfigurationFilterSensitiveLog: (
|
|
518
371
|
obj: S3Configuration
|
|
519
372
|
) => any;
|
|
520
|
-
|
|
521
373
|
export declare const ErrorReportConfigurationFilterSensitiveLog: (
|
|
522
374
|
obj: ErrorReportConfiguration
|
|
523
375
|
) => any;
|
|
524
|
-
|
|
525
376
|
export declare const SnsConfigurationFilterSensitiveLog: (
|
|
526
377
|
obj: SnsConfiguration
|
|
527
378
|
) => any;
|
|
528
|
-
|
|
529
379
|
export declare const NotificationConfigurationFilterSensitiveLog: (
|
|
530
380
|
obj: NotificationConfiguration
|
|
531
381
|
) => any;
|
|
532
|
-
|
|
533
382
|
export declare const ScheduleConfigurationFilterSensitiveLog: (
|
|
534
383
|
obj: ScheduleConfiguration
|
|
535
384
|
) => any;
|
|
536
|
-
|
|
537
385
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
538
|
-
|
|
539
386
|
export declare const DimensionMappingFilterSensitiveLog: (
|
|
540
387
|
obj: DimensionMapping
|
|
541
388
|
) => any;
|
|
542
|
-
|
|
543
389
|
export declare const MultiMeasureAttributeMappingFilterSensitiveLog: (
|
|
544
390
|
obj: MultiMeasureAttributeMapping
|
|
545
391
|
) => any;
|
|
546
|
-
|
|
547
392
|
export declare const MixedMeasureMappingFilterSensitiveLog: (
|
|
548
393
|
obj: MixedMeasureMapping
|
|
549
394
|
) => any;
|
|
550
|
-
|
|
551
395
|
export declare const MultiMeasureMappingsFilterSensitiveLog: (
|
|
552
396
|
obj: MultiMeasureMappings
|
|
553
397
|
) => any;
|
|
554
|
-
|
|
555
398
|
export declare const TimestreamConfigurationFilterSensitiveLog: (
|
|
556
399
|
obj: TimestreamConfiguration
|
|
557
400
|
) => any;
|
|
558
|
-
|
|
559
401
|
export declare const TargetConfigurationFilterSensitiveLog: (
|
|
560
402
|
obj: TargetConfiguration
|
|
561
403
|
) => any;
|
|
562
|
-
|
|
563
404
|
export declare const CreateScheduledQueryRequestFilterSensitiveLog: (
|
|
564
405
|
obj: CreateScheduledQueryRequest
|
|
565
406
|
) => any;
|
|
566
|
-
|
|
567
407
|
export declare const CreateScheduledQueryResponseFilterSensitiveLog: (
|
|
568
408
|
obj: CreateScheduledQueryResponse
|
|
569
409
|
) => any;
|
|
570
|
-
|
|
571
410
|
export declare const DeleteScheduledQueryRequestFilterSensitiveLog: (
|
|
572
411
|
obj: DeleteScheduledQueryRequest
|
|
573
412
|
) => any;
|
|
574
|
-
|
|
575
413
|
export declare const DescribeEndpointsRequestFilterSensitiveLog: (
|
|
576
414
|
obj: DescribeEndpointsRequest
|
|
577
415
|
) => any;
|
|
578
|
-
|
|
579
416
|
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
580
|
-
|
|
581
417
|
export declare const DescribeEndpointsResponseFilterSensitiveLog: (
|
|
582
418
|
obj: DescribeEndpointsResponse
|
|
583
419
|
) => any;
|
|
584
|
-
|
|
585
420
|
export declare const DescribeScheduledQueryRequestFilterSensitiveLog: (
|
|
586
421
|
obj: DescribeScheduledQueryRequest
|
|
587
422
|
) => any;
|
|
588
|
-
|
|
589
423
|
export declare const S3ReportLocationFilterSensitiveLog: (
|
|
590
424
|
obj: S3ReportLocation
|
|
591
425
|
) => any;
|
|
592
|
-
|
|
593
426
|
export declare const ErrorReportLocationFilterSensitiveLog: (
|
|
594
427
|
obj: ErrorReportLocation
|
|
595
428
|
) => any;
|
|
596
|
-
|
|
597
429
|
export declare const ExecutionStatsFilterSensitiveLog: (
|
|
598
430
|
obj: ExecutionStats
|
|
599
431
|
) => any;
|
|
600
|
-
|
|
601
432
|
export declare const ScheduledQueryRunSummaryFilterSensitiveLog: (
|
|
602
433
|
obj: ScheduledQueryRunSummary
|
|
603
434
|
) => any;
|
|
604
|
-
|
|
605
435
|
export declare const ScheduledQueryDescriptionFilterSensitiveLog: (
|
|
606
436
|
obj: ScheduledQueryDescription
|
|
607
437
|
) => any;
|
|
608
|
-
|
|
609
438
|
export declare const DescribeScheduledQueryResponseFilterSensitiveLog: (
|
|
610
439
|
obj: DescribeScheduledQueryResponse
|
|
611
440
|
) => any;
|
|
612
|
-
|
|
613
441
|
export declare const ExecuteScheduledQueryRequestFilterSensitiveLog: (
|
|
614
442
|
obj: ExecuteScheduledQueryRequest
|
|
615
443
|
) => any;
|
|
616
|
-
|
|
617
444
|
export declare const ListScheduledQueriesRequestFilterSensitiveLog: (
|
|
618
445
|
obj: ListScheduledQueriesRequest
|
|
619
446
|
) => any;
|
|
620
|
-
|
|
621
447
|
export declare const TimestreamDestinationFilterSensitiveLog: (
|
|
622
448
|
obj: TimestreamDestination
|
|
623
449
|
) => any;
|
|
624
|
-
|
|
625
450
|
export declare const TargetDestinationFilterSensitiveLog: (
|
|
626
451
|
obj: TargetDestination
|
|
627
452
|
) => any;
|
|
628
|
-
|
|
629
453
|
export declare const ScheduledQueryFilterSensitiveLog: (
|
|
630
454
|
obj: ScheduledQuery
|
|
631
455
|
) => any;
|
|
632
|
-
|
|
633
456
|
export declare const ListScheduledQueriesResponseFilterSensitiveLog: (
|
|
634
457
|
obj: ListScheduledQueriesResponse
|
|
635
458
|
) => any;
|
|
636
|
-
|
|
637
459
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
638
460
|
obj: ListTagsForResourceRequest
|
|
639
461
|
) => any;
|
|
640
|
-
|
|
641
462
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
642
463
|
obj: ListTagsForResourceResponse
|
|
643
464
|
) => any;
|
|
644
|
-
|
|
645
465
|
export declare const PrepareQueryRequestFilterSensitiveLog: (
|
|
646
466
|
obj: PrepareQueryRequest
|
|
647
467
|
) => any;
|
|
648
|
-
|
|
649
468
|
export declare const QueryRequestFilterSensitiveLog: (obj: QueryRequest) => any;
|
|
650
|
-
|
|
651
469
|
export declare const QueryStatusFilterSensitiveLog: (obj: QueryStatus) => any;
|
|
652
|
-
|
|
653
470
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
654
471
|
obj: TagResourceRequest
|
|
655
472
|
) => any;
|
|
656
|
-
|
|
657
473
|
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
658
474
|
obj: TagResourceResponse
|
|
659
475
|
) => any;
|
|
660
|
-
|
|
661
476
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
662
477
|
obj: UntagResourceRequest
|
|
663
478
|
) => any;
|
|
664
|
-
|
|
665
479
|
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
666
480
|
obj: UntagResourceResponse
|
|
667
481
|
) => any;
|
|
668
|
-
|
|
669
482
|
export declare const UpdateScheduledQueryRequestFilterSensitiveLog: (
|
|
670
483
|
obj: UpdateScheduledQueryRequest
|
|
671
484
|
) => any;
|
|
672
|
-
|
|
673
485
|
export declare const ColumnInfoFilterSensitiveLog: (obj: ColumnInfo) => any;
|
|
674
|
-
|
|
675
486
|
export declare const TypeFilterSensitiveLog: (obj: Type) => any;
|
|
676
|
-
|
|
677
487
|
export declare const DatumFilterSensitiveLog: (obj: Datum) => any;
|
|
678
|
-
|
|
679
488
|
export declare const ParameterMappingFilterSensitiveLog: (
|
|
680
489
|
obj: ParameterMapping
|
|
681
490
|
) => any;
|
|
682
|
-
|
|
683
491
|
export declare const SelectColumnFilterSensitiveLog: (obj: SelectColumn) => any;
|
|
684
|
-
|
|
685
492
|
export declare const TimeSeriesDataPointFilterSensitiveLog: (
|
|
686
493
|
obj: TimeSeriesDataPoint
|
|
687
494
|
) => any;
|
|
688
|
-
|
|
689
495
|
export declare const RowFilterSensitiveLog: (obj: Row) => any;
|
|
690
|
-
|
|
691
496
|
export declare const QueryResponseFilterSensitiveLog: (
|
|
692
497
|
obj: QueryResponse
|
|
693
498
|
) => any;
|
|
694
|
-
|
|
695
499
|
export declare const PrepareQueryResponseFilterSensitiveLog: (
|
|
696
500
|
obj: PrepareQueryResponse
|
|
697
501
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { TimestreamQueryClientConfig } from "./TimestreamQueryClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: TimestreamQueryClientConfig
|
|
6
5
|
) => {
|
|
@@ -56,7 +55,9 @@ export declare const getRuntimeConfig: (
|
|
|
56
55
|
| undefined;
|
|
57
56
|
signer?:
|
|
58
57
|
| import("@aws-sdk/types").RequestSigner
|
|
59
|
-
|
|
|
58
|
+
| ((
|
|
59
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
60
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
60
61
|
| undefined;
|
|
61
62
|
signingEscapePath?: boolean | undefined;
|
|
62
63
|
systemClockOffset?: number | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { TimestreamQueryClientConfig } from "./TimestreamQueryClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: TimestreamQueryClientConfig
|
|
6
5
|
) => {
|
|
@@ -56,7 +55,9 @@ export declare const getRuntimeConfig: (
|
|
|
56
55
|
| undefined;
|
|
57
56
|
signer?:
|
|
58
57
|
| import("@aws-sdk/types").RequestSigner
|
|
59
|
-
|
|
|
58
|
+
| ((
|
|
59
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
60
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
60
61
|
| undefined;
|
|
61
62
|
signingEscapePath?: boolean | undefined;
|
|
62
63
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { TimestreamQueryClientConfig } from "./TimestreamQueryClient";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (
|
|
4
3
|
config: TimestreamQueryClientConfig
|
|
5
4
|
) => {
|
|
@@ -57,7 +56,9 @@ export declare const getRuntimeConfig: (
|
|
|
57
56
|
| undefined;
|
|
58
57
|
signer?:
|
|
59
58
|
| import("@aws-sdk/types").RequestSigner
|
|
60
|
-
|
|
|
59
|
+
| ((
|
|
60
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
61
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
61
62
|
| undefined;
|
|
62
63
|
signingEscapePath?: boolean | undefined;
|
|
63
64
|
systemClockOffset?: number | undefined;
|
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.178.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",
|
|
@@ -19,36 +19,36 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-endpoint-discovery": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.178.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.178.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.178.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.178.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint-discovery": "3.178.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.178.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.178.0",
|
|
32
|
+
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.178.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.178.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.178.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.178.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.178.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.178.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.178.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.178.0",
|
|
42
|
+
"@aws-sdk/types": "3.178.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.178.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
51
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.178.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.178.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-browser": "3.178.0",
|
|
51
|
+
"@aws-sdk/util-user-agent-node": "3.178.0",
|
|
52
52
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
53
53
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
54
54
|
"tslib": "^2.3.1",
|