@aws-sdk/client-athena 3.216.0 → 3.221.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 (135) hide show
  1. package/dist-cjs/Athena.js +345 -0
  2. package/dist-cjs/commands/CreateNotebookCommand.js +46 -0
  3. package/dist-cjs/commands/CreatePresignedNotebookUrlCommand.js +46 -0
  4. package/dist-cjs/commands/DeleteNotebookCommand.js +46 -0
  5. package/dist-cjs/commands/ExportNotebookCommand.js +46 -0
  6. package/dist-cjs/commands/GetCalculationExecutionCodeCommand.js +46 -0
  7. package/dist-cjs/commands/GetCalculationExecutionCommand.js +46 -0
  8. package/dist-cjs/commands/GetCalculationExecutionStatusCommand.js +46 -0
  9. package/dist-cjs/commands/GetNotebookMetadataCommand.js +46 -0
  10. package/dist-cjs/commands/GetSessionCommand.js +46 -0
  11. package/dist-cjs/commands/GetSessionStatusCommand.js +46 -0
  12. package/dist-cjs/commands/ImportNotebookCommand.js +46 -0
  13. package/dist-cjs/commands/ListApplicationDPUSizesCommand.js +46 -0
  14. package/dist-cjs/commands/ListCalculationExecutionsCommand.js +46 -0
  15. package/dist-cjs/commands/ListExecutorsCommand.js +46 -0
  16. package/dist-cjs/commands/ListNotebookMetadataCommand.js +46 -0
  17. package/dist-cjs/commands/ListNotebookSessionsCommand.js +46 -0
  18. package/dist-cjs/commands/ListSessionsCommand.js +46 -0
  19. package/dist-cjs/commands/StartCalculationExecutionCommand.js +46 -0
  20. package/dist-cjs/commands/StartSessionCommand.js +46 -0
  21. package/dist-cjs/commands/StopCalculationExecutionCommand.js +46 -0
  22. package/dist-cjs/commands/TerminateSessionCommand.js +46 -0
  23. package/dist-cjs/commands/UpdateNotebookCommand.js +46 -0
  24. package/dist-cjs/commands/UpdateNotebookMetadataCommand.js +46 -0
  25. package/dist-cjs/commands/index.js +23 -0
  26. package/dist-cjs/models/models_0.js +322 -18
  27. package/dist-cjs/pagination/ListApplicationDPUSizesPaginator.js +36 -0
  28. package/dist-cjs/pagination/ListCalculationExecutionsPaginator.js +36 -0
  29. package/dist-cjs/pagination/ListExecutorsPaginator.js +36 -0
  30. package/dist-cjs/pagination/ListSessionsPaginator.js +36 -0
  31. package/dist-cjs/pagination/index.js +4 -0
  32. package/dist-cjs/protocols/Aws_json1_1.js +1908 -183
  33. package/dist-es/Athena.js +345 -0
  34. package/dist-es/commands/CreateNotebookCommand.js +42 -0
  35. package/dist-es/commands/CreatePresignedNotebookUrlCommand.js +42 -0
  36. package/dist-es/commands/DeleteNotebookCommand.js +42 -0
  37. package/dist-es/commands/ExportNotebookCommand.js +42 -0
  38. package/dist-es/commands/GetCalculationExecutionCodeCommand.js +42 -0
  39. package/dist-es/commands/GetCalculationExecutionCommand.js +42 -0
  40. package/dist-es/commands/GetCalculationExecutionStatusCommand.js +42 -0
  41. package/dist-es/commands/GetNotebookMetadataCommand.js +42 -0
  42. package/dist-es/commands/GetSessionCommand.js +42 -0
  43. package/dist-es/commands/GetSessionStatusCommand.js +42 -0
  44. package/dist-es/commands/ImportNotebookCommand.js +42 -0
  45. package/dist-es/commands/ListApplicationDPUSizesCommand.js +42 -0
  46. package/dist-es/commands/ListCalculationExecutionsCommand.js +42 -0
  47. package/dist-es/commands/ListExecutorsCommand.js +42 -0
  48. package/dist-es/commands/ListNotebookMetadataCommand.js +42 -0
  49. package/dist-es/commands/ListNotebookSessionsCommand.js +42 -0
  50. package/dist-es/commands/ListSessionsCommand.js +42 -0
  51. package/dist-es/commands/StartCalculationExecutionCommand.js +42 -0
  52. package/dist-es/commands/StartSessionCommand.js +42 -0
  53. package/dist-es/commands/StopCalculationExecutionCommand.js +42 -0
  54. package/dist-es/commands/TerminateSessionCommand.js +42 -0
  55. package/dist-es/commands/UpdateNotebookCommand.js +42 -0
  56. package/dist-es/commands/UpdateNotebookMetadataCommand.js +42 -0
  57. package/dist-es/commands/index.js +23 -0
  58. package/dist-es/models/models_0.js +254 -14
  59. package/dist-es/pagination/ListApplicationDPUSizesPaginator.js +32 -0
  60. package/dist-es/pagination/ListCalculationExecutionsPaginator.js +32 -0
  61. package/dist-es/pagination/ListExecutorsPaginator.js +32 -0
  62. package/dist-es/pagination/ListSessionsPaginator.js +32 -0
  63. package/dist-es/pagination/index.js +4 -0
  64. package/dist-es/protocols/Aws_json1_1.js +1835 -157
  65. package/dist-types/Athena.d.ts +212 -8
  66. package/dist-types/AthenaClient.d.ts +25 -2
  67. package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +5 -1
  68. package/dist-types/commands/CreateNotebookCommand.d.ts +39 -0
  69. package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +39 -0
  70. package/dist-types/commands/CreateWorkGroupCommand.d.ts +4 -1
  71. package/dist-types/commands/DeleteNotebookCommand.d.ts +37 -0
  72. package/dist-types/commands/ExportNotebookCommand.d.ts +37 -0
  73. package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +38 -0
  74. package/dist-types/commands/GetCalculationExecutionCommand.d.ts +37 -0
  75. package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +37 -0
  76. package/dist-types/commands/GetNotebookMetadataCommand.d.ts +37 -0
  77. package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +4 -4
  78. package/dist-types/commands/GetSessionCommand.d.ts +38 -0
  79. package/dist-types/commands/GetSessionStatusCommand.d.ts +37 -0
  80. package/dist-types/commands/ImportNotebookCommand.d.ts +39 -0
  81. package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +38 -0
  82. package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +38 -0
  83. package/dist-types/commands/ListExecutorsCommand.d.ts +39 -0
  84. package/dist-types/commands/ListNotebookMetadataCommand.d.ts +37 -0
  85. package/dist-types/commands/ListNotebookSessionsCommand.d.ts +40 -0
  86. package/dist-types/commands/ListSessionsCommand.d.ts +40 -0
  87. package/dist-types/commands/StartCalculationExecutionCommand.d.ts +38 -0
  88. package/dist-types/commands/StartSessionCommand.d.ts +38 -0
  89. package/dist-types/commands/StopCalculationExecutionCommand.d.ts +46 -0
  90. package/dist-types/commands/TerminateSessionCommand.d.ts +41 -0
  91. package/dist-types/commands/UpdateNotebookCommand.d.ts +37 -0
  92. package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +37 -0
  93. package/dist-types/commands/UpdateWorkGroupCommand.d.ts +5 -2
  94. package/dist-types/commands/index.d.ts +23 -0
  95. package/dist-types/models/models_0.d.ts +1511 -101
  96. package/dist-types/pagination/ListApplicationDPUSizesPaginator.d.ts +4 -0
  97. package/dist-types/pagination/ListCalculationExecutionsPaginator.d.ts +4 -0
  98. package/dist-types/pagination/ListExecutorsPaginator.d.ts +4 -0
  99. package/dist-types/pagination/ListSessionsPaginator.d.ts +4 -0
  100. package/dist-types/pagination/index.d.ts +4 -0
  101. package/dist-types/protocols/Aws_json1_1.d.ts +69 -0
  102. package/dist-types/ts3.4/Athena.d.ts +391 -0
  103. package/dist-types/ts3.4/AthenaClient.d.ts +138 -0
  104. package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +34 -0
  105. package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +41 -0
  106. package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +34 -0
  107. package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +34 -0
  108. package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +41 -0
  109. package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +41 -0
  110. package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +41 -0
  111. package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +38 -0
  112. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +34 -0
  113. package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +37 -0
  114. package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +34 -0
  115. package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +41 -0
  116. package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +41 -0
  117. package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +37 -0
  118. package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +41 -0
  119. package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +41 -0
  120. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +34 -0
  121. package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +41 -0
  122. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +34 -0
  123. package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +41 -0
  124. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +37 -0
  125. package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +34 -0
  126. package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +41 -0
  127. package/dist-types/ts3.4/commands/index.d.ts +23 -0
  128. package/dist-types/ts3.4/models/models_0.d.ts +538 -21
  129. package/dist-types/ts3.4/pagination/ListApplicationDPUSizesPaginator.d.ts +11 -0
  130. package/dist-types/ts3.4/pagination/ListCalculationExecutionsPaginator.d.ts +11 -0
  131. package/dist-types/ts3.4/pagination/ListExecutorsPaginator.d.ts +11 -0
  132. package/dist-types/ts3.4/pagination/ListSessionsPaginator.d.ts +11 -0
  133. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  134. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +276 -0
  135. package/package.json +3 -3
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListApplicationDPUSizesCommandInput,
4
+ ListApplicationDPUSizesCommandOutput,
5
+ } from "../commands/ListApplicationDPUSizesCommand";
6
+ import { AthenaPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListApplicationDPUSizes(
8
+ config: AthenaPaginationConfiguration,
9
+ input: ListApplicationDPUSizesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListApplicationDPUSizesCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListCalculationExecutionsCommandInput,
4
+ ListCalculationExecutionsCommandOutput,
5
+ } from "../commands/ListCalculationExecutionsCommand";
6
+ import { AthenaPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListCalculationExecutions(
8
+ config: AthenaPaginationConfiguration,
9
+ input: ListCalculationExecutionsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListCalculationExecutionsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListExecutorsCommandInput,
4
+ ListExecutorsCommandOutput,
5
+ } from "../commands/ListExecutorsCommand";
6
+ import { AthenaPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListExecutors(
8
+ config: AthenaPaginationConfiguration,
9
+ input: ListExecutorsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListExecutorsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListSessionsCommandInput,
4
+ ListSessionsCommandOutput,
5
+ } from "../commands/ListSessionsCommand";
6
+ import { AthenaPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListSessions(
8
+ config: AthenaPaginationConfiguration,
9
+ input: ListSessionsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListSessionsCommandOutput>;
@@ -1,11 +1,15 @@
1
1
  export * from "./GetQueryResultsPaginator";
2
2
  export * from "./Interfaces";
3
+ export * from "./ListApplicationDPUSizesPaginator";
4
+ export * from "./ListCalculationExecutionsPaginator";
3
5
  export * from "./ListDataCatalogsPaginator";
4
6
  export * from "./ListDatabasesPaginator";
5
7
  export * from "./ListEngineVersionsPaginator";
8
+ export * from "./ListExecutorsPaginator";
6
9
  export * from "./ListNamedQueriesPaginator";
7
10
  export * from "./ListPreparedStatementsPaginator";
8
11
  export * from "./ListQueryExecutionsPaginator";
12
+ export * from "./ListSessionsPaginator";
9
13
  export * from "./ListTableMetadataPaginator";
10
14
  export * from "./ListTagsForResourcePaginator";
11
15
  export * from "./ListWorkGroupsPaginator";
@@ -23,10 +23,18 @@ import {
23
23
  CreateNamedQueryCommandInput,
24
24
  CreateNamedQueryCommandOutput,
25
25
  } from "../commands/CreateNamedQueryCommand";
26
+ import {
27
+ CreateNotebookCommandInput,
28
+ CreateNotebookCommandOutput,
29
+ } from "../commands/CreateNotebookCommand";
26
30
  import {
27
31
  CreatePreparedStatementCommandInput,
28
32
  CreatePreparedStatementCommandOutput,
29
33
  } from "../commands/CreatePreparedStatementCommand";
34
+ import {
35
+ CreatePresignedNotebookUrlCommandInput,
36
+ CreatePresignedNotebookUrlCommandOutput,
37
+ } from "../commands/CreatePresignedNotebookUrlCommand";
30
38
  import {
31
39
  CreateWorkGroupCommandInput,
32
40
  CreateWorkGroupCommandOutput,
@@ -39,6 +47,10 @@ import {
39
47
  DeleteNamedQueryCommandInput,
40
48
  DeleteNamedQueryCommandOutput,
41
49
  } from "../commands/DeleteNamedQueryCommand";
50
+ import {
51
+ DeleteNotebookCommandInput,
52
+ DeleteNotebookCommandOutput,
53
+ } from "../commands/DeleteNotebookCommand";
42
54
  import {
43
55
  DeletePreparedStatementCommandInput,
44
56
  DeletePreparedStatementCommandOutput,
@@ -47,6 +59,22 @@ import {
47
59
  DeleteWorkGroupCommandInput,
48
60
  DeleteWorkGroupCommandOutput,
49
61
  } from "../commands/DeleteWorkGroupCommand";
62
+ import {
63
+ ExportNotebookCommandInput,
64
+ ExportNotebookCommandOutput,
65
+ } from "../commands/ExportNotebookCommand";
66
+ import {
67
+ GetCalculationExecutionCodeCommandInput,
68
+ GetCalculationExecutionCodeCommandOutput,
69
+ } from "../commands/GetCalculationExecutionCodeCommand";
70
+ import {
71
+ GetCalculationExecutionCommandInput,
72
+ GetCalculationExecutionCommandOutput,
73
+ } from "../commands/GetCalculationExecutionCommand";
74
+ import {
75
+ GetCalculationExecutionStatusCommandInput,
76
+ GetCalculationExecutionStatusCommandOutput,
77
+ } from "../commands/GetCalculationExecutionStatusCommand";
50
78
  import {
51
79
  GetDatabaseCommandInput,
52
80
  GetDatabaseCommandOutput,
@@ -59,6 +87,10 @@ import {
59
87
  GetNamedQueryCommandInput,
60
88
  GetNamedQueryCommandOutput,
61
89
  } from "../commands/GetNamedQueryCommand";
90
+ import {
91
+ GetNotebookMetadataCommandInput,
92
+ GetNotebookMetadataCommandOutput,
93
+ } from "../commands/GetNotebookMetadataCommand";
62
94
  import {
63
95
  GetPreparedStatementCommandInput,
64
96
  GetPreparedStatementCommandOutput,
@@ -75,6 +107,14 @@ import {
75
107
  GetQueryRuntimeStatisticsCommandInput,
76
108
  GetQueryRuntimeStatisticsCommandOutput,
77
109
  } from "../commands/GetQueryRuntimeStatisticsCommand";
110
+ import {
111
+ GetSessionCommandInput,
112
+ GetSessionCommandOutput,
113
+ } from "../commands/GetSessionCommand";
114
+ import {
115
+ GetSessionStatusCommandInput,
116
+ GetSessionStatusCommandOutput,
117
+ } from "../commands/GetSessionStatusCommand";
78
118
  import {
79
119
  GetTableMetadataCommandInput,
80
120
  GetTableMetadataCommandOutput,
@@ -83,6 +123,18 @@ import {
83
123
  GetWorkGroupCommandInput,
84
124
  GetWorkGroupCommandOutput,
85
125
  } from "../commands/GetWorkGroupCommand";
126
+ import {
127
+ ImportNotebookCommandInput,
128
+ ImportNotebookCommandOutput,
129
+ } from "../commands/ImportNotebookCommand";
130
+ import {
131
+ ListApplicationDPUSizesCommandInput,
132
+ ListApplicationDPUSizesCommandOutput,
133
+ } from "../commands/ListApplicationDPUSizesCommand";
134
+ import {
135
+ ListCalculationExecutionsCommandInput,
136
+ ListCalculationExecutionsCommandOutput,
137
+ } from "../commands/ListCalculationExecutionsCommand";
86
138
  import {
87
139
  ListDatabasesCommandInput,
88
140
  ListDatabasesCommandOutput,
@@ -95,10 +147,22 @@ import {
95
147
  ListEngineVersionsCommandInput,
96
148
  ListEngineVersionsCommandOutput,
97
149
  } from "../commands/ListEngineVersionsCommand";
150
+ import {
151
+ ListExecutorsCommandInput,
152
+ ListExecutorsCommandOutput,
153
+ } from "../commands/ListExecutorsCommand";
98
154
  import {
99
155
  ListNamedQueriesCommandInput,
100
156
  ListNamedQueriesCommandOutput,
101
157
  } from "../commands/ListNamedQueriesCommand";
158
+ import {
159
+ ListNotebookMetadataCommandInput,
160
+ ListNotebookMetadataCommandOutput,
161
+ } from "../commands/ListNotebookMetadataCommand";
162
+ import {
163
+ ListNotebookSessionsCommandInput,
164
+ ListNotebookSessionsCommandOutput,
165
+ } from "../commands/ListNotebookSessionsCommand";
102
166
  import {
103
167
  ListPreparedStatementsCommandInput,
104
168
  ListPreparedStatementsCommandOutput,
@@ -107,6 +171,10 @@ import {
107
171
  ListQueryExecutionsCommandInput,
108
172
  ListQueryExecutionsCommandOutput,
109
173
  } from "../commands/ListQueryExecutionsCommand";
174
+ import {
175
+ ListSessionsCommandInput,
176
+ ListSessionsCommandOutput,
177
+ } from "../commands/ListSessionsCommand";
110
178
  import {
111
179
  ListTableMetadataCommandInput,
112
180
  ListTableMetadataCommandOutput,
@@ -119,10 +187,22 @@ import {
119
187
  ListWorkGroupsCommandInput,
120
188
  ListWorkGroupsCommandOutput,
121
189
  } from "../commands/ListWorkGroupsCommand";
190
+ import {
191
+ StartCalculationExecutionCommandInput,
192
+ StartCalculationExecutionCommandOutput,
193
+ } from "../commands/StartCalculationExecutionCommand";
122
194
  import {
123
195
  StartQueryExecutionCommandInput,
124
196
  StartQueryExecutionCommandOutput,
125
197
  } from "../commands/StartQueryExecutionCommand";
198
+ import {
199
+ StartSessionCommandInput,
200
+ StartSessionCommandOutput,
201
+ } from "../commands/StartSessionCommand";
202
+ import {
203
+ StopCalculationExecutionCommandInput,
204
+ StopCalculationExecutionCommandOutput,
205
+ } from "../commands/StopCalculationExecutionCommand";
126
206
  import {
127
207
  StopQueryExecutionCommandInput,
128
208
  StopQueryExecutionCommandOutput,
@@ -131,6 +211,10 @@ import {
131
211
  TagResourceCommandInput,
132
212
  TagResourceCommandOutput,
133
213
  } from "../commands/TagResourceCommand";
214
+ import {
215
+ TerminateSessionCommandInput,
216
+ TerminateSessionCommandOutput,
217
+ } from "../commands/TerminateSessionCommand";
134
218
  import {
135
219
  UntagResourceCommandInput,
136
220
  UntagResourceCommandOutput,
@@ -143,6 +227,14 @@ import {
143
227
  UpdateNamedQueryCommandInput,
144
228
  UpdateNamedQueryCommandOutput,
145
229
  } from "../commands/UpdateNamedQueryCommand";
230
+ import {
231
+ UpdateNotebookCommandInput,
232
+ UpdateNotebookCommandOutput,
233
+ } from "../commands/UpdateNotebookCommand";
234
+ import {
235
+ UpdateNotebookMetadataCommandInput,
236
+ UpdateNotebookMetadataCommandOutput,
237
+ } from "../commands/UpdateNotebookMetadataCommand";
146
238
  import {
147
239
  UpdatePreparedStatementCommandInput,
148
240
  UpdatePreparedStatementCommandOutput,
@@ -171,10 +263,18 @@ export declare const serializeAws_json1_1CreateNamedQueryCommand: (
171
263
  input: CreateNamedQueryCommandInput,
172
264
  context: __SerdeContext
173
265
  ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_1CreateNotebookCommand: (
267
+ input: CreateNotebookCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
174
270
  export declare const serializeAws_json1_1CreatePreparedStatementCommand: (
175
271
  input: CreatePreparedStatementCommandInput,
176
272
  context: __SerdeContext
177
273
  ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1CreatePresignedNotebookUrlCommand: (
275
+ input: CreatePresignedNotebookUrlCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
178
278
  export declare const serializeAws_json1_1CreateWorkGroupCommand: (
179
279
  input: CreateWorkGroupCommandInput,
180
280
  context: __SerdeContext
@@ -187,6 +287,10 @@ export declare const serializeAws_json1_1DeleteNamedQueryCommand: (
187
287
  input: DeleteNamedQueryCommandInput,
188
288
  context: __SerdeContext
189
289
  ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_1DeleteNotebookCommand: (
291
+ input: DeleteNotebookCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
190
294
  export declare const serializeAws_json1_1DeletePreparedStatementCommand: (
191
295
  input: DeletePreparedStatementCommandInput,
192
296
  context: __SerdeContext
@@ -195,6 +299,22 @@ export declare const serializeAws_json1_1DeleteWorkGroupCommand: (
195
299
  input: DeleteWorkGroupCommandInput,
196
300
  context: __SerdeContext
197
301
  ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_json1_1ExportNotebookCommand: (
303
+ input: ExportNotebookCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_json1_1GetCalculationExecutionCommand: (
307
+ input: GetCalculationExecutionCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_json1_1GetCalculationExecutionCodeCommand: (
311
+ input: GetCalculationExecutionCodeCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_json1_1GetCalculationExecutionStatusCommand: (
315
+ input: GetCalculationExecutionStatusCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
198
318
  export declare const serializeAws_json1_1GetDatabaseCommand: (
199
319
  input: GetDatabaseCommandInput,
200
320
  context: __SerdeContext
@@ -207,6 +327,10 @@ export declare const serializeAws_json1_1GetNamedQueryCommand: (
207
327
  input: GetNamedQueryCommandInput,
208
328
  context: __SerdeContext
209
329
  ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_json1_1GetNotebookMetadataCommand: (
331
+ input: GetNotebookMetadataCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
210
334
  export declare const serializeAws_json1_1GetPreparedStatementCommand: (
211
335
  input: GetPreparedStatementCommandInput,
212
336
  context: __SerdeContext
@@ -223,6 +347,14 @@ export declare const serializeAws_json1_1GetQueryRuntimeStatisticsCommand: (
223
347
  input: GetQueryRuntimeStatisticsCommandInput,
224
348
  context: __SerdeContext
225
349
  ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_json1_1GetSessionCommand: (
351
+ input: GetSessionCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_json1_1GetSessionStatusCommand: (
355
+ input: GetSessionStatusCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
226
358
  export declare const serializeAws_json1_1GetTableMetadataCommand: (
227
359
  input: GetTableMetadataCommandInput,
228
360
  context: __SerdeContext
@@ -231,6 +363,18 @@ export declare const serializeAws_json1_1GetWorkGroupCommand: (
231
363
  input: GetWorkGroupCommandInput,
232
364
  context: __SerdeContext
233
365
  ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_json1_1ImportNotebookCommand: (
367
+ input: ImportNotebookCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_json1_1ListApplicationDPUSizesCommand: (
371
+ input: ListApplicationDPUSizesCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_json1_1ListCalculationExecutionsCommand: (
375
+ input: ListCalculationExecutionsCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
234
378
  export declare const serializeAws_json1_1ListDatabasesCommand: (
235
379
  input: ListDatabasesCommandInput,
236
380
  context: __SerdeContext
@@ -243,10 +387,22 @@ export declare const serializeAws_json1_1ListEngineVersionsCommand: (
243
387
  input: ListEngineVersionsCommandInput,
244
388
  context: __SerdeContext
245
389
  ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_json1_1ListExecutorsCommand: (
391
+ input: ListExecutorsCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
246
394
  export declare const serializeAws_json1_1ListNamedQueriesCommand: (
247
395
  input: ListNamedQueriesCommandInput,
248
396
  context: __SerdeContext
249
397
  ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_json1_1ListNotebookMetadataCommand: (
399
+ input: ListNotebookMetadataCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_json1_1ListNotebookSessionsCommand: (
403
+ input: ListNotebookSessionsCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
250
406
  export declare const serializeAws_json1_1ListPreparedStatementsCommand: (
251
407
  input: ListPreparedStatementsCommandInput,
252
408
  context: __SerdeContext
@@ -255,6 +411,10 @@ export declare const serializeAws_json1_1ListQueryExecutionsCommand: (
255
411
  input: ListQueryExecutionsCommandInput,
256
412
  context: __SerdeContext
257
413
  ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_json1_1ListSessionsCommand: (
415
+ input: ListSessionsCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
258
418
  export declare const serializeAws_json1_1ListTableMetadataCommand: (
259
419
  input: ListTableMetadataCommandInput,
260
420
  context: __SerdeContext
@@ -267,10 +427,22 @@ export declare const serializeAws_json1_1ListWorkGroupsCommand: (
267
427
  input: ListWorkGroupsCommandInput,
268
428
  context: __SerdeContext
269
429
  ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_json1_1StartCalculationExecutionCommand: (
431
+ input: StartCalculationExecutionCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
270
434
  export declare const serializeAws_json1_1StartQueryExecutionCommand: (
271
435
  input: StartQueryExecutionCommandInput,
272
436
  context: __SerdeContext
273
437
  ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_json1_1StartSessionCommand: (
439
+ input: StartSessionCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_json1_1StopCalculationExecutionCommand: (
443
+ input: StopCalculationExecutionCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
274
446
  export declare const serializeAws_json1_1StopQueryExecutionCommand: (
275
447
  input: StopQueryExecutionCommandInput,
276
448
  context: __SerdeContext
@@ -279,6 +451,10 @@ export declare const serializeAws_json1_1TagResourceCommand: (
279
451
  input: TagResourceCommandInput,
280
452
  context: __SerdeContext
281
453
  ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_json1_1TerminateSessionCommand: (
455
+ input: TerminateSessionCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
282
458
  export declare const serializeAws_json1_1UntagResourceCommand: (
283
459
  input: UntagResourceCommandInput,
284
460
  context: __SerdeContext
@@ -291,6 +467,14 @@ export declare const serializeAws_json1_1UpdateNamedQueryCommand: (
291
467
  input: UpdateNamedQueryCommandInput,
292
468
  context: __SerdeContext
293
469
  ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_json1_1UpdateNotebookCommand: (
471
+ input: UpdateNotebookCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_json1_1UpdateNotebookMetadataCommand: (
475
+ input: UpdateNotebookMetadataCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
294
478
  export declare const serializeAws_json1_1UpdatePreparedStatementCommand: (
295
479
  input: UpdatePreparedStatementCommandInput,
296
480
  context: __SerdeContext
@@ -319,10 +503,18 @@ export declare const deserializeAws_json1_1CreateNamedQueryCommand: (
319
503
  output: __HttpResponse,
320
504
  context: __SerdeContext
321
505
  ) => Promise<CreateNamedQueryCommandOutput>;
506
+ export declare const deserializeAws_json1_1CreateNotebookCommand: (
507
+ output: __HttpResponse,
508
+ context: __SerdeContext
509
+ ) => Promise<CreateNotebookCommandOutput>;
322
510
  export declare const deserializeAws_json1_1CreatePreparedStatementCommand: (
323
511
  output: __HttpResponse,
324
512
  context: __SerdeContext
325
513
  ) => Promise<CreatePreparedStatementCommandOutput>;
514
+ export declare const deserializeAws_json1_1CreatePresignedNotebookUrlCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<CreatePresignedNotebookUrlCommandOutput>;
326
518
  export declare const deserializeAws_json1_1CreateWorkGroupCommand: (
327
519
  output: __HttpResponse,
328
520
  context: __SerdeContext
@@ -335,6 +527,10 @@ export declare const deserializeAws_json1_1DeleteNamedQueryCommand: (
335
527
  output: __HttpResponse,
336
528
  context: __SerdeContext
337
529
  ) => Promise<DeleteNamedQueryCommandOutput>;
530
+ export declare const deserializeAws_json1_1DeleteNotebookCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<DeleteNotebookCommandOutput>;
338
534
  export declare const deserializeAws_json1_1DeletePreparedStatementCommand: (
339
535
  output: __HttpResponse,
340
536
  context: __SerdeContext
@@ -343,6 +539,22 @@ export declare const deserializeAws_json1_1DeleteWorkGroupCommand: (
343
539
  output: __HttpResponse,
344
540
  context: __SerdeContext
345
541
  ) => Promise<DeleteWorkGroupCommandOutput>;
542
+ export declare const deserializeAws_json1_1ExportNotebookCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<ExportNotebookCommandOutput>;
546
+ export declare const deserializeAws_json1_1GetCalculationExecutionCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<GetCalculationExecutionCommandOutput>;
550
+ export declare const deserializeAws_json1_1GetCalculationExecutionCodeCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<GetCalculationExecutionCodeCommandOutput>;
554
+ export declare const deserializeAws_json1_1GetCalculationExecutionStatusCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<GetCalculationExecutionStatusCommandOutput>;
346
558
  export declare const deserializeAws_json1_1GetDatabaseCommand: (
347
559
  output: __HttpResponse,
348
560
  context: __SerdeContext
@@ -355,6 +567,10 @@ export declare const deserializeAws_json1_1GetNamedQueryCommand: (
355
567
  output: __HttpResponse,
356
568
  context: __SerdeContext
357
569
  ) => Promise<GetNamedQueryCommandOutput>;
570
+ export declare const deserializeAws_json1_1GetNotebookMetadataCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<GetNotebookMetadataCommandOutput>;
358
574
  export declare const deserializeAws_json1_1GetPreparedStatementCommand: (
359
575
  output: __HttpResponse,
360
576
  context: __SerdeContext
@@ -371,6 +587,14 @@ export declare const deserializeAws_json1_1GetQueryRuntimeStatisticsCommand: (
371
587
  output: __HttpResponse,
372
588
  context: __SerdeContext
373
589
  ) => Promise<GetQueryRuntimeStatisticsCommandOutput>;
590
+ export declare const deserializeAws_json1_1GetSessionCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<GetSessionCommandOutput>;
594
+ export declare const deserializeAws_json1_1GetSessionStatusCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<GetSessionStatusCommandOutput>;
374
598
  export declare const deserializeAws_json1_1GetTableMetadataCommand: (
375
599
  output: __HttpResponse,
376
600
  context: __SerdeContext
@@ -379,6 +603,18 @@ export declare const deserializeAws_json1_1GetWorkGroupCommand: (
379
603
  output: __HttpResponse,
380
604
  context: __SerdeContext
381
605
  ) => Promise<GetWorkGroupCommandOutput>;
606
+ export declare const deserializeAws_json1_1ImportNotebookCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<ImportNotebookCommandOutput>;
610
+ export declare const deserializeAws_json1_1ListApplicationDPUSizesCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<ListApplicationDPUSizesCommandOutput>;
614
+ export declare const deserializeAws_json1_1ListCalculationExecutionsCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<ListCalculationExecutionsCommandOutput>;
382
618
  export declare const deserializeAws_json1_1ListDatabasesCommand: (
383
619
  output: __HttpResponse,
384
620
  context: __SerdeContext
@@ -391,10 +627,22 @@ export declare const deserializeAws_json1_1ListEngineVersionsCommand: (
391
627
  output: __HttpResponse,
392
628
  context: __SerdeContext
393
629
  ) => Promise<ListEngineVersionsCommandOutput>;
630
+ export declare const deserializeAws_json1_1ListExecutorsCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<ListExecutorsCommandOutput>;
394
634
  export declare const deserializeAws_json1_1ListNamedQueriesCommand: (
395
635
  output: __HttpResponse,
396
636
  context: __SerdeContext
397
637
  ) => Promise<ListNamedQueriesCommandOutput>;
638
+ export declare const deserializeAws_json1_1ListNotebookMetadataCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<ListNotebookMetadataCommandOutput>;
642
+ export declare const deserializeAws_json1_1ListNotebookSessionsCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<ListNotebookSessionsCommandOutput>;
398
646
  export declare const deserializeAws_json1_1ListPreparedStatementsCommand: (
399
647
  output: __HttpResponse,
400
648
  context: __SerdeContext
@@ -403,6 +651,10 @@ export declare const deserializeAws_json1_1ListQueryExecutionsCommand: (
403
651
  output: __HttpResponse,
404
652
  context: __SerdeContext
405
653
  ) => Promise<ListQueryExecutionsCommandOutput>;
654
+ export declare const deserializeAws_json1_1ListSessionsCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<ListSessionsCommandOutput>;
406
658
  export declare const deserializeAws_json1_1ListTableMetadataCommand: (
407
659
  output: __HttpResponse,
408
660
  context: __SerdeContext
@@ -415,10 +667,22 @@ export declare const deserializeAws_json1_1ListWorkGroupsCommand: (
415
667
  output: __HttpResponse,
416
668
  context: __SerdeContext
417
669
  ) => Promise<ListWorkGroupsCommandOutput>;
670
+ export declare const deserializeAws_json1_1StartCalculationExecutionCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<StartCalculationExecutionCommandOutput>;
418
674
  export declare const deserializeAws_json1_1StartQueryExecutionCommand: (
419
675
  output: __HttpResponse,
420
676
  context: __SerdeContext
421
677
  ) => Promise<StartQueryExecutionCommandOutput>;
678
+ export declare const deserializeAws_json1_1StartSessionCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<StartSessionCommandOutput>;
682
+ export declare const deserializeAws_json1_1StopCalculationExecutionCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<StopCalculationExecutionCommandOutput>;
422
686
  export declare const deserializeAws_json1_1StopQueryExecutionCommand: (
423
687
  output: __HttpResponse,
424
688
  context: __SerdeContext
@@ -427,6 +691,10 @@ export declare const deserializeAws_json1_1TagResourceCommand: (
427
691
  output: __HttpResponse,
428
692
  context: __SerdeContext
429
693
  ) => Promise<TagResourceCommandOutput>;
694
+ export declare const deserializeAws_json1_1TerminateSessionCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<TerminateSessionCommandOutput>;
430
698
  export declare const deserializeAws_json1_1UntagResourceCommand: (
431
699
  output: __HttpResponse,
432
700
  context: __SerdeContext
@@ -439,6 +707,14 @@ export declare const deserializeAws_json1_1UpdateNamedQueryCommand: (
439
707
  output: __HttpResponse,
440
708
  context: __SerdeContext
441
709
  ) => Promise<UpdateNamedQueryCommandOutput>;
710
+ export declare const deserializeAws_json1_1UpdateNotebookCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<UpdateNotebookCommandOutput>;
714
+ export declare const deserializeAws_json1_1UpdateNotebookMetadataCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<UpdateNotebookMetadataCommandOutput>;
442
718
  export declare const deserializeAws_json1_1UpdatePreparedStatementCommand: (
443
719
  output: __HttpResponse,
444
720
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-athena",
3
3
  "description": "AWS SDK for JavaScript Athena Client for Node.js, Browser and React Native",
4
- "version": "3.216.0",
4
+ "version": "3.221.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,9 +19,9 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.216.0",
22
+ "@aws-sdk/client-sts": "3.218.0",
23
23
  "@aws-sdk/config-resolver": "3.215.0",
24
- "@aws-sdk/credential-provider-node": "3.216.0",
24
+ "@aws-sdk/credential-provider-node": "3.218.0",
25
25
  "@aws-sdk/fetch-http-handler": "3.215.0",
26
26
  "@aws-sdk/hash-node": "3.215.0",
27
27
  "@aws-sdk/invalid-dependency": "3.215.0",