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