@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Athena.d.ts +633 -190
- package/dist-types/ts3.4/AthenaClient.d.ts +326 -110
- package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +37 -37
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/AthenaServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +877 -1133
- package/dist-types/ts3.4/pagination/GetQueryResultsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListDataCatalogsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatabasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEngineVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNamedQueriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPreparedStatementsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQueryExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTableMetadataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +11 -11
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,113 +1,449 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
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>;
|