@aws-sdk/client-athena 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Athena.d.ts +670 -190
- package/dist-types/ts3.4/AthenaClient.d.ts +351 -110
- package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +37 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1227 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,110 +1,351 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
BatchGetNamedQueryCommandInput,
|
|
47
|
+
BatchGetNamedQueryCommandOutput,
|
|
48
|
+
} from "./commands/BatchGetNamedQueryCommand";
|
|
49
|
+
import {
|
|
50
|
+
BatchGetPreparedStatementCommandInput,
|
|
51
|
+
BatchGetPreparedStatementCommandOutput,
|
|
52
|
+
} from "./commands/BatchGetPreparedStatementCommand";
|
|
53
|
+
import {
|
|
54
|
+
BatchGetQueryExecutionCommandInput,
|
|
55
|
+
BatchGetQueryExecutionCommandOutput,
|
|
56
|
+
} from "./commands/BatchGetQueryExecutionCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateDataCatalogCommandInput,
|
|
59
|
+
CreateDataCatalogCommandOutput,
|
|
60
|
+
} from "./commands/CreateDataCatalogCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateNamedQueryCommandInput,
|
|
63
|
+
CreateNamedQueryCommandOutput,
|
|
64
|
+
} from "./commands/CreateNamedQueryCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreatePreparedStatementCommandInput,
|
|
67
|
+
CreatePreparedStatementCommandOutput,
|
|
68
|
+
} from "./commands/CreatePreparedStatementCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateWorkGroupCommandInput,
|
|
71
|
+
CreateWorkGroupCommandOutput,
|
|
72
|
+
} from "./commands/CreateWorkGroupCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteDataCatalogCommandInput,
|
|
75
|
+
DeleteDataCatalogCommandOutput,
|
|
76
|
+
} from "./commands/DeleteDataCatalogCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteNamedQueryCommandInput,
|
|
79
|
+
DeleteNamedQueryCommandOutput,
|
|
80
|
+
} from "./commands/DeleteNamedQueryCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeletePreparedStatementCommandInput,
|
|
83
|
+
DeletePreparedStatementCommandOutput,
|
|
84
|
+
} from "./commands/DeletePreparedStatementCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteWorkGroupCommandInput,
|
|
87
|
+
DeleteWorkGroupCommandOutput,
|
|
88
|
+
} from "./commands/DeleteWorkGroupCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetDatabaseCommandInput,
|
|
91
|
+
GetDatabaseCommandOutput,
|
|
92
|
+
} from "./commands/GetDatabaseCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetDataCatalogCommandInput,
|
|
95
|
+
GetDataCatalogCommandOutput,
|
|
96
|
+
} from "./commands/GetDataCatalogCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetNamedQueryCommandInput,
|
|
99
|
+
GetNamedQueryCommandOutput,
|
|
100
|
+
} from "./commands/GetNamedQueryCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetPreparedStatementCommandInput,
|
|
103
|
+
GetPreparedStatementCommandOutput,
|
|
104
|
+
} from "./commands/GetPreparedStatementCommand";
|
|
105
|
+
import {
|
|
106
|
+
GetQueryExecutionCommandInput,
|
|
107
|
+
GetQueryExecutionCommandOutput,
|
|
108
|
+
} from "./commands/GetQueryExecutionCommand";
|
|
109
|
+
import {
|
|
110
|
+
GetQueryResultsCommandInput,
|
|
111
|
+
GetQueryResultsCommandOutput,
|
|
112
|
+
} from "./commands/GetQueryResultsCommand";
|
|
113
|
+
import {
|
|
114
|
+
GetQueryRuntimeStatisticsCommandInput,
|
|
115
|
+
GetQueryRuntimeStatisticsCommandOutput,
|
|
116
|
+
} from "./commands/GetQueryRuntimeStatisticsCommand";
|
|
117
|
+
import {
|
|
118
|
+
GetTableMetadataCommandInput,
|
|
119
|
+
GetTableMetadataCommandOutput,
|
|
120
|
+
} from "./commands/GetTableMetadataCommand";
|
|
121
|
+
import {
|
|
122
|
+
GetWorkGroupCommandInput,
|
|
123
|
+
GetWorkGroupCommandOutput,
|
|
124
|
+
} from "./commands/GetWorkGroupCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListDatabasesCommandInput,
|
|
127
|
+
ListDatabasesCommandOutput,
|
|
128
|
+
} from "./commands/ListDatabasesCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListDataCatalogsCommandInput,
|
|
131
|
+
ListDataCatalogsCommandOutput,
|
|
132
|
+
} from "./commands/ListDataCatalogsCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListEngineVersionsCommandInput,
|
|
135
|
+
ListEngineVersionsCommandOutput,
|
|
136
|
+
} from "./commands/ListEngineVersionsCommand";
|
|
137
|
+
import {
|
|
138
|
+
ListNamedQueriesCommandInput,
|
|
139
|
+
ListNamedQueriesCommandOutput,
|
|
140
|
+
} from "./commands/ListNamedQueriesCommand";
|
|
141
|
+
import {
|
|
142
|
+
ListPreparedStatementsCommandInput,
|
|
143
|
+
ListPreparedStatementsCommandOutput,
|
|
144
|
+
} from "./commands/ListPreparedStatementsCommand";
|
|
145
|
+
import {
|
|
146
|
+
ListQueryExecutionsCommandInput,
|
|
147
|
+
ListQueryExecutionsCommandOutput,
|
|
148
|
+
} from "./commands/ListQueryExecutionsCommand";
|
|
149
|
+
import {
|
|
150
|
+
ListTableMetadataCommandInput,
|
|
151
|
+
ListTableMetadataCommandOutput,
|
|
152
|
+
} from "./commands/ListTableMetadataCommand";
|
|
153
|
+
import {
|
|
154
|
+
ListTagsForResourceCommandInput,
|
|
155
|
+
ListTagsForResourceCommandOutput,
|
|
156
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
157
|
+
import {
|
|
158
|
+
ListWorkGroupsCommandInput,
|
|
159
|
+
ListWorkGroupsCommandOutput,
|
|
160
|
+
} from "./commands/ListWorkGroupsCommand";
|
|
161
|
+
import {
|
|
162
|
+
StartQueryExecutionCommandInput,
|
|
163
|
+
StartQueryExecutionCommandOutput,
|
|
164
|
+
} from "./commands/StartQueryExecutionCommand";
|
|
165
|
+
import {
|
|
166
|
+
StopQueryExecutionCommandInput,
|
|
167
|
+
StopQueryExecutionCommandOutput,
|
|
168
|
+
} from "./commands/StopQueryExecutionCommand";
|
|
169
|
+
import {
|
|
170
|
+
TagResourceCommandInput,
|
|
171
|
+
TagResourceCommandOutput,
|
|
172
|
+
} from "./commands/TagResourceCommand";
|
|
173
|
+
import {
|
|
174
|
+
UntagResourceCommandInput,
|
|
175
|
+
UntagResourceCommandOutput,
|
|
176
|
+
} from "./commands/UntagResourceCommand";
|
|
177
|
+
import {
|
|
178
|
+
UpdateDataCatalogCommandInput,
|
|
179
|
+
UpdateDataCatalogCommandOutput,
|
|
180
|
+
} from "./commands/UpdateDataCatalogCommand";
|
|
181
|
+
import {
|
|
182
|
+
UpdateNamedQueryCommandInput,
|
|
183
|
+
UpdateNamedQueryCommandOutput,
|
|
184
|
+
} from "./commands/UpdateNamedQueryCommand";
|
|
185
|
+
import {
|
|
186
|
+
UpdatePreparedStatementCommandInput,
|
|
187
|
+
UpdatePreparedStatementCommandOutput,
|
|
188
|
+
} from "./commands/UpdatePreparedStatementCommand";
|
|
189
|
+
import {
|
|
190
|
+
UpdateWorkGroupCommandInput,
|
|
191
|
+
UpdateWorkGroupCommandOutput,
|
|
192
|
+
} from "./commands/UpdateWorkGroupCommand";
|
|
193
|
+
export declare type ServiceInputTypes =
|
|
194
|
+
| BatchGetNamedQueryCommandInput
|
|
195
|
+
| BatchGetPreparedStatementCommandInput
|
|
196
|
+
| BatchGetQueryExecutionCommandInput
|
|
197
|
+
| CreateDataCatalogCommandInput
|
|
198
|
+
| CreateNamedQueryCommandInput
|
|
199
|
+
| CreatePreparedStatementCommandInput
|
|
200
|
+
| CreateWorkGroupCommandInput
|
|
201
|
+
| DeleteDataCatalogCommandInput
|
|
202
|
+
| DeleteNamedQueryCommandInput
|
|
203
|
+
| DeletePreparedStatementCommandInput
|
|
204
|
+
| DeleteWorkGroupCommandInput
|
|
205
|
+
| GetDataCatalogCommandInput
|
|
206
|
+
| GetDatabaseCommandInput
|
|
207
|
+
| GetNamedQueryCommandInput
|
|
208
|
+
| GetPreparedStatementCommandInput
|
|
209
|
+
| GetQueryExecutionCommandInput
|
|
210
|
+
| GetQueryResultsCommandInput
|
|
211
|
+
| GetQueryRuntimeStatisticsCommandInput
|
|
212
|
+
| GetTableMetadataCommandInput
|
|
213
|
+
| GetWorkGroupCommandInput
|
|
214
|
+
| ListDataCatalogsCommandInput
|
|
215
|
+
| ListDatabasesCommandInput
|
|
216
|
+
| ListEngineVersionsCommandInput
|
|
217
|
+
| ListNamedQueriesCommandInput
|
|
218
|
+
| ListPreparedStatementsCommandInput
|
|
219
|
+
| ListQueryExecutionsCommandInput
|
|
220
|
+
| ListTableMetadataCommandInput
|
|
221
|
+
| ListTagsForResourceCommandInput
|
|
222
|
+
| ListWorkGroupsCommandInput
|
|
223
|
+
| StartQueryExecutionCommandInput
|
|
224
|
+
| StopQueryExecutionCommandInput
|
|
225
|
+
| TagResourceCommandInput
|
|
226
|
+
| UntagResourceCommandInput
|
|
227
|
+
| UpdateDataCatalogCommandInput
|
|
228
|
+
| UpdateNamedQueryCommandInput
|
|
229
|
+
| UpdatePreparedStatementCommandInput
|
|
230
|
+
| UpdateWorkGroupCommandInput;
|
|
231
|
+
export declare type ServiceOutputTypes =
|
|
232
|
+
| BatchGetNamedQueryCommandOutput
|
|
233
|
+
| BatchGetPreparedStatementCommandOutput
|
|
234
|
+
| BatchGetQueryExecutionCommandOutput
|
|
235
|
+
| CreateDataCatalogCommandOutput
|
|
236
|
+
| CreateNamedQueryCommandOutput
|
|
237
|
+
| CreatePreparedStatementCommandOutput
|
|
238
|
+
| CreateWorkGroupCommandOutput
|
|
239
|
+
| DeleteDataCatalogCommandOutput
|
|
240
|
+
| DeleteNamedQueryCommandOutput
|
|
241
|
+
| DeletePreparedStatementCommandOutput
|
|
242
|
+
| DeleteWorkGroupCommandOutput
|
|
243
|
+
| GetDataCatalogCommandOutput
|
|
244
|
+
| GetDatabaseCommandOutput
|
|
245
|
+
| GetNamedQueryCommandOutput
|
|
246
|
+
| GetPreparedStatementCommandOutput
|
|
247
|
+
| GetQueryExecutionCommandOutput
|
|
248
|
+
| GetQueryResultsCommandOutput
|
|
249
|
+
| GetQueryRuntimeStatisticsCommandOutput
|
|
250
|
+
| GetTableMetadataCommandOutput
|
|
251
|
+
| GetWorkGroupCommandOutput
|
|
252
|
+
| ListDataCatalogsCommandOutput
|
|
253
|
+
| ListDatabasesCommandOutput
|
|
254
|
+
| ListEngineVersionsCommandOutput
|
|
255
|
+
| ListNamedQueriesCommandOutput
|
|
256
|
+
| ListPreparedStatementsCommandOutput
|
|
257
|
+
| ListQueryExecutionsCommandOutput
|
|
258
|
+
| ListTableMetadataCommandOutput
|
|
259
|
+
| ListTagsForResourceCommandOutput
|
|
260
|
+
| ListWorkGroupsCommandOutput
|
|
261
|
+
| StartQueryExecutionCommandOutput
|
|
262
|
+
| StopQueryExecutionCommandOutput
|
|
263
|
+
| TagResourceCommandOutput
|
|
264
|
+
| UntagResourceCommandOutput
|
|
265
|
+
| UpdateDataCatalogCommandOutput
|
|
266
|
+
| UpdateNamedQueryCommandOutput
|
|
267
|
+
| UpdatePreparedStatementCommandOutput
|
|
268
|
+
| UpdateWorkGroupCommandOutput;
|
|
269
|
+
export interface ClientDefaults
|
|
270
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
271
|
+
requestHandler?: __HttpHandler;
|
|
272
|
+
|
|
273
|
+
sha256?: __HashConstructor;
|
|
274
|
+
|
|
275
|
+
urlParser?: __UrlParser;
|
|
276
|
+
|
|
277
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
278
|
+
|
|
279
|
+
streamCollector?: __StreamCollector;
|
|
280
|
+
|
|
281
|
+
base64Decoder?: __Decoder;
|
|
282
|
+
|
|
283
|
+
base64Encoder?: __Encoder;
|
|
284
|
+
|
|
285
|
+
utf8Decoder?: __Decoder;
|
|
286
|
+
|
|
287
|
+
utf8Encoder?: __Encoder;
|
|
288
|
+
|
|
289
|
+
runtime?: string;
|
|
290
|
+
|
|
291
|
+
disableHostPrefix?: boolean;
|
|
292
|
+
|
|
293
|
+
maxAttempts?: number | __Provider<number>;
|
|
294
|
+
|
|
295
|
+
retryMode?: string | __Provider<string>;
|
|
296
|
+
|
|
297
|
+
logger?: __Logger;
|
|
298
|
+
|
|
299
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
300
|
+
|
|
301
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
302
|
+
|
|
303
|
+
serviceId?: string;
|
|
304
|
+
|
|
305
|
+
region?: string | __Provider<string>;
|
|
306
|
+
|
|
307
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
308
|
+
|
|
309
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
310
|
+
|
|
311
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
312
|
+
|
|
313
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
314
|
+
}
|
|
315
|
+
declare type AthenaClientConfigType = Partial<
|
|
316
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
317
|
+
> &
|
|
318
|
+
ClientDefaults &
|
|
319
|
+
RegionInputConfig &
|
|
320
|
+
EndpointsInputConfig &
|
|
321
|
+
RetryInputConfig &
|
|
322
|
+
HostHeaderInputConfig &
|
|
323
|
+
AwsAuthInputConfig &
|
|
324
|
+
UserAgentInputConfig;
|
|
325
|
+
|
|
326
|
+
export interface AthenaClientConfig extends AthenaClientConfigType {}
|
|
327
|
+
declare type AthenaClientResolvedConfigType =
|
|
328
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
329
|
+
Required<ClientDefaults> &
|
|
330
|
+
RegionResolvedConfig &
|
|
331
|
+
EndpointsResolvedConfig &
|
|
332
|
+
RetryResolvedConfig &
|
|
333
|
+
HostHeaderResolvedConfig &
|
|
334
|
+
AwsAuthResolvedConfig &
|
|
335
|
+
UserAgentResolvedConfig;
|
|
336
|
+
|
|
337
|
+
export interface AthenaClientResolvedConfig
|
|
338
|
+
extends AthenaClientResolvedConfigType {}
|
|
339
|
+
|
|
340
|
+
export declare class AthenaClient extends __Client<
|
|
341
|
+
__HttpHandlerOptions,
|
|
342
|
+
ServiceInputTypes,
|
|
343
|
+
ServiceOutputTypes,
|
|
344
|
+
AthenaClientResolvedConfig
|
|
345
|
+
> {
|
|
346
|
+
readonly config: AthenaClientResolvedConfig;
|
|
347
|
+
constructor(configuration: AthenaClientConfig);
|
|
348
|
+
|
|
349
|
+
destroy(): void;
|
|
350
|
+
}
|
|
351
|
+
export {};
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
BatchGetNamedQueryInput,
|
|
15
|
+
BatchGetNamedQueryOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetNamedQueryCommandInput
|
|
18
|
+
extends BatchGetNamedQueryInput {}
|
|
19
|
+
export interface BatchGetNamedQueryCommandOutput
|
|
20
|
+
extends BatchGetNamedQueryOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchGetNamedQueryCommand extends $Command<
|
|
24
|
+
BatchGetNamedQueryCommandInput,
|
|
25
|
+
BatchGetNamedQueryCommandOutput,
|
|
26
|
+
AthenaClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetNamedQueryCommandInput;
|
|
29
|
+
constructor(input: BatchGetNamedQueryCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AthenaClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<BatchGetNamedQueryCommandInput, BatchGetNamedQueryCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
BatchGetPreparedStatementInput,
|
|
15
|
+
BatchGetPreparedStatementOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetPreparedStatementCommandInput
|
|
18
|
+
extends BatchGetPreparedStatementInput {}
|
|
19
|
+
export interface BatchGetPreparedStatementCommandOutput
|
|
20
|
+
extends BatchGetPreparedStatementOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchGetPreparedStatementCommand extends $Command<
|
|
24
|
+
BatchGetPreparedStatementCommandInput,
|
|
25
|
+
BatchGetPreparedStatementCommandOutput,
|
|
26
|
+
AthenaClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetPreparedStatementCommandInput;
|
|
29
|
+
constructor(input: BatchGetPreparedStatementCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AthenaClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchGetPreparedStatementCommandInput,
|
|
37
|
+
BatchGetPreparedStatementCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
BatchGetQueryExecutionInput,
|
|
15
|
+
BatchGetQueryExecutionOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetQueryExecutionCommandInput
|
|
18
|
+
extends BatchGetQueryExecutionInput {}
|
|
19
|
+
export interface BatchGetQueryExecutionCommandOutput
|
|
20
|
+
extends BatchGetQueryExecutionOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchGetQueryExecutionCommand extends $Command<
|
|
24
|
+
BatchGetQueryExecutionCommandInput,
|
|
25
|
+
BatchGetQueryExecutionCommandOutput,
|
|
26
|
+
AthenaClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetQueryExecutionCommandInput;
|
|
29
|
+
constructor(input: BatchGetQueryExecutionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AthenaClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchGetQueryExecutionCommandInput,
|
|
37
|
+
BatchGetQueryExecutionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|