@aws-sdk/client-athena 3.218.0 → 3.222.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/dist-cjs/Athena.js +345 -0
- package/dist-cjs/commands/CreateNotebookCommand.js +46 -0
- package/dist-cjs/commands/CreatePresignedNotebookUrlCommand.js +46 -0
- package/dist-cjs/commands/DeleteNotebookCommand.js +46 -0
- package/dist-cjs/commands/ExportNotebookCommand.js +46 -0
- package/dist-cjs/commands/GetCalculationExecutionCodeCommand.js +46 -0
- package/dist-cjs/commands/GetCalculationExecutionCommand.js +46 -0
- package/dist-cjs/commands/GetCalculationExecutionStatusCommand.js +46 -0
- package/dist-cjs/commands/GetNotebookMetadataCommand.js +46 -0
- package/dist-cjs/commands/GetSessionCommand.js +46 -0
- package/dist-cjs/commands/GetSessionStatusCommand.js +46 -0
- package/dist-cjs/commands/ImportNotebookCommand.js +46 -0
- package/dist-cjs/commands/ListApplicationDPUSizesCommand.js +46 -0
- package/dist-cjs/commands/ListCalculationExecutionsCommand.js +46 -0
- package/dist-cjs/commands/ListExecutorsCommand.js +46 -0
- package/dist-cjs/commands/ListNotebookMetadataCommand.js +46 -0
- package/dist-cjs/commands/ListNotebookSessionsCommand.js +46 -0
- package/dist-cjs/commands/ListSessionsCommand.js +46 -0
- package/dist-cjs/commands/StartCalculationExecutionCommand.js +46 -0
- package/dist-cjs/commands/StartSessionCommand.js +46 -0
- package/dist-cjs/commands/StopCalculationExecutionCommand.js +46 -0
- package/dist-cjs/commands/TerminateSessionCommand.js +46 -0
- package/dist-cjs/commands/UpdateNotebookCommand.js +46 -0
- package/dist-cjs/commands/UpdateNotebookMetadataCommand.js +46 -0
- package/dist-cjs/commands/index.js +23 -0
- package/dist-cjs/models/models_0.js +322 -18
- package/dist-cjs/pagination/ListApplicationDPUSizesPaginator.js +36 -0
- package/dist-cjs/pagination/ListCalculationExecutionsPaginator.js +36 -0
- package/dist-cjs/pagination/ListExecutorsPaginator.js +36 -0
- package/dist-cjs/pagination/ListSessionsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1908 -183
- package/dist-es/Athena.js +345 -0
- package/dist-es/commands/CreateNotebookCommand.js +42 -0
- package/dist-es/commands/CreatePresignedNotebookUrlCommand.js +42 -0
- package/dist-es/commands/DeleteNotebookCommand.js +42 -0
- package/dist-es/commands/ExportNotebookCommand.js +42 -0
- package/dist-es/commands/GetCalculationExecutionCodeCommand.js +42 -0
- package/dist-es/commands/GetCalculationExecutionCommand.js +42 -0
- package/dist-es/commands/GetCalculationExecutionStatusCommand.js +42 -0
- package/dist-es/commands/GetNotebookMetadataCommand.js +42 -0
- package/dist-es/commands/GetSessionCommand.js +42 -0
- package/dist-es/commands/GetSessionStatusCommand.js +42 -0
- package/dist-es/commands/ImportNotebookCommand.js +42 -0
- package/dist-es/commands/ListApplicationDPUSizesCommand.js +42 -0
- package/dist-es/commands/ListCalculationExecutionsCommand.js +42 -0
- package/dist-es/commands/ListExecutorsCommand.js +42 -0
- package/dist-es/commands/ListNotebookMetadataCommand.js +42 -0
- package/dist-es/commands/ListNotebookSessionsCommand.js +42 -0
- package/dist-es/commands/ListSessionsCommand.js +42 -0
- package/dist-es/commands/StartCalculationExecutionCommand.js +42 -0
- package/dist-es/commands/StartSessionCommand.js +42 -0
- package/dist-es/commands/StopCalculationExecutionCommand.js +42 -0
- package/dist-es/commands/TerminateSessionCommand.js +42 -0
- package/dist-es/commands/UpdateNotebookCommand.js +42 -0
- package/dist-es/commands/UpdateNotebookMetadataCommand.js +42 -0
- package/dist-es/commands/index.js +23 -0
- package/dist-es/models/models_0.js +254 -14
- package/dist-es/pagination/ListApplicationDPUSizesPaginator.js +32 -0
- package/dist-es/pagination/ListCalculationExecutionsPaginator.js +32 -0
- package/dist-es/pagination/ListExecutorsPaginator.js +32 -0
- package/dist-es/pagination/ListSessionsPaginator.js +32 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +1835 -157
- package/dist-types/Athena.d.ts +212 -8
- package/dist-types/AthenaClient.d.ts +25 -2
- package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +5 -1
- package/dist-types/commands/CreateNotebookCommand.d.ts +39 -0
- package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +39 -0
- package/dist-types/commands/CreateWorkGroupCommand.d.ts +4 -1
- package/dist-types/commands/DeleteNotebookCommand.d.ts +37 -0
- package/dist-types/commands/ExportNotebookCommand.d.ts +37 -0
- package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +38 -0
- package/dist-types/commands/GetCalculationExecutionCommand.d.ts +37 -0
- package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +37 -0
- package/dist-types/commands/GetNotebookMetadataCommand.d.ts +37 -0
- package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +4 -4
- package/dist-types/commands/GetSessionCommand.d.ts +38 -0
- package/dist-types/commands/GetSessionStatusCommand.d.ts +37 -0
- package/dist-types/commands/ImportNotebookCommand.d.ts +39 -0
- package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +38 -0
- package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +38 -0
- package/dist-types/commands/ListExecutorsCommand.d.ts +39 -0
- package/dist-types/commands/ListNotebookMetadataCommand.d.ts +37 -0
- package/dist-types/commands/ListNotebookSessionsCommand.d.ts +40 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +40 -0
- package/dist-types/commands/StartCalculationExecutionCommand.d.ts +38 -0
- package/dist-types/commands/StartSessionCommand.d.ts +38 -0
- package/dist-types/commands/StopCalculationExecutionCommand.d.ts +46 -0
- package/dist-types/commands/TerminateSessionCommand.d.ts +41 -0
- package/dist-types/commands/UpdateNotebookCommand.d.ts +37 -0
- package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +37 -0
- package/dist-types/commands/UpdateWorkGroupCommand.d.ts +5 -2
- package/dist-types/commands/index.d.ts +23 -0
- package/dist-types/models/models_0.d.ts +1511 -101
- package/dist-types/pagination/ListApplicationDPUSizesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCalculationExecutionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListExecutorsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSessionsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +69 -0
- package/dist-types/ts3.4/Athena.d.ts +391 -0
- package/dist-types/ts3.4/AthenaClient.d.ts +138 -0
- package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +23 -0
- package/dist-types/ts3.4/models/models_0.d.ts +538 -21
- package/dist-types/ts3.4/pagination/ListApplicationDPUSizesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCalculationExecutionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListExecutorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSessionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +276 -0
- package/package.json +29 -28
|
@@ -20,10 +20,18 @@ import {
|
|
|
20
20
|
CreateNamedQueryCommandInput,
|
|
21
21
|
CreateNamedQueryCommandOutput,
|
|
22
22
|
} from "./commands/CreateNamedQueryCommand";
|
|
23
|
+
import {
|
|
24
|
+
CreateNotebookCommandInput,
|
|
25
|
+
CreateNotebookCommandOutput,
|
|
26
|
+
} from "./commands/CreateNotebookCommand";
|
|
23
27
|
import {
|
|
24
28
|
CreatePreparedStatementCommandInput,
|
|
25
29
|
CreatePreparedStatementCommandOutput,
|
|
26
30
|
} from "./commands/CreatePreparedStatementCommand";
|
|
31
|
+
import {
|
|
32
|
+
CreatePresignedNotebookUrlCommandInput,
|
|
33
|
+
CreatePresignedNotebookUrlCommandOutput,
|
|
34
|
+
} from "./commands/CreatePresignedNotebookUrlCommand";
|
|
27
35
|
import {
|
|
28
36
|
CreateWorkGroupCommandInput,
|
|
29
37
|
CreateWorkGroupCommandOutput,
|
|
@@ -36,6 +44,10 @@ import {
|
|
|
36
44
|
DeleteNamedQueryCommandInput,
|
|
37
45
|
DeleteNamedQueryCommandOutput,
|
|
38
46
|
} from "./commands/DeleteNamedQueryCommand";
|
|
47
|
+
import {
|
|
48
|
+
DeleteNotebookCommandInput,
|
|
49
|
+
DeleteNotebookCommandOutput,
|
|
50
|
+
} from "./commands/DeleteNotebookCommand";
|
|
39
51
|
import {
|
|
40
52
|
DeletePreparedStatementCommandInput,
|
|
41
53
|
DeletePreparedStatementCommandOutput,
|
|
@@ -44,6 +56,22 @@ import {
|
|
|
44
56
|
DeleteWorkGroupCommandInput,
|
|
45
57
|
DeleteWorkGroupCommandOutput,
|
|
46
58
|
} from "./commands/DeleteWorkGroupCommand";
|
|
59
|
+
import {
|
|
60
|
+
ExportNotebookCommandInput,
|
|
61
|
+
ExportNotebookCommandOutput,
|
|
62
|
+
} from "./commands/ExportNotebookCommand";
|
|
63
|
+
import {
|
|
64
|
+
GetCalculationExecutionCodeCommandInput,
|
|
65
|
+
GetCalculationExecutionCodeCommandOutput,
|
|
66
|
+
} from "./commands/GetCalculationExecutionCodeCommand";
|
|
67
|
+
import {
|
|
68
|
+
GetCalculationExecutionCommandInput,
|
|
69
|
+
GetCalculationExecutionCommandOutput,
|
|
70
|
+
} from "./commands/GetCalculationExecutionCommand";
|
|
71
|
+
import {
|
|
72
|
+
GetCalculationExecutionStatusCommandInput,
|
|
73
|
+
GetCalculationExecutionStatusCommandOutput,
|
|
74
|
+
} from "./commands/GetCalculationExecutionStatusCommand";
|
|
47
75
|
import {
|
|
48
76
|
GetDatabaseCommandInput,
|
|
49
77
|
GetDatabaseCommandOutput,
|
|
@@ -56,6 +84,10 @@ import {
|
|
|
56
84
|
GetNamedQueryCommandInput,
|
|
57
85
|
GetNamedQueryCommandOutput,
|
|
58
86
|
} from "./commands/GetNamedQueryCommand";
|
|
87
|
+
import {
|
|
88
|
+
GetNotebookMetadataCommandInput,
|
|
89
|
+
GetNotebookMetadataCommandOutput,
|
|
90
|
+
} from "./commands/GetNotebookMetadataCommand";
|
|
59
91
|
import {
|
|
60
92
|
GetPreparedStatementCommandInput,
|
|
61
93
|
GetPreparedStatementCommandOutput,
|
|
@@ -72,6 +104,14 @@ import {
|
|
|
72
104
|
GetQueryRuntimeStatisticsCommandInput,
|
|
73
105
|
GetQueryRuntimeStatisticsCommandOutput,
|
|
74
106
|
} from "./commands/GetQueryRuntimeStatisticsCommand";
|
|
107
|
+
import {
|
|
108
|
+
GetSessionCommandInput,
|
|
109
|
+
GetSessionCommandOutput,
|
|
110
|
+
} from "./commands/GetSessionCommand";
|
|
111
|
+
import {
|
|
112
|
+
GetSessionStatusCommandInput,
|
|
113
|
+
GetSessionStatusCommandOutput,
|
|
114
|
+
} from "./commands/GetSessionStatusCommand";
|
|
75
115
|
import {
|
|
76
116
|
GetTableMetadataCommandInput,
|
|
77
117
|
GetTableMetadataCommandOutput,
|
|
@@ -80,6 +120,18 @@ import {
|
|
|
80
120
|
GetWorkGroupCommandInput,
|
|
81
121
|
GetWorkGroupCommandOutput,
|
|
82
122
|
} from "./commands/GetWorkGroupCommand";
|
|
123
|
+
import {
|
|
124
|
+
ImportNotebookCommandInput,
|
|
125
|
+
ImportNotebookCommandOutput,
|
|
126
|
+
} from "./commands/ImportNotebookCommand";
|
|
127
|
+
import {
|
|
128
|
+
ListApplicationDPUSizesCommandInput,
|
|
129
|
+
ListApplicationDPUSizesCommandOutput,
|
|
130
|
+
} from "./commands/ListApplicationDPUSizesCommand";
|
|
131
|
+
import {
|
|
132
|
+
ListCalculationExecutionsCommandInput,
|
|
133
|
+
ListCalculationExecutionsCommandOutput,
|
|
134
|
+
} from "./commands/ListCalculationExecutionsCommand";
|
|
83
135
|
import {
|
|
84
136
|
ListDatabasesCommandInput,
|
|
85
137
|
ListDatabasesCommandOutput,
|
|
@@ -92,10 +144,22 @@ import {
|
|
|
92
144
|
ListEngineVersionsCommandInput,
|
|
93
145
|
ListEngineVersionsCommandOutput,
|
|
94
146
|
} from "./commands/ListEngineVersionsCommand";
|
|
147
|
+
import {
|
|
148
|
+
ListExecutorsCommandInput,
|
|
149
|
+
ListExecutorsCommandOutput,
|
|
150
|
+
} from "./commands/ListExecutorsCommand";
|
|
95
151
|
import {
|
|
96
152
|
ListNamedQueriesCommandInput,
|
|
97
153
|
ListNamedQueriesCommandOutput,
|
|
98
154
|
} from "./commands/ListNamedQueriesCommand";
|
|
155
|
+
import {
|
|
156
|
+
ListNotebookMetadataCommandInput,
|
|
157
|
+
ListNotebookMetadataCommandOutput,
|
|
158
|
+
} from "./commands/ListNotebookMetadataCommand";
|
|
159
|
+
import {
|
|
160
|
+
ListNotebookSessionsCommandInput,
|
|
161
|
+
ListNotebookSessionsCommandOutput,
|
|
162
|
+
} from "./commands/ListNotebookSessionsCommand";
|
|
99
163
|
import {
|
|
100
164
|
ListPreparedStatementsCommandInput,
|
|
101
165
|
ListPreparedStatementsCommandOutput,
|
|
@@ -104,6 +168,10 @@ import {
|
|
|
104
168
|
ListQueryExecutionsCommandInput,
|
|
105
169
|
ListQueryExecutionsCommandOutput,
|
|
106
170
|
} from "./commands/ListQueryExecutionsCommand";
|
|
171
|
+
import {
|
|
172
|
+
ListSessionsCommandInput,
|
|
173
|
+
ListSessionsCommandOutput,
|
|
174
|
+
} from "./commands/ListSessionsCommand";
|
|
107
175
|
import {
|
|
108
176
|
ListTableMetadataCommandInput,
|
|
109
177
|
ListTableMetadataCommandOutput,
|
|
@@ -116,10 +184,22 @@ import {
|
|
|
116
184
|
ListWorkGroupsCommandInput,
|
|
117
185
|
ListWorkGroupsCommandOutput,
|
|
118
186
|
} from "./commands/ListWorkGroupsCommand";
|
|
187
|
+
import {
|
|
188
|
+
StartCalculationExecutionCommandInput,
|
|
189
|
+
StartCalculationExecutionCommandOutput,
|
|
190
|
+
} from "./commands/StartCalculationExecutionCommand";
|
|
119
191
|
import {
|
|
120
192
|
StartQueryExecutionCommandInput,
|
|
121
193
|
StartQueryExecutionCommandOutput,
|
|
122
194
|
} from "./commands/StartQueryExecutionCommand";
|
|
195
|
+
import {
|
|
196
|
+
StartSessionCommandInput,
|
|
197
|
+
StartSessionCommandOutput,
|
|
198
|
+
} from "./commands/StartSessionCommand";
|
|
199
|
+
import {
|
|
200
|
+
StopCalculationExecutionCommandInput,
|
|
201
|
+
StopCalculationExecutionCommandOutput,
|
|
202
|
+
} from "./commands/StopCalculationExecutionCommand";
|
|
123
203
|
import {
|
|
124
204
|
StopQueryExecutionCommandInput,
|
|
125
205
|
StopQueryExecutionCommandOutput,
|
|
@@ -128,6 +208,10 @@ import {
|
|
|
128
208
|
TagResourceCommandInput,
|
|
129
209
|
TagResourceCommandOutput,
|
|
130
210
|
} from "./commands/TagResourceCommand";
|
|
211
|
+
import {
|
|
212
|
+
TerminateSessionCommandInput,
|
|
213
|
+
TerminateSessionCommandOutput,
|
|
214
|
+
} from "./commands/TerminateSessionCommand";
|
|
131
215
|
import {
|
|
132
216
|
UntagResourceCommandInput,
|
|
133
217
|
UntagResourceCommandOutput,
|
|
@@ -140,6 +224,14 @@ import {
|
|
|
140
224
|
UpdateNamedQueryCommandInput,
|
|
141
225
|
UpdateNamedQueryCommandOutput,
|
|
142
226
|
} from "./commands/UpdateNamedQueryCommand";
|
|
227
|
+
import {
|
|
228
|
+
UpdateNotebookCommandInput,
|
|
229
|
+
UpdateNotebookCommandOutput,
|
|
230
|
+
} from "./commands/UpdateNotebookCommand";
|
|
231
|
+
import {
|
|
232
|
+
UpdateNotebookMetadataCommandInput,
|
|
233
|
+
UpdateNotebookMetadataCommandOutput,
|
|
234
|
+
} from "./commands/UpdateNotebookMetadataCommand";
|
|
143
235
|
import {
|
|
144
236
|
UpdatePreparedStatementCommandInput,
|
|
145
237
|
UpdatePreparedStatementCommandOutput,
|
|
@@ -214,6 +306,19 @@ export declare class Athena extends AthenaClient {
|
|
|
214
306
|
options: __HttpHandlerOptions,
|
|
215
307
|
cb: (err: any, data?: CreateNamedQueryCommandOutput) => void
|
|
216
308
|
): void;
|
|
309
|
+
createNotebook(
|
|
310
|
+
args: CreateNotebookCommandInput,
|
|
311
|
+
options?: __HttpHandlerOptions
|
|
312
|
+
): Promise<CreateNotebookCommandOutput>;
|
|
313
|
+
createNotebook(
|
|
314
|
+
args: CreateNotebookCommandInput,
|
|
315
|
+
cb: (err: any, data?: CreateNotebookCommandOutput) => void
|
|
316
|
+
): void;
|
|
317
|
+
createNotebook(
|
|
318
|
+
args: CreateNotebookCommandInput,
|
|
319
|
+
options: __HttpHandlerOptions,
|
|
320
|
+
cb: (err: any, data?: CreateNotebookCommandOutput) => void
|
|
321
|
+
): void;
|
|
217
322
|
createPreparedStatement(
|
|
218
323
|
args: CreatePreparedStatementCommandInput,
|
|
219
324
|
options?: __HttpHandlerOptions
|
|
@@ -227,6 +332,19 @@ export declare class Athena extends AthenaClient {
|
|
|
227
332
|
options: __HttpHandlerOptions,
|
|
228
333
|
cb: (err: any, data?: CreatePreparedStatementCommandOutput) => void
|
|
229
334
|
): void;
|
|
335
|
+
createPresignedNotebookUrl(
|
|
336
|
+
args: CreatePresignedNotebookUrlCommandInput,
|
|
337
|
+
options?: __HttpHandlerOptions
|
|
338
|
+
): Promise<CreatePresignedNotebookUrlCommandOutput>;
|
|
339
|
+
createPresignedNotebookUrl(
|
|
340
|
+
args: CreatePresignedNotebookUrlCommandInput,
|
|
341
|
+
cb: (err: any, data?: CreatePresignedNotebookUrlCommandOutput) => void
|
|
342
|
+
): void;
|
|
343
|
+
createPresignedNotebookUrl(
|
|
344
|
+
args: CreatePresignedNotebookUrlCommandInput,
|
|
345
|
+
options: __HttpHandlerOptions,
|
|
346
|
+
cb: (err: any, data?: CreatePresignedNotebookUrlCommandOutput) => void
|
|
347
|
+
): void;
|
|
230
348
|
createWorkGroup(
|
|
231
349
|
args: CreateWorkGroupCommandInput,
|
|
232
350
|
options?: __HttpHandlerOptions
|
|
@@ -266,6 +384,19 @@ export declare class Athena extends AthenaClient {
|
|
|
266
384
|
options: __HttpHandlerOptions,
|
|
267
385
|
cb: (err: any, data?: DeleteNamedQueryCommandOutput) => void
|
|
268
386
|
): void;
|
|
387
|
+
deleteNotebook(
|
|
388
|
+
args: DeleteNotebookCommandInput,
|
|
389
|
+
options?: __HttpHandlerOptions
|
|
390
|
+
): Promise<DeleteNotebookCommandOutput>;
|
|
391
|
+
deleteNotebook(
|
|
392
|
+
args: DeleteNotebookCommandInput,
|
|
393
|
+
cb: (err: any, data?: DeleteNotebookCommandOutput) => void
|
|
394
|
+
): void;
|
|
395
|
+
deleteNotebook(
|
|
396
|
+
args: DeleteNotebookCommandInput,
|
|
397
|
+
options: __HttpHandlerOptions,
|
|
398
|
+
cb: (err: any, data?: DeleteNotebookCommandOutput) => void
|
|
399
|
+
): void;
|
|
269
400
|
deletePreparedStatement(
|
|
270
401
|
args: DeletePreparedStatementCommandInput,
|
|
271
402
|
options?: __HttpHandlerOptions
|
|
@@ -292,6 +423,58 @@ export declare class Athena extends AthenaClient {
|
|
|
292
423
|
options: __HttpHandlerOptions,
|
|
293
424
|
cb: (err: any, data?: DeleteWorkGroupCommandOutput) => void
|
|
294
425
|
): void;
|
|
426
|
+
exportNotebook(
|
|
427
|
+
args: ExportNotebookCommandInput,
|
|
428
|
+
options?: __HttpHandlerOptions
|
|
429
|
+
): Promise<ExportNotebookCommandOutput>;
|
|
430
|
+
exportNotebook(
|
|
431
|
+
args: ExportNotebookCommandInput,
|
|
432
|
+
cb: (err: any, data?: ExportNotebookCommandOutput) => void
|
|
433
|
+
): void;
|
|
434
|
+
exportNotebook(
|
|
435
|
+
args: ExportNotebookCommandInput,
|
|
436
|
+
options: __HttpHandlerOptions,
|
|
437
|
+
cb: (err: any, data?: ExportNotebookCommandOutput) => void
|
|
438
|
+
): void;
|
|
439
|
+
getCalculationExecution(
|
|
440
|
+
args: GetCalculationExecutionCommandInput,
|
|
441
|
+
options?: __HttpHandlerOptions
|
|
442
|
+
): Promise<GetCalculationExecutionCommandOutput>;
|
|
443
|
+
getCalculationExecution(
|
|
444
|
+
args: GetCalculationExecutionCommandInput,
|
|
445
|
+
cb: (err: any, data?: GetCalculationExecutionCommandOutput) => void
|
|
446
|
+
): void;
|
|
447
|
+
getCalculationExecution(
|
|
448
|
+
args: GetCalculationExecutionCommandInput,
|
|
449
|
+
options: __HttpHandlerOptions,
|
|
450
|
+
cb: (err: any, data?: GetCalculationExecutionCommandOutput) => void
|
|
451
|
+
): void;
|
|
452
|
+
getCalculationExecutionCode(
|
|
453
|
+
args: GetCalculationExecutionCodeCommandInput,
|
|
454
|
+
options?: __HttpHandlerOptions
|
|
455
|
+
): Promise<GetCalculationExecutionCodeCommandOutput>;
|
|
456
|
+
getCalculationExecutionCode(
|
|
457
|
+
args: GetCalculationExecutionCodeCommandInput,
|
|
458
|
+
cb: (err: any, data?: GetCalculationExecutionCodeCommandOutput) => void
|
|
459
|
+
): void;
|
|
460
|
+
getCalculationExecutionCode(
|
|
461
|
+
args: GetCalculationExecutionCodeCommandInput,
|
|
462
|
+
options: __HttpHandlerOptions,
|
|
463
|
+
cb: (err: any, data?: GetCalculationExecutionCodeCommandOutput) => void
|
|
464
|
+
): void;
|
|
465
|
+
getCalculationExecutionStatus(
|
|
466
|
+
args: GetCalculationExecutionStatusCommandInput,
|
|
467
|
+
options?: __HttpHandlerOptions
|
|
468
|
+
): Promise<GetCalculationExecutionStatusCommandOutput>;
|
|
469
|
+
getCalculationExecutionStatus(
|
|
470
|
+
args: GetCalculationExecutionStatusCommandInput,
|
|
471
|
+
cb: (err: any, data?: GetCalculationExecutionStatusCommandOutput) => void
|
|
472
|
+
): void;
|
|
473
|
+
getCalculationExecutionStatus(
|
|
474
|
+
args: GetCalculationExecutionStatusCommandInput,
|
|
475
|
+
options: __HttpHandlerOptions,
|
|
476
|
+
cb: (err: any, data?: GetCalculationExecutionStatusCommandOutput) => void
|
|
477
|
+
): void;
|
|
295
478
|
getDatabase(
|
|
296
479
|
args: GetDatabaseCommandInput,
|
|
297
480
|
options?: __HttpHandlerOptions
|
|
@@ -331,6 +514,19 @@ export declare class Athena extends AthenaClient {
|
|
|
331
514
|
options: __HttpHandlerOptions,
|
|
332
515
|
cb: (err: any, data?: GetNamedQueryCommandOutput) => void
|
|
333
516
|
): void;
|
|
517
|
+
getNotebookMetadata(
|
|
518
|
+
args: GetNotebookMetadataCommandInput,
|
|
519
|
+
options?: __HttpHandlerOptions
|
|
520
|
+
): Promise<GetNotebookMetadataCommandOutput>;
|
|
521
|
+
getNotebookMetadata(
|
|
522
|
+
args: GetNotebookMetadataCommandInput,
|
|
523
|
+
cb: (err: any, data?: GetNotebookMetadataCommandOutput) => void
|
|
524
|
+
): void;
|
|
525
|
+
getNotebookMetadata(
|
|
526
|
+
args: GetNotebookMetadataCommandInput,
|
|
527
|
+
options: __HttpHandlerOptions,
|
|
528
|
+
cb: (err: any, data?: GetNotebookMetadataCommandOutput) => void
|
|
529
|
+
): void;
|
|
334
530
|
getPreparedStatement(
|
|
335
531
|
args: GetPreparedStatementCommandInput,
|
|
336
532
|
options?: __HttpHandlerOptions
|
|
@@ -383,6 +579,32 @@ export declare class Athena extends AthenaClient {
|
|
|
383
579
|
options: __HttpHandlerOptions,
|
|
384
580
|
cb: (err: any, data?: GetQueryRuntimeStatisticsCommandOutput) => void
|
|
385
581
|
): void;
|
|
582
|
+
getSession(
|
|
583
|
+
args: GetSessionCommandInput,
|
|
584
|
+
options?: __HttpHandlerOptions
|
|
585
|
+
): Promise<GetSessionCommandOutput>;
|
|
586
|
+
getSession(
|
|
587
|
+
args: GetSessionCommandInput,
|
|
588
|
+
cb: (err: any, data?: GetSessionCommandOutput) => void
|
|
589
|
+
): void;
|
|
590
|
+
getSession(
|
|
591
|
+
args: GetSessionCommandInput,
|
|
592
|
+
options: __HttpHandlerOptions,
|
|
593
|
+
cb: (err: any, data?: GetSessionCommandOutput) => void
|
|
594
|
+
): void;
|
|
595
|
+
getSessionStatus(
|
|
596
|
+
args: GetSessionStatusCommandInput,
|
|
597
|
+
options?: __HttpHandlerOptions
|
|
598
|
+
): Promise<GetSessionStatusCommandOutput>;
|
|
599
|
+
getSessionStatus(
|
|
600
|
+
args: GetSessionStatusCommandInput,
|
|
601
|
+
cb: (err: any, data?: GetSessionStatusCommandOutput) => void
|
|
602
|
+
): void;
|
|
603
|
+
getSessionStatus(
|
|
604
|
+
args: GetSessionStatusCommandInput,
|
|
605
|
+
options: __HttpHandlerOptions,
|
|
606
|
+
cb: (err: any, data?: GetSessionStatusCommandOutput) => void
|
|
607
|
+
): void;
|
|
386
608
|
getTableMetadata(
|
|
387
609
|
args: GetTableMetadataCommandInput,
|
|
388
610
|
options?: __HttpHandlerOptions
|
|
@@ -409,6 +631,45 @@ export declare class Athena extends AthenaClient {
|
|
|
409
631
|
options: __HttpHandlerOptions,
|
|
410
632
|
cb: (err: any, data?: GetWorkGroupCommandOutput) => void
|
|
411
633
|
): void;
|
|
634
|
+
importNotebook(
|
|
635
|
+
args: ImportNotebookCommandInput,
|
|
636
|
+
options?: __HttpHandlerOptions
|
|
637
|
+
): Promise<ImportNotebookCommandOutput>;
|
|
638
|
+
importNotebook(
|
|
639
|
+
args: ImportNotebookCommandInput,
|
|
640
|
+
cb: (err: any, data?: ImportNotebookCommandOutput) => void
|
|
641
|
+
): void;
|
|
642
|
+
importNotebook(
|
|
643
|
+
args: ImportNotebookCommandInput,
|
|
644
|
+
options: __HttpHandlerOptions,
|
|
645
|
+
cb: (err: any, data?: ImportNotebookCommandOutput) => void
|
|
646
|
+
): void;
|
|
647
|
+
listApplicationDPUSizes(
|
|
648
|
+
args: ListApplicationDPUSizesCommandInput,
|
|
649
|
+
options?: __HttpHandlerOptions
|
|
650
|
+
): Promise<ListApplicationDPUSizesCommandOutput>;
|
|
651
|
+
listApplicationDPUSizes(
|
|
652
|
+
args: ListApplicationDPUSizesCommandInput,
|
|
653
|
+
cb: (err: any, data?: ListApplicationDPUSizesCommandOutput) => void
|
|
654
|
+
): void;
|
|
655
|
+
listApplicationDPUSizes(
|
|
656
|
+
args: ListApplicationDPUSizesCommandInput,
|
|
657
|
+
options: __HttpHandlerOptions,
|
|
658
|
+
cb: (err: any, data?: ListApplicationDPUSizesCommandOutput) => void
|
|
659
|
+
): void;
|
|
660
|
+
listCalculationExecutions(
|
|
661
|
+
args: ListCalculationExecutionsCommandInput,
|
|
662
|
+
options?: __HttpHandlerOptions
|
|
663
|
+
): Promise<ListCalculationExecutionsCommandOutput>;
|
|
664
|
+
listCalculationExecutions(
|
|
665
|
+
args: ListCalculationExecutionsCommandInput,
|
|
666
|
+
cb: (err: any, data?: ListCalculationExecutionsCommandOutput) => void
|
|
667
|
+
): void;
|
|
668
|
+
listCalculationExecutions(
|
|
669
|
+
args: ListCalculationExecutionsCommandInput,
|
|
670
|
+
options: __HttpHandlerOptions,
|
|
671
|
+
cb: (err: any, data?: ListCalculationExecutionsCommandOutput) => void
|
|
672
|
+
): void;
|
|
412
673
|
listDatabases(
|
|
413
674
|
args: ListDatabasesCommandInput,
|
|
414
675
|
options?: __HttpHandlerOptions
|
|
@@ -448,6 +709,19 @@ export declare class Athena extends AthenaClient {
|
|
|
448
709
|
options: __HttpHandlerOptions,
|
|
449
710
|
cb: (err: any, data?: ListEngineVersionsCommandOutput) => void
|
|
450
711
|
): void;
|
|
712
|
+
listExecutors(
|
|
713
|
+
args: ListExecutorsCommandInput,
|
|
714
|
+
options?: __HttpHandlerOptions
|
|
715
|
+
): Promise<ListExecutorsCommandOutput>;
|
|
716
|
+
listExecutors(
|
|
717
|
+
args: ListExecutorsCommandInput,
|
|
718
|
+
cb: (err: any, data?: ListExecutorsCommandOutput) => void
|
|
719
|
+
): void;
|
|
720
|
+
listExecutors(
|
|
721
|
+
args: ListExecutorsCommandInput,
|
|
722
|
+
options: __HttpHandlerOptions,
|
|
723
|
+
cb: (err: any, data?: ListExecutorsCommandOutput) => void
|
|
724
|
+
): void;
|
|
451
725
|
listNamedQueries(
|
|
452
726
|
args: ListNamedQueriesCommandInput,
|
|
453
727
|
options?: __HttpHandlerOptions
|
|
@@ -461,6 +735,32 @@ export declare class Athena extends AthenaClient {
|
|
|
461
735
|
options: __HttpHandlerOptions,
|
|
462
736
|
cb: (err: any, data?: ListNamedQueriesCommandOutput) => void
|
|
463
737
|
): void;
|
|
738
|
+
listNotebookMetadata(
|
|
739
|
+
args: ListNotebookMetadataCommandInput,
|
|
740
|
+
options?: __HttpHandlerOptions
|
|
741
|
+
): Promise<ListNotebookMetadataCommandOutput>;
|
|
742
|
+
listNotebookMetadata(
|
|
743
|
+
args: ListNotebookMetadataCommandInput,
|
|
744
|
+
cb: (err: any, data?: ListNotebookMetadataCommandOutput) => void
|
|
745
|
+
): void;
|
|
746
|
+
listNotebookMetadata(
|
|
747
|
+
args: ListNotebookMetadataCommandInput,
|
|
748
|
+
options: __HttpHandlerOptions,
|
|
749
|
+
cb: (err: any, data?: ListNotebookMetadataCommandOutput) => void
|
|
750
|
+
): void;
|
|
751
|
+
listNotebookSessions(
|
|
752
|
+
args: ListNotebookSessionsCommandInput,
|
|
753
|
+
options?: __HttpHandlerOptions
|
|
754
|
+
): Promise<ListNotebookSessionsCommandOutput>;
|
|
755
|
+
listNotebookSessions(
|
|
756
|
+
args: ListNotebookSessionsCommandInput,
|
|
757
|
+
cb: (err: any, data?: ListNotebookSessionsCommandOutput) => void
|
|
758
|
+
): void;
|
|
759
|
+
listNotebookSessions(
|
|
760
|
+
args: ListNotebookSessionsCommandInput,
|
|
761
|
+
options: __HttpHandlerOptions,
|
|
762
|
+
cb: (err: any, data?: ListNotebookSessionsCommandOutput) => void
|
|
763
|
+
): void;
|
|
464
764
|
listPreparedStatements(
|
|
465
765
|
args: ListPreparedStatementsCommandInput,
|
|
466
766
|
options?: __HttpHandlerOptions
|
|
@@ -487,6 +787,19 @@ export declare class Athena extends AthenaClient {
|
|
|
487
787
|
options: __HttpHandlerOptions,
|
|
488
788
|
cb: (err: any, data?: ListQueryExecutionsCommandOutput) => void
|
|
489
789
|
): void;
|
|
790
|
+
listSessions(
|
|
791
|
+
args: ListSessionsCommandInput,
|
|
792
|
+
options?: __HttpHandlerOptions
|
|
793
|
+
): Promise<ListSessionsCommandOutput>;
|
|
794
|
+
listSessions(
|
|
795
|
+
args: ListSessionsCommandInput,
|
|
796
|
+
cb: (err: any, data?: ListSessionsCommandOutput) => void
|
|
797
|
+
): void;
|
|
798
|
+
listSessions(
|
|
799
|
+
args: ListSessionsCommandInput,
|
|
800
|
+
options: __HttpHandlerOptions,
|
|
801
|
+
cb: (err: any, data?: ListSessionsCommandOutput) => void
|
|
802
|
+
): void;
|
|
490
803
|
listTableMetadata(
|
|
491
804
|
args: ListTableMetadataCommandInput,
|
|
492
805
|
options?: __HttpHandlerOptions
|
|
@@ -526,6 +839,19 @@ export declare class Athena extends AthenaClient {
|
|
|
526
839
|
options: __HttpHandlerOptions,
|
|
527
840
|
cb: (err: any, data?: ListWorkGroupsCommandOutput) => void
|
|
528
841
|
): void;
|
|
842
|
+
startCalculationExecution(
|
|
843
|
+
args: StartCalculationExecutionCommandInput,
|
|
844
|
+
options?: __HttpHandlerOptions
|
|
845
|
+
): Promise<StartCalculationExecutionCommandOutput>;
|
|
846
|
+
startCalculationExecution(
|
|
847
|
+
args: StartCalculationExecutionCommandInput,
|
|
848
|
+
cb: (err: any, data?: StartCalculationExecutionCommandOutput) => void
|
|
849
|
+
): void;
|
|
850
|
+
startCalculationExecution(
|
|
851
|
+
args: StartCalculationExecutionCommandInput,
|
|
852
|
+
options: __HttpHandlerOptions,
|
|
853
|
+
cb: (err: any, data?: StartCalculationExecutionCommandOutput) => void
|
|
854
|
+
): void;
|
|
529
855
|
startQueryExecution(
|
|
530
856
|
args: StartQueryExecutionCommandInput,
|
|
531
857
|
options?: __HttpHandlerOptions
|
|
@@ -539,6 +865,32 @@ export declare class Athena extends AthenaClient {
|
|
|
539
865
|
options: __HttpHandlerOptions,
|
|
540
866
|
cb: (err: any, data?: StartQueryExecutionCommandOutput) => void
|
|
541
867
|
): void;
|
|
868
|
+
startSession(
|
|
869
|
+
args: StartSessionCommandInput,
|
|
870
|
+
options?: __HttpHandlerOptions
|
|
871
|
+
): Promise<StartSessionCommandOutput>;
|
|
872
|
+
startSession(
|
|
873
|
+
args: StartSessionCommandInput,
|
|
874
|
+
cb: (err: any, data?: StartSessionCommandOutput) => void
|
|
875
|
+
): void;
|
|
876
|
+
startSession(
|
|
877
|
+
args: StartSessionCommandInput,
|
|
878
|
+
options: __HttpHandlerOptions,
|
|
879
|
+
cb: (err: any, data?: StartSessionCommandOutput) => void
|
|
880
|
+
): void;
|
|
881
|
+
stopCalculationExecution(
|
|
882
|
+
args: StopCalculationExecutionCommandInput,
|
|
883
|
+
options?: __HttpHandlerOptions
|
|
884
|
+
): Promise<StopCalculationExecutionCommandOutput>;
|
|
885
|
+
stopCalculationExecution(
|
|
886
|
+
args: StopCalculationExecutionCommandInput,
|
|
887
|
+
cb: (err: any, data?: StopCalculationExecutionCommandOutput) => void
|
|
888
|
+
): void;
|
|
889
|
+
stopCalculationExecution(
|
|
890
|
+
args: StopCalculationExecutionCommandInput,
|
|
891
|
+
options: __HttpHandlerOptions,
|
|
892
|
+
cb: (err: any, data?: StopCalculationExecutionCommandOutput) => void
|
|
893
|
+
): void;
|
|
542
894
|
stopQueryExecution(
|
|
543
895
|
args: StopQueryExecutionCommandInput,
|
|
544
896
|
options?: __HttpHandlerOptions
|
|
@@ -565,6 +917,19 @@ export declare class Athena extends AthenaClient {
|
|
|
565
917
|
options: __HttpHandlerOptions,
|
|
566
918
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
567
919
|
): void;
|
|
920
|
+
terminateSession(
|
|
921
|
+
args: TerminateSessionCommandInput,
|
|
922
|
+
options?: __HttpHandlerOptions
|
|
923
|
+
): Promise<TerminateSessionCommandOutput>;
|
|
924
|
+
terminateSession(
|
|
925
|
+
args: TerminateSessionCommandInput,
|
|
926
|
+
cb: (err: any, data?: TerminateSessionCommandOutput) => void
|
|
927
|
+
): void;
|
|
928
|
+
terminateSession(
|
|
929
|
+
args: TerminateSessionCommandInput,
|
|
930
|
+
options: __HttpHandlerOptions,
|
|
931
|
+
cb: (err: any, data?: TerminateSessionCommandOutput) => void
|
|
932
|
+
): void;
|
|
568
933
|
untagResource(
|
|
569
934
|
args: UntagResourceCommandInput,
|
|
570
935
|
options?: __HttpHandlerOptions
|
|
@@ -604,6 +969,32 @@ export declare class Athena extends AthenaClient {
|
|
|
604
969
|
options: __HttpHandlerOptions,
|
|
605
970
|
cb: (err: any, data?: UpdateNamedQueryCommandOutput) => void
|
|
606
971
|
): void;
|
|
972
|
+
updateNotebook(
|
|
973
|
+
args: UpdateNotebookCommandInput,
|
|
974
|
+
options?: __HttpHandlerOptions
|
|
975
|
+
): Promise<UpdateNotebookCommandOutput>;
|
|
976
|
+
updateNotebook(
|
|
977
|
+
args: UpdateNotebookCommandInput,
|
|
978
|
+
cb: (err: any, data?: UpdateNotebookCommandOutput) => void
|
|
979
|
+
): void;
|
|
980
|
+
updateNotebook(
|
|
981
|
+
args: UpdateNotebookCommandInput,
|
|
982
|
+
options: __HttpHandlerOptions,
|
|
983
|
+
cb: (err: any, data?: UpdateNotebookCommandOutput) => void
|
|
984
|
+
): void;
|
|
985
|
+
updateNotebookMetadata(
|
|
986
|
+
args: UpdateNotebookMetadataCommandInput,
|
|
987
|
+
options?: __HttpHandlerOptions
|
|
988
|
+
): Promise<UpdateNotebookMetadataCommandOutput>;
|
|
989
|
+
updateNotebookMetadata(
|
|
990
|
+
args: UpdateNotebookMetadataCommandInput,
|
|
991
|
+
cb: (err: any, data?: UpdateNotebookMetadataCommandOutput) => void
|
|
992
|
+
): void;
|
|
993
|
+
updateNotebookMetadata(
|
|
994
|
+
args: UpdateNotebookMetadataCommandInput,
|
|
995
|
+
options: __HttpHandlerOptions,
|
|
996
|
+
cb: (err: any, data?: UpdateNotebookMetadataCommandOutput) => void
|
|
997
|
+
): void;
|
|
607
998
|
updatePreparedStatement(
|
|
608
999
|
args: UpdatePreparedStatementCommandInput,
|
|
609
1000
|
options?: __HttpHandlerOptions
|