@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,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 { CreateDataCatalogInput, CreateDataCatalogOutput } from "../models/models_0";
5
- export interface CreateDataCatalogCommandInput extends CreateDataCatalogInput {
6
- }
7
- export interface CreateDataCatalogCommandOutput extends CreateDataCatalogOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDataCatalogCommand extends $Command<CreateDataCatalogCommandInput, CreateDataCatalogCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: CreateDataCatalogCommandInput;
12
- constructor(input: CreateDataCatalogCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataCatalogCommandInput, CreateDataCatalogCommandOutput>;
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
+ CreateDataCatalogInput,
15
+ CreateDataCatalogOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateDataCatalogCommandInput extends CreateDataCatalogInput {}
18
+ export interface CreateDataCatalogCommandOutput
19
+ extends CreateDataCatalogOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateDataCatalogCommand extends $Command<
23
+ CreateDataCatalogCommandInput,
24
+ CreateDataCatalogCommandOutput,
25
+ AthenaClientResolvedConfig
26
+ > {
27
+ readonly input: CreateDataCatalogCommandInput;
28
+ constructor(input: CreateDataCatalogCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AthenaClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateDataCatalogCommandInput, CreateDataCatalogCommandOutput>;
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 { CreateNamedQueryInput, CreateNamedQueryOutput } from "../models/models_0";
5
- export interface CreateNamedQueryCommandInput extends CreateNamedQueryInput {
6
- }
7
- export interface CreateNamedQueryCommandOutput extends CreateNamedQueryOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateNamedQueryCommand extends $Command<CreateNamedQueryCommandInput, CreateNamedQueryCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: CreateNamedQueryCommandInput;
12
- constructor(input: CreateNamedQueryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateNamedQueryCommandInput, CreateNamedQueryCommandOutput>;
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
+ CreateNamedQueryInput,
15
+ CreateNamedQueryOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateNamedQueryCommandInput extends CreateNamedQueryInput {}
18
+ export interface CreateNamedQueryCommandOutput
19
+ extends CreateNamedQueryOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateNamedQueryCommand extends $Command<
23
+ CreateNamedQueryCommandInput,
24
+ CreateNamedQueryCommandOutput,
25
+ AthenaClientResolvedConfig
26
+ > {
27
+ readonly input: CreateNamedQueryCommandInput;
28
+ constructor(input: CreateNamedQueryCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AthenaClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateNamedQueryCommandInput, CreateNamedQueryCommandOutput>;
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 { CreatePreparedStatementInput, CreatePreparedStatementOutput } from "../models/models_0";
5
- export interface CreatePreparedStatementCommandInput extends CreatePreparedStatementInput {
6
- }
7
- export interface CreatePreparedStatementCommandOutput extends CreatePreparedStatementOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreatePreparedStatementCommand extends $Command<CreatePreparedStatementCommandInput, CreatePreparedStatementCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: CreatePreparedStatementCommandInput;
12
- constructor(input: CreatePreparedStatementCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePreparedStatementCommandInput, CreatePreparedStatementCommandOutput>;
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
+ CreatePreparedStatementInput,
15
+ CreatePreparedStatementOutput,
16
+ } from "../models/models_0";
17
+ export interface CreatePreparedStatementCommandInput
18
+ extends CreatePreparedStatementInput {}
19
+ export interface CreatePreparedStatementCommandOutput
20
+ extends CreatePreparedStatementOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreatePreparedStatementCommand extends $Command<
24
+ CreatePreparedStatementCommandInput,
25
+ CreatePreparedStatementCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: CreatePreparedStatementCommandInput;
29
+ constructor(input: CreatePreparedStatementCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreatePreparedStatementCommandInput,
37
+ CreatePreparedStatementCommandOutput
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 { CreateWorkGroupInput, CreateWorkGroupOutput } from "../models/models_0";
5
- export interface CreateWorkGroupCommandInput extends CreateWorkGroupInput {
6
- }
7
- export interface CreateWorkGroupCommandOutput extends CreateWorkGroupOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateWorkGroupCommand extends $Command<CreateWorkGroupCommandInput, CreateWorkGroupCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: CreateWorkGroupCommandInput;
12
- constructor(input: CreateWorkGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkGroupCommandInput, CreateWorkGroupCommandOutput>;
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
+ CreateWorkGroupInput,
15
+ CreateWorkGroupOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateWorkGroupCommandInput extends CreateWorkGroupInput {}
18
+ export interface CreateWorkGroupCommandOutput
19
+ extends CreateWorkGroupOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateWorkGroupCommand extends $Command<
23
+ CreateWorkGroupCommandInput,
24
+ CreateWorkGroupCommandOutput,
25
+ AthenaClientResolvedConfig
26
+ > {
27
+ readonly input: CreateWorkGroupCommandInput;
28
+ constructor(input: CreateWorkGroupCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AthenaClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateWorkGroupCommandInput, CreateWorkGroupCommandOutput>;
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 { DeleteDataCatalogInput, DeleteDataCatalogOutput } from "../models/models_0";
5
- export interface DeleteDataCatalogCommandInput extends DeleteDataCatalogInput {
6
- }
7
- export interface DeleteDataCatalogCommandOutput extends DeleteDataCatalogOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteDataCatalogCommand extends $Command<DeleteDataCatalogCommandInput, DeleteDataCatalogCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: DeleteDataCatalogCommandInput;
12
- constructor(input: DeleteDataCatalogCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDataCatalogCommandInput, DeleteDataCatalogCommandOutput>;
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
+ DeleteDataCatalogInput,
15
+ DeleteDataCatalogOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteDataCatalogCommandInput extends DeleteDataCatalogInput {}
18
+ export interface DeleteDataCatalogCommandOutput
19
+ extends DeleteDataCatalogOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteDataCatalogCommand extends $Command<
23
+ DeleteDataCatalogCommandInput,
24
+ DeleteDataCatalogCommandOutput,
25
+ AthenaClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteDataCatalogCommandInput;
28
+ constructor(input: DeleteDataCatalogCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AthenaClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteDataCatalogCommandInput, DeleteDataCatalogCommandOutput>;
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 { DeleteNamedQueryInput, DeleteNamedQueryOutput } from "../models/models_0";
5
- export interface DeleteNamedQueryCommandInput extends DeleteNamedQueryInput {
6
- }
7
- export interface DeleteNamedQueryCommandOutput extends DeleteNamedQueryOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteNamedQueryCommand extends $Command<DeleteNamedQueryCommandInput, DeleteNamedQueryCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: DeleteNamedQueryCommandInput;
12
- constructor(input: DeleteNamedQueryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNamedQueryCommandInput, DeleteNamedQueryCommandOutput>;
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
+ DeleteNamedQueryInput,
15
+ DeleteNamedQueryOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteNamedQueryCommandInput extends DeleteNamedQueryInput {}
18
+ export interface DeleteNamedQueryCommandOutput
19
+ extends DeleteNamedQueryOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteNamedQueryCommand extends $Command<
23
+ DeleteNamedQueryCommandInput,
24
+ DeleteNamedQueryCommandOutput,
25
+ AthenaClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteNamedQueryCommandInput;
28
+ constructor(input: DeleteNamedQueryCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AthenaClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteNamedQueryCommandInput, DeleteNamedQueryCommandOutput>;
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 { DeletePreparedStatementInput, DeletePreparedStatementOutput } from "../models/models_0";
5
- export interface DeletePreparedStatementCommandInput extends DeletePreparedStatementInput {
6
- }
7
- export interface DeletePreparedStatementCommandOutput extends DeletePreparedStatementOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePreparedStatementCommand extends $Command<DeletePreparedStatementCommandInput, DeletePreparedStatementCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: DeletePreparedStatementCommandInput;
12
- constructor(input: DeletePreparedStatementCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePreparedStatementCommandInput, DeletePreparedStatementCommandOutput>;
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
+ DeletePreparedStatementInput,
15
+ DeletePreparedStatementOutput,
16
+ } from "../models/models_0";
17
+ export interface DeletePreparedStatementCommandInput
18
+ extends DeletePreparedStatementInput {}
19
+ export interface DeletePreparedStatementCommandOutput
20
+ extends DeletePreparedStatementOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeletePreparedStatementCommand extends $Command<
24
+ DeletePreparedStatementCommandInput,
25
+ DeletePreparedStatementCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: DeletePreparedStatementCommandInput;
29
+ constructor(input: DeletePreparedStatementCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeletePreparedStatementCommandInput,
37
+ DeletePreparedStatementCommandOutput
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 { DeleteWorkGroupInput, DeleteWorkGroupOutput } from "../models/models_0";
5
- export interface DeleteWorkGroupCommandInput extends DeleteWorkGroupInput {
6
- }
7
- export interface DeleteWorkGroupCommandOutput extends DeleteWorkGroupOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteWorkGroupCommand extends $Command<DeleteWorkGroupCommandInput, DeleteWorkGroupCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: DeleteWorkGroupCommandInput;
12
- constructor(input: DeleteWorkGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkGroupCommandInput, DeleteWorkGroupCommandOutput>;
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
+ DeleteWorkGroupInput,
15
+ DeleteWorkGroupOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteWorkGroupCommandInput extends DeleteWorkGroupInput {}
18
+ export interface DeleteWorkGroupCommandOutput
19
+ extends DeleteWorkGroupOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteWorkGroupCommand extends $Command<
23
+ DeleteWorkGroupCommandInput,
24
+ DeleteWorkGroupCommandOutput,
25
+ AthenaClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteWorkGroupCommandInput;
28
+ constructor(input: DeleteWorkGroupCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AthenaClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteWorkGroupCommandInput, DeleteWorkGroupCommandOutput>;
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 { GetDataCatalogInput, GetDataCatalogOutput } from "../models/models_0";
5
- export interface GetDataCatalogCommandInput extends GetDataCatalogInput {
6
- }
7
- export interface GetDataCatalogCommandOutput extends GetDataCatalogOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDataCatalogCommand extends $Command<GetDataCatalogCommandInput, GetDataCatalogCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: GetDataCatalogCommandInput;
12
- constructor(input: GetDataCatalogCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataCatalogCommandInput, GetDataCatalogCommandOutput>;
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 { GetDataCatalogInput, GetDataCatalogOutput } from "../models/models_0";
14
+ export interface GetDataCatalogCommandInput extends GetDataCatalogInput {}
15
+ export interface GetDataCatalogCommandOutput
16
+ extends GetDataCatalogOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetDataCatalogCommand extends $Command<
20
+ GetDataCatalogCommandInput,
21
+ GetDataCatalogCommandOutput,
22
+ AthenaClientResolvedConfig
23
+ > {
24
+ readonly input: GetDataCatalogCommandInput;
25
+ constructor(input: GetDataCatalogCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AthenaClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetDataCatalogCommandInput, GetDataCatalogCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { GetDatabaseInput, GetDatabaseOutput } from "../models/models_0";
5
- export interface GetDatabaseCommandInput extends GetDatabaseInput {
6
- }
7
- export interface GetDatabaseCommandOutput extends GetDatabaseOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDatabaseCommand extends $Command<GetDatabaseCommandInput, GetDatabaseCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: GetDatabaseCommandInput;
12
- constructor(input: GetDatabaseCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDatabaseCommandInput, GetDatabaseCommandOutput>;
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 { GetDatabaseInput, GetDatabaseOutput } from "../models/models_0";
14
+ export interface GetDatabaseCommandInput extends GetDatabaseInput {}
15
+ export interface GetDatabaseCommandOutput
16
+ extends GetDatabaseOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetDatabaseCommand extends $Command<
20
+ GetDatabaseCommandInput,
21
+ GetDatabaseCommandOutput,
22
+ AthenaClientResolvedConfig
23
+ > {
24
+ readonly input: GetDatabaseCommandInput;
25
+ constructor(input: GetDatabaseCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AthenaClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetDatabaseCommandInput, GetDatabaseCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { GetNamedQueryInput, GetNamedQueryOutput } from "../models/models_0";
5
- export interface GetNamedQueryCommandInput extends GetNamedQueryInput {
6
- }
7
- export interface GetNamedQueryCommandOutput extends GetNamedQueryOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetNamedQueryCommand extends $Command<GetNamedQueryCommandInput, GetNamedQueryCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: GetNamedQueryCommandInput;
12
- constructor(input: GetNamedQueryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNamedQueryCommandInput, GetNamedQueryCommandOutput>;
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 { GetNamedQueryInput, GetNamedQueryOutput } from "../models/models_0";
14
+ export interface GetNamedQueryCommandInput extends GetNamedQueryInput {}
15
+ export interface GetNamedQueryCommandOutput
16
+ extends GetNamedQueryOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetNamedQueryCommand extends $Command<
20
+ GetNamedQueryCommandInput,
21
+ GetNamedQueryCommandOutput,
22
+ AthenaClientResolvedConfig
23
+ > {
24
+ readonly input: GetNamedQueryCommandInput;
25
+ constructor(input: GetNamedQueryCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AthenaClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetNamedQueryCommandInput, GetNamedQueryCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }