@aws-sdk/client-athena 3.168.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 +16 -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,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 { ListQueryExecutionsInput, ListQueryExecutionsOutput } from "../models/models_0";
5
- export interface ListQueryExecutionsCommandInput extends ListQueryExecutionsInput {
6
- }
7
- export interface ListQueryExecutionsCommandOutput extends ListQueryExecutionsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListQueryExecutionsCommand extends $Command<ListQueryExecutionsCommandInput, ListQueryExecutionsCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: ListQueryExecutionsCommandInput;
12
- constructor(input: ListQueryExecutionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListQueryExecutionsCommandInput, ListQueryExecutionsCommandOutput>;
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
+ ListQueryExecutionsInput,
15
+ ListQueryExecutionsOutput,
16
+ } from "../models/models_0";
17
+ export interface ListQueryExecutionsCommandInput
18
+ extends ListQueryExecutionsInput {}
19
+ export interface ListQueryExecutionsCommandOutput
20
+ extends ListQueryExecutionsOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListQueryExecutionsCommand extends $Command<
24
+ ListQueryExecutionsCommandInput,
25
+ ListQueryExecutionsCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: ListQueryExecutionsCommandInput;
29
+ constructor(input: ListQueryExecutionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListQueryExecutionsCommandInput, ListQueryExecutionsCommandOutput>;
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 { ListTableMetadataInput, ListTableMetadataOutput } from "../models/models_0";
5
- export interface ListTableMetadataCommandInput extends ListTableMetadataInput {
6
- }
7
- export interface ListTableMetadataCommandOutput extends ListTableMetadataOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTableMetadataCommand extends $Command<ListTableMetadataCommandInput, ListTableMetadataCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: ListTableMetadataCommandInput;
12
- constructor(input: ListTableMetadataCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTableMetadataCommandInput, ListTableMetadataCommandOutput>;
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
+ ListTableMetadataInput,
15
+ ListTableMetadataOutput,
16
+ } from "../models/models_0";
17
+ export interface ListTableMetadataCommandInput extends ListTableMetadataInput {}
18
+ export interface ListTableMetadataCommandOutput
19
+ extends ListTableMetadataOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListTableMetadataCommand extends $Command<
23
+ ListTableMetadataCommandInput,
24
+ ListTableMetadataCommandOutput,
25
+ AthenaClientResolvedConfig
26
+ > {
27
+ readonly input: ListTableMetadataCommandInput;
28
+ constructor(input: ListTableMetadataCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AthenaClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListTableMetadataCommandInput, ListTableMetadataCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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
+ ListTagsForResourceInput,
15
+ ListTagsForResourceOutput,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceInput {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListTagsForResourceCommand extends $Command<
24
+ ListTagsForResourceCommandInput,
25
+ ListTagsForResourceCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: ListTagsForResourceCommandInput;
29
+ constructor(input: ListTagsForResourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { ListWorkGroupsInput, ListWorkGroupsOutput } from "../models/models_0";
5
- export interface ListWorkGroupsCommandInput extends ListWorkGroupsInput {
6
- }
7
- export interface ListWorkGroupsCommandOutput extends ListWorkGroupsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListWorkGroupsCommand extends $Command<ListWorkGroupsCommandInput, ListWorkGroupsCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: ListWorkGroupsCommandInput;
12
- constructor(input: ListWorkGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkGroupsCommandInput, ListWorkGroupsCommandOutput>;
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 { ListWorkGroupsInput, ListWorkGroupsOutput } from "../models/models_0";
14
+ export interface ListWorkGroupsCommandInput extends ListWorkGroupsInput {}
15
+ export interface ListWorkGroupsCommandOutput
16
+ extends ListWorkGroupsOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListWorkGroupsCommand extends $Command<
20
+ ListWorkGroupsCommandInput,
21
+ ListWorkGroupsCommandOutput,
22
+ AthenaClientResolvedConfig
23
+ > {
24
+ readonly input: ListWorkGroupsCommandInput;
25
+ constructor(input: ListWorkGroupsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AthenaClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListWorkGroupsCommandInput, ListWorkGroupsCommandOutput>;
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 { StartQueryExecutionInput, StartQueryExecutionOutput } from "../models/models_0";
5
- export interface StartQueryExecutionCommandInput extends StartQueryExecutionInput {
6
- }
7
- export interface StartQueryExecutionCommandOutput extends StartQueryExecutionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class StartQueryExecutionCommand extends $Command<StartQueryExecutionCommandInput, StartQueryExecutionCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: StartQueryExecutionCommandInput;
12
- constructor(input: StartQueryExecutionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartQueryExecutionCommandInput, StartQueryExecutionCommandOutput>;
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
+ StartQueryExecutionInput,
15
+ StartQueryExecutionOutput,
16
+ } from "../models/models_0";
17
+ export interface StartQueryExecutionCommandInput
18
+ extends StartQueryExecutionInput {}
19
+ export interface StartQueryExecutionCommandOutput
20
+ extends StartQueryExecutionOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StartQueryExecutionCommand extends $Command<
24
+ StartQueryExecutionCommandInput,
25
+ StartQueryExecutionCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: StartQueryExecutionCommandInput;
29
+ constructor(input: StartQueryExecutionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<StartQueryExecutionCommandInput, StartQueryExecutionCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { StopQueryExecutionInput, StopQueryExecutionOutput } from "../models/models_0";
5
- export interface StopQueryExecutionCommandInput extends StopQueryExecutionInput {
6
- }
7
- export interface StopQueryExecutionCommandOutput extends StopQueryExecutionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class StopQueryExecutionCommand extends $Command<StopQueryExecutionCommandInput, StopQueryExecutionCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: StopQueryExecutionCommandInput;
12
- constructor(input: StopQueryExecutionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopQueryExecutionCommandInput, StopQueryExecutionCommandOutput>;
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
+ StopQueryExecutionInput,
15
+ StopQueryExecutionOutput,
16
+ } from "../models/models_0";
17
+ export interface StopQueryExecutionCommandInput
18
+ extends StopQueryExecutionInput {}
19
+ export interface StopQueryExecutionCommandOutput
20
+ extends StopQueryExecutionOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StopQueryExecutionCommand extends $Command<
24
+ StopQueryExecutionCommandInput,
25
+ StopQueryExecutionCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: StopQueryExecutionCommandInput;
29
+ constructor(input: StopQueryExecutionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<StopQueryExecutionCommandInput, StopQueryExecutionCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { TagResourceInput, TagResourceOutput } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceInput {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { TagResourceInput, TagResourceOutput } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceInput {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class TagResourceCommand extends $Command<
20
+ TagResourceCommandInput,
21
+ TagResourceCommandOutput,
22
+ AthenaClientResolvedConfig
23
+ > {
24
+ readonly input: TagResourceCommandInput;
25
+ constructor(input: TagResourceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AthenaClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceInput {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
14
+ export interface UntagResourceCommandInput extends UntagResourceInput {}
15
+ export interface UntagResourceCommandOutput
16
+ extends UntagResourceOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UntagResourceCommand extends $Command<
20
+ UntagResourceCommandInput,
21
+ UntagResourceCommandOutput,
22
+ AthenaClientResolvedConfig
23
+ > {
24
+ readonly input: UntagResourceCommandInput;
25
+ constructor(input: UntagResourceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AthenaClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UpdateDataCatalogInput, UpdateDataCatalogOutput } from "../models/models_0";
5
- export interface UpdateDataCatalogCommandInput extends UpdateDataCatalogInput {
6
- }
7
- export interface UpdateDataCatalogCommandOutput extends UpdateDataCatalogOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateDataCatalogCommand extends $Command<UpdateDataCatalogCommandInput, UpdateDataCatalogCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: UpdateDataCatalogCommandInput;
12
- constructor(input: UpdateDataCatalogCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDataCatalogCommandInput, UpdateDataCatalogCommandOutput>;
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
+ UpdateDataCatalogInput,
15
+ UpdateDataCatalogOutput,
16
+ } from "../models/models_0";
17
+ export interface UpdateDataCatalogCommandInput extends UpdateDataCatalogInput {}
18
+ export interface UpdateDataCatalogCommandOutput
19
+ extends UpdateDataCatalogOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateDataCatalogCommand extends $Command<
23
+ UpdateDataCatalogCommandInput,
24
+ UpdateDataCatalogCommandOutput,
25
+ AthenaClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateDataCatalogCommandInput;
28
+ constructor(input: UpdateDataCatalogCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AthenaClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateDataCatalogCommandInput, UpdateDataCatalogCommandOutput>;
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 { UpdateNamedQueryInput, UpdateNamedQueryOutput } from "../models/models_0";
5
- export interface UpdateNamedQueryCommandInput extends UpdateNamedQueryInput {
6
- }
7
- export interface UpdateNamedQueryCommandOutput extends UpdateNamedQueryOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateNamedQueryCommand extends $Command<UpdateNamedQueryCommandInput, UpdateNamedQueryCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: UpdateNamedQueryCommandInput;
12
- constructor(input: UpdateNamedQueryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNamedQueryCommandInput, UpdateNamedQueryCommandOutput>;
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
+ UpdateNamedQueryInput,
15
+ UpdateNamedQueryOutput,
16
+ } from "../models/models_0";
17
+ export interface UpdateNamedQueryCommandInput extends UpdateNamedQueryInput {}
18
+ export interface UpdateNamedQueryCommandOutput
19
+ extends UpdateNamedQueryOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateNamedQueryCommand extends $Command<
23
+ UpdateNamedQueryCommandInput,
24
+ UpdateNamedQueryCommandOutput,
25
+ AthenaClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateNamedQueryCommandInput;
28
+ constructor(input: UpdateNamedQueryCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AthenaClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateNamedQueryCommandInput, UpdateNamedQueryCommandOutput>;
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 { UpdatePreparedStatementInput, UpdatePreparedStatementOutput } from "../models/models_0";
5
- export interface UpdatePreparedStatementCommandInput extends UpdatePreparedStatementInput {
6
- }
7
- export interface UpdatePreparedStatementCommandOutput extends UpdatePreparedStatementOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdatePreparedStatementCommand extends $Command<UpdatePreparedStatementCommandInput, UpdatePreparedStatementCommandOutput, AthenaClientResolvedConfig> {
11
- readonly input: UpdatePreparedStatementCommandInput;
12
- constructor(input: UpdatePreparedStatementCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AthenaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePreparedStatementCommandInput, UpdatePreparedStatementCommandOutput>;
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
+ UpdatePreparedStatementInput,
15
+ UpdatePreparedStatementOutput,
16
+ } from "../models/models_0";
17
+ export interface UpdatePreparedStatementCommandInput
18
+ extends UpdatePreparedStatementInput {}
19
+ export interface UpdatePreparedStatementCommandOutput
20
+ extends UpdatePreparedStatementOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdatePreparedStatementCommand extends $Command<
24
+ UpdatePreparedStatementCommandInput,
25
+ UpdatePreparedStatementCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: UpdatePreparedStatementCommandInput;
29
+ constructor(input: UpdatePreparedStatementCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdatePreparedStatementCommandInput,
37
+ UpdatePreparedStatementCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }