@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,17 +1,39 @@
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
+ export declare class GetPreparedStatementCommand extends $Command<
23
+ GetPreparedStatementCommandInput,
24
+ GetPreparedStatementCommandOutput,
25
+ AthenaClientResolvedConfig
26
+ > {
27
+ readonly input: GetPreparedStatementCommandInput;
28
+ constructor(input: GetPreparedStatementCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: AthenaClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetPreparedStatementCommandInput,
35
+ GetPreparedStatementCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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
+ export declare class GetQueryExecutionCommand extends $Command<
22
+ GetQueryExecutionCommandInput,
23
+ GetQueryExecutionCommandOutput,
24
+ AthenaClientResolvedConfig
25
+ > {
26
+ readonly input: GetQueryExecutionCommandInput;
27
+ constructor(input: GetQueryExecutionCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AthenaClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetQueryExecutionCommandInput, GetQueryExecutionCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
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
+ export declare class GetQueryResultsCommand extends $Command<
22
+ GetQueryResultsCommandInput,
23
+ GetQueryResultsCommandOutput,
24
+ AthenaClientResolvedConfig
25
+ > {
26
+ readonly input: GetQueryResultsCommandInput;
27
+ constructor(input: GetQueryResultsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AthenaClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetQueryResultsCommandInput, GetQueryResultsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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
+ export declare class GetQueryRuntimeStatisticsCommand extends $Command<
23
+ GetQueryRuntimeStatisticsCommandInput,
24
+ GetQueryRuntimeStatisticsCommandOutput,
25
+ AthenaClientResolvedConfig
26
+ > {
27
+ readonly input: GetQueryRuntimeStatisticsCommandInput;
28
+ constructor(input: GetQueryRuntimeStatisticsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: AthenaClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetQueryRuntimeStatisticsCommandInput,
35
+ GetQueryRuntimeStatisticsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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
+ export declare class GetTableMetadataCommand extends $Command<
22
+ GetTableMetadataCommandInput,
23
+ GetTableMetadataCommandOutput,
24
+ AthenaClientResolvedConfig
25
+ > {
26
+ readonly input: GetTableMetadataCommandInput;
27
+ constructor(input: GetTableMetadataCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AthenaClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetTableMetadataCommandInput, GetTableMetadataCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
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
+ export declare class GetWorkGroupCommand extends $Command<
19
+ GetWorkGroupCommandInput,
20
+ GetWorkGroupCommandOutput,
21
+ AthenaClientResolvedConfig
22
+ > {
23
+ readonly input: GetWorkGroupCommandInput;
24
+ constructor(input: GetWorkGroupCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AthenaClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetWorkGroupCommandInput, GetWorkGroupCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
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
+ export declare class ListDataCatalogsCommand extends $Command<
22
+ ListDataCatalogsCommandInput,
23
+ ListDataCatalogsCommandOutput,
24
+ AthenaClientResolvedConfig
25
+ > {
26
+ readonly input: ListDataCatalogsCommandInput;
27
+ constructor(input: ListDataCatalogsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AthenaClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListDataCatalogsCommandInput, ListDataCatalogsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
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
+ export declare class ListDatabasesCommand extends $Command<
19
+ ListDatabasesCommandInput,
20
+ ListDatabasesCommandOutput,
21
+ AthenaClientResolvedConfig
22
+ > {
23
+ readonly input: ListDatabasesCommandInput;
24
+ constructor(input: ListDatabasesCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AthenaClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListDatabasesCommandInput, ListDatabasesCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,36 @@
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
+ export declare class ListEngineVersionsCommand extends $Command<
23
+ ListEngineVersionsCommandInput,
24
+ ListEngineVersionsCommandOutput,
25
+ AthenaClientResolvedConfig
26
+ > {
27
+ readonly input: ListEngineVersionsCommandInput;
28
+ constructor(input: ListEngineVersionsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: AthenaClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,35 @@
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
+ export declare class ListNamedQueriesCommand extends $Command<
22
+ ListNamedQueriesCommandInput,
23
+ ListNamedQueriesCommandOutput,
24
+ AthenaClientResolvedConfig
25
+ > {
26
+ readonly input: ListNamedQueriesCommandInput;
27
+ constructor(input: ListNamedQueriesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AthenaClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListNamedQueriesCommandInput, ListNamedQueriesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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
+ export declare class ListPreparedStatementsCommand extends $Command<
23
+ ListPreparedStatementsCommandInput,
24
+ ListPreparedStatementsCommandOutput,
25
+ AthenaClientResolvedConfig
26
+ > {
27
+ readonly input: ListPreparedStatementsCommandInput;
28
+ constructor(input: ListPreparedStatementsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: AthenaClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListPreparedStatementsCommandInput,
35
+ ListPreparedStatementsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }