@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,113 +1,449 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { BatchGetNamedQueryCommandInput, BatchGetNamedQueryCommandOutput } from "../commands/BatchGetNamedQueryCommand";
4
- import { BatchGetPreparedStatementCommandInput, BatchGetPreparedStatementCommandOutput } from "../commands/BatchGetPreparedStatementCommand";
5
- import { BatchGetQueryExecutionCommandInput, BatchGetQueryExecutionCommandOutput } from "../commands/BatchGetQueryExecutionCommand";
6
- import { CreateDataCatalogCommandInput, CreateDataCatalogCommandOutput } from "../commands/CreateDataCatalogCommand";
7
- import { CreateNamedQueryCommandInput, CreateNamedQueryCommandOutput } from "../commands/CreateNamedQueryCommand";
8
- import { CreatePreparedStatementCommandInput, CreatePreparedStatementCommandOutput } from "../commands/CreatePreparedStatementCommand";
9
- import { CreateWorkGroupCommandInput, CreateWorkGroupCommandOutput } from "../commands/CreateWorkGroupCommand";
10
- import { DeleteDataCatalogCommandInput, DeleteDataCatalogCommandOutput } from "../commands/DeleteDataCatalogCommand";
11
- import { DeleteNamedQueryCommandInput, DeleteNamedQueryCommandOutput } from "../commands/DeleteNamedQueryCommand";
12
- import { DeletePreparedStatementCommandInput, DeletePreparedStatementCommandOutput } from "../commands/DeletePreparedStatementCommand";
13
- import { DeleteWorkGroupCommandInput, DeleteWorkGroupCommandOutput } from "../commands/DeleteWorkGroupCommand";
14
- import { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "../commands/GetDatabaseCommand";
15
- import { GetDataCatalogCommandInput, GetDataCatalogCommandOutput } from "../commands/GetDataCatalogCommand";
16
- import { GetNamedQueryCommandInput, GetNamedQueryCommandOutput } from "../commands/GetNamedQueryCommand";
17
- import { GetPreparedStatementCommandInput, GetPreparedStatementCommandOutput } from "../commands/GetPreparedStatementCommand";
18
- import { GetQueryExecutionCommandInput, GetQueryExecutionCommandOutput } from "../commands/GetQueryExecutionCommand";
19
- import { GetQueryResultsCommandInput, GetQueryResultsCommandOutput } from "../commands/GetQueryResultsCommand";
20
- import { GetQueryRuntimeStatisticsCommandInput, GetQueryRuntimeStatisticsCommandOutput } from "../commands/GetQueryRuntimeStatisticsCommand";
21
- import { GetTableMetadataCommandInput, GetTableMetadataCommandOutput } from "../commands/GetTableMetadataCommand";
22
- import { GetWorkGroupCommandInput, GetWorkGroupCommandOutput } from "../commands/GetWorkGroupCommand";
23
- import { ListDatabasesCommandInput, ListDatabasesCommandOutput } from "../commands/ListDatabasesCommand";
24
- import { ListDataCatalogsCommandInput, ListDataCatalogsCommandOutput } from "../commands/ListDataCatalogsCommand";
25
- import { ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput } from "../commands/ListEngineVersionsCommand";
26
- import { ListNamedQueriesCommandInput, ListNamedQueriesCommandOutput } from "../commands/ListNamedQueriesCommand";
27
- import { ListPreparedStatementsCommandInput, ListPreparedStatementsCommandOutput } from "../commands/ListPreparedStatementsCommand";
28
- import { ListQueryExecutionsCommandInput, ListQueryExecutionsCommandOutput } from "../commands/ListQueryExecutionsCommand";
29
- import { ListTableMetadataCommandInput, ListTableMetadataCommandOutput } from "../commands/ListTableMetadataCommand";
30
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
31
- import { ListWorkGroupsCommandInput, ListWorkGroupsCommandOutput } from "../commands/ListWorkGroupsCommand";
32
- import { StartQueryExecutionCommandInput, StartQueryExecutionCommandOutput } from "../commands/StartQueryExecutionCommand";
33
- import { StopQueryExecutionCommandInput, StopQueryExecutionCommandOutput } from "../commands/StopQueryExecutionCommand";
34
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
35
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
36
- import { UpdateDataCatalogCommandInput, UpdateDataCatalogCommandOutput } from "../commands/UpdateDataCatalogCommand";
37
- import { UpdateNamedQueryCommandInput, UpdateNamedQueryCommandOutput } from "../commands/UpdateNamedQueryCommand";
38
- import { UpdatePreparedStatementCommandInput, UpdatePreparedStatementCommandOutput } from "../commands/UpdatePreparedStatementCommand";
39
- import { UpdateWorkGroupCommandInput, UpdateWorkGroupCommandOutput } from "../commands/UpdateWorkGroupCommand";
40
- export declare const serializeAws_json1_1BatchGetNamedQueryCommand: (input: BatchGetNamedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_json1_1BatchGetPreparedStatementCommand: (input: BatchGetPreparedStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_json1_1BatchGetQueryExecutionCommand: (input: BatchGetQueryExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_json1_1CreateDataCatalogCommand: (input: CreateDataCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_json1_1CreateNamedQueryCommand: (input: CreateNamedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_json1_1CreatePreparedStatementCommand: (input: CreatePreparedStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_json1_1CreateWorkGroupCommand: (input: CreateWorkGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_json1_1DeleteDataCatalogCommand: (input: DeleteDataCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_1DeleteNamedQueryCommand: (input: DeleteNamedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_1DeletePreparedStatementCommand: (input: DeletePreparedStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_1DeleteWorkGroupCommand: (input: DeleteWorkGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_1GetDatabaseCommand: (input: GetDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1GetDataCatalogCommand: (input: GetDataCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1GetNamedQueryCommand: (input: GetNamedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1GetPreparedStatementCommand: (input: GetPreparedStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1GetQueryExecutionCommand: (input: GetQueryExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1GetQueryResultsCommand: (input: GetQueryResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1GetQueryRuntimeStatisticsCommand: (input: GetQueryRuntimeStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1GetTableMetadataCommand: (input: GetTableMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1GetWorkGroupCommand: (input: GetWorkGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1ListDatabasesCommand: (input: ListDatabasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1ListDataCatalogsCommand: (input: ListDataCatalogsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1ListEngineVersionsCommand: (input: ListEngineVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1ListNamedQueriesCommand: (input: ListNamedQueriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1ListPreparedStatementsCommand: (input: ListPreparedStatementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1ListQueryExecutionsCommand: (input: ListQueryExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1ListTableMetadataCommand: (input: ListTableMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1ListWorkGroupsCommand: (input: ListWorkGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1StartQueryExecutionCommand: (input: StartQueryExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1StopQueryExecutionCommand: (input: StopQueryExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1UpdateDataCatalogCommand: (input: UpdateDataCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1UpdateNamedQueryCommand: (input: UpdateNamedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1UpdatePreparedStatementCommand: (input: UpdatePreparedStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1UpdateWorkGroupCommand: (input: UpdateWorkGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const deserializeAws_json1_1BatchGetNamedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetNamedQueryCommandOutput>;
78
- export declare const deserializeAws_json1_1BatchGetPreparedStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetPreparedStatementCommandOutput>;
79
- export declare const deserializeAws_json1_1BatchGetQueryExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetQueryExecutionCommandOutput>;
80
- export declare const deserializeAws_json1_1CreateDataCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataCatalogCommandOutput>;
81
- export declare const deserializeAws_json1_1CreateNamedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNamedQueryCommandOutput>;
82
- export declare const deserializeAws_json1_1CreatePreparedStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePreparedStatementCommandOutput>;
83
- export declare const deserializeAws_json1_1CreateWorkGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkGroupCommandOutput>;
84
- export declare const deserializeAws_json1_1DeleteDataCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataCatalogCommandOutput>;
85
- export declare const deserializeAws_json1_1DeleteNamedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNamedQueryCommandOutput>;
86
- export declare const deserializeAws_json1_1DeletePreparedStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePreparedStatementCommandOutput>;
87
- export declare const deserializeAws_json1_1DeleteWorkGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkGroupCommandOutput>;
88
- export declare const deserializeAws_json1_1GetDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDatabaseCommandOutput>;
89
- export declare const deserializeAws_json1_1GetDataCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataCatalogCommandOutput>;
90
- export declare const deserializeAws_json1_1GetNamedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNamedQueryCommandOutput>;
91
- export declare const deserializeAws_json1_1GetPreparedStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPreparedStatementCommandOutput>;
92
- export declare const deserializeAws_json1_1GetQueryExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryExecutionCommandOutput>;
93
- export declare const deserializeAws_json1_1GetQueryResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryResultsCommandOutput>;
94
- export declare const deserializeAws_json1_1GetQueryRuntimeStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryRuntimeStatisticsCommandOutput>;
95
- export declare const deserializeAws_json1_1GetTableMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableMetadataCommandOutput>;
96
- export declare const deserializeAws_json1_1GetWorkGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkGroupCommandOutput>;
97
- export declare const deserializeAws_json1_1ListDatabasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatabasesCommandOutput>;
98
- export declare const deserializeAws_json1_1ListDataCatalogsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataCatalogsCommandOutput>;
99
- export declare const deserializeAws_json1_1ListEngineVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEngineVersionsCommandOutput>;
100
- export declare const deserializeAws_json1_1ListNamedQueriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNamedQueriesCommandOutput>;
101
- export declare const deserializeAws_json1_1ListPreparedStatementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPreparedStatementsCommandOutput>;
102
- export declare const deserializeAws_json1_1ListQueryExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueryExecutionsCommandOutput>;
103
- export declare const deserializeAws_json1_1ListTableMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTableMetadataCommandOutput>;
104
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
105
- export declare const deserializeAws_json1_1ListWorkGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkGroupsCommandOutput>;
106
- export declare const deserializeAws_json1_1StartQueryExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartQueryExecutionCommandOutput>;
107
- export declare const deserializeAws_json1_1StopQueryExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopQueryExecutionCommandOutput>;
108
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
109
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
110
- export declare const deserializeAws_json1_1UpdateDataCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataCatalogCommandOutput>;
111
- export declare const deserializeAws_json1_1UpdateNamedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNamedQueryCommandOutput>;
112
- export declare const deserializeAws_json1_1UpdatePreparedStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePreparedStatementCommandOutput>;
113
- export declare const deserializeAws_json1_1UpdateWorkGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkGroupCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ BatchGetNamedQueryCommandInput,
8
+ BatchGetNamedQueryCommandOutput,
9
+ } from "../commands/BatchGetNamedQueryCommand";
10
+ import {
11
+ BatchGetPreparedStatementCommandInput,
12
+ BatchGetPreparedStatementCommandOutput,
13
+ } from "../commands/BatchGetPreparedStatementCommand";
14
+ import {
15
+ BatchGetQueryExecutionCommandInput,
16
+ BatchGetQueryExecutionCommandOutput,
17
+ } from "../commands/BatchGetQueryExecutionCommand";
18
+ import {
19
+ CreateDataCatalogCommandInput,
20
+ CreateDataCatalogCommandOutput,
21
+ } from "../commands/CreateDataCatalogCommand";
22
+ import {
23
+ CreateNamedQueryCommandInput,
24
+ CreateNamedQueryCommandOutput,
25
+ } from "../commands/CreateNamedQueryCommand";
26
+ import {
27
+ CreatePreparedStatementCommandInput,
28
+ CreatePreparedStatementCommandOutput,
29
+ } from "../commands/CreatePreparedStatementCommand";
30
+ import {
31
+ CreateWorkGroupCommandInput,
32
+ CreateWorkGroupCommandOutput,
33
+ } from "../commands/CreateWorkGroupCommand";
34
+ import {
35
+ DeleteDataCatalogCommandInput,
36
+ DeleteDataCatalogCommandOutput,
37
+ } from "../commands/DeleteDataCatalogCommand";
38
+ import {
39
+ DeleteNamedQueryCommandInput,
40
+ DeleteNamedQueryCommandOutput,
41
+ } from "../commands/DeleteNamedQueryCommand";
42
+ import {
43
+ DeletePreparedStatementCommandInput,
44
+ DeletePreparedStatementCommandOutput,
45
+ } from "../commands/DeletePreparedStatementCommand";
46
+ import {
47
+ DeleteWorkGroupCommandInput,
48
+ DeleteWorkGroupCommandOutput,
49
+ } from "../commands/DeleteWorkGroupCommand";
50
+ import {
51
+ GetDatabaseCommandInput,
52
+ GetDatabaseCommandOutput,
53
+ } from "../commands/GetDatabaseCommand";
54
+ import {
55
+ GetDataCatalogCommandInput,
56
+ GetDataCatalogCommandOutput,
57
+ } from "../commands/GetDataCatalogCommand";
58
+ import {
59
+ GetNamedQueryCommandInput,
60
+ GetNamedQueryCommandOutput,
61
+ } from "../commands/GetNamedQueryCommand";
62
+ import {
63
+ GetPreparedStatementCommandInput,
64
+ GetPreparedStatementCommandOutput,
65
+ } from "../commands/GetPreparedStatementCommand";
66
+ import {
67
+ GetQueryExecutionCommandInput,
68
+ GetQueryExecutionCommandOutput,
69
+ } from "../commands/GetQueryExecutionCommand";
70
+ import {
71
+ GetQueryResultsCommandInput,
72
+ GetQueryResultsCommandOutput,
73
+ } from "../commands/GetQueryResultsCommand";
74
+ import {
75
+ GetQueryRuntimeStatisticsCommandInput,
76
+ GetQueryRuntimeStatisticsCommandOutput,
77
+ } from "../commands/GetQueryRuntimeStatisticsCommand";
78
+ import {
79
+ GetTableMetadataCommandInput,
80
+ GetTableMetadataCommandOutput,
81
+ } from "../commands/GetTableMetadataCommand";
82
+ import {
83
+ GetWorkGroupCommandInput,
84
+ GetWorkGroupCommandOutput,
85
+ } from "../commands/GetWorkGroupCommand";
86
+ import {
87
+ ListDatabasesCommandInput,
88
+ ListDatabasesCommandOutput,
89
+ } from "../commands/ListDatabasesCommand";
90
+ import {
91
+ ListDataCatalogsCommandInput,
92
+ ListDataCatalogsCommandOutput,
93
+ } from "../commands/ListDataCatalogsCommand";
94
+ import {
95
+ ListEngineVersionsCommandInput,
96
+ ListEngineVersionsCommandOutput,
97
+ } from "../commands/ListEngineVersionsCommand";
98
+ import {
99
+ ListNamedQueriesCommandInput,
100
+ ListNamedQueriesCommandOutput,
101
+ } from "../commands/ListNamedQueriesCommand";
102
+ import {
103
+ ListPreparedStatementsCommandInput,
104
+ ListPreparedStatementsCommandOutput,
105
+ } from "../commands/ListPreparedStatementsCommand";
106
+ import {
107
+ ListQueryExecutionsCommandInput,
108
+ ListQueryExecutionsCommandOutput,
109
+ } from "../commands/ListQueryExecutionsCommand";
110
+ import {
111
+ ListTableMetadataCommandInput,
112
+ ListTableMetadataCommandOutput,
113
+ } from "../commands/ListTableMetadataCommand";
114
+ import {
115
+ ListTagsForResourceCommandInput,
116
+ ListTagsForResourceCommandOutput,
117
+ } from "../commands/ListTagsForResourceCommand";
118
+ import {
119
+ ListWorkGroupsCommandInput,
120
+ ListWorkGroupsCommandOutput,
121
+ } from "../commands/ListWorkGroupsCommand";
122
+ import {
123
+ StartQueryExecutionCommandInput,
124
+ StartQueryExecutionCommandOutput,
125
+ } from "../commands/StartQueryExecutionCommand";
126
+ import {
127
+ StopQueryExecutionCommandInput,
128
+ StopQueryExecutionCommandOutput,
129
+ } from "../commands/StopQueryExecutionCommand";
130
+ import {
131
+ TagResourceCommandInput,
132
+ TagResourceCommandOutput,
133
+ } from "../commands/TagResourceCommand";
134
+ import {
135
+ UntagResourceCommandInput,
136
+ UntagResourceCommandOutput,
137
+ } from "../commands/UntagResourceCommand";
138
+ import {
139
+ UpdateDataCatalogCommandInput,
140
+ UpdateDataCatalogCommandOutput,
141
+ } from "../commands/UpdateDataCatalogCommand";
142
+ import {
143
+ UpdateNamedQueryCommandInput,
144
+ UpdateNamedQueryCommandOutput,
145
+ } from "../commands/UpdateNamedQueryCommand";
146
+ import {
147
+ UpdatePreparedStatementCommandInput,
148
+ UpdatePreparedStatementCommandOutput,
149
+ } from "../commands/UpdatePreparedStatementCommand";
150
+ import {
151
+ UpdateWorkGroupCommandInput,
152
+ UpdateWorkGroupCommandOutput,
153
+ } from "../commands/UpdateWorkGroupCommand";
154
+ export declare const serializeAws_json1_1BatchGetNamedQueryCommand: (
155
+ input: BatchGetNamedQueryCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_json1_1BatchGetPreparedStatementCommand: (
159
+ input: BatchGetPreparedStatementCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_json1_1BatchGetQueryExecutionCommand: (
163
+ input: BatchGetQueryExecutionCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_json1_1CreateDataCatalogCommand: (
167
+ input: CreateDataCatalogCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_json1_1CreateNamedQueryCommand: (
171
+ input: CreateNamedQueryCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_json1_1CreatePreparedStatementCommand: (
175
+ input: CreatePreparedStatementCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_json1_1CreateWorkGroupCommand: (
179
+ input: CreateWorkGroupCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_json1_1DeleteDataCatalogCommand: (
183
+ input: DeleteDataCatalogCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_json1_1DeleteNamedQueryCommand: (
187
+ input: DeleteNamedQueryCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_json1_1DeletePreparedStatementCommand: (
191
+ input: DeletePreparedStatementCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_json1_1DeleteWorkGroupCommand: (
195
+ input: DeleteWorkGroupCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_json1_1GetDatabaseCommand: (
199
+ input: GetDatabaseCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_json1_1GetDataCatalogCommand: (
203
+ input: GetDataCatalogCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_json1_1GetNamedQueryCommand: (
207
+ input: GetNamedQueryCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_json1_1GetPreparedStatementCommand: (
211
+ input: GetPreparedStatementCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_json1_1GetQueryExecutionCommand: (
215
+ input: GetQueryExecutionCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_json1_1GetQueryResultsCommand: (
219
+ input: GetQueryResultsCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_json1_1GetQueryRuntimeStatisticsCommand: (
223
+ input: GetQueryRuntimeStatisticsCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_json1_1GetTableMetadataCommand: (
227
+ input: GetTableMetadataCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_json1_1GetWorkGroupCommand: (
231
+ input: GetWorkGroupCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_json1_1ListDatabasesCommand: (
235
+ input: ListDatabasesCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_json1_1ListDataCatalogsCommand: (
239
+ input: ListDataCatalogsCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_json1_1ListEngineVersionsCommand: (
243
+ input: ListEngineVersionsCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_json1_1ListNamedQueriesCommand: (
247
+ input: ListNamedQueriesCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_json1_1ListPreparedStatementsCommand: (
251
+ input: ListPreparedStatementsCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_json1_1ListQueryExecutionsCommand: (
255
+ input: ListQueryExecutionsCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_json1_1ListTableMetadataCommand: (
259
+ input: ListTableMetadataCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
263
+ input: ListTagsForResourceCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_1ListWorkGroupsCommand: (
267
+ input: ListWorkGroupsCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_1StartQueryExecutionCommand: (
271
+ input: StartQueryExecutionCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1StopQueryExecutionCommand: (
275
+ input: StopQueryExecutionCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1TagResourceCommand: (
279
+ input: TagResourceCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1UntagResourceCommand: (
283
+ input: UntagResourceCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_json1_1UpdateDataCatalogCommand: (
287
+ input: UpdateDataCatalogCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_1UpdateNamedQueryCommand: (
291
+ input: UpdateNamedQueryCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_json1_1UpdatePreparedStatementCommand: (
295
+ input: UpdatePreparedStatementCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_json1_1UpdateWorkGroupCommand: (
299
+ input: UpdateWorkGroupCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const deserializeAws_json1_1BatchGetNamedQueryCommand: (
303
+ output: __HttpResponse,
304
+ context: __SerdeContext
305
+ ) => Promise<BatchGetNamedQueryCommandOutput>;
306
+ export declare const deserializeAws_json1_1BatchGetPreparedStatementCommand: (
307
+ output: __HttpResponse,
308
+ context: __SerdeContext
309
+ ) => Promise<BatchGetPreparedStatementCommandOutput>;
310
+ export declare const deserializeAws_json1_1BatchGetQueryExecutionCommand: (
311
+ output: __HttpResponse,
312
+ context: __SerdeContext
313
+ ) => Promise<BatchGetQueryExecutionCommandOutput>;
314
+ export declare const deserializeAws_json1_1CreateDataCatalogCommand: (
315
+ output: __HttpResponse,
316
+ context: __SerdeContext
317
+ ) => Promise<CreateDataCatalogCommandOutput>;
318
+ export declare const deserializeAws_json1_1CreateNamedQueryCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<CreateNamedQueryCommandOutput>;
322
+ export declare const deserializeAws_json1_1CreatePreparedStatementCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<CreatePreparedStatementCommandOutput>;
326
+ export declare const deserializeAws_json1_1CreateWorkGroupCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<CreateWorkGroupCommandOutput>;
330
+ export declare const deserializeAws_json1_1DeleteDataCatalogCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<DeleteDataCatalogCommandOutput>;
334
+ export declare const deserializeAws_json1_1DeleteNamedQueryCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<DeleteNamedQueryCommandOutput>;
338
+ export declare const deserializeAws_json1_1DeletePreparedStatementCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<DeletePreparedStatementCommandOutput>;
342
+ export declare const deserializeAws_json1_1DeleteWorkGroupCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<DeleteWorkGroupCommandOutput>;
346
+ export declare const deserializeAws_json1_1GetDatabaseCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<GetDatabaseCommandOutput>;
350
+ export declare const deserializeAws_json1_1GetDataCatalogCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<GetDataCatalogCommandOutput>;
354
+ export declare const deserializeAws_json1_1GetNamedQueryCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<GetNamedQueryCommandOutput>;
358
+ export declare const deserializeAws_json1_1GetPreparedStatementCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<GetPreparedStatementCommandOutput>;
362
+ export declare const deserializeAws_json1_1GetQueryExecutionCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<GetQueryExecutionCommandOutput>;
366
+ export declare const deserializeAws_json1_1GetQueryResultsCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<GetQueryResultsCommandOutput>;
370
+ export declare const deserializeAws_json1_1GetQueryRuntimeStatisticsCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<GetQueryRuntimeStatisticsCommandOutput>;
374
+ export declare const deserializeAws_json1_1GetTableMetadataCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<GetTableMetadataCommandOutput>;
378
+ export declare const deserializeAws_json1_1GetWorkGroupCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<GetWorkGroupCommandOutput>;
382
+ export declare const deserializeAws_json1_1ListDatabasesCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<ListDatabasesCommandOutput>;
386
+ export declare const deserializeAws_json1_1ListDataCatalogsCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<ListDataCatalogsCommandOutput>;
390
+ export declare const deserializeAws_json1_1ListEngineVersionsCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<ListEngineVersionsCommandOutput>;
394
+ export declare const deserializeAws_json1_1ListNamedQueriesCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<ListNamedQueriesCommandOutput>;
398
+ export declare const deserializeAws_json1_1ListPreparedStatementsCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<ListPreparedStatementsCommandOutput>;
402
+ export declare const deserializeAws_json1_1ListQueryExecutionsCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<ListQueryExecutionsCommandOutput>;
406
+ export declare const deserializeAws_json1_1ListTableMetadataCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<ListTableMetadataCommandOutput>;
410
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<ListTagsForResourceCommandOutput>;
414
+ export declare const deserializeAws_json1_1ListWorkGroupsCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<ListWorkGroupsCommandOutput>;
418
+ export declare const deserializeAws_json1_1StartQueryExecutionCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<StartQueryExecutionCommandOutput>;
422
+ export declare const deserializeAws_json1_1StopQueryExecutionCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<StopQueryExecutionCommandOutput>;
426
+ export declare const deserializeAws_json1_1TagResourceCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<TagResourceCommandOutput>;
430
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<UntagResourceCommandOutput>;
434
+ export declare const deserializeAws_json1_1UpdateDataCatalogCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<UpdateDataCatalogCommandOutput>;
438
+ export declare const deserializeAws_json1_1UpdateNamedQueryCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<UpdateNamedQueryCommandOutput>;
442
+ export declare const deserializeAws_json1_1UpdatePreparedStatementCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<UpdatePreparedStatementCommandOutput>;
446
+ export declare const deserializeAws_json1_1UpdateWorkGroupCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<UpdateWorkGroupCommandOutput>;