@aws-sdk/client-athena 3.169.0 → 3.171.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/Athena.d.ts +633 -190
- package/dist-types/ts3.4/AthenaClient.d.ts +326 -110
- package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +37 -37
- 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/AthenaServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +877 -1133
- package/dist-types/ts3.4/pagination/GetQueryResultsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListDataCatalogsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatabasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEngineVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNamedQueriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPreparedStatementsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQueryExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTableMetadataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +11 -11
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,1133 +1,877 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { AthenaServiceException as __BaseException } from "./AthenaServiceException";
|
|
3
|
-
export declare enum S3AclOption {
|
|
4
|
-
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export interface
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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
|
-
export
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
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
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
export interface
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
export interface
|
|
182
|
-
|
|
183
|
-
|
|
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
|
-
|
|
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
|
-
export interface
|
|
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
|
-
|
|
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
|
-
|
|
401
|
-
}
|
|
402
|
-
export interface
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
}
|
|
406
|
-
export interface
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
}
|
|
424
|
-
export interface
|
|
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
|
-
|
|
470
|
-
|
|
471
|
-
export interface
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
}
|
|
490
|
-
export interface
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
export interface
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
export interface
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
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
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
}
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
export
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
export declare
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
export
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
export
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
export
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
export
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
RemoteSources?: string[];
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
export interface QueryStage {
|
|
882
|
-
|
|
883
|
-
StageId?: number;
|
|
884
|
-
|
|
885
|
-
State?: string;
|
|
886
|
-
|
|
887
|
-
OutputBytes?: number;
|
|
888
|
-
|
|
889
|
-
OutputRows?: number;
|
|
890
|
-
|
|
891
|
-
InputBytes?: number;
|
|
892
|
-
|
|
893
|
-
InputRows?: number;
|
|
894
|
-
|
|
895
|
-
ExecutionTime?: number;
|
|
896
|
-
|
|
897
|
-
QueryStagePlan?: QueryStagePlanNode;
|
|
898
|
-
|
|
899
|
-
SubStages?: QueryStage[];
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
export interface QueryRuntimeStatistics {
|
|
903
|
-
|
|
904
|
-
Timeline?: QueryRuntimeStatisticsTimeline;
|
|
905
|
-
|
|
906
|
-
Rows?: QueryRuntimeStatisticsRows;
|
|
907
|
-
|
|
908
|
-
OutputStage?: QueryStage;
|
|
909
|
-
}
|
|
910
|
-
export interface GetQueryRuntimeStatisticsOutput {
|
|
911
|
-
|
|
912
|
-
QueryRuntimeStatistics?: QueryRuntimeStatistics;
|
|
913
|
-
}
|
|
914
|
-
|
|
915
|
-
export declare const AclConfigurationFilterSensitiveLog: (obj: AclConfiguration) => any;
|
|
916
|
-
|
|
917
|
-
export declare const BatchGetNamedQueryInputFilterSensitiveLog: (obj: BatchGetNamedQueryInput) => any;
|
|
918
|
-
|
|
919
|
-
export declare const NamedQueryFilterSensitiveLog: (obj: NamedQuery) => any;
|
|
920
|
-
|
|
921
|
-
export declare const UnprocessedNamedQueryIdFilterSensitiveLog: (obj: UnprocessedNamedQueryId) => any;
|
|
922
|
-
|
|
923
|
-
export declare const BatchGetNamedQueryOutputFilterSensitiveLog: (obj: BatchGetNamedQueryOutput) => any;
|
|
924
|
-
|
|
925
|
-
export declare const BatchGetPreparedStatementInputFilterSensitiveLog: (obj: BatchGetPreparedStatementInput) => any;
|
|
926
|
-
|
|
927
|
-
export declare const PreparedStatementFilterSensitiveLog: (obj: PreparedStatement) => any;
|
|
928
|
-
|
|
929
|
-
export declare const UnprocessedPreparedStatementNameFilterSensitiveLog: (obj: UnprocessedPreparedStatementName) => any;
|
|
930
|
-
|
|
931
|
-
export declare const BatchGetPreparedStatementOutputFilterSensitiveLog: (obj: BatchGetPreparedStatementOutput) => any;
|
|
932
|
-
|
|
933
|
-
export declare const BatchGetQueryExecutionInputFilterSensitiveLog: (obj: BatchGetQueryExecutionInput) => any;
|
|
934
|
-
|
|
935
|
-
export declare const EngineVersionFilterSensitiveLog: (obj: EngineVersion) => any;
|
|
936
|
-
|
|
937
|
-
export declare const QueryExecutionContextFilterSensitiveLog: (obj: QueryExecutionContext) => any;
|
|
938
|
-
|
|
939
|
-
export declare const EncryptionConfigurationFilterSensitiveLog: (obj: EncryptionConfiguration) => any;
|
|
940
|
-
|
|
941
|
-
export declare const ResultConfigurationFilterSensitiveLog: (obj: ResultConfiguration) => any;
|
|
942
|
-
|
|
943
|
-
export declare const QueryExecutionStatisticsFilterSensitiveLog: (obj: QueryExecutionStatistics) => any;
|
|
944
|
-
|
|
945
|
-
export declare const AthenaErrorFilterSensitiveLog: (obj: AthenaError) => any;
|
|
946
|
-
|
|
947
|
-
export declare const QueryExecutionStatusFilterSensitiveLog: (obj: QueryExecutionStatus) => any;
|
|
948
|
-
|
|
949
|
-
export declare const QueryExecutionFilterSensitiveLog: (obj: QueryExecution) => any;
|
|
950
|
-
|
|
951
|
-
export declare const UnprocessedQueryExecutionIdFilterSensitiveLog: (obj: UnprocessedQueryExecutionId) => any;
|
|
952
|
-
|
|
953
|
-
export declare const BatchGetQueryExecutionOutputFilterSensitiveLog: (obj: BatchGetQueryExecutionOutput) => any;
|
|
954
|
-
|
|
955
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
956
|
-
|
|
957
|
-
export declare const CreateDataCatalogInputFilterSensitiveLog: (obj: CreateDataCatalogInput) => any;
|
|
958
|
-
|
|
959
|
-
export declare const CreateDataCatalogOutputFilterSensitiveLog: (obj: CreateDataCatalogOutput) => any;
|
|
960
|
-
|
|
961
|
-
export declare const CreateNamedQueryInputFilterSensitiveLog: (obj: CreateNamedQueryInput) => any;
|
|
962
|
-
|
|
963
|
-
export declare const CreateNamedQueryOutputFilterSensitiveLog: (obj: CreateNamedQueryOutput) => any;
|
|
964
|
-
|
|
965
|
-
export declare const CreatePreparedStatementInputFilterSensitiveLog: (obj: CreatePreparedStatementInput) => any;
|
|
966
|
-
|
|
967
|
-
export declare const CreatePreparedStatementOutputFilterSensitiveLog: (obj: CreatePreparedStatementOutput) => any;
|
|
968
|
-
|
|
969
|
-
export declare const WorkGroupConfigurationFilterSensitiveLog: (obj: WorkGroupConfiguration) => any;
|
|
970
|
-
|
|
971
|
-
export declare const CreateWorkGroupInputFilterSensitiveLog: (obj: CreateWorkGroupInput) => any;
|
|
972
|
-
|
|
973
|
-
export declare const CreateWorkGroupOutputFilterSensitiveLog: (obj: CreateWorkGroupOutput) => any;
|
|
974
|
-
|
|
975
|
-
export declare const DeleteDataCatalogInputFilterSensitiveLog: (obj: DeleteDataCatalogInput) => any;
|
|
976
|
-
|
|
977
|
-
export declare const DeleteDataCatalogOutputFilterSensitiveLog: (obj: DeleteDataCatalogOutput) => any;
|
|
978
|
-
|
|
979
|
-
export declare const DeleteNamedQueryInputFilterSensitiveLog: (obj: DeleteNamedQueryInput) => any;
|
|
980
|
-
|
|
981
|
-
export declare const DeleteNamedQueryOutputFilterSensitiveLog: (obj: DeleteNamedQueryOutput) => any;
|
|
982
|
-
|
|
983
|
-
export declare const DeletePreparedStatementInputFilterSensitiveLog: (obj: DeletePreparedStatementInput) => any;
|
|
984
|
-
|
|
985
|
-
export declare const DeletePreparedStatementOutputFilterSensitiveLog: (obj: DeletePreparedStatementOutput) => any;
|
|
986
|
-
|
|
987
|
-
export declare const DeleteWorkGroupInputFilterSensitiveLog: (obj: DeleteWorkGroupInput) => any;
|
|
988
|
-
|
|
989
|
-
export declare const DeleteWorkGroupOutputFilterSensitiveLog: (obj: DeleteWorkGroupOutput) => any;
|
|
990
|
-
|
|
991
|
-
export declare const GetDatabaseInputFilterSensitiveLog: (obj: GetDatabaseInput) => any;
|
|
992
|
-
|
|
993
|
-
export declare const DatabaseFilterSensitiveLog: (obj: Database) => any;
|
|
994
|
-
|
|
995
|
-
export declare const GetDatabaseOutputFilterSensitiveLog: (obj: GetDatabaseOutput) => any;
|
|
996
|
-
|
|
997
|
-
export declare const GetDataCatalogInputFilterSensitiveLog: (obj: GetDataCatalogInput) => any;
|
|
998
|
-
|
|
999
|
-
export declare const DataCatalogFilterSensitiveLog: (obj: DataCatalog) => any;
|
|
1000
|
-
|
|
1001
|
-
export declare const GetDataCatalogOutputFilterSensitiveLog: (obj: GetDataCatalogOutput) => any;
|
|
1002
|
-
|
|
1003
|
-
export declare const GetNamedQueryInputFilterSensitiveLog: (obj: GetNamedQueryInput) => any;
|
|
1004
|
-
|
|
1005
|
-
export declare const GetNamedQueryOutputFilterSensitiveLog: (obj: GetNamedQueryOutput) => any;
|
|
1006
|
-
|
|
1007
|
-
export declare const GetPreparedStatementInputFilterSensitiveLog: (obj: GetPreparedStatementInput) => any;
|
|
1008
|
-
|
|
1009
|
-
export declare const GetPreparedStatementOutputFilterSensitiveLog: (obj: GetPreparedStatementOutput) => any;
|
|
1010
|
-
|
|
1011
|
-
export declare const GetQueryExecutionInputFilterSensitiveLog: (obj: GetQueryExecutionInput) => any;
|
|
1012
|
-
|
|
1013
|
-
export declare const GetQueryExecutionOutputFilterSensitiveLog: (obj: GetQueryExecutionOutput) => any;
|
|
1014
|
-
|
|
1015
|
-
export declare const GetQueryResultsInputFilterSensitiveLog: (obj: GetQueryResultsInput) => any;
|
|
1016
|
-
|
|
1017
|
-
export declare const ColumnInfoFilterSensitiveLog: (obj: ColumnInfo) => any;
|
|
1018
|
-
|
|
1019
|
-
export declare const ResultSetMetadataFilterSensitiveLog: (obj: ResultSetMetadata) => any;
|
|
1020
|
-
|
|
1021
|
-
export declare const DatumFilterSensitiveLog: (obj: Datum) => any;
|
|
1022
|
-
|
|
1023
|
-
export declare const RowFilterSensitiveLog: (obj: Row) => any;
|
|
1024
|
-
|
|
1025
|
-
export declare const ResultSetFilterSensitiveLog: (obj: ResultSet) => any;
|
|
1026
|
-
|
|
1027
|
-
export declare const GetQueryResultsOutputFilterSensitiveLog: (obj: GetQueryResultsOutput) => any;
|
|
1028
|
-
|
|
1029
|
-
export declare const GetQueryRuntimeStatisticsInputFilterSensitiveLog: (obj: GetQueryRuntimeStatisticsInput) => any;
|
|
1030
|
-
|
|
1031
|
-
export declare const QueryRuntimeStatisticsRowsFilterSensitiveLog: (obj: QueryRuntimeStatisticsRows) => any;
|
|
1032
|
-
|
|
1033
|
-
export declare const QueryRuntimeStatisticsTimelineFilterSensitiveLog: (obj: QueryRuntimeStatisticsTimeline) => any;
|
|
1034
|
-
|
|
1035
|
-
export declare const GetTableMetadataInputFilterSensitiveLog: (obj: GetTableMetadataInput) => any;
|
|
1036
|
-
|
|
1037
|
-
export declare const ColumnFilterSensitiveLog: (obj: Column) => any;
|
|
1038
|
-
|
|
1039
|
-
export declare const TableMetadataFilterSensitiveLog: (obj: TableMetadata) => any;
|
|
1040
|
-
|
|
1041
|
-
export declare const GetTableMetadataOutputFilterSensitiveLog: (obj: GetTableMetadataOutput) => any;
|
|
1042
|
-
|
|
1043
|
-
export declare const GetWorkGroupInputFilterSensitiveLog: (obj: GetWorkGroupInput) => any;
|
|
1044
|
-
|
|
1045
|
-
export declare const WorkGroupFilterSensitiveLog: (obj: WorkGroup) => any;
|
|
1046
|
-
|
|
1047
|
-
export declare const GetWorkGroupOutputFilterSensitiveLog: (obj: GetWorkGroupOutput) => any;
|
|
1048
|
-
|
|
1049
|
-
export declare const ListDatabasesInputFilterSensitiveLog: (obj: ListDatabasesInput) => any;
|
|
1050
|
-
|
|
1051
|
-
export declare const ListDatabasesOutputFilterSensitiveLog: (obj: ListDatabasesOutput) => any;
|
|
1052
|
-
|
|
1053
|
-
export declare const ListDataCatalogsInputFilterSensitiveLog: (obj: ListDataCatalogsInput) => any;
|
|
1054
|
-
|
|
1055
|
-
export declare const DataCatalogSummaryFilterSensitiveLog: (obj: DataCatalogSummary) => any;
|
|
1056
|
-
|
|
1057
|
-
export declare const ListDataCatalogsOutputFilterSensitiveLog: (obj: ListDataCatalogsOutput) => any;
|
|
1058
|
-
|
|
1059
|
-
export declare const ListEngineVersionsInputFilterSensitiveLog: (obj: ListEngineVersionsInput) => any;
|
|
1060
|
-
|
|
1061
|
-
export declare const ListEngineVersionsOutputFilterSensitiveLog: (obj: ListEngineVersionsOutput) => any;
|
|
1062
|
-
|
|
1063
|
-
export declare const ListNamedQueriesInputFilterSensitiveLog: (obj: ListNamedQueriesInput) => any;
|
|
1064
|
-
|
|
1065
|
-
export declare const ListNamedQueriesOutputFilterSensitiveLog: (obj: ListNamedQueriesOutput) => any;
|
|
1066
|
-
|
|
1067
|
-
export declare const ListPreparedStatementsInputFilterSensitiveLog: (obj: ListPreparedStatementsInput) => any;
|
|
1068
|
-
|
|
1069
|
-
export declare const PreparedStatementSummaryFilterSensitiveLog: (obj: PreparedStatementSummary) => any;
|
|
1070
|
-
|
|
1071
|
-
export declare const ListPreparedStatementsOutputFilterSensitiveLog: (obj: ListPreparedStatementsOutput) => any;
|
|
1072
|
-
|
|
1073
|
-
export declare const ListQueryExecutionsInputFilterSensitiveLog: (obj: ListQueryExecutionsInput) => any;
|
|
1074
|
-
|
|
1075
|
-
export declare const ListQueryExecutionsOutputFilterSensitiveLog: (obj: ListQueryExecutionsOutput) => any;
|
|
1076
|
-
|
|
1077
|
-
export declare const ListTableMetadataInputFilterSensitiveLog: (obj: ListTableMetadataInput) => any;
|
|
1078
|
-
|
|
1079
|
-
export declare const ListTableMetadataOutputFilterSensitiveLog: (obj: ListTableMetadataOutput) => any;
|
|
1080
|
-
|
|
1081
|
-
export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
|
|
1082
|
-
|
|
1083
|
-
export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
|
|
1084
|
-
|
|
1085
|
-
export declare const ListWorkGroupsInputFilterSensitiveLog: (obj: ListWorkGroupsInput) => any;
|
|
1086
|
-
|
|
1087
|
-
export declare const WorkGroupSummaryFilterSensitiveLog: (obj: WorkGroupSummary) => any;
|
|
1088
|
-
|
|
1089
|
-
export declare const ListWorkGroupsOutputFilterSensitiveLog: (obj: ListWorkGroupsOutput) => any;
|
|
1090
|
-
|
|
1091
|
-
export declare const StartQueryExecutionInputFilterSensitiveLog: (obj: StartQueryExecutionInput) => any;
|
|
1092
|
-
|
|
1093
|
-
export declare const StartQueryExecutionOutputFilterSensitiveLog: (obj: StartQueryExecutionOutput) => any;
|
|
1094
|
-
|
|
1095
|
-
export declare const StopQueryExecutionInputFilterSensitiveLog: (obj: StopQueryExecutionInput) => any;
|
|
1096
|
-
|
|
1097
|
-
export declare const StopQueryExecutionOutputFilterSensitiveLog: (obj: StopQueryExecutionOutput) => any;
|
|
1098
|
-
|
|
1099
|
-
export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
|
|
1100
|
-
|
|
1101
|
-
export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
|
|
1102
|
-
|
|
1103
|
-
export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
|
|
1104
|
-
|
|
1105
|
-
export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;
|
|
1106
|
-
|
|
1107
|
-
export declare const UpdateDataCatalogInputFilterSensitiveLog: (obj: UpdateDataCatalogInput) => any;
|
|
1108
|
-
|
|
1109
|
-
export declare const UpdateDataCatalogOutputFilterSensitiveLog: (obj: UpdateDataCatalogOutput) => any;
|
|
1110
|
-
|
|
1111
|
-
export declare const UpdateNamedQueryInputFilterSensitiveLog: (obj: UpdateNamedQueryInput) => any;
|
|
1112
|
-
|
|
1113
|
-
export declare const UpdateNamedQueryOutputFilterSensitiveLog: (obj: UpdateNamedQueryOutput) => any;
|
|
1114
|
-
|
|
1115
|
-
export declare const UpdatePreparedStatementInputFilterSensitiveLog: (obj: UpdatePreparedStatementInput) => any;
|
|
1116
|
-
|
|
1117
|
-
export declare const UpdatePreparedStatementOutputFilterSensitiveLog: (obj: UpdatePreparedStatementOutput) => any;
|
|
1118
|
-
|
|
1119
|
-
export declare const ResultConfigurationUpdatesFilterSensitiveLog: (obj: ResultConfigurationUpdates) => any;
|
|
1120
|
-
|
|
1121
|
-
export declare const WorkGroupConfigurationUpdatesFilterSensitiveLog: (obj: WorkGroupConfigurationUpdates) => any;
|
|
1122
|
-
|
|
1123
|
-
export declare const UpdateWorkGroupInputFilterSensitiveLog: (obj: UpdateWorkGroupInput) => any;
|
|
1124
|
-
|
|
1125
|
-
export declare const UpdateWorkGroupOutputFilterSensitiveLog: (obj: UpdateWorkGroupOutput) => any;
|
|
1126
|
-
|
|
1127
|
-
export declare const QueryStagePlanNodeFilterSensitiveLog: (obj: QueryStagePlanNode) => any;
|
|
1128
|
-
|
|
1129
|
-
export declare const QueryStageFilterSensitiveLog: (obj: QueryStage) => any;
|
|
1130
|
-
|
|
1131
|
-
export declare const QueryRuntimeStatisticsFilterSensitiveLog: (obj: QueryRuntimeStatistics) => any;
|
|
1132
|
-
|
|
1133
|
-
export declare const GetQueryRuntimeStatisticsOutputFilterSensitiveLog: (obj: GetQueryRuntimeStatisticsOutput) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { AthenaServiceException as __BaseException } from "./AthenaServiceException";
|
|
3
|
+
export declare enum S3AclOption {
|
|
4
|
+
BUCKET_OWNER_FULL_CONTROL = "BUCKET_OWNER_FULL_CONTROL",
|
|
5
|
+
}
|
|
6
|
+
export interface AclConfiguration {
|
|
7
|
+
S3AclOption: S3AclOption | string | undefined;
|
|
8
|
+
}
|
|
9
|
+
export interface BatchGetNamedQueryInput {
|
|
10
|
+
NamedQueryIds: string[] | undefined;
|
|
11
|
+
}
|
|
12
|
+
export interface NamedQuery {
|
|
13
|
+
Name: string | undefined;
|
|
14
|
+
Description?: string;
|
|
15
|
+
Database: string | undefined;
|
|
16
|
+
QueryString: string | undefined;
|
|
17
|
+
NamedQueryId?: string;
|
|
18
|
+
WorkGroup?: string;
|
|
19
|
+
}
|
|
20
|
+
export interface UnprocessedNamedQueryId {
|
|
21
|
+
NamedQueryId?: string;
|
|
22
|
+
ErrorCode?: string;
|
|
23
|
+
ErrorMessage?: string;
|
|
24
|
+
}
|
|
25
|
+
export interface BatchGetNamedQueryOutput {
|
|
26
|
+
NamedQueries?: NamedQuery[];
|
|
27
|
+
UnprocessedNamedQueryIds?: UnprocessedNamedQueryId[];
|
|
28
|
+
}
|
|
29
|
+
export declare class InternalServerException extends __BaseException {
|
|
30
|
+
readonly name: "InternalServerException";
|
|
31
|
+
readonly $fault: "server";
|
|
32
|
+
Message?: string;
|
|
33
|
+
constructor(
|
|
34
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
35
|
+
);
|
|
36
|
+
}
|
|
37
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
38
|
+
readonly name: "InvalidRequestException";
|
|
39
|
+
readonly $fault: "client";
|
|
40
|
+
AthenaErrorCode?: string;
|
|
41
|
+
Message?: string;
|
|
42
|
+
constructor(
|
|
43
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
44
|
+
);
|
|
45
|
+
}
|
|
46
|
+
export interface BatchGetPreparedStatementInput {
|
|
47
|
+
PreparedStatementNames: string[] | undefined;
|
|
48
|
+
WorkGroup: string | undefined;
|
|
49
|
+
}
|
|
50
|
+
export interface PreparedStatement {
|
|
51
|
+
StatementName?: string;
|
|
52
|
+
QueryStatement?: string;
|
|
53
|
+
WorkGroupName?: string;
|
|
54
|
+
Description?: string;
|
|
55
|
+
LastModifiedTime?: Date;
|
|
56
|
+
}
|
|
57
|
+
export interface UnprocessedPreparedStatementName {
|
|
58
|
+
StatementName?: string;
|
|
59
|
+
ErrorCode?: string;
|
|
60
|
+
ErrorMessage?: string;
|
|
61
|
+
}
|
|
62
|
+
export interface BatchGetPreparedStatementOutput {
|
|
63
|
+
PreparedStatements?: PreparedStatement[];
|
|
64
|
+
UnprocessedPreparedStatementNames?: UnprocessedPreparedStatementName[];
|
|
65
|
+
}
|
|
66
|
+
export interface BatchGetQueryExecutionInput {
|
|
67
|
+
QueryExecutionIds: string[] | undefined;
|
|
68
|
+
}
|
|
69
|
+
export interface EngineVersion {
|
|
70
|
+
SelectedEngineVersion?: string;
|
|
71
|
+
EffectiveEngineVersion?: string;
|
|
72
|
+
}
|
|
73
|
+
export interface QueryExecutionContext {
|
|
74
|
+
Database?: string;
|
|
75
|
+
Catalog?: string;
|
|
76
|
+
}
|
|
77
|
+
export declare enum EncryptionOption {
|
|
78
|
+
CSE_KMS = "CSE_KMS",
|
|
79
|
+
SSE_KMS = "SSE_KMS",
|
|
80
|
+
SSE_S3 = "SSE_S3",
|
|
81
|
+
}
|
|
82
|
+
export interface EncryptionConfiguration {
|
|
83
|
+
EncryptionOption: EncryptionOption | string | undefined;
|
|
84
|
+
KmsKey?: string;
|
|
85
|
+
}
|
|
86
|
+
export interface ResultConfiguration {
|
|
87
|
+
OutputLocation?: string;
|
|
88
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
89
|
+
ExpectedBucketOwner?: string;
|
|
90
|
+
AclConfiguration?: AclConfiguration;
|
|
91
|
+
}
|
|
92
|
+
export declare enum StatementType {
|
|
93
|
+
DDL = "DDL",
|
|
94
|
+
DML = "DML",
|
|
95
|
+
UTILITY = "UTILITY",
|
|
96
|
+
}
|
|
97
|
+
export interface QueryExecutionStatistics {
|
|
98
|
+
EngineExecutionTimeInMillis?: number;
|
|
99
|
+
DataScannedInBytes?: number;
|
|
100
|
+
DataManifestLocation?: string;
|
|
101
|
+
TotalExecutionTimeInMillis?: number;
|
|
102
|
+
QueryQueueTimeInMillis?: number;
|
|
103
|
+
QueryPlanningTimeInMillis?: number;
|
|
104
|
+
ServiceProcessingTimeInMillis?: number;
|
|
105
|
+
}
|
|
106
|
+
export interface AthenaError {
|
|
107
|
+
ErrorCategory?: number;
|
|
108
|
+
ErrorType?: number;
|
|
109
|
+
Retryable?: boolean;
|
|
110
|
+
ErrorMessage?: string;
|
|
111
|
+
}
|
|
112
|
+
export declare enum QueryExecutionState {
|
|
113
|
+
CANCELLED = "CANCELLED",
|
|
114
|
+
FAILED = "FAILED",
|
|
115
|
+
QUEUED = "QUEUED",
|
|
116
|
+
RUNNING = "RUNNING",
|
|
117
|
+
SUCCEEDED = "SUCCEEDED",
|
|
118
|
+
}
|
|
119
|
+
export interface QueryExecutionStatus {
|
|
120
|
+
State?: QueryExecutionState | string;
|
|
121
|
+
StateChangeReason?: string;
|
|
122
|
+
SubmissionDateTime?: Date;
|
|
123
|
+
CompletionDateTime?: Date;
|
|
124
|
+
AthenaError?: AthenaError;
|
|
125
|
+
}
|
|
126
|
+
export interface QueryExecution {
|
|
127
|
+
QueryExecutionId?: string;
|
|
128
|
+
Query?: string;
|
|
129
|
+
StatementType?: StatementType | string;
|
|
130
|
+
ResultConfiguration?: ResultConfiguration;
|
|
131
|
+
QueryExecutionContext?: QueryExecutionContext;
|
|
132
|
+
Status?: QueryExecutionStatus;
|
|
133
|
+
Statistics?: QueryExecutionStatistics;
|
|
134
|
+
WorkGroup?: string;
|
|
135
|
+
EngineVersion?: EngineVersion;
|
|
136
|
+
ExecutionParameters?: string[];
|
|
137
|
+
}
|
|
138
|
+
export interface UnprocessedQueryExecutionId {
|
|
139
|
+
QueryExecutionId?: string;
|
|
140
|
+
ErrorCode?: string;
|
|
141
|
+
ErrorMessage?: string;
|
|
142
|
+
}
|
|
143
|
+
export interface BatchGetQueryExecutionOutput {
|
|
144
|
+
QueryExecutions?: QueryExecution[];
|
|
145
|
+
UnprocessedQueryExecutionIds?: UnprocessedQueryExecutionId[];
|
|
146
|
+
}
|
|
147
|
+
export interface Tag {
|
|
148
|
+
Key?: string;
|
|
149
|
+
Value?: string;
|
|
150
|
+
}
|
|
151
|
+
export declare enum DataCatalogType {
|
|
152
|
+
GLUE = "GLUE",
|
|
153
|
+
HIVE = "HIVE",
|
|
154
|
+
LAMBDA = "LAMBDA",
|
|
155
|
+
}
|
|
156
|
+
export interface CreateDataCatalogInput {
|
|
157
|
+
Name: string | undefined;
|
|
158
|
+
Type: DataCatalogType | string | undefined;
|
|
159
|
+
Description?: string;
|
|
160
|
+
Parameters?: Record<string, string>;
|
|
161
|
+
Tags?: Tag[];
|
|
162
|
+
}
|
|
163
|
+
export interface CreateDataCatalogOutput {}
|
|
164
|
+
export interface CreateNamedQueryInput {
|
|
165
|
+
Name: string | undefined;
|
|
166
|
+
Description?: string;
|
|
167
|
+
Database: string | undefined;
|
|
168
|
+
QueryString: string | undefined;
|
|
169
|
+
ClientRequestToken?: string;
|
|
170
|
+
WorkGroup?: string;
|
|
171
|
+
}
|
|
172
|
+
export interface CreateNamedQueryOutput {
|
|
173
|
+
NamedQueryId?: string;
|
|
174
|
+
}
|
|
175
|
+
export interface CreatePreparedStatementInput {
|
|
176
|
+
StatementName: string | undefined;
|
|
177
|
+
WorkGroup: string | undefined;
|
|
178
|
+
QueryStatement: string | undefined;
|
|
179
|
+
Description?: string;
|
|
180
|
+
}
|
|
181
|
+
export interface CreatePreparedStatementOutput {}
|
|
182
|
+
export interface WorkGroupConfiguration {
|
|
183
|
+
ResultConfiguration?: ResultConfiguration;
|
|
184
|
+
EnforceWorkGroupConfiguration?: boolean;
|
|
185
|
+
PublishCloudWatchMetricsEnabled?: boolean;
|
|
186
|
+
BytesScannedCutoffPerQuery?: number;
|
|
187
|
+
RequesterPaysEnabled?: boolean;
|
|
188
|
+
EngineVersion?: EngineVersion;
|
|
189
|
+
}
|
|
190
|
+
export interface CreateWorkGroupInput {
|
|
191
|
+
Name: string | undefined;
|
|
192
|
+
Configuration?: WorkGroupConfiguration;
|
|
193
|
+
Description?: string;
|
|
194
|
+
Tags?: Tag[];
|
|
195
|
+
}
|
|
196
|
+
export interface CreateWorkGroupOutput {}
|
|
197
|
+
export interface DeleteDataCatalogInput {
|
|
198
|
+
Name: string | undefined;
|
|
199
|
+
}
|
|
200
|
+
export interface DeleteDataCatalogOutput {}
|
|
201
|
+
export interface DeleteNamedQueryInput {
|
|
202
|
+
NamedQueryId?: string;
|
|
203
|
+
}
|
|
204
|
+
export interface DeleteNamedQueryOutput {}
|
|
205
|
+
export interface DeletePreparedStatementInput {
|
|
206
|
+
StatementName: string | undefined;
|
|
207
|
+
WorkGroup: string | undefined;
|
|
208
|
+
}
|
|
209
|
+
export interface DeletePreparedStatementOutput {}
|
|
210
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
211
|
+
readonly name: "ResourceNotFoundException";
|
|
212
|
+
readonly $fault: "client";
|
|
213
|
+
Message?: string;
|
|
214
|
+
ResourceName?: string;
|
|
215
|
+
constructor(
|
|
216
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
217
|
+
);
|
|
218
|
+
}
|
|
219
|
+
export interface DeleteWorkGroupInput {
|
|
220
|
+
WorkGroup: string | undefined;
|
|
221
|
+
RecursiveDeleteOption?: boolean;
|
|
222
|
+
}
|
|
223
|
+
export interface DeleteWorkGroupOutput {}
|
|
224
|
+
export interface GetDatabaseInput {
|
|
225
|
+
CatalogName: string | undefined;
|
|
226
|
+
DatabaseName: string | undefined;
|
|
227
|
+
}
|
|
228
|
+
export interface Database {
|
|
229
|
+
Name: string | undefined;
|
|
230
|
+
Description?: string;
|
|
231
|
+
Parameters?: Record<string, string>;
|
|
232
|
+
}
|
|
233
|
+
export interface GetDatabaseOutput {
|
|
234
|
+
Database?: Database;
|
|
235
|
+
}
|
|
236
|
+
export declare class MetadataException extends __BaseException {
|
|
237
|
+
readonly name: "MetadataException";
|
|
238
|
+
readonly $fault: "client";
|
|
239
|
+
Message?: string;
|
|
240
|
+
constructor(opts: __ExceptionOptionType<MetadataException, __BaseException>);
|
|
241
|
+
}
|
|
242
|
+
export interface GetDataCatalogInput {
|
|
243
|
+
Name: string | undefined;
|
|
244
|
+
}
|
|
245
|
+
export interface DataCatalog {
|
|
246
|
+
Name: string | undefined;
|
|
247
|
+
Description?: string;
|
|
248
|
+
Type: DataCatalogType | string | undefined;
|
|
249
|
+
Parameters?: Record<string, string>;
|
|
250
|
+
}
|
|
251
|
+
export interface GetDataCatalogOutput {
|
|
252
|
+
DataCatalog?: DataCatalog;
|
|
253
|
+
}
|
|
254
|
+
export interface GetNamedQueryInput {
|
|
255
|
+
NamedQueryId: string | undefined;
|
|
256
|
+
}
|
|
257
|
+
export interface GetNamedQueryOutput {
|
|
258
|
+
NamedQuery?: NamedQuery;
|
|
259
|
+
}
|
|
260
|
+
export interface GetPreparedStatementInput {
|
|
261
|
+
StatementName: string | undefined;
|
|
262
|
+
WorkGroup: string | undefined;
|
|
263
|
+
}
|
|
264
|
+
export interface GetPreparedStatementOutput {
|
|
265
|
+
PreparedStatement?: PreparedStatement;
|
|
266
|
+
}
|
|
267
|
+
export interface GetQueryExecutionInput {
|
|
268
|
+
QueryExecutionId: string | undefined;
|
|
269
|
+
}
|
|
270
|
+
export interface GetQueryExecutionOutput {
|
|
271
|
+
QueryExecution?: QueryExecution;
|
|
272
|
+
}
|
|
273
|
+
export interface GetQueryResultsInput {
|
|
274
|
+
QueryExecutionId: string | undefined;
|
|
275
|
+
NextToken?: string;
|
|
276
|
+
MaxResults?: number;
|
|
277
|
+
}
|
|
278
|
+
export declare enum ColumnNullable {
|
|
279
|
+
NOT_NULL = "NOT_NULL",
|
|
280
|
+
NULLABLE = "NULLABLE",
|
|
281
|
+
UNKNOWN = "UNKNOWN",
|
|
282
|
+
}
|
|
283
|
+
export interface ColumnInfo {
|
|
284
|
+
CatalogName?: string;
|
|
285
|
+
SchemaName?: string;
|
|
286
|
+
TableName?: string;
|
|
287
|
+
Name: string | undefined;
|
|
288
|
+
Label?: string;
|
|
289
|
+
Type: string | undefined;
|
|
290
|
+
Precision?: number;
|
|
291
|
+
Scale?: number;
|
|
292
|
+
Nullable?: ColumnNullable | string;
|
|
293
|
+
CaseSensitive?: boolean;
|
|
294
|
+
}
|
|
295
|
+
export interface ResultSetMetadata {
|
|
296
|
+
ColumnInfo?: ColumnInfo[];
|
|
297
|
+
}
|
|
298
|
+
export interface Datum {
|
|
299
|
+
VarCharValue?: string;
|
|
300
|
+
}
|
|
301
|
+
export interface Row {
|
|
302
|
+
Data?: Datum[];
|
|
303
|
+
}
|
|
304
|
+
export interface ResultSet {
|
|
305
|
+
Rows?: Row[];
|
|
306
|
+
ResultSetMetadata?: ResultSetMetadata;
|
|
307
|
+
}
|
|
308
|
+
export interface GetQueryResultsOutput {
|
|
309
|
+
UpdateCount?: number;
|
|
310
|
+
ResultSet?: ResultSet;
|
|
311
|
+
NextToken?: string;
|
|
312
|
+
}
|
|
313
|
+
export interface GetQueryRuntimeStatisticsInput {
|
|
314
|
+
QueryExecutionId: string | undefined;
|
|
315
|
+
}
|
|
316
|
+
export interface QueryRuntimeStatisticsRows {
|
|
317
|
+
InputRows?: number;
|
|
318
|
+
InputBytes?: number;
|
|
319
|
+
OutputBytes?: number;
|
|
320
|
+
OutputRows?: number;
|
|
321
|
+
}
|
|
322
|
+
export interface QueryRuntimeStatisticsTimeline {
|
|
323
|
+
QueryQueueTimeInMillis?: number;
|
|
324
|
+
QueryPlanningTimeInMillis?: number;
|
|
325
|
+
EngineExecutionTimeInMillis?: number;
|
|
326
|
+
ServiceProcessingTimeInMillis?: number;
|
|
327
|
+
TotalExecutionTimeInMillis?: number;
|
|
328
|
+
}
|
|
329
|
+
export interface GetTableMetadataInput {
|
|
330
|
+
CatalogName: string | undefined;
|
|
331
|
+
DatabaseName: string | undefined;
|
|
332
|
+
TableName: string | undefined;
|
|
333
|
+
}
|
|
334
|
+
export interface Column {
|
|
335
|
+
Name: string | undefined;
|
|
336
|
+
Type?: string;
|
|
337
|
+
Comment?: string;
|
|
338
|
+
}
|
|
339
|
+
export interface TableMetadata {
|
|
340
|
+
Name: string | undefined;
|
|
341
|
+
CreateTime?: Date;
|
|
342
|
+
LastAccessTime?: Date;
|
|
343
|
+
TableType?: string;
|
|
344
|
+
Columns?: Column[];
|
|
345
|
+
PartitionKeys?: Column[];
|
|
346
|
+
Parameters?: Record<string, string>;
|
|
347
|
+
}
|
|
348
|
+
export interface GetTableMetadataOutput {
|
|
349
|
+
TableMetadata?: TableMetadata;
|
|
350
|
+
}
|
|
351
|
+
export interface GetWorkGroupInput {
|
|
352
|
+
WorkGroup: string | undefined;
|
|
353
|
+
}
|
|
354
|
+
export declare enum WorkGroupState {
|
|
355
|
+
DISABLED = "DISABLED",
|
|
356
|
+
ENABLED = "ENABLED",
|
|
357
|
+
}
|
|
358
|
+
export interface WorkGroup {
|
|
359
|
+
Name: string | undefined;
|
|
360
|
+
State?: WorkGroupState | string;
|
|
361
|
+
Configuration?: WorkGroupConfiguration;
|
|
362
|
+
Description?: string;
|
|
363
|
+
CreationTime?: Date;
|
|
364
|
+
}
|
|
365
|
+
export interface GetWorkGroupOutput {
|
|
366
|
+
WorkGroup?: WorkGroup;
|
|
367
|
+
}
|
|
368
|
+
export interface ListDatabasesInput {
|
|
369
|
+
CatalogName: string | undefined;
|
|
370
|
+
NextToken?: string;
|
|
371
|
+
MaxResults?: number;
|
|
372
|
+
}
|
|
373
|
+
export interface ListDatabasesOutput {
|
|
374
|
+
DatabaseList?: Database[];
|
|
375
|
+
NextToken?: string;
|
|
376
|
+
}
|
|
377
|
+
export interface ListDataCatalogsInput {
|
|
378
|
+
NextToken?: string;
|
|
379
|
+
MaxResults?: number;
|
|
380
|
+
}
|
|
381
|
+
export interface DataCatalogSummary {
|
|
382
|
+
CatalogName?: string;
|
|
383
|
+
Type?: DataCatalogType | string;
|
|
384
|
+
}
|
|
385
|
+
export interface ListDataCatalogsOutput {
|
|
386
|
+
DataCatalogsSummary?: DataCatalogSummary[];
|
|
387
|
+
NextToken?: string;
|
|
388
|
+
}
|
|
389
|
+
export interface ListEngineVersionsInput {
|
|
390
|
+
NextToken?: string;
|
|
391
|
+
MaxResults?: number;
|
|
392
|
+
}
|
|
393
|
+
export interface ListEngineVersionsOutput {
|
|
394
|
+
EngineVersions?: EngineVersion[];
|
|
395
|
+
NextToken?: string;
|
|
396
|
+
}
|
|
397
|
+
export interface ListNamedQueriesInput {
|
|
398
|
+
NextToken?: string;
|
|
399
|
+
MaxResults?: number;
|
|
400
|
+
WorkGroup?: string;
|
|
401
|
+
}
|
|
402
|
+
export interface ListNamedQueriesOutput {
|
|
403
|
+
NamedQueryIds?: string[];
|
|
404
|
+
NextToken?: string;
|
|
405
|
+
}
|
|
406
|
+
export interface ListPreparedStatementsInput {
|
|
407
|
+
WorkGroup: string | undefined;
|
|
408
|
+
NextToken?: string;
|
|
409
|
+
MaxResults?: number;
|
|
410
|
+
}
|
|
411
|
+
export interface PreparedStatementSummary {
|
|
412
|
+
StatementName?: string;
|
|
413
|
+
LastModifiedTime?: Date;
|
|
414
|
+
}
|
|
415
|
+
export interface ListPreparedStatementsOutput {
|
|
416
|
+
PreparedStatements?: PreparedStatementSummary[];
|
|
417
|
+
NextToken?: string;
|
|
418
|
+
}
|
|
419
|
+
export interface ListQueryExecutionsInput {
|
|
420
|
+
NextToken?: string;
|
|
421
|
+
MaxResults?: number;
|
|
422
|
+
WorkGroup?: string;
|
|
423
|
+
}
|
|
424
|
+
export interface ListQueryExecutionsOutput {
|
|
425
|
+
QueryExecutionIds?: string[];
|
|
426
|
+
NextToken?: string;
|
|
427
|
+
}
|
|
428
|
+
export interface ListTableMetadataInput {
|
|
429
|
+
CatalogName: string | undefined;
|
|
430
|
+
DatabaseName: string | undefined;
|
|
431
|
+
Expression?: string;
|
|
432
|
+
NextToken?: string;
|
|
433
|
+
MaxResults?: number;
|
|
434
|
+
}
|
|
435
|
+
export interface ListTableMetadataOutput {
|
|
436
|
+
TableMetadataList?: TableMetadata[];
|
|
437
|
+
NextToken?: string;
|
|
438
|
+
}
|
|
439
|
+
export interface ListTagsForResourceInput {
|
|
440
|
+
ResourceARN: string | undefined;
|
|
441
|
+
NextToken?: string;
|
|
442
|
+
MaxResults?: number;
|
|
443
|
+
}
|
|
444
|
+
export interface ListTagsForResourceOutput {
|
|
445
|
+
Tags?: Tag[];
|
|
446
|
+
NextToken?: string;
|
|
447
|
+
}
|
|
448
|
+
export interface ListWorkGroupsInput {
|
|
449
|
+
NextToken?: string;
|
|
450
|
+
MaxResults?: number;
|
|
451
|
+
}
|
|
452
|
+
export interface WorkGroupSummary {
|
|
453
|
+
Name?: string;
|
|
454
|
+
State?: WorkGroupState | string;
|
|
455
|
+
Description?: string;
|
|
456
|
+
CreationTime?: Date;
|
|
457
|
+
EngineVersion?: EngineVersion;
|
|
458
|
+
}
|
|
459
|
+
export interface ListWorkGroupsOutput {
|
|
460
|
+
WorkGroups?: WorkGroupSummary[];
|
|
461
|
+
NextToken?: string;
|
|
462
|
+
}
|
|
463
|
+
export interface StartQueryExecutionInput {
|
|
464
|
+
QueryString: string | undefined;
|
|
465
|
+
ClientRequestToken?: string;
|
|
466
|
+
QueryExecutionContext?: QueryExecutionContext;
|
|
467
|
+
ResultConfiguration?: ResultConfiguration;
|
|
468
|
+
WorkGroup?: string;
|
|
469
|
+
ExecutionParameters?: string[];
|
|
470
|
+
}
|
|
471
|
+
export interface StartQueryExecutionOutput {
|
|
472
|
+
QueryExecutionId?: string;
|
|
473
|
+
}
|
|
474
|
+
export declare enum ThrottleReason {
|
|
475
|
+
CONCURRENT_QUERY_LIMIT_EXCEEDED = "CONCURRENT_QUERY_LIMIT_EXCEEDED",
|
|
476
|
+
}
|
|
477
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
478
|
+
readonly name: "TooManyRequestsException";
|
|
479
|
+
readonly $fault: "client";
|
|
480
|
+
Message?: string;
|
|
481
|
+
Reason?: ThrottleReason | string;
|
|
482
|
+
constructor(
|
|
483
|
+
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
484
|
+
);
|
|
485
|
+
}
|
|
486
|
+
export interface StopQueryExecutionInput {
|
|
487
|
+
QueryExecutionId?: string;
|
|
488
|
+
}
|
|
489
|
+
export interface StopQueryExecutionOutput {}
|
|
490
|
+
export interface TagResourceInput {
|
|
491
|
+
ResourceARN: string | undefined;
|
|
492
|
+
Tags: Tag[] | undefined;
|
|
493
|
+
}
|
|
494
|
+
export interface TagResourceOutput {}
|
|
495
|
+
export interface UntagResourceInput {
|
|
496
|
+
ResourceARN: string | undefined;
|
|
497
|
+
TagKeys: string[] | undefined;
|
|
498
|
+
}
|
|
499
|
+
export interface UntagResourceOutput {}
|
|
500
|
+
export interface UpdateDataCatalogInput {
|
|
501
|
+
Name: string | undefined;
|
|
502
|
+
Type: DataCatalogType | string | undefined;
|
|
503
|
+
Description?: string;
|
|
504
|
+
Parameters?: Record<string, string>;
|
|
505
|
+
}
|
|
506
|
+
export interface UpdateDataCatalogOutput {}
|
|
507
|
+
export interface UpdateNamedQueryInput {
|
|
508
|
+
NamedQueryId: string | undefined;
|
|
509
|
+
Name: string | undefined;
|
|
510
|
+
Description?: string;
|
|
511
|
+
QueryString: string | undefined;
|
|
512
|
+
}
|
|
513
|
+
export interface UpdateNamedQueryOutput {}
|
|
514
|
+
export interface UpdatePreparedStatementInput {
|
|
515
|
+
StatementName: string | undefined;
|
|
516
|
+
WorkGroup: string | undefined;
|
|
517
|
+
QueryStatement: string | undefined;
|
|
518
|
+
Description?: string;
|
|
519
|
+
}
|
|
520
|
+
export interface UpdatePreparedStatementOutput {}
|
|
521
|
+
export interface ResultConfigurationUpdates {
|
|
522
|
+
OutputLocation?: string;
|
|
523
|
+
RemoveOutputLocation?: boolean;
|
|
524
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
525
|
+
RemoveEncryptionConfiguration?: boolean;
|
|
526
|
+
ExpectedBucketOwner?: string;
|
|
527
|
+
RemoveExpectedBucketOwner?: boolean;
|
|
528
|
+
AclConfiguration?: AclConfiguration;
|
|
529
|
+
RemoveAclConfiguration?: boolean;
|
|
530
|
+
}
|
|
531
|
+
export interface WorkGroupConfigurationUpdates {
|
|
532
|
+
EnforceWorkGroupConfiguration?: boolean;
|
|
533
|
+
ResultConfigurationUpdates?: ResultConfigurationUpdates;
|
|
534
|
+
PublishCloudWatchMetricsEnabled?: boolean;
|
|
535
|
+
BytesScannedCutoffPerQuery?: number;
|
|
536
|
+
RemoveBytesScannedCutoffPerQuery?: boolean;
|
|
537
|
+
RequesterPaysEnabled?: boolean;
|
|
538
|
+
EngineVersion?: EngineVersion;
|
|
539
|
+
}
|
|
540
|
+
export interface UpdateWorkGroupInput {
|
|
541
|
+
WorkGroup: string | undefined;
|
|
542
|
+
Description?: string;
|
|
543
|
+
ConfigurationUpdates?: WorkGroupConfigurationUpdates;
|
|
544
|
+
State?: WorkGroupState | string;
|
|
545
|
+
}
|
|
546
|
+
export interface UpdateWorkGroupOutput {}
|
|
547
|
+
export interface QueryStagePlanNode {
|
|
548
|
+
Name?: string;
|
|
549
|
+
Identifier?: string;
|
|
550
|
+
Children?: QueryStagePlanNode[];
|
|
551
|
+
RemoteSources?: string[];
|
|
552
|
+
}
|
|
553
|
+
export interface QueryStage {
|
|
554
|
+
StageId?: number;
|
|
555
|
+
State?: string;
|
|
556
|
+
OutputBytes?: number;
|
|
557
|
+
OutputRows?: number;
|
|
558
|
+
InputBytes?: number;
|
|
559
|
+
InputRows?: number;
|
|
560
|
+
ExecutionTime?: number;
|
|
561
|
+
QueryStagePlan?: QueryStagePlanNode;
|
|
562
|
+
SubStages?: QueryStage[];
|
|
563
|
+
}
|
|
564
|
+
export interface QueryRuntimeStatistics {
|
|
565
|
+
Timeline?: QueryRuntimeStatisticsTimeline;
|
|
566
|
+
Rows?: QueryRuntimeStatisticsRows;
|
|
567
|
+
OutputStage?: QueryStage;
|
|
568
|
+
}
|
|
569
|
+
export interface GetQueryRuntimeStatisticsOutput {
|
|
570
|
+
QueryRuntimeStatistics?: QueryRuntimeStatistics;
|
|
571
|
+
}
|
|
572
|
+
export declare const AclConfigurationFilterSensitiveLog: (
|
|
573
|
+
obj: AclConfiguration
|
|
574
|
+
) => any;
|
|
575
|
+
export declare const BatchGetNamedQueryInputFilterSensitiveLog: (
|
|
576
|
+
obj: BatchGetNamedQueryInput
|
|
577
|
+
) => any;
|
|
578
|
+
export declare const NamedQueryFilterSensitiveLog: (obj: NamedQuery) => any;
|
|
579
|
+
export declare const UnprocessedNamedQueryIdFilterSensitiveLog: (
|
|
580
|
+
obj: UnprocessedNamedQueryId
|
|
581
|
+
) => any;
|
|
582
|
+
export declare const BatchGetNamedQueryOutputFilterSensitiveLog: (
|
|
583
|
+
obj: BatchGetNamedQueryOutput
|
|
584
|
+
) => any;
|
|
585
|
+
export declare const BatchGetPreparedStatementInputFilterSensitiveLog: (
|
|
586
|
+
obj: BatchGetPreparedStatementInput
|
|
587
|
+
) => any;
|
|
588
|
+
export declare const PreparedStatementFilterSensitiveLog: (
|
|
589
|
+
obj: PreparedStatement
|
|
590
|
+
) => any;
|
|
591
|
+
export declare const UnprocessedPreparedStatementNameFilterSensitiveLog: (
|
|
592
|
+
obj: UnprocessedPreparedStatementName
|
|
593
|
+
) => any;
|
|
594
|
+
export declare const BatchGetPreparedStatementOutputFilterSensitiveLog: (
|
|
595
|
+
obj: BatchGetPreparedStatementOutput
|
|
596
|
+
) => any;
|
|
597
|
+
export declare const BatchGetQueryExecutionInputFilterSensitiveLog: (
|
|
598
|
+
obj: BatchGetQueryExecutionInput
|
|
599
|
+
) => any;
|
|
600
|
+
export declare const EngineVersionFilterSensitiveLog: (
|
|
601
|
+
obj: EngineVersion
|
|
602
|
+
) => any;
|
|
603
|
+
export declare const QueryExecutionContextFilterSensitiveLog: (
|
|
604
|
+
obj: QueryExecutionContext
|
|
605
|
+
) => any;
|
|
606
|
+
export declare const EncryptionConfigurationFilterSensitiveLog: (
|
|
607
|
+
obj: EncryptionConfiguration
|
|
608
|
+
) => any;
|
|
609
|
+
export declare const ResultConfigurationFilterSensitiveLog: (
|
|
610
|
+
obj: ResultConfiguration
|
|
611
|
+
) => any;
|
|
612
|
+
export declare const QueryExecutionStatisticsFilterSensitiveLog: (
|
|
613
|
+
obj: QueryExecutionStatistics
|
|
614
|
+
) => any;
|
|
615
|
+
export declare const AthenaErrorFilterSensitiveLog: (obj: AthenaError) => any;
|
|
616
|
+
export declare const QueryExecutionStatusFilterSensitiveLog: (
|
|
617
|
+
obj: QueryExecutionStatus
|
|
618
|
+
) => any;
|
|
619
|
+
export declare const QueryExecutionFilterSensitiveLog: (
|
|
620
|
+
obj: QueryExecution
|
|
621
|
+
) => any;
|
|
622
|
+
export declare const UnprocessedQueryExecutionIdFilterSensitiveLog: (
|
|
623
|
+
obj: UnprocessedQueryExecutionId
|
|
624
|
+
) => any;
|
|
625
|
+
export declare const BatchGetQueryExecutionOutputFilterSensitiveLog: (
|
|
626
|
+
obj: BatchGetQueryExecutionOutput
|
|
627
|
+
) => any;
|
|
628
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
629
|
+
export declare const CreateDataCatalogInputFilterSensitiveLog: (
|
|
630
|
+
obj: CreateDataCatalogInput
|
|
631
|
+
) => any;
|
|
632
|
+
export declare const CreateDataCatalogOutputFilterSensitiveLog: (
|
|
633
|
+
obj: CreateDataCatalogOutput
|
|
634
|
+
) => any;
|
|
635
|
+
export declare const CreateNamedQueryInputFilterSensitiveLog: (
|
|
636
|
+
obj: CreateNamedQueryInput
|
|
637
|
+
) => any;
|
|
638
|
+
export declare const CreateNamedQueryOutputFilterSensitiveLog: (
|
|
639
|
+
obj: CreateNamedQueryOutput
|
|
640
|
+
) => any;
|
|
641
|
+
export declare const CreatePreparedStatementInputFilterSensitiveLog: (
|
|
642
|
+
obj: CreatePreparedStatementInput
|
|
643
|
+
) => any;
|
|
644
|
+
export declare const CreatePreparedStatementOutputFilterSensitiveLog: (
|
|
645
|
+
obj: CreatePreparedStatementOutput
|
|
646
|
+
) => any;
|
|
647
|
+
export declare const WorkGroupConfigurationFilterSensitiveLog: (
|
|
648
|
+
obj: WorkGroupConfiguration
|
|
649
|
+
) => any;
|
|
650
|
+
export declare const CreateWorkGroupInputFilterSensitiveLog: (
|
|
651
|
+
obj: CreateWorkGroupInput
|
|
652
|
+
) => any;
|
|
653
|
+
export declare const CreateWorkGroupOutputFilterSensitiveLog: (
|
|
654
|
+
obj: CreateWorkGroupOutput
|
|
655
|
+
) => any;
|
|
656
|
+
export declare const DeleteDataCatalogInputFilterSensitiveLog: (
|
|
657
|
+
obj: DeleteDataCatalogInput
|
|
658
|
+
) => any;
|
|
659
|
+
export declare const DeleteDataCatalogOutputFilterSensitiveLog: (
|
|
660
|
+
obj: DeleteDataCatalogOutput
|
|
661
|
+
) => any;
|
|
662
|
+
export declare const DeleteNamedQueryInputFilterSensitiveLog: (
|
|
663
|
+
obj: DeleteNamedQueryInput
|
|
664
|
+
) => any;
|
|
665
|
+
export declare const DeleteNamedQueryOutputFilterSensitiveLog: (
|
|
666
|
+
obj: DeleteNamedQueryOutput
|
|
667
|
+
) => any;
|
|
668
|
+
export declare const DeletePreparedStatementInputFilterSensitiveLog: (
|
|
669
|
+
obj: DeletePreparedStatementInput
|
|
670
|
+
) => any;
|
|
671
|
+
export declare const DeletePreparedStatementOutputFilterSensitiveLog: (
|
|
672
|
+
obj: DeletePreparedStatementOutput
|
|
673
|
+
) => any;
|
|
674
|
+
export declare const DeleteWorkGroupInputFilterSensitiveLog: (
|
|
675
|
+
obj: DeleteWorkGroupInput
|
|
676
|
+
) => any;
|
|
677
|
+
export declare const DeleteWorkGroupOutputFilterSensitiveLog: (
|
|
678
|
+
obj: DeleteWorkGroupOutput
|
|
679
|
+
) => any;
|
|
680
|
+
export declare const GetDatabaseInputFilterSensitiveLog: (
|
|
681
|
+
obj: GetDatabaseInput
|
|
682
|
+
) => any;
|
|
683
|
+
export declare const DatabaseFilterSensitiveLog: (obj: Database) => any;
|
|
684
|
+
export declare const GetDatabaseOutputFilterSensitiveLog: (
|
|
685
|
+
obj: GetDatabaseOutput
|
|
686
|
+
) => any;
|
|
687
|
+
export declare const GetDataCatalogInputFilterSensitiveLog: (
|
|
688
|
+
obj: GetDataCatalogInput
|
|
689
|
+
) => any;
|
|
690
|
+
export declare const DataCatalogFilterSensitiveLog: (obj: DataCatalog) => any;
|
|
691
|
+
export declare const GetDataCatalogOutputFilterSensitiveLog: (
|
|
692
|
+
obj: GetDataCatalogOutput
|
|
693
|
+
) => any;
|
|
694
|
+
export declare const GetNamedQueryInputFilterSensitiveLog: (
|
|
695
|
+
obj: GetNamedQueryInput
|
|
696
|
+
) => any;
|
|
697
|
+
export declare const GetNamedQueryOutputFilterSensitiveLog: (
|
|
698
|
+
obj: GetNamedQueryOutput
|
|
699
|
+
) => any;
|
|
700
|
+
export declare const GetPreparedStatementInputFilterSensitiveLog: (
|
|
701
|
+
obj: GetPreparedStatementInput
|
|
702
|
+
) => any;
|
|
703
|
+
export declare const GetPreparedStatementOutputFilterSensitiveLog: (
|
|
704
|
+
obj: GetPreparedStatementOutput
|
|
705
|
+
) => any;
|
|
706
|
+
export declare const GetQueryExecutionInputFilterSensitiveLog: (
|
|
707
|
+
obj: GetQueryExecutionInput
|
|
708
|
+
) => any;
|
|
709
|
+
export declare const GetQueryExecutionOutputFilterSensitiveLog: (
|
|
710
|
+
obj: GetQueryExecutionOutput
|
|
711
|
+
) => any;
|
|
712
|
+
export declare const GetQueryResultsInputFilterSensitiveLog: (
|
|
713
|
+
obj: GetQueryResultsInput
|
|
714
|
+
) => any;
|
|
715
|
+
export declare const ColumnInfoFilterSensitiveLog: (obj: ColumnInfo) => any;
|
|
716
|
+
export declare const ResultSetMetadataFilterSensitiveLog: (
|
|
717
|
+
obj: ResultSetMetadata
|
|
718
|
+
) => any;
|
|
719
|
+
export declare const DatumFilterSensitiveLog: (obj: Datum) => any;
|
|
720
|
+
export declare const RowFilterSensitiveLog: (obj: Row) => any;
|
|
721
|
+
export declare const ResultSetFilterSensitiveLog: (obj: ResultSet) => any;
|
|
722
|
+
export declare const GetQueryResultsOutputFilterSensitiveLog: (
|
|
723
|
+
obj: GetQueryResultsOutput
|
|
724
|
+
) => any;
|
|
725
|
+
export declare const GetQueryRuntimeStatisticsInputFilterSensitiveLog: (
|
|
726
|
+
obj: GetQueryRuntimeStatisticsInput
|
|
727
|
+
) => any;
|
|
728
|
+
export declare const QueryRuntimeStatisticsRowsFilterSensitiveLog: (
|
|
729
|
+
obj: QueryRuntimeStatisticsRows
|
|
730
|
+
) => any;
|
|
731
|
+
export declare const QueryRuntimeStatisticsTimelineFilterSensitiveLog: (
|
|
732
|
+
obj: QueryRuntimeStatisticsTimeline
|
|
733
|
+
) => any;
|
|
734
|
+
export declare const GetTableMetadataInputFilterSensitiveLog: (
|
|
735
|
+
obj: GetTableMetadataInput
|
|
736
|
+
) => any;
|
|
737
|
+
export declare const ColumnFilterSensitiveLog: (obj: Column) => any;
|
|
738
|
+
export declare const TableMetadataFilterSensitiveLog: (
|
|
739
|
+
obj: TableMetadata
|
|
740
|
+
) => any;
|
|
741
|
+
export declare const GetTableMetadataOutputFilterSensitiveLog: (
|
|
742
|
+
obj: GetTableMetadataOutput
|
|
743
|
+
) => any;
|
|
744
|
+
export declare const GetWorkGroupInputFilterSensitiveLog: (
|
|
745
|
+
obj: GetWorkGroupInput
|
|
746
|
+
) => any;
|
|
747
|
+
export declare const WorkGroupFilterSensitiveLog: (obj: WorkGroup) => any;
|
|
748
|
+
export declare const GetWorkGroupOutputFilterSensitiveLog: (
|
|
749
|
+
obj: GetWorkGroupOutput
|
|
750
|
+
) => any;
|
|
751
|
+
export declare const ListDatabasesInputFilterSensitiveLog: (
|
|
752
|
+
obj: ListDatabasesInput
|
|
753
|
+
) => any;
|
|
754
|
+
export declare const ListDatabasesOutputFilterSensitiveLog: (
|
|
755
|
+
obj: ListDatabasesOutput
|
|
756
|
+
) => any;
|
|
757
|
+
export declare const ListDataCatalogsInputFilterSensitiveLog: (
|
|
758
|
+
obj: ListDataCatalogsInput
|
|
759
|
+
) => any;
|
|
760
|
+
export declare const DataCatalogSummaryFilterSensitiveLog: (
|
|
761
|
+
obj: DataCatalogSummary
|
|
762
|
+
) => any;
|
|
763
|
+
export declare const ListDataCatalogsOutputFilterSensitiveLog: (
|
|
764
|
+
obj: ListDataCatalogsOutput
|
|
765
|
+
) => any;
|
|
766
|
+
export declare const ListEngineVersionsInputFilterSensitiveLog: (
|
|
767
|
+
obj: ListEngineVersionsInput
|
|
768
|
+
) => any;
|
|
769
|
+
export declare const ListEngineVersionsOutputFilterSensitiveLog: (
|
|
770
|
+
obj: ListEngineVersionsOutput
|
|
771
|
+
) => any;
|
|
772
|
+
export declare const ListNamedQueriesInputFilterSensitiveLog: (
|
|
773
|
+
obj: ListNamedQueriesInput
|
|
774
|
+
) => any;
|
|
775
|
+
export declare const ListNamedQueriesOutputFilterSensitiveLog: (
|
|
776
|
+
obj: ListNamedQueriesOutput
|
|
777
|
+
) => any;
|
|
778
|
+
export declare const ListPreparedStatementsInputFilterSensitiveLog: (
|
|
779
|
+
obj: ListPreparedStatementsInput
|
|
780
|
+
) => any;
|
|
781
|
+
export declare const PreparedStatementSummaryFilterSensitiveLog: (
|
|
782
|
+
obj: PreparedStatementSummary
|
|
783
|
+
) => any;
|
|
784
|
+
export declare const ListPreparedStatementsOutputFilterSensitiveLog: (
|
|
785
|
+
obj: ListPreparedStatementsOutput
|
|
786
|
+
) => any;
|
|
787
|
+
export declare const ListQueryExecutionsInputFilterSensitiveLog: (
|
|
788
|
+
obj: ListQueryExecutionsInput
|
|
789
|
+
) => any;
|
|
790
|
+
export declare const ListQueryExecutionsOutputFilterSensitiveLog: (
|
|
791
|
+
obj: ListQueryExecutionsOutput
|
|
792
|
+
) => any;
|
|
793
|
+
export declare const ListTableMetadataInputFilterSensitiveLog: (
|
|
794
|
+
obj: ListTableMetadataInput
|
|
795
|
+
) => any;
|
|
796
|
+
export declare const ListTableMetadataOutputFilterSensitiveLog: (
|
|
797
|
+
obj: ListTableMetadataOutput
|
|
798
|
+
) => any;
|
|
799
|
+
export declare const ListTagsForResourceInputFilterSensitiveLog: (
|
|
800
|
+
obj: ListTagsForResourceInput
|
|
801
|
+
) => any;
|
|
802
|
+
export declare const ListTagsForResourceOutputFilterSensitiveLog: (
|
|
803
|
+
obj: ListTagsForResourceOutput
|
|
804
|
+
) => any;
|
|
805
|
+
export declare const ListWorkGroupsInputFilterSensitiveLog: (
|
|
806
|
+
obj: ListWorkGroupsInput
|
|
807
|
+
) => any;
|
|
808
|
+
export declare const WorkGroupSummaryFilterSensitiveLog: (
|
|
809
|
+
obj: WorkGroupSummary
|
|
810
|
+
) => any;
|
|
811
|
+
export declare const ListWorkGroupsOutputFilterSensitiveLog: (
|
|
812
|
+
obj: ListWorkGroupsOutput
|
|
813
|
+
) => any;
|
|
814
|
+
export declare const StartQueryExecutionInputFilterSensitiveLog: (
|
|
815
|
+
obj: StartQueryExecutionInput
|
|
816
|
+
) => any;
|
|
817
|
+
export declare const StartQueryExecutionOutputFilterSensitiveLog: (
|
|
818
|
+
obj: StartQueryExecutionOutput
|
|
819
|
+
) => any;
|
|
820
|
+
export declare const StopQueryExecutionInputFilterSensitiveLog: (
|
|
821
|
+
obj: StopQueryExecutionInput
|
|
822
|
+
) => any;
|
|
823
|
+
export declare const StopQueryExecutionOutputFilterSensitiveLog: (
|
|
824
|
+
obj: StopQueryExecutionOutput
|
|
825
|
+
) => any;
|
|
826
|
+
export declare const TagResourceInputFilterSensitiveLog: (
|
|
827
|
+
obj: TagResourceInput
|
|
828
|
+
) => any;
|
|
829
|
+
export declare const TagResourceOutputFilterSensitiveLog: (
|
|
830
|
+
obj: TagResourceOutput
|
|
831
|
+
) => any;
|
|
832
|
+
export declare const UntagResourceInputFilterSensitiveLog: (
|
|
833
|
+
obj: UntagResourceInput
|
|
834
|
+
) => any;
|
|
835
|
+
export declare const UntagResourceOutputFilterSensitiveLog: (
|
|
836
|
+
obj: UntagResourceOutput
|
|
837
|
+
) => any;
|
|
838
|
+
export declare const UpdateDataCatalogInputFilterSensitiveLog: (
|
|
839
|
+
obj: UpdateDataCatalogInput
|
|
840
|
+
) => any;
|
|
841
|
+
export declare const UpdateDataCatalogOutputFilterSensitiveLog: (
|
|
842
|
+
obj: UpdateDataCatalogOutput
|
|
843
|
+
) => any;
|
|
844
|
+
export declare const UpdateNamedQueryInputFilterSensitiveLog: (
|
|
845
|
+
obj: UpdateNamedQueryInput
|
|
846
|
+
) => any;
|
|
847
|
+
export declare const UpdateNamedQueryOutputFilterSensitiveLog: (
|
|
848
|
+
obj: UpdateNamedQueryOutput
|
|
849
|
+
) => any;
|
|
850
|
+
export declare const UpdatePreparedStatementInputFilterSensitiveLog: (
|
|
851
|
+
obj: UpdatePreparedStatementInput
|
|
852
|
+
) => any;
|
|
853
|
+
export declare const UpdatePreparedStatementOutputFilterSensitiveLog: (
|
|
854
|
+
obj: UpdatePreparedStatementOutput
|
|
855
|
+
) => any;
|
|
856
|
+
export declare const ResultConfigurationUpdatesFilterSensitiveLog: (
|
|
857
|
+
obj: ResultConfigurationUpdates
|
|
858
|
+
) => any;
|
|
859
|
+
export declare const WorkGroupConfigurationUpdatesFilterSensitiveLog: (
|
|
860
|
+
obj: WorkGroupConfigurationUpdates
|
|
861
|
+
) => any;
|
|
862
|
+
export declare const UpdateWorkGroupInputFilterSensitiveLog: (
|
|
863
|
+
obj: UpdateWorkGroupInput
|
|
864
|
+
) => any;
|
|
865
|
+
export declare const UpdateWorkGroupOutputFilterSensitiveLog: (
|
|
866
|
+
obj: UpdateWorkGroupOutput
|
|
867
|
+
) => any;
|
|
868
|
+
export declare const QueryStagePlanNodeFilterSensitiveLog: (
|
|
869
|
+
obj: QueryStagePlanNode
|
|
870
|
+
) => any;
|
|
871
|
+
export declare const QueryStageFilterSensitiveLog: (obj: QueryStage) => any;
|
|
872
|
+
export declare const QueryRuntimeStatisticsFilterSensitiveLog: (
|
|
873
|
+
obj: QueryRuntimeStatistics
|
|
874
|
+
) => any;
|
|
875
|
+
export declare const GetQueryRuntimeStatisticsOutputFilterSensitiveLog: (
|
|
876
|
+
obj: GetQueryRuntimeStatisticsOutput
|
|
877
|
+
) => any;
|