@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.
Files changed (64) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Athena.d.ts +633 -190
  3. package/dist-types/ts3.4/AthenaClient.d.ts +326 -110
  4. package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/index.d.ts +37 -37
  42. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  43. package/dist-types/ts3.4/index.d.ts +6 -6
  44. package/dist-types/ts3.4/models/AthenaServiceException.d.ts +7 -6
  45. package/dist-types/ts3.4/models/index.d.ts +1 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +877 -1133
  47. package/dist-types/ts3.4/pagination/GetQueryResultsPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  49. package/dist-types/ts3.4/pagination/ListDataCatalogsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListDatabasesPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListEngineVersionsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListNamedQueriesPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListPreparedStatementsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/ListQueryExecutionsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListTableMetadataPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListWorkGroupsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  59. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  64. 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
- BUCKET_OWNER_FULL_CONTROL = "BUCKET_OWNER_FULL_CONTROL"
5
- }
6
-
7
- export interface AclConfiguration {
8
-
9
- S3AclOption: S3AclOption | string | undefined;
10
- }
11
-
12
- export interface BatchGetNamedQueryInput {
13
-
14
- NamedQueryIds: string[] | undefined;
15
- }
16
-
17
- export interface NamedQuery {
18
-
19
- Name: string | undefined;
20
-
21
- Description?: string;
22
-
23
- Database: string | undefined;
24
-
25
- QueryString: string | undefined;
26
-
27
- NamedQueryId?: string;
28
-
29
- WorkGroup?: string;
30
- }
31
-
32
- export interface UnprocessedNamedQueryId {
33
-
34
- NamedQueryId?: string;
35
-
36
- ErrorCode?: string;
37
-
38
- ErrorMessage?: string;
39
- }
40
- export interface BatchGetNamedQueryOutput {
41
-
42
- NamedQueries?: NamedQuery[];
43
-
44
- UnprocessedNamedQueryIds?: UnprocessedNamedQueryId[];
45
- }
46
-
47
- export declare class InternalServerException extends __BaseException {
48
- readonly name: "InternalServerException";
49
- readonly $fault: "server";
50
- Message?: string;
51
-
52
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
53
- }
54
-
55
- export declare class InvalidRequestException extends __BaseException {
56
- readonly name: "InvalidRequestException";
57
- readonly $fault: "client";
58
-
59
- AthenaErrorCode?: string;
60
- Message?: string;
61
-
62
- constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
63
- }
64
- export interface BatchGetPreparedStatementInput {
65
-
66
- PreparedStatementNames: string[] | undefined;
67
-
68
- WorkGroup: string | undefined;
69
- }
70
-
71
- export interface PreparedStatement {
72
-
73
- StatementName?: string;
74
-
75
- QueryStatement?: string;
76
-
77
- WorkGroupName?: string;
78
-
79
- Description?: string;
80
-
81
- LastModifiedTime?: Date;
82
- }
83
-
84
- export interface UnprocessedPreparedStatementName {
85
-
86
- StatementName?: string;
87
-
88
- ErrorCode?: string;
89
-
90
- ErrorMessage?: string;
91
- }
92
- export interface BatchGetPreparedStatementOutput {
93
-
94
- PreparedStatements?: PreparedStatement[];
95
-
96
- UnprocessedPreparedStatementNames?: UnprocessedPreparedStatementName[];
97
- }
98
-
99
- export interface BatchGetQueryExecutionInput {
100
-
101
- QueryExecutionIds: string[] | undefined;
102
- }
103
-
104
- export interface EngineVersion {
105
-
106
- SelectedEngineVersion?: string;
107
-
108
- EffectiveEngineVersion?: string;
109
- }
110
-
111
- export interface QueryExecutionContext {
112
-
113
- Database?: string;
114
-
115
- Catalog?: string;
116
- }
117
- export declare enum EncryptionOption {
118
- CSE_KMS = "CSE_KMS",
119
- SSE_KMS = "SSE_KMS",
120
- SSE_S3 = "SSE_S3"
121
- }
122
-
123
- export interface EncryptionConfiguration {
124
-
125
- EncryptionOption: EncryptionOption | string | undefined;
126
-
127
- KmsKey?: string;
128
- }
129
-
130
- export interface ResultConfiguration {
131
-
132
- OutputLocation?: string;
133
-
134
- EncryptionConfiguration?: EncryptionConfiguration;
135
-
136
- ExpectedBucketOwner?: string;
137
-
138
- AclConfiguration?: AclConfiguration;
139
- }
140
- export declare enum StatementType {
141
- DDL = "DDL",
142
- DML = "DML",
143
- UTILITY = "UTILITY"
144
- }
145
-
146
- export interface QueryExecutionStatistics {
147
-
148
- EngineExecutionTimeInMillis?: number;
149
-
150
- DataScannedInBytes?: number;
151
-
152
- DataManifestLocation?: string;
153
-
154
- TotalExecutionTimeInMillis?: number;
155
-
156
- QueryQueueTimeInMillis?: number;
157
-
158
- QueryPlanningTimeInMillis?: number;
159
-
160
- ServiceProcessingTimeInMillis?: number;
161
- }
162
-
163
- export interface AthenaError {
164
-
165
- ErrorCategory?: number;
166
-
167
- ErrorType?: number;
168
-
169
- Retryable?: boolean;
170
-
171
- ErrorMessage?: string;
172
- }
173
- export declare enum QueryExecutionState {
174
- CANCELLED = "CANCELLED",
175
- FAILED = "FAILED",
176
- QUEUED = "QUEUED",
177
- RUNNING = "RUNNING",
178
- SUCCEEDED = "SUCCEEDED"
179
- }
180
-
181
- export interface QueryExecutionStatus {
182
-
183
- State?: QueryExecutionState | string;
184
-
185
- StateChangeReason?: string;
186
-
187
- SubmissionDateTime?: Date;
188
-
189
- CompletionDateTime?: Date;
190
-
191
- AthenaError?: AthenaError;
192
- }
193
-
194
- export interface QueryExecution {
195
-
196
- QueryExecutionId?: string;
197
-
198
- Query?: string;
199
-
200
- StatementType?: StatementType | string;
201
-
202
- ResultConfiguration?: ResultConfiguration;
203
-
204
- QueryExecutionContext?: QueryExecutionContext;
205
-
206
- Status?: QueryExecutionStatus;
207
-
208
- Statistics?: QueryExecutionStatistics;
209
-
210
- WorkGroup?: string;
211
-
212
- EngineVersion?: EngineVersion;
213
-
214
- ExecutionParameters?: string[];
215
- }
216
-
217
- export interface UnprocessedQueryExecutionId {
218
-
219
- QueryExecutionId?: string;
220
-
221
- ErrorCode?: string;
222
-
223
- ErrorMessage?: string;
224
- }
225
- export interface BatchGetQueryExecutionOutput {
226
-
227
- QueryExecutions?: QueryExecution[];
228
-
229
- UnprocessedQueryExecutionIds?: UnprocessedQueryExecutionId[];
230
- }
231
-
232
- export interface Tag {
233
-
234
- Key?: string;
235
-
236
- Value?: string;
237
- }
238
- export declare enum DataCatalogType {
239
- GLUE = "GLUE",
240
- HIVE = "HIVE",
241
- LAMBDA = "LAMBDA"
242
- }
243
- export interface CreateDataCatalogInput {
244
-
245
- Name: string | undefined;
246
-
247
- Type: DataCatalogType | string | undefined;
248
-
249
- Description?: string;
250
-
251
- Parameters?: Record<string, string>;
252
-
253
- Tags?: Tag[];
254
- }
255
- export interface CreateDataCatalogOutput {
256
- }
257
- export interface CreateNamedQueryInput {
258
-
259
- Name: string | undefined;
260
-
261
- Description?: string;
262
-
263
- Database: string | undefined;
264
-
265
- QueryString: string | undefined;
266
-
267
- ClientRequestToken?: string;
268
-
269
- WorkGroup?: string;
270
- }
271
- export interface CreateNamedQueryOutput {
272
-
273
- NamedQueryId?: string;
274
- }
275
- export interface CreatePreparedStatementInput {
276
-
277
- StatementName: string | undefined;
278
-
279
- WorkGroup: string | undefined;
280
-
281
- QueryStatement: string | undefined;
282
-
283
- Description?: string;
284
- }
285
- export interface CreatePreparedStatementOutput {
286
- }
287
-
288
- export interface WorkGroupConfiguration {
289
-
290
- ResultConfiguration?: ResultConfiguration;
291
-
292
- EnforceWorkGroupConfiguration?: boolean;
293
-
294
- PublishCloudWatchMetricsEnabled?: boolean;
295
-
296
- BytesScannedCutoffPerQuery?: number;
297
-
298
- RequesterPaysEnabled?: boolean;
299
-
300
- EngineVersion?: EngineVersion;
301
- }
302
- export interface CreateWorkGroupInput {
303
-
304
- Name: string | undefined;
305
-
306
- Configuration?: WorkGroupConfiguration;
307
-
308
- Description?: string;
309
-
310
- Tags?: Tag[];
311
- }
312
- export interface CreateWorkGroupOutput {
313
- }
314
- export interface DeleteDataCatalogInput {
315
-
316
- Name: string | undefined;
317
- }
318
- export interface DeleteDataCatalogOutput {
319
- }
320
- export interface DeleteNamedQueryInput {
321
-
322
- NamedQueryId?: string;
323
- }
324
- export interface DeleteNamedQueryOutput {
325
- }
326
- export interface DeletePreparedStatementInput {
327
-
328
- StatementName: string | undefined;
329
-
330
- WorkGroup: string | undefined;
331
- }
332
- export interface DeletePreparedStatementOutput {
333
- }
334
-
335
- export declare class ResourceNotFoundException extends __BaseException {
336
- readonly name: "ResourceNotFoundException";
337
- readonly $fault: "client";
338
- Message?: string;
339
-
340
- ResourceName?: string;
341
-
342
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
343
- }
344
- export interface DeleteWorkGroupInput {
345
-
346
- WorkGroup: string | undefined;
347
-
348
- RecursiveDeleteOption?: boolean;
349
- }
350
- export interface DeleteWorkGroupOutput {
351
- }
352
- export interface GetDatabaseInput {
353
-
354
- CatalogName: string | undefined;
355
-
356
- DatabaseName: string | undefined;
357
- }
358
-
359
- export interface Database {
360
-
361
- Name: string | undefined;
362
-
363
- Description?: string;
364
-
365
- Parameters?: Record<string, string>;
366
- }
367
- export interface GetDatabaseOutput {
368
-
369
- Database?: Database;
370
- }
371
-
372
- export declare class MetadataException extends __BaseException {
373
- readonly name: "MetadataException";
374
- readonly $fault: "client";
375
- Message?: string;
376
-
377
- constructor(opts: __ExceptionOptionType<MetadataException, __BaseException>);
378
- }
379
- export interface GetDataCatalogInput {
380
-
381
- Name: string | undefined;
382
- }
383
-
384
- export interface DataCatalog {
385
-
386
- Name: string | undefined;
387
-
388
- Description?: string;
389
-
390
- Type: DataCatalogType | string | undefined;
391
-
392
- Parameters?: Record<string, string>;
393
- }
394
- export interface GetDataCatalogOutput {
395
-
396
- DataCatalog?: DataCatalog;
397
- }
398
- export interface GetNamedQueryInput {
399
-
400
- NamedQueryId: string | undefined;
401
- }
402
- export interface GetNamedQueryOutput {
403
-
404
- NamedQuery?: NamedQuery;
405
- }
406
- export interface GetPreparedStatementInput {
407
-
408
- StatementName: string | undefined;
409
-
410
- WorkGroup: string | undefined;
411
- }
412
- export interface GetPreparedStatementOutput {
413
-
414
- PreparedStatement?: PreparedStatement;
415
- }
416
- export interface GetQueryExecutionInput {
417
-
418
- QueryExecutionId: string | undefined;
419
- }
420
- export interface GetQueryExecutionOutput {
421
-
422
- QueryExecution?: QueryExecution;
423
- }
424
- export interface GetQueryResultsInput {
425
-
426
- QueryExecutionId: string | undefined;
427
-
428
- NextToken?: string;
429
-
430
- MaxResults?: number;
431
- }
432
- export declare enum ColumnNullable {
433
- NOT_NULL = "NOT_NULL",
434
- NULLABLE = "NULLABLE",
435
- UNKNOWN = "UNKNOWN"
436
- }
437
-
438
- export interface ColumnInfo {
439
-
440
- CatalogName?: string;
441
-
442
- SchemaName?: string;
443
-
444
- TableName?: string;
445
-
446
- Name: string | undefined;
447
-
448
- Label?: string;
449
-
450
- Type: string | undefined;
451
-
452
- Precision?: number;
453
-
454
- Scale?: number;
455
-
456
- Nullable?: ColumnNullable | string;
457
-
458
- CaseSensitive?: boolean;
459
- }
460
-
461
- export interface ResultSetMetadata {
462
-
463
- ColumnInfo?: ColumnInfo[];
464
- }
465
-
466
- export interface Datum {
467
-
468
- VarCharValue?: string;
469
- }
470
-
471
- export interface Row {
472
-
473
- Data?: Datum[];
474
- }
475
-
476
- export interface ResultSet {
477
-
478
- Rows?: Row[];
479
-
480
- ResultSetMetadata?: ResultSetMetadata;
481
- }
482
- export interface GetQueryResultsOutput {
483
-
484
- UpdateCount?: number;
485
-
486
- ResultSet?: ResultSet;
487
-
488
- NextToken?: string;
489
- }
490
- export interface GetQueryRuntimeStatisticsInput {
491
-
492
- QueryExecutionId: string | undefined;
493
- }
494
-
495
- export interface QueryRuntimeStatisticsRows {
496
-
497
- InputRows?: number;
498
-
499
- InputBytes?: number;
500
-
501
- OutputBytes?: number;
502
-
503
- OutputRows?: number;
504
- }
505
-
506
- export interface QueryRuntimeStatisticsTimeline {
507
-
508
- QueryQueueTimeInMillis?: number;
509
-
510
- QueryPlanningTimeInMillis?: number;
511
-
512
- EngineExecutionTimeInMillis?: number;
513
-
514
- ServiceProcessingTimeInMillis?: number;
515
-
516
- TotalExecutionTimeInMillis?: number;
517
- }
518
- export interface GetTableMetadataInput {
519
-
520
- CatalogName: string | undefined;
521
-
522
- DatabaseName: string | undefined;
523
-
524
- TableName: string | undefined;
525
- }
526
-
527
- export interface Column {
528
-
529
- Name: string | undefined;
530
-
531
- Type?: string;
532
-
533
- Comment?: string;
534
- }
535
-
536
- export interface TableMetadata {
537
-
538
- Name: string | undefined;
539
-
540
- CreateTime?: Date;
541
-
542
- LastAccessTime?: Date;
543
-
544
- TableType?: string;
545
-
546
- Columns?: Column[];
547
-
548
- PartitionKeys?: Column[];
549
-
550
- Parameters?: Record<string, string>;
551
- }
552
- export interface GetTableMetadataOutput {
553
-
554
- TableMetadata?: TableMetadata;
555
- }
556
- export interface GetWorkGroupInput {
557
-
558
- WorkGroup: string | undefined;
559
- }
560
- export declare enum WorkGroupState {
561
- DISABLED = "DISABLED",
562
- ENABLED = "ENABLED"
563
- }
564
-
565
- export interface WorkGroup {
566
-
567
- Name: string | undefined;
568
-
569
- State?: WorkGroupState | string;
570
-
571
- Configuration?: WorkGroupConfiguration;
572
-
573
- Description?: string;
574
-
575
- CreationTime?: Date;
576
- }
577
- export interface GetWorkGroupOutput {
578
-
579
- WorkGroup?: WorkGroup;
580
- }
581
- export interface ListDatabasesInput {
582
-
583
- CatalogName: string | undefined;
584
-
585
- NextToken?: string;
586
-
587
- MaxResults?: number;
588
- }
589
- export interface ListDatabasesOutput {
590
-
591
- DatabaseList?: Database[];
592
-
593
- NextToken?: string;
594
- }
595
- export interface ListDataCatalogsInput {
596
-
597
- NextToken?: string;
598
-
599
- MaxResults?: number;
600
- }
601
-
602
- export interface DataCatalogSummary {
603
-
604
- CatalogName?: string;
605
-
606
- Type?: DataCatalogType | string;
607
- }
608
- export interface ListDataCatalogsOutput {
609
-
610
- DataCatalogsSummary?: DataCatalogSummary[];
611
-
612
- NextToken?: string;
613
- }
614
- export interface ListEngineVersionsInput {
615
-
616
- NextToken?: string;
617
-
618
- MaxResults?: number;
619
- }
620
- export interface ListEngineVersionsOutput {
621
-
622
- EngineVersions?: EngineVersion[];
623
-
624
- NextToken?: string;
625
- }
626
- export interface ListNamedQueriesInput {
627
-
628
- NextToken?: string;
629
-
630
- MaxResults?: number;
631
-
632
- WorkGroup?: string;
633
- }
634
- export interface ListNamedQueriesOutput {
635
-
636
- NamedQueryIds?: string[];
637
-
638
- NextToken?: string;
639
- }
640
- export interface ListPreparedStatementsInput {
641
-
642
- WorkGroup: string | undefined;
643
-
644
- NextToken?: string;
645
-
646
- MaxResults?: number;
647
- }
648
-
649
- export interface PreparedStatementSummary {
650
-
651
- StatementName?: string;
652
-
653
- LastModifiedTime?: Date;
654
- }
655
- export interface ListPreparedStatementsOutput {
656
-
657
- PreparedStatements?: PreparedStatementSummary[];
658
-
659
- NextToken?: string;
660
- }
661
- export interface ListQueryExecutionsInput {
662
-
663
- NextToken?: string;
664
-
665
- MaxResults?: number;
666
-
667
- WorkGroup?: string;
668
- }
669
- export interface ListQueryExecutionsOutput {
670
-
671
- QueryExecutionIds?: string[];
672
-
673
- NextToken?: string;
674
- }
675
- export interface ListTableMetadataInput {
676
-
677
- CatalogName: string | undefined;
678
-
679
- DatabaseName: string | undefined;
680
-
681
- Expression?: string;
682
-
683
- NextToken?: string;
684
-
685
- MaxResults?: number;
686
- }
687
- export interface ListTableMetadataOutput {
688
-
689
- TableMetadataList?: TableMetadata[];
690
-
691
- NextToken?: string;
692
- }
693
- export interface ListTagsForResourceInput {
694
-
695
- ResourceARN: string | undefined;
696
-
697
- NextToken?: string;
698
-
699
- MaxResults?: number;
700
- }
701
- export interface ListTagsForResourceOutput {
702
-
703
- Tags?: Tag[];
704
-
705
- NextToken?: string;
706
- }
707
- export interface ListWorkGroupsInput {
708
-
709
- NextToken?: string;
710
-
711
- MaxResults?: number;
712
- }
713
-
714
- export interface WorkGroupSummary {
715
-
716
- Name?: string;
717
-
718
- State?: WorkGroupState | string;
719
-
720
- Description?: string;
721
-
722
- CreationTime?: Date;
723
-
724
- EngineVersion?: EngineVersion;
725
- }
726
- export interface ListWorkGroupsOutput {
727
-
728
- WorkGroups?: WorkGroupSummary[];
729
-
730
- NextToken?: string;
731
- }
732
- export interface StartQueryExecutionInput {
733
-
734
- QueryString: string | undefined;
735
-
736
- ClientRequestToken?: string;
737
-
738
- QueryExecutionContext?: QueryExecutionContext;
739
-
740
- ResultConfiguration?: ResultConfiguration;
741
-
742
- WorkGroup?: string;
743
-
744
- ExecutionParameters?: string[];
745
- }
746
- export interface StartQueryExecutionOutput {
747
-
748
- QueryExecutionId?: string;
749
- }
750
- export declare enum ThrottleReason {
751
- CONCURRENT_QUERY_LIMIT_EXCEEDED = "CONCURRENT_QUERY_LIMIT_EXCEEDED"
752
- }
753
-
754
- export declare class TooManyRequestsException extends __BaseException {
755
- readonly name: "TooManyRequestsException";
756
- readonly $fault: "client";
757
- Message?: string;
758
-
759
- Reason?: ThrottleReason | string;
760
-
761
- constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
762
- }
763
- export interface StopQueryExecutionInput {
764
-
765
- QueryExecutionId?: string;
766
- }
767
- export interface StopQueryExecutionOutput {
768
- }
769
- export interface TagResourceInput {
770
-
771
- ResourceARN: string | undefined;
772
-
773
- Tags: Tag[] | undefined;
774
- }
775
- export interface TagResourceOutput {
776
- }
777
- export interface UntagResourceInput {
778
-
779
- ResourceARN: string | undefined;
780
-
781
- TagKeys: string[] | undefined;
782
- }
783
- export interface UntagResourceOutput {
784
- }
785
- export interface UpdateDataCatalogInput {
786
-
787
- Name: string | undefined;
788
-
789
- Type: DataCatalogType | string | undefined;
790
-
791
- Description?: string;
792
-
793
- Parameters?: Record<string, string>;
794
- }
795
- export interface UpdateDataCatalogOutput {
796
- }
797
- export interface UpdateNamedQueryInput {
798
-
799
- NamedQueryId: string | undefined;
800
-
801
- Name: string | undefined;
802
-
803
- Description?: string;
804
-
805
- QueryString: string | undefined;
806
- }
807
- export interface UpdateNamedQueryOutput {
808
- }
809
- export interface UpdatePreparedStatementInput {
810
-
811
- StatementName: string | undefined;
812
-
813
- WorkGroup: string | undefined;
814
-
815
- QueryStatement: string | undefined;
816
-
817
- Description?: string;
818
- }
819
- export interface UpdatePreparedStatementOutput {
820
- }
821
-
822
- export interface ResultConfigurationUpdates {
823
-
824
- OutputLocation?: string;
825
-
826
- RemoveOutputLocation?: boolean;
827
-
828
- EncryptionConfiguration?: EncryptionConfiguration;
829
-
830
- RemoveEncryptionConfiguration?: boolean;
831
-
832
- ExpectedBucketOwner?: string;
833
-
834
- RemoveExpectedBucketOwner?: boolean;
835
-
836
- AclConfiguration?: AclConfiguration;
837
-
838
- RemoveAclConfiguration?: boolean;
839
- }
840
-
841
- export interface WorkGroupConfigurationUpdates {
842
-
843
- EnforceWorkGroupConfiguration?: boolean;
844
-
845
- ResultConfigurationUpdates?: ResultConfigurationUpdates;
846
-
847
- PublishCloudWatchMetricsEnabled?: boolean;
848
-
849
- BytesScannedCutoffPerQuery?: number;
850
-
851
- RemoveBytesScannedCutoffPerQuery?: boolean;
852
-
853
- RequesterPaysEnabled?: boolean;
854
-
855
- EngineVersion?: EngineVersion;
856
- }
857
- export interface UpdateWorkGroupInput {
858
-
859
- WorkGroup: string | undefined;
860
-
861
- Description?: string;
862
-
863
- ConfigurationUpdates?: WorkGroupConfigurationUpdates;
864
-
865
- State?: WorkGroupState | string;
866
- }
867
- export interface UpdateWorkGroupOutput {
868
- }
869
-
870
- export interface QueryStagePlanNode {
871
-
872
- Name?: string;
873
-
874
- Identifier?: string;
875
-
876
- Children?: QueryStagePlanNode[];
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;