@aws-sdk/client-athena 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Athena.d.ts +670 -190
  3. package/dist-types/ts3.4/AthenaClient.d.ts +351 -110
  4. package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +37 -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 +8 -6
  45. package/dist-types/ts3.4/models/index.d.ts +1 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +1227 -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 +66 -38
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  64. package/package.json +34 -34
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
4
- import { GetPreparedStatementInput, GetPreparedStatementOutput } from "../models/models_0";
5
- export interface GetPreparedStatementCommandInput extends GetPreparedStatementInput {
6
- }
7
- export interface GetPreparedStatementCommandOutput extends GetPreparedStatementOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetPreparedStatementCommand extends $Command<GetPreparedStatementCommandInput, GetPreparedStatementCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: GetPreparedStatementCommandInput;
12
- constructor(input: GetPreparedStatementCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPreparedStatementCommandInput, GetPreparedStatementCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AthenaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AthenaClient";
13
+ import {
14
+ GetPreparedStatementInput,
15
+ GetPreparedStatementOutput,
16
+ } from "../models/models_0";
17
+ export interface GetPreparedStatementCommandInput
18
+ extends GetPreparedStatementInput {}
19
+ export interface GetPreparedStatementCommandOutput
20
+ extends GetPreparedStatementOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetPreparedStatementCommand extends $Command<
24
+ GetPreparedStatementCommandInput,
25
+ GetPreparedStatementCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: GetPreparedStatementCommandInput;
29
+ constructor(input: GetPreparedStatementCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetPreparedStatementCommandInput,
37
+ GetPreparedStatementCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
4
- import { GetQueryExecutionInput, GetQueryExecutionOutput } from "../models/models_0";
5
- export interface GetQueryExecutionCommandInput extends GetQueryExecutionInput {
6
- }
7
- export interface GetQueryExecutionCommandOutput extends GetQueryExecutionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetQueryExecutionCommand extends $Command<GetQueryExecutionCommandInput, GetQueryExecutionCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: GetQueryExecutionCommandInput;
12
- constructor(input: GetQueryExecutionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetQueryExecutionCommandInput, GetQueryExecutionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AthenaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AthenaClient";
13
+ import {
14
+ GetQueryExecutionInput,
15
+ GetQueryExecutionOutput,
16
+ } from "../models/models_0";
17
+ export interface GetQueryExecutionCommandInput extends GetQueryExecutionInput {}
18
+ export interface GetQueryExecutionCommandOutput
19
+ extends GetQueryExecutionOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetQueryExecutionCommand extends $Command<
23
+ GetQueryExecutionCommandInput,
24
+ GetQueryExecutionCommandOutput,
25
+ AthenaClientResolvedConfig
26
+ > {
27
+ readonly input: GetQueryExecutionCommandInput;
28
+ constructor(input: GetQueryExecutionCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AthenaClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetQueryExecutionCommandInput, GetQueryExecutionCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
4
- import { GetQueryResultsInput, GetQueryResultsOutput } from "../models/models_0";
5
- export interface GetQueryResultsCommandInput extends GetQueryResultsInput {
6
- }
7
- export interface GetQueryResultsCommandOutput extends GetQueryResultsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetQueryResultsCommand extends $Command<GetQueryResultsCommandInput, GetQueryResultsCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: GetQueryResultsCommandInput;
12
- constructor(input: GetQueryResultsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetQueryResultsCommandInput, GetQueryResultsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AthenaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AthenaClient";
13
+ import {
14
+ GetQueryResultsInput,
15
+ GetQueryResultsOutput,
16
+ } from "../models/models_0";
17
+ export interface GetQueryResultsCommandInput extends GetQueryResultsInput {}
18
+ export interface GetQueryResultsCommandOutput
19
+ extends GetQueryResultsOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetQueryResultsCommand extends $Command<
23
+ GetQueryResultsCommandInput,
24
+ GetQueryResultsCommandOutput,
25
+ AthenaClientResolvedConfig
26
+ > {
27
+ readonly input: GetQueryResultsCommandInput;
28
+ constructor(input: GetQueryResultsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AthenaClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetQueryResultsCommandInput, GetQueryResultsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
4
- import { GetQueryRuntimeStatisticsInput, GetQueryRuntimeStatisticsOutput } from "../models/models_0";
5
- export interface GetQueryRuntimeStatisticsCommandInput extends GetQueryRuntimeStatisticsInput {
6
- }
7
- export interface GetQueryRuntimeStatisticsCommandOutput extends GetQueryRuntimeStatisticsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetQueryRuntimeStatisticsCommand extends $Command<GetQueryRuntimeStatisticsCommandInput, GetQueryRuntimeStatisticsCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: GetQueryRuntimeStatisticsCommandInput;
12
- constructor(input: GetQueryRuntimeStatisticsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetQueryRuntimeStatisticsCommandInput, GetQueryRuntimeStatisticsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AthenaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AthenaClient";
13
+ import {
14
+ GetQueryRuntimeStatisticsInput,
15
+ GetQueryRuntimeStatisticsOutput,
16
+ } from "../models/models_0";
17
+ export interface GetQueryRuntimeStatisticsCommandInput
18
+ extends GetQueryRuntimeStatisticsInput {}
19
+ export interface GetQueryRuntimeStatisticsCommandOutput
20
+ extends GetQueryRuntimeStatisticsOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetQueryRuntimeStatisticsCommand extends $Command<
24
+ GetQueryRuntimeStatisticsCommandInput,
25
+ GetQueryRuntimeStatisticsCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: GetQueryRuntimeStatisticsCommandInput;
29
+ constructor(input: GetQueryRuntimeStatisticsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetQueryRuntimeStatisticsCommandInput,
37
+ GetQueryRuntimeStatisticsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
4
- import { GetTableMetadataInput, GetTableMetadataOutput } from "../models/models_0";
5
- export interface GetTableMetadataCommandInput extends GetTableMetadataInput {
6
- }
7
- export interface GetTableMetadataCommandOutput extends GetTableMetadataOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetTableMetadataCommand extends $Command<GetTableMetadataCommandInput, GetTableMetadataCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: GetTableMetadataCommandInput;
12
- constructor(input: GetTableMetadataCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTableMetadataCommandInput, GetTableMetadataCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AthenaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AthenaClient";
13
+ import {
14
+ GetTableMetadataInput,
15
+ GetTableMetadataOutput,
16
+ } from "../models/models_0";
17
+ export interface GetTableMetadataCommandInput extends GetTableMetadataInput {}
18
+ export interface GetTableMetadataCommandOutput
19
+ extends GetTableMetadataOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetTableMetadataCommand extends $Command<
23
+ GetTableMetadataCommandInput,
24
+ GetTableMetadataCommandOutput,
25
+ AthenaClientResolvedConfig
26
+ > {
27
+ readonly input: GetTableMetadataCommandInput;
28
+ constructor(input: GetTableMetadataCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AthenaClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetTableMetadataCommandInput, GetTableMetadataCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
4
- import { GetWorkGroupInput, GetWorkGroupOutput } from "../models/models_0";
5
- export interface GetWorkGroupCommandInput extends GetWorkGroupInput {
6
- }
7
- export interface GetWorkGroupCommandOutput extends GetWorkGroupOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetWorkGroupCommand extends $Command<GetWorkGroupCommandInput, GetWorkGroupCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: GetWorkGroupCommandInput;
12
- constructor(input: GetWorkGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkGroupCommandInput, GetWorkGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AthenaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AthenaClient";
13
+ import { GetWorkGroupInput, GetWorkGroupOutput } from "../models/models_0";
14
+ export interface GetWorkGroupCommandInput extends GetWorkGroupInput {}
15
+ export interface GetWorkGroupCommandOutput
16
+ extends GetWorkGroupOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetWorkGroupCommand extends $Command<
20
+ GetWorkGroupCommandInput,
21
+ GetWorkGroupCommandOutput,
22
+ AthenaClientResolvedConfig
23
+ > {
24
+ readonly input: GetWorkGroupCommandInput;
25
+ constructor(input: GetWorkGroupCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AthenaClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetWorkGroupCommandInput, GetWorkGroupCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
4
- import { ListDataCatalogsInput, ListDataCatalogsOutput } from "../models/models_0";
5
- export interface ListDataCatalogsCommandInput extends ListDataCatalogsInput {
6
- }
7
- export interface ListDataCatalogsCommandOutput extends ListDataCatalogsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDataCatalogsCommand extends $Command<ListDataCatalogsCommandInput, ListDataCatalogsCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: ListDataCatalogsCommandInput;
12
- constructor(input: ListDataCatalogsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataCatalogsCommandInput, ListDataCatalogsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AthenaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AthenaClient";
13
+ import {
14
+ ListDataCatalogsInput,
15
+ ListDataCatalogsOutput,
16
+ } from "../models/models_0";
17
+ export interface ListDataCatalogsCommandInput extends ListDataCatalogsInput {}
18
+ export interface ListDataCatalogsCommandOutput
19
+ extends ListDataCatalogsOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListDataCatalogsCommand extends $Command<
23
+ ListDataCatalogsCommandInput,
24
+ ListDataCatalogsCommandOutput,
25
+ AthenaClientResolvedConfig
26
+ > {
27
+ readonly input: ListDataCatalogsCommandInput;
28
+ constructor(input: ListDataCatalogsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AthenaClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListDataCatalogsCommandInput, ListDataCatalogsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
4
- import { ListDatabasesInput, ListDatabasesOutput } from "../models/models_0";
5
- export interface ListDatabasesCommandInput extends ListDatabasesInput {
6
- }
7
- export interface ListDatabasesCommandOutput extends ListDatabasesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDatabasesCommand extends $Command<ListDatabasesCommandInput, ListDatabasesCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: ListDatabasesCommandInput;
12
- constructor(input: ListDatabasesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatabasesCommandInput, ListDatabasesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AthenaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AthenaClient";
13
+ import { ListDatabasesInput, ListDatabasesOutput } from "../models/models_0";
14
+ export interface ListDatabasesCommandInput extends ListDatabasesInput {}
15
+ export interface ListDatabasesCommandOutput
16
+ extends ListDatabasesOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListDatabasesCommand extends $Command<
20
+ ListDatabasesCommandInput,
21
+ ListDatabasesCommandOutput,
22
+ AthenaClientResolvedConfig
23
+ > {
24
+ readonly input: ListDatabasesCommandInput;
25
+ constructor(input: ListDatabasesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AthenaClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListDatabasesCommandInput, ListDatabasesCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
4
- import { ListEngineVersionsInput, ListEngineVersionsOutput } from "../models/models_0";
5
- export interface ListEngineVersionsCommandInput extends ListEngineVersionsInput {
6
- }
7
- export interface ListEngineVersionsCommandOutput extends ListEngineVersionsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListEngineVersionsCommand extends $Command<ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: ListEngineVersionsCommandInput;
12
- constructor(input: ListEngineVersionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AthenaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AthenaClient";
13
+ import {
14
+ ListEngineVersionsInput,
15
+ ListEngineVersionsOutput,
16
+ } from "../models/models_0";
17
+ export interface ListEngineVersionsCommandInput
18
+ extends ListEngineVersionsInput {}
19
+ export interface ListEngineVersionsCommandOutput
20
+ extends ListEngineVersionsOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListEngineVersionsCommand extends $Command<
24
+ ListEngineVersionsCommandInput,
25
+ ListEngineVersionsCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: ListEngineVersionsCommandInput;
29
+ constructor(input: ListEngineVersionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
4
- import { ListNamedQueriesInput, ListNamedQueriesOutput } from "../models/models_0";
5
- export interface ListNamedQueriesCommandInput extends ListNamedQueriesInput {
6
- }
7
- export interface ListNamedQueriesCommandOutput extends ListNamedQueriesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListNamedQueriesCommand extends $Command<ListNamedQueriesCommandInput, ListNamedQueriesCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: ListNamedQueriesCommandInput;
12
- constructor(input: ListNamedQueriesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNamedQueriesCommandInput, ListNamedQueriesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AthenaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AthenaClient";
13
+ import {
14
+ ListNamedQueriesInput,
15
+ ListNamedQueriesOutput,
16
+ } from "../models/models_0";
17
+ export interface ListNamedQueriesCommandInput extends ListNamedQueriesInput {}
18
+ export interface ListNamedQueriesCommandOutput
19
+ extends ListNamedQueriesOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListNamedQueriesCommand extends $Command<
23
+ ListNamedQueriesCommandInput,
24
+ ListNamedQueriesCommandOutput,
25
+ AthenaClientResolvedConfig
26
+ > {
27
+ readonly input: ListNamedQueriesCommandInput;
28
+ constructor(input: ListNamedQueriesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AthenaClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListNamedQueriesCommandInput, ListNamedQueriesCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
4
- import { ListPreparedStatementsInput, ListPreparedStatementsOutput } from "../models/models_0";
5
- export interface ListPreparedStatementsCommandInput extends ListPreparedStatementsInput {
6
- }
7
- export interface ListPreparedStatementsCommandOutput extends ListPreparedStatementsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPreparedStatementsCommand extends $Command<ListPreparedStatementsCommandInput, ListPreparedStatementsCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: ListPreparedStatementsCommandInput;
12
- constructor(input: ListPreparedStatementsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPreparedStatementsCommandInput, ListPreparedStatementsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AthenaClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AthenaClient";
13
+ import {
14
+ ListPreparedStatementsInput,
15
+ ListPreparedStatementsOutput,
16
+ } from "../models/models_0";
17
+ export interface ListPreparedStatementsCommandInput
18
+ extends ListPreparedStatementsInput {}
19
+ export interface ListPreparedStatementsCommandOutput
20
+ extends ListPreparedStatementsOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListPreparedStatementsCommand extends $Command<
24
+ ListPreparedStatementsCommandInput,
25
+ ListPreparedStatementsCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: ListPreparedStatementsCommandInput;
29
+ constructor(input: ListPreparedStatementsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListPreparedStatementsCommandInput,
37
+ ListPreparedStatementsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }