@aws-sdk/client-athena 3.170.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 (47) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Athena.d.ts +0 -37
  3. package/dist-types/ts3.4/AthenaClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/models/AthenaServiceException.d.ts +0 -1
  42. package/dist-types/ts3.4/models/models_0.d.ts +0 -350
  43. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  44. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  45. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  46. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  47. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-athena
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-athena
@@ -148,7 +148,6 @@ import {
148
148
  UpdateWorkGroupCommandInput,
149
149
  UpdateWorkGroupCommandOutput,
150
150
  } from "./commands/UpdateWorkGroupCommand";
151
-
152
151
  export declare class Athena extends AthenaClient {
153
152
  batchGetNamedQuery(
154
153
  args: BatchGetNamedQueryCommandInput,
@@ -163,7 +162,6 @@ export declare class Athena extends AthenaClient {
163
162
  options: __HttpHandlerOptions,
164
163
  cb: (err: any, data?: BatchGetNamedQueryCommandOutput) => void
165
164
  ): void;
166
-
167
165
  batchGetPreparedStatement(
168
166
  args: BatchGetPreparedStatementCommandInput,
169
167
  options?: __HttpHandlerOptions
@@ -177,7 +175,6 @@ export declare class Athena extends AthenaClient {
177
175
  options: __HttpHandlerOptions,
178
176
  cb: (err: any, data?: BatchGetPreparedStatementCommandOutput) => void
179
177
  ): void;
180
-
181
178
  batchGetQueryExecution(
182
179
  args: BatchGetQueryExecutionCommandInput,
183
180
  options?: __HttpHandlerOptions
@@ -191,7 +188,6 @@ export declare class Athena extends AthenaClient {
191
188
  options: __HttpHandlerOptions,
192
189
  cb: (err: any, data?: BatchGetQueryExecutionCommandOutput) => void
193
190
  ): void;
194
-
195
191
  createDataCatalog(
196
192
  args: CreateDataCatalogCommandInput,
197
193
  options?: __HttpHandlerOptions
@@ -205,7 +201,6 @@ export declare class Athena extends AthenaClient {
205
201
  options: __HttpHandlerOptions,
206
202
  cb: (err: any, data?: CreateDataCatalogCommandOutput) => void
207
203
  ): void;
208
-
209
204
  createNamedQuery(
210
205
  args: CreateNamedQueryCommandInput,
211
206
  options?: __HttpHandlerOptions
@@ -219,7 +214,6 @@ export declare class Athena extends AthenaClient {
219
214
  options: __HttpHandlerOptions,
220
215
  cb: (err: any, data?: CreateNamedQueryCommandOutput) => void
221
216
  ): void;
222
-
223
217
  createPreparedStatement(
224
218
  args: CreatePreparedStatementCommandInput,
225
219
  options?: __HttpHandlerOptions
@@ -233,7 +227,6 @@ export declare class Athena extends AthenaClient {
233
227
  options: __HttpHandlerOptions,
234
228
  cb: (err: any, data?: CreatePreparedStatementCommandOutput) => void
235
229
  ): void;
236
-
237
230
  createWorkGroup(
238
231
  args: CreateWorkGroupCommandInput,
239
232
  options?: __HttpHandlerOptions
@@ -247,7 +240,6 @@ export declare class Athena extends AthenaClient {
247
240
  options: __HttpHandlerOptions,
248
241
  cb: (err: any, data?: CreateWorkGroupCommandOutput) => void
249
242
  ): void;
250
-
251
243
  deleteDataCatalog(
252
244
  args: DeleteDataCatalogCommandInput,
253
245
  options?: __HttpHandlerOptions
@@ -261,7 +253,6 @@ export declare class Athena extends AthenaClient {
261
253
  options: __HttpHandlerOptions,
262
254
  cb: (err: any, data?: DeleteDataCatalogCommandOutput) => void
263
255
  ): void;
264
-
265
256
  deleteNamedQuery(
266
257
  args: DeleteNamedQueryCommandInput,
267
258
  options?: __HttpHandlerOptions
@@ -275,7 +266,6 @@ export declare class Athena extends AthenaClient {
275
266
  options: __HttpHandlerOptions,
276
267
  cb: (err: any, data?: DeleteNamedQueryCommandOutput) => void
277
268
  ): void;
278
-
279
269
  deletePreparedStatement(
280
270
  args: DeletePreparedStatementCommandInput,
281
271
  options?: __HttpHandlerOptions
@@ -289,7 +279,6 @@ export declare class Athena extends AthenaClient {
289
279
  options: __HttpHandlerOptions,
290
280
  cb: (err: any, data?: DeletePreparedStatementCommandOutput) => void
291
281
  ): void;
292
-
293
282
  deleteWorkGroup(
294
283
  args: DeleteWorkGroupCommandInput,
295
284
  options?: __HttpHandlerOptions
@@ -303,7 +292,6 @@ export declare class Athena extends AthenaClient {
303
292
  options: __HttpHandlerOptions,
304
293
  cb: (err: any, data?: DeleteWorkGroupCommandOutput) => void
305
294
  ): void;
306
-
307
295
  getDatabase(
308
296
  args: GetDatabaseCommandInput,
309
297
  options?: __HttpHandlerOptions
@@ -317,7 +305,6 @@ export declare class Athena extends AthenaClient {
317
305
  options: __HttpHandlerOptions,
318
306
  cb: (err: any, data?: GetDatabaseCommandOutput) => void
319
307
  ): void;
320
-
321
308
  getDataCatalog(
322
309
  args: GetDataCatalogCommandInput,
323
310
  options?: __HttpHandlerOptions
@@ -331,7 +318,6 @@ export declare class Athena extends AthenaClient {
331
318
  options: __HttpHandlerOptions,
332
319
  cb: (err: any, data?: GetDataCatalogCommandOutput) => void
333
320
  ): void;
334
-
335
321
  getNamedQuery(
336
322
  args: GetNamedQueryCommandInput,
337
323
  options?: __HttpHandlerOptions
@@ -345,7 +331,6 @@ export declare class Athena extends AthenaClient {
345
331
  options: __HttpHandlerOptions,
346
332
  cb: (err: any, data?: GetNamedQueryCommandOutput) => void
347
333
  ): void;
348
-
349
334
  getPreparedStatement(
350
335
  args: GetPreparedStatementCommandInput,
351
336
  options?: __HttpHandlerOptions
@@ -359,7 +344,6 @@ export declare class Athena extends AthenaClient {
359
344
  options: __HttpHandlerOptions,
360
345
  cb: (err: any, data?: GetPreparedStatementCommandOutput) => void
361
346
  ): void;
362
-
363
347
  getQueryExecution(
364
348
  args: GetQueryExecutionCommandInput,
365
349
  options?: __HttpHandlerOptions
@@ -373,7 +357,6 @@ export declare class Athena extends AthenaClient {
373
357
  options: __HttpHandlerOptions,
374
358
  cb: (err: any, data?: GetQueryExecutionCommandOutput) => void
375
359
  ): void;
376
-
377
360
  getQueryResults(
378
361
  args: GetQueryResultsCommandInput,
379
362
  options?: __HttpHandlerOptions
@@ -387,7 +370,6 @@ export declare class Athena extends AthenaClient {
387
370
  options: __HttpHandlerOptions,
388
371
  cb: (err: any, data?: GetQueryResultsCommandOutput) => void
389
372
  ): void;
390
-
391
373
  getQueryRuntimeStatistics(
392
374
  args: GetQueryRuntimeStatisticsCommandInput,
393
375
  options?: __HttpHandlerOptions
@@ -401,7 +383,6 @@ export declare class Athena extends AthenaClient {
401
383
  options: __HttpHandlerOptions,
402
384
  cb: (err: any, data?: GetQueryRuntimeStatisticsCommandOutput) => void
403
385
  ): void;
404
-
405
386
  getTableMetadata(
406
387
  args: GetTableMetadataCommandInput,
407
388
  options?: __HttpHandlerOptions
@@ -415,7 +396,6 @@ export declare class Athena extends AthenaClient {
415
396
  options: __HttpHandlerOptions,
416
397
  cb: (err: any, data?: GetTableMetadataCommandOutput) => void
417
398
  ): void;
418
-
419
399
  getWorkGroup(
420
400
  args: GetWorkGroupCommandInput,
421
401
  options?: __HttpHandlerOptions
@@ -429,7 +409,6 @@ export declare class Athena extends AthenaClient {
429
409
  options: __HttpHandlerOptions,
430
410
  cb: (err: any, data?: GetWorkGroupCommandOutput) => void
431
411
  ): void;
432
-
433
412
  listDatabases(
434
413
  args: ListDatabasesCommandInput,
435
414
  options?: __HttpHandlerOptions
@@ -443,7 +422,6 @@ export declare class Athena extends AthenaClient {
443
422
  options: __HttpHandlerOptions,
444
423
  cb: (err: any, data?: ListDatabasesCommandOutput) => void
445
424
  ): void;
446
-
447
425
  listDataCatalogs(
448
426
  args: ListDataCatalogsCommandInput,
449
427
  options?: __HttpHandlerOptions
@@ -457,7 +435,6 @@ export declare class Athena extends AthenaClient {
457
435
  options: __HttpHandlerOptions,
458
436
  cb: (err: any, data?: ListDataCatalogsCommandOutput) => void
459
437
  ): void;
460
-
461
438
  listEngineVersions(
462
439
  args: ListEngineVersionsCommandInput,
463
440
  options?: __HttpHandlerOptions
@@ -471,7 +448,6 @@ export declare class Athena extends AthenaClient {
471
448
  options: __HttpHandlerOptions,
472
449
  cb: (err: any, data?: ListEngineVersionsCommandOutput) => void
473
450
  ): void;
474
-
475
451
  listNamedQueries(
476
452
  args: ListNamedQueriesCommandInput,
477
453
  options?: __HttpHandlerOptions
@@ -485,7 +461,6 @@ export declare class Athena extends AthenaClient {
485
461
  options: __HttpHandlerOptions,
486
462
  cb: (err: any, data?: ListNamedQueriesCommandOutput) => void
487
463
  ): void;
488
-
489
464
  listPreparedStatements(
490
465
  args: ListPreparedStatementsCommandInput,
491
466
  options?: __HttpHandlerOptions
@@ -499,7 +474,6 @@ export declare class Athena extends AthenaClient {
499
474
  options: __HttpHandlerOptions,
500
475
  cb: (err: any, data?: ListPreparedStatementsCommandOutput) => void
501
476
  ): void;
502
-
503
477
  listQueryExecutions(
504
478
  args: ListQueryExecutionsCommandInput,
505
479
  options?: __HttpHandlerOptions
@@ -513,7 +487,6 @@ export declare class Athena extends AthenaClient {
513
487
  options: __HttpHandlerOptions,
514
488
  cb: (err: any, data?: ListQueryExecutionsCommandOutput) => void
515
489
  ): void;
516
-
517
490
  listTableMetadata(
518
491
  args: ListTableMetadataCommandInput,
519
492
  options?: __HttpHandlerOptions
@@ -527,7 +500,6 @@ export declare class Athena extends AthenaClient {
527
500
  options: __HttpHandlerOptions,
528
501
  cb: (err: any, data?: ListTableMetadataCommandOutput) => void
529
502
  ): void;
530
-
531
503
  listTagsForResource(
532
504
  args: ListTagsForResourceCommandInput,
533
505
  options?: __HttpHandlerOptions
@@ -541,7 +513,6 @@ export declare class Athena extends AthenaClient {
541
513
  options: __HttpHandlerOptions,
542
514
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
543
515
  ): void;
544
-
545
516
  listWorkGroups(
546
517
  args: ListWorkGroupsCommandInput,
547
518
  options?: __HttpHandlerOptions
@@ -555,7 +526,6 @@ export declare class Athena extends AthenaClient {
555
526
  options: __HttpHandlerOptions,
556
527
  cb: (err: any, data?: ListWorkGroupsCommandOutput) => void
557
528
  ): void;
558
-
559
529
  startQueryExecution(
560
530
  args: StartQueryExecutionCommandInput,
561
531
  options?: __HttpHandlerOptions
@@ -569,7 +539,6 @@ export declare class Athena extends AthenaClient {
569
539
  options: __HttpHandlerOptions,
570
540
  cb: (err: any, data?: StartQueryExecutionCommandOutput) => void
571
541
  ): void;
572
-
573
542
  stopQueryExecution(
574
543
  args: StopQueryExecutionCommandInput,
575
544
  options?: __HttpHandlerOptions
@@ -583,7 +552,6 @@ export declare class Athena extends AthenaClient {
583
552
  options: __HttpHandlerOptions,
584
553
  cb: (err: any, data?: StopQueryExecutionCommandOutput) => void
585
554
  ): void;
586
-
587
555
  tagResource(
588
556
  args: TagResourceCommandInput,
589
557
  options?: __HttpHandlerOptions
@@ -597,7 +565,6 @@ export declare class Athena extends AthenaClient {
597
565
  options: __HttpHandlerOptions,
598
566
  cb: (err: any, data?: TagResourceCommandOutput) => void
599
567
  ): void;
600
-
601
568
  untagResource(
602
569
  args: UntagResourceCommandInput,
603
570
  options?: __HttpHandlerOptions
@@ -611,7 +578,6 @@ export declare class Athena extends AthenaClient {
611
578
  options: __HttpHandlerOptions,
612
579
  cb: (err: any, data?: UntagResourceCommandOutput) => void
613
580
  ): void;
614
-
615
581
  updateDataCatalog(
616
582
  args: UpdateDataCatalogCommandInput,
617
583
  options?: __HttpHandlerOptions
@@ -625,7 +591,6 @@ export declare class Athena extends AthenaClient {
625
591
  options: __HttpHandlerOptions,
626
592
  cb: (err: any, data?: UpdateDataCatalogCommandOutput) => void
627
593
  ): void;
628
-
629
594
  updateNamedQuery(
630
595
  args: UpdateNamedQueryCommandInput,
631
596
  options?: __HttpHandlerOptions
@@ -639,7 +604,6 @@ export declare class Athena extends AthenaClient {
639
604
  options: __HttpHandlerOptions,
640
605
  cb: (err: any, data?: UpdateNamedQueryCommandOutput) => void
641
606
  ): void;
642
-
643
607
  updatePreparedStatement(
644
608
  args: UpdatePreparedStatementCommandInput,
645
609
  options?: __HttpHandlerOptions
@@ -653,7 +617,6 @@ export declare class Athena extends AthenaClient {
653
617
  options: __HttpHandlerOptions,
654
618
  cb: (err: any, data?: UpdatePreparedStatementCommandOutput) => void
655
619
  ): void;
656
-
657
620
  updateWorkGroup(
658
621
  args: UpdateWorkGroupCommandInput,
659
622
  options?: __HttpHandlerOptions
@@ -269,47 +269,26 @@ export declare type ServiceOutputTypes =
269
269
  export interface ClientDefaults
270
270
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
271
271
  requestHandler?: __HttpHandler;
272
-
273
272
  sha256?: __HashConstructor;
274
-
275
273
  urlParser?: __UrlParser;
276
-
277
274
  bodyLengthChecker?: __BodyLengthCalculator;
278
-
279
275
  streamCollector?: __StreamCollector;
280
-
281
276
  base64Decoder?: __Decoder;
282
-
283
277
  base64Encoder?: __Encoder;
284
-
285
278
  utf8Decoder?: __Decoder;
286
-
287
279
  utf8Encoder?: __Encoder;
288
-
289
280
  runtime?: string;
290
-
291
281
  disableHostPrefix?: boolean;
292
-
293
282
  maxAttempts?: number | __Provider<number>;
294
-
295
283
  retryMode?: string | __Provider<string>;
296
-
297
284
  logger?: __Logger;
298
-
299
285
  useDualstackEndpoint?: boolean | __Provider<boolean>;
300
-
301
286
  useFipsEndpoint?: boolean | __Provider<boolean>;
302
-
303
287
  serviceId?: string;
304
-
305
288
  region?: string | __Provider<string>;
306
-
307
289
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
308
-
309
290
  regionInfoProvider?: RegionInfoProvider;
310
-
311
291
  defaultUserAgentProvider?: Provider<__UserAgent>;
312
-
313
292
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
314
293
  }
315
294
  declare type AthenaClientConfigType = Partial<
@@ -322,7 +301,6 @@ declare type AthenaClientConfigType = Partial<
322
301
  HostHeaderInputConfig &
323
302
  AwsAuthInputConfig &
324
303
  UserAgentInputConfig;
325
-
326
304
  export interface AthenaClientConfig extends AthenaClientConfigType {}
327
305
  declare type AthenaClientResolvedConfigType =
328
306
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -333,10 +311,8 @@ declare type AthenaClientResolvedConfigType =
333
311
  HostHeaderResolvedConfig &
334
312
  AwsAuthResolvedConfig &
335
313
  UserAgentResolvedConfig;
336
-
337
314
  export interface AthenaClientResolvedConfig
338
315
  extends AthenaClientResolvedConfigType {}
339
-
340
316
  export declare class AthenaClient extends __Client<
341
317
  __HttpHandlerOptions,
342
318
  ServiceInputTypes,
@@ -345,7 +321,6 @@ export declare class AthenaClient extends __Client<
345
321
  > {
346
322
  readonly config: AthenaClientResolvedConfig;
347
323
  constructor(configuration: AthenaClientConfig);
348
-
349
324
  destroy(): void;
350
325
  }
351
326
  export {};
@@ -19,7 +19,6 @@ export interface BatchGetNamedQueryCommandInput
19
19
  export interface BatchGetNamedQueryCommandOutput
20
20
  extends BatchGetNamedQueryOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class BatchGetNamedQueryCommand extends $Command<
24
23
  BatchGetNamedQueryCommandInput,
25
24
  BatchGetNamedQueryCommandOutput,
@@ -27,7 +26,6 @@ export declare class BatchGetNamedQueryCommand extends $Command<
27
26
  > {
28
27
  readonly input: BatchGetNamedQueryCommandInput;
29
28
  constructor(input: BatchGetNamedQueryCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AthenaClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface BatchGetPreparedStatementCommandInput
19
19
  export interface BatchGetPreparedStatementCommandOutput
20
20
  extends BatchGetPreparedStatementOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class BatchGetPreparedStatementCommand extends $Command<
24
23
  BatchGetPreparedStatementCommandInput,
25
24
  BatchGetPreparedStatementCommandOutput,
@@ -27,7 +26,6 @@ export declare class BatchGetPreparedStatementCommand extends $Command<
27
26
  > {
28
27
  readonly input: BatchGetPreparedStatementCommandInput;
29
28
  constructor(input: BatchGetPreparedStatementCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AthenaClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface BatchGetQueryExecutionCommandInput
19
19
  export interface BatchGetQueryExecutionCommandOutput
20
20
  extends BatchGetQueryExecutionOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class BatchGetQueryExecutionCommand extends $Command<
24
23
  BatchGetQueryExecutionCommandInput,
25
24
  BatchGetQueryExecutionCommandOutput,
@@ -27,7 +26,6 @@ export declare class BatchGetQueryExecutionCommand extends $Command<
27
26
  > {
28
27
  readonly input: BatchGetQueryExecutionCommandInput;
29
28
  constructor(input: BatchGetQueryExecutionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AthenaClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateDataCatalogCommandInput extends CreateDataCatalogInput {}
18
18
  export interface CreateDataCatalogCommandOutput
19
19
  extends CreateDataCatalogOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateDataCatalogCommand extends $Command<
23
22
  CreateDataCatalogCommandInput,
24
23
  CreateDataCatalogCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateDataCatalogCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateDataCatalogCommandInput;
28
27
  constructor(input: CreateDataCatalogCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: AthenaClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateNamedQueryCommandInput extends CreateNamedQueryInput {}
18
18
  export interface CreateNamedQueryCommandOutput
19
19
  extends CreateNamedQueryOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateNamedQueryCommand extends $Command<
23
22
  CreateNamedQueryCommandInput,
24
23
  CreateNamedQueryCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateNamedQueryCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateNamedQueryCommandInput;
28
27
  constructor(input: CreateNamedQueryCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: AthenaClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreatePreparedStatementCommandInput
19
19
  export interface CreatePreparedStatementCommandOutput
20
20
  extends CreatePreparedStatementOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreatePreparedStatementCommand extends $Command<
24
23
  CreatePreparedStatementCommandInput,
25
24
  CreatePreparedStatementCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreatePreparedStatementCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreatePreparedStatementCommandInput;
29
28
  constructor(input: CreatePreparedStatementCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AthenaClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateWorkGroupCommandInput extends CreateWorkGroupInput {}
18
18
  export interface CreateWorkGroupCommandOutput
19
19
  extends CreateWorkGroupOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateWorkGroupCommand extends $Command<
23
22
  CreateWorkGroupCommandInput,
24
23
  CreateWorkGroupCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateWorkGroupCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateWorkGroupCommandInput;
28
27
  constructor(input: CreateWorkGroupCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: AthenaClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteDataCatalogCommandInput extends DeleteDataCatalogInput {}
18
18
  export interface DeleteDataCatalogCommandOutput
19
19
  extends DeleteDataCatalogOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteDataCatalogCommand extends $Command<
23
22
  DeleteDataCatalogCommandInput,
24
23
  DeleteDataCatalogCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteDataCatalogCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteDataCatalogCommandInput;
28
27
  constructor(input: DeleteDataCatalogCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: AthenaClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteNamedQueryCommandInput extends DeleteNamedQueryInput {}
18
18
  export interface DeleteNamedQueryCommandOutput
19
19
  extends DeleteNamedQueryOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteNamedQueryCommand extends $Command<
23
22
  DeleteNamedQueryCommandInput,
24
23
  DeleteNamedQueryCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteNamedQueryCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteNamedQueryCommandInput;
28
27
  constructor(input: DeleteNamedQueryCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: AthenaClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeletePreparedStatementCommandInput
19
19
  export interface DeletePreparedStatementCommandOutput
20
20
  extends DeletePreparedStatementOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeletePreparedStatementCommand extends $Command<
24
23
  DeletePreparedStatementCommandInput,
25
24
  DeletePreparedStatementCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeletePreparedStatementCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeletePreparedStatementCommandInput;
29
28
  constructor(input: DeletePreparedStatementCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AthenaClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteWorkGroupCommandInput extends DeleteWorkGroupInput {}
18
18
  export interface DeleteWorkGroupCommandOutput
19
19
  extends DeleteWorkGroupOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteWorkGroupCommand extends $Command<
23
22
  DeleteWorkGroupCommandInput,
24
23
  DeleteWorkGroupCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteWorkGroupCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteWorkGroupCommandInput;
28
27
  constructor(input: DeleteWorkGroupCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: AthenaClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetDataCatalogCommandInput extends GetDataCatalogInput {}
15
15
  export interface GetDataCatalogCommandOutput
16
16
  extends GetDataCatalogOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetDataCatalogCommand extends $Command<
20
19
  GetDataCatalogCommandInput,
21
20
  GetDataCatalogCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetDataCatalogCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetDataCatalogCommandInput;
25
24
  constructor(input: GetDataCatalogCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: AthenaClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetDatabaseCommandInput extends GetDatabaseInput {}
15
15
  export interface GetDatabaseCommandOutput
16
16
  extends GetDatabaseOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetDatabaseCommand extends $Command<
20
19
  GetDatabaseCommandInput,
21
20
  GetDatabaseCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetDatabaseCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetDatabaseCommandInput;
25
24
  constructor(input: GetDatabaseCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: AthenaClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetNamedQueryCommandInput extends GetNamedQueryInput {}
15
15
  export interface GetNamedQueryCommandOutput
16
16
  extends GetNamedQueryOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetNamedQueryCommand extends $Command<
20
19
  GetNamedQueryCommandInput,
21
20
  GetNamedQueryCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetNamedQueryCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetNamedQueryCommandInput;
25
24
  constructor(input: GetNamedQueryCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: AthenaClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetPreparedStatementCommandInput
19
19
  export interface GetPreparedStatementCommandOutput
20
20
  extends GetPreparedStatementOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetPreparedStatementCommand extends $Command<
24
23
  GetPreparedStatementCommandInput,
25
24
  GetPreparedStatementCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetPreparedStatementCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetPreparedStatementCommandInput;
29
28
  constructor(input: GetPreparedStatementCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AthenaClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetQueryExecutionCommandInput extends GetQueryExecutionInput {}
18
18
  export interface GetQueryExecutionCommandOutput
19
19
  extends GetQueryExecutionOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetQueryExecutionCommand extends $Command<
23
22
  GetQueryExecutionCommandInput,
24
23
  GetQueryExecutionCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetQueryExecutionCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetQueryExecutionCommandInput;
28
27
  constructor(input: GetQueryExecutionCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: AthenaClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetQueryResultsCommandInput extends GetQueryResultsInput {}
18
18
  export interface GetQueryResultsCommandOutput
19
19
  extends GetQueryResultsOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetQueryResultsCommand extends $Command<
23
22
  GetQueryResultsCommandInput,
24
23
  GetQueryResultsCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetQueryResultsCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetQueryResultsCommandInput;
28
27
  constructor(input: GetQueryResultsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: AthenaClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetQueryRuntimeStatisticsCommandInput
19
19
  export interface GetQueryRuntimeStatisticsCommandOutput
20
20
  extends GetQueryRuntimeStatisticsOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetQueryRuntimeStatisticsCommand extends $Command<
24
23
  GetQueryRuntimeStatisticsCommandInput,
25
24
  GetQueryRuntimeStatisticsCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetQueryRuntimeStatisticsCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetQueryRuntimeStatisticsCommandInput;
29
28
  constructor(input: GetQueryRuntimeStatisticsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AthenaClientResolvedConfig,