@aws-sdk/client-athena 3.1077.0 → 3.1078.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 (218) hide show
  1. package/dist-cjs/index.js +216 -841
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchGetNamedQueryCommand.js +2 -14
  4. package/dist-es/commands/BatchGetPreparedStatementCommand.js +2 -14
  5. package/dist-es/commands/BatchGetQueryExecutionCommand.js +2 -14
  6. package/dist-es/commands/CancelCapacityReservationCommand.js +2 -14
  7. package/dist-es/commands/CreateCapacityReservationCommand.js +2 -14
  8. package/dist-es/commands/CreateDataCatalogCommand.js +2 -14
  9. package/dist-es/commands/CreateNamedQueryCommand.js +2 -14
  10. package/dist-es/commands/CreateNotebookCommand.js +2 -14
  11. package/dist-es/commands/CreatePreparedStatementCommand.js +2 -14
  12. package/dist-es/commands/CreatePresignedNotebookUrlCommand.js +2 -14
  13. package/dist-es/commands/CreateWorkGroupCommand.js +2 -14
  14. package/dist-es/commands/DeleteCapacityReservationCommand.js +2 -14
  15. package/dist-es/commands/DeleteDataCatalogCommand.js +2 -14
  16. package/dist-es/commands/DeleteNamedQueryCommand.js +2 -14
  17. package/dist-es/commands/DeleteNotebookCommand.js +2 -14
  18. package/dist-es/commands/DeletePreparedStatementCommand.js +2 -14
  19. package/dist-es/commands/DeleteWorkGroupCommand.js +2 -14
  20. package/dist-es/commands/ExportNotebookCommand.js +2 -14
  21. package/dist-es/commands/GetCalculationExecutionCodeCommand.js +2 -14
  22. package/dist-es/commands/GetCalculationExecutionCommand.js +2 -14
  23. package/dist-es/commands/GetCalculationExecutionStatusCommand.js +2 -14
  24. package/dist-es/commands/GetCapacityAssignmentConfigurationCommand.js +2 -14
  25. package/dist-es/commands/GetCapacityReservationCommand.js +2 -14
  26. package/dist-es/commands/GetDataCatalogCommand.js +2 -14
  27. package/dist-es/commands/GetDatabaseCommand.js +2 -14
  28. package/dist-es/commands/GetNamedQueryCommand.js +2 -14
  29. package/dist-es/commands/GetNotebookMetadataCommand.js +2 -14
  30. package/dist-es/commands/GetPreparedStatementCommand.js +2 -14
  31. package/dist-es/commands/GetQueryExecutionCommand.js +2 -14
  32. package/dist-es/commands/GetQueryResultsCommand.js +2 -14
  33. package/dist-es/commands/GetQueryRuntimeStatisticsCommand.js +2 -14
  34. package/dist-es/commands/GetResourceDashboardCommand.js +2 -14
  35. package/dist-es/commands/GetSessionCommand.js +2 -14
  36. package/dist-es/commands/GetSessionEndpointCommand.js +2 -14
  37. package/dist-es/commands/GetSessionStatusCommand.js +2 -14
  38. package/dist-es/commands/GetTableMetadataCommand.js +2 -14
  39. package/dist-es/commands/GetWorkGroupCommand.js +2 -14
  40. package/dist-es/commands/ImportNotebookCommand.js +2 -14
  41. package/dist-es/commands/ListApplicationDPUSizesCommand.js +2 -14
  42. package/dist-es/commands/ListCalculationExecutionsCommand.js +2 -14
  43. package/dist-es/commands/ListCapacityReservationsCommand.js +2 -14
  44. package/dist-es/commands/ListDataCatalogsCommand.js +2 -14
  45. package/dist-es/commands/ListDatabasesCommand.js +2 -14
  46. package/dist-es/commands/ListEngineVersionsCommand.js +2 -14
  47. package/dist-es/commands/ListExecutorsCommand.js +2 -14
  48. package/dist-es/commands/ListNamedQueriesCommand.js +2 -14
  49. package/dist-es/commands/ListNotebookMetadataCommand.js +2 -14
  50. package/dist-es/commands/ListNotebookSessionsCommand.js +2 -14
  51. package/dist-es/commands/ListPreparedStatementsCommand.js +2 -14
  52. package/dist-es/commands/ListQueryExecutionsCommand.js +2 -14
  53. package/dist-es/commands/ListSessionsCommand.js +2 -14
  54. package/dist-es/commands/ListTableMetadataCommand.js +2 -14
  55. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  56. package/dist-es/commands/ListWorkGroupsCommand.js +2 -14
  57. package/dist-es/commands/PutCapacityAssignmentConfigurationCommand.js +2 -14
  58. package/dist-es/commands/StartCalculationExecutionCommand.js +2 -14
  59. package/dist-es/commands/StartQueryExecutionCommand.js +2 -14
  60. package/dist-es/commands/StartSessionCommand.js +2 -14
  61. package/dist-es/commands/StopCalculationExecutionCommand.js +2 -14
  62. package/dist-es/commands/StopQueryExecutionCommand.js +2 -14
  63. package/dist-es/commands/TagResourceCommand.js +2 -14
  64. package/dist-es/commands/TerminateSessionCommand.js +2 -14
  65. package/dist-es/commands/UntagResourceCommand.js +2 -14
  66. package/dist-es/commands/UpdateCapacityReservationCommand.js +2 -14
  67. package/dist-es/commands/UpdateDataCatalogCommand.js +2 -14
  68. package/dist-es/commands/UpdateNamedQueryCommand.js +2 -14
  69. package/dist-es/commands/UpdateNotebookCommand.js +2 -14
  70. package/dist-es/commands/UpdateNotebookMetadataCommand.js +2 -14
  71. package/dist-es/commands/UpdatePreparedStatementCommand.js +2 -14
  72. package/dist-es/commands/UpdateWorkGroupCommand.js +2 -14
  73. package/dist-es/index.js +1 -0
  74. package/dist-types/commandBuilder.d.ts +18 -0
  75. package/dist-types/commands/BatchGetNamedQueryCommand.d.ts +3 -8
  76. package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +3 -8
  77. package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +3 -8
  78. package/dist-types/commands/CancelCapacityReservationCommand.d.ts +3 -8
  79. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +3 -8
  80. package/dist-types/commands/CreateDataCatalogCommand.d.ts +3 -8
  81. package/dist-types/commands/CreateNamedQueryCommand.d.ts +3 -8
  82. package/dist-types/commands/CreateNotebookCommand.d.ts +3 -8
  83. package/dist-types/commands/CreatePreparedStatementCommand.d.ts +3 -8
  84. package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +3 -8
  85. package/dist-types/commands/CreateWorkGroupCommand.d.ts +3 -8
  86. package/dist-types/commands/DeleteCapacityReservationCommand.d.ts +3 -8
  87. package/dist-types/commands/DeleteDataCatalogCommand.d.ts +3 -8
  88. package/dist-types/commands/DeleteNamedQueryCommand.d.ts +3 -8
  89. package/dist-types/commands/DeleteNotebookCommand.d.ts +3 -8
  90. package/dist-types/commands/DeletePreparedStatementCommand.d.ts +3 -8
  91. package/dist-types/commands/DeleteWorkGroupCommand.d.ts +3 -8
  92. package/dist-types/commands/ExportNotebookCommand.d.ts +3 -8
  93. package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +3 -8
  94. package/dist-types/commands/GetCalculationExecutionCommand.d.ts +3 -8
  95. package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +3 -8
  96. package/dist-types/commands/GetCapacityAssignmentConfigurationCommand.d.ts +3 -8
  97. package/dist-types/commands/GetCapacityReservationCommand.d.ts +3 -8
  98. package/dist-types/commands/GetDataCatalogCommand.d.ts +3 -8
  99. package/dist-types/commands/GetDatabaseCommand.d.ts +3 -8
  100. package/dist-types/commands/GetNamedQueryCommand.d.ts +3 -8
  101. package/dist-types/commands/GetNotebookMetadataCommand.d.ts +3 -8
  102. package/dist-types/commands/GetPreparedStatementCommand.d.ts +3 -8
  103. package/dist-types/commands/GetQueryExecutionCommand.d.ts +3 -8
  104. package/dist-types/commands/GetQueryResultsCommand.d.ts +3 -8
  105. package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +3 -8
  106. package/dist-types/commands/GetResourceDashboardCommand.d.ts +3 -8
  107. package/dist-types/commands/GetSessionCommand.d.ts +3 -8
  108. package/dist-types/commands/GetSessionEndpointCommand.d.ts +3 -8
  109. package/dist-types/commands/GetSessionStatusCommand.d.ts +3 -8
  110. package/dist-types/commands/GetTableMetadataCommand.d.ts +3 -8
  111. package/dist-types/commands/GetWorkGroupCommand.d.ts +3 -8
  112. package/dist-types/commands/ImportNotebookCommand.d.ts +3 -8
  113. package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +3 -8
  114. package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +3 -8
  115. package/dist-types/commands/ListCapacityReservationsCommand.d.ts +3 -8
  116. package/dist-types/commands/ListDataCatalogsCommand.d.ts +3 -8
  117. package/dist-types/commands/ListDatabasesCommand.d.ts +3 -8
  118. package/dist-types/commands/ListEngineVersionsCommand.d.ts +3 -8
  119. package/dist-types/commands/ListExecutorsCommand.d.ts +3 -8
  120. package/dist-types/commands/ListNamedQueriesCommand.d.ts +3 -8
  121. package/dist-types/commands/ListNotebookMetadataCommand.d.ts +3 -8
  122. package/dist-types/commands/ListNotebookSessionsCommand.d.ts +3 -8
  123. package/dist-types/commands/ListPreparedStatementsCommand.d.ts +3 -8
  124. package/dist-types/commands/ListQueryExecutionsCommand.d.ts +3 -8
  125. package/dist-types/commands/ListSessionsCommand.d.ts +3 -8
  126. package/dist-types/commands/ListTableMetadataCommand.d.ts +3 -8
  127. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  128. package/dist-types/commands/ListWorkGroupsCommand.d.ts +3 -8
  129. package/dist-types/commands/PutCapacityAssignmentConfigurationCommand.d.ts +3 -8
  130. package/dist-types/commands/StartCalculationExecutionCommand.d.ts +3 -8
  131. package/dist-types/commands/StartQueryExecutionCommand.d.ts +3 -8
  132. package/dist-types/commands/StartSessionCommand.d.ts +3 -8
  133. package/dist-types/commands/StopCalculationExecutionCommand.d.ts +3 -8
  134. package/dist-types/commands/StopQueryExecutionCommand.d.ts +3 -8
  135. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  136. package/dist-types/commands/TerminateSessionCommand.d.ts +3 -8
  137. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  138. package/dist-types/commands/UpdateCapacityReservationCommand.d.ts +3 -8
  139. package/dist-types/commands/UpdateDataCatalogCommand.d.ts +3 -8
  140. package/dist-types/commands/UpdateNamedQueryCommand.d.ts +3 -8
  141. package/dist-types/commands/UpdateNotebookCommand.d.ts +3 -8
  142. package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +3 -8
  143. package/dist-types/commands/UpdatePreparedStatementCommand.d.ts +3 -8
  144. package/dist-types/commands/UpdateWorkGroupCommand.d.ts +3 -8
  145. package/dist-types/index.d.ts +1 -0
  146. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  147. package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/DeleteCapacityReservationCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/GetCapacityAssignmentConfigurationCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/GetCapacityReservationCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/GetResourceDashboardCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/ListCapacityReservationsCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/PutCapacityAssignmentConfigurationCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/UpdateCapacityReservationCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/index.d.ts +1 -0
  218. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1077.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -2269,844 +2270,218 @@ class AthenaClient extends Client {
2269
2270
  }
2270
2271
  }
2271
2272
 
2272
- class BatchGetNamedQueryCommand extends Command
2273
- .classBuilder()
2274
- .ep(commonParams)
2275
- .m(function (Command, cs, config, o) {
2276
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2277
- })
2278
- .s("AmazonAthena", "BatchGetNamedQuery", {})
2279
- .n("AthenaClient", "BatchGetNamedQueryCommand")
2280
- .sc(BatchGetNamedQuery$)
2281
- .build() {
2282
- }
2283
-
2284
- class BatchGetPreparedStatementCommand extends Command
2285
- .classBuilder()
2286
- .ep(commonParams)
2287
- .m(function (Command, cs, config, o) {
2288
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2289
- })
2290
- .s("AmazonAthena", "BatchGetPreparedStatement", {})
2291
- .n("AthenaClient", "BatchGetPreparedStatementCommand")
2292
- .sc(BatchGetPreparedStatement$)
2293
- .build() {
2294
- }
2295
-
2296
- class BatchGetQueryExecutionCommand extends Command
2297
- .classBuilder()
2298
- .ep(commonParams)
2299
- .m(function (Command, cs, config, o) {
2300
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2301
- })
2302
- .s("AmazonAthena", "BatchGetQueryExecution", {})
2303
- .n("AthenaClient", "BatchGetQueryExecutionCommand")
2304
- .sc(BatchGetQueryExecution$)
2305
- .build() {
2306
- }
2307
-
2308
- class CancelCapacityReservationCommand extends Command
2309
- .classBuilder()
2310
- .ep(commonParams)
2311
- .m(function (Command, cs, config, o) {
2312
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2313
- })
2314
- .s("AmazonAthena", "CancelCapacityReservation", {})
2315
- .n("AthenaClient", "CancelCapacityReservationCommand")
2316
- .sc(CancelCapacityReservation$)
2317
- .build() {
2318
- }
2319
-
2320
- class CreateCapacityReservationCommand extends Command
2321
- .classBuilder()
2322
- .ep(commonParams)
2323
- .m(function (Command, cs, config, o) {
2324
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2325
- })
2326
- .s("AmazonAthena", "CreateCapacityReservation", {})
2327
- .n("AthenaClient", "CreateCapacityReservationCommand")
2328
- .sc(CreateCapacityReservation$)
2329
- .build() {
2330
- }
2331
-
2332
- class CreateDataCatalogCommand extends Command
2333
- .classBuilder()
2334
- .ep(commonParams)
2335
- .m(function (Command, cs, config, o) {
2336
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2337
- })
2338
- .s("AmazonAthena", "CreateDataCatalog", {})
2339
- .n("AthenaClient", "CreateDataCatalogCommand")
2340
- .sc(CreateDataCatalog$)
2341
- .build() {
2342
- }
2343
-
2344
- class CreateNamedQueryCommand extends Command
2345
- .classBuilder()
2346
- .ep(commonParams)
2347
- .m(function (Command, cs, config, o) {
2348
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2349
- })
2350
- .s("AmazonAthena", "CreateNamedQuery", {})
2351
- .n("AthenaClient", "CreateNamedQueryCommand")
2352
- .sc(CreateNamedQuery$)
2353
- .build() {
2354
- }
2355
-
2356
- class CreateNotebookCommand extends Command
2357
- .classBuilder()
2358
- .ep(commonParams)
2359
- .m(function (Command, cs, config, o) {
2360
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2361
- })
2362
- .s("AmazonAthena", "CreateNotebook", {})
2363
- .n("AthenaClient", "CreateNotebookCommand")
2364
- .sc(CreateNotebook$)
2365
- .build() {
2366
- }
2367
-
2368
- class CreatePreparedStatementCommand extends Command
2369
- .classBuilder()
2370
- .ep(commonParams)
2371
- .m(function (Command, cs, config, o) {
2372
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2373
- })
2374
- .s("AmazonAthena", "CreatePreparedStatement", {})
2375
- .n("AthenaClient", "CreatePreparedStatementCommand")
2376
- .sc(CreatePreparedStatement$)
2377
- .build() {
2378
- }
2379
-
2380
- class CreatePresignedNotebookUrlCommand extends Command
2381
- .classBuilder()
2382
- .ep(commonParams)
2383
- .m(function (Command, cs, config, o) {
2384
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2385
- })
2386
- .s("AmazonAthena", "CreatePresignedNotebookUrl", {})
2387
- .n("AthenaClient", "CreatePresignedNotebookUrlCommand")
2388
- .sc(CreatePresignedNotebookUrl$)
2389
- .build() {
2390
- }
2391
-
2392
- class CreateWorkGroupCommand extends Command
2393
- .classBuilder()
2394
- .ep(commonParams)
2395
- .m(function (Command, cs, config, o) {
2396
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2397
- })
2398
- .s("AmazonAthena", "CreateWorkGroup", {})
2399
- .n("AthenaClient", "CreateWorkGroupCommand")
2400
- .sc(CreateWorkGroup$)
2401
- .build() {
2402
- }
2403
-
2404
- class DeleteCapacityReservationCommand extends Command
2405
- .classBuilder()
2406
- .ep(commonParams)
2407
- .m(function (Command, cs, config, o) {
2408
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2409
- })
2410
- .s("AmazonAthena", "DeleteCapacityReservation", {})
2411
- .n("AthenaClient", "DeleteCapacityReservationCommand")
2412
- .sc(DeleteCapacityReservation$)
2413
- .build() {
2414
- }
2415
-
2416
- class DeleteDataCatalogCommand extends Command
2417
- .classBuilder()
2418
- .ep(commonParams)
2419
- .m(function (Command, cs, config, o) {
2420
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2421
- })
2422
- .s("AmazonAthena", "DeleteDataCatalog", {})
2423
- .n("AthenaClient", "DeleteDataCatalogCommand")
2424
- .sc(DeleteDataCatalog$)
2425
- .build() {
2426
- }
2427
-
2428
- class DeleteNamedQueryCommand extends Command
2429
- .classBuilder()
2430
- .ep(commonParams)
2431
- .m(function (Command, cs, config, o) {
2432
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2433
- })
2434
- .s("AmazonAthena", "DeleteNamedQuery", {})
2435
- .n("AthenaClient", "DeleteNamedQueryCommand")
2436
- .sc(DeleteNamedQuery$)
2437
- .build() {
2438
- }
2439
-
2440
- class DeleteNotebookCommand extends Command
2441
- .classBuilder()
2442
- .ep(commonParams)
2443
- .m(function (Command, cs, config, o) {
2444
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2445
- })
2446
- .s("AmazonAthena", "DeleteNotebook", {})
2447
- .n("AthenaClient", "DeleteNotebookCommand")
2448
- .sc(DeleteNotebook$)
2449
- .build() {
2450
- }
2451
-
2452
- class DeletePreparedStatementCommand extends Command
2453
- .classBuilder()
2454
- .ep(commonParams)
2455
- .m(function (Command, cs, config, o) {
2456
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2457
- })
2458
- .s("AmazonAthena", "DeletePreparedStatement", {})
2459
- .n("AthenaClient", "DeletePreparedStatementCommand")
2460
- .sc(DeletePreparedStatement$)
2461
- .build() {
2462
- }
2463
-
2464
- class DeleteWorkGroupCommand extends Command
2465
- .classBuilder()
2466
- .ep(commonParams)
2467
- .m(function (Command, cs, config, o) {
2468
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2469
- })
2470
- .s("AmazonAthena", "DeleteWorkGroup", {})
2471
- .n("AthenaClient", "DeleteWorkGroupCommand")
2472
- .sc(DeleteWorkGroup$)
2473
- .build() {
2474
- }
2475
-
2476
- class ExportNotebookCommand extends Command
2477
- .classBuilder()
2478
- .ep(commonParams)
2479
- .m(function (Command, cs, config, o) {
2480
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2481
- })
2482
- .s("AmazonAthena", "ExportNotebook", {})
2483
- .n("AthenaClient", "ExportNotebookCommand")
2484
- .sc(ExportNotebook$)
2485
- .build() {
2486
- }
2487
-
2488
- class GetCalculationExecutionCodeCommand extends Command
2489
- .classBuilder()
2490
- .ep(commonParams)
2491
- .m(function (Command, cs, config, o) {
2492
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2493
- })
2494
- .s("AmazonAthena", "GetCalculationExecutionCode", {})
2495
- .n("AthenaClient", "GetCalculationExecutionCodeCommand")
2496
- .sc(GetCalculationExecutionCode$)
2497
- .build() {
2498
- }
2499
-
2500
- class GetCalculationExecutionCommand extends Command
2501
- .classBuilder()
2502
- .ep(commonParams)
2503
- .m(function (Command, cs, config, o) {
2504
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2505
- })
2506
- .s("AmazonAthena", "GetCalculationExecution", {})
2507
- .n("AthenaClient", "GetCalculationExecutionCommand")
2508
- .sc(GetCalculationExecution$)
2509
- .build() {
2510
- }
2511
-
2512
- class GetCalculationExecutionStatusCommand extends Command
2513
- .classBuilder()
2514
- .ep(commonParams)
2515
- .m(function (Command, cs, config, o) {
2516
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2517
- })
2518
- .s("AmazonAthena", "GetCalculationExecutionStatus", {})
2519
- .n("AthenaClient", "GetCalculationExecutionStatusCommand")
2520
- .sc(GetCalculationExecutionStatus$)
2521
- .build() {
2522
- }
2523
-
2524
- class GetCapacityAssignmentConfigurationCommand extends Command
2525
- .classBuilder()
2526
- .ep(commonParams)
2527
- .m(function (Command, cs, config, o) {
2528
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2529
- })
2530
- .s("AmazonAthena", "GetCapacityAssignmentConfiguration", {})
2531
- .n("AthenaClient", "GetCapacityAssignmentConfigurationCommand")
2532
- .sc(GetCapacityAssignmentConfiguration$)
2533
- .build() {
2534
- }
2535
-
2536
- class GetCapacityReservationCommand extends Command
2537
- .classBuilder()
2538
- .ep(commonParams)
2539
- .m(function (Command, cs, config, o) {
2540
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2541
- })
2542
- .s("AmazonAthena", "GetCapacityReservation", {})
2543
- .n("AthenaClient", "GetCapacityReservationCommand")
2544
- .sc(GetCapacityReservation$)
2545
- .build() {
2546
- }
2547
-
2548
- class GetDatabaseCommand extends Command
2549
- .classBuilder()
2550
- .ep(commonParams)
2551
- .m(function (Command, cs, config, o) {
2552
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2553
- })
2554
- .s("AmazonAthena", "GetDatabase", {})
2555
- .n("AthenaClient", "GetDatabaseCommand")
2556
- .sc(GetDatabase$)
2557
- .build() {
2558
- }
2559
-
2560
- class GetDataCatalogCommand extends Command
2561
- .classBuilder()
2562
- .ep(commonParams)
2563
- .m(function (Command, cs, config, o) {
2564
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2565
- })
2566
- .s("AmazonAthena", "GetDataCatalog", {})
2567
- .n("AthenaClient", "GetDataCatalogCommand")
2568
- .sc(GetDataCatalog$)
2569
- .build() {
2570
- }
2571
-
2572
- class GetNamedQueryCommand extends Command
2573
- .classBuilder()
2574
- .ep(commonParams)
2575
- .m(function (Command, cs, config, o) {
2576
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2577
- })
2578
- .s("AmazonAthena", "GetNamedQuery", {})
2579
- .n("AthenaClient", "GetNamedQueryCommand")
2580
- .sc(GetNamedQuery$)
2581
- .build() {
2582
- }
2583
-
2584
- class GetNotebookMetadataCommand extends Command
2585
- .classBuilder()
2586
- .ep(commonParams)
2587
- .m(function (Command, cs, config, o) {
2588
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2589
- })
2590
- .s("AmazonAthena", "GetNotebookMetadata", {})
2591
- .n("AthenaClient", "GetNotebookMetadataCommand")
2592
- .sc(GetNotebookMetadata$)
2593
- .build() {
2594
- }
2595
-
2596
- class GetPreparedStatementCommand extends Command
2597
- .classBuilder()
2598
- .ep(commonParams)
2599
- .m(function (Command, cs, config, o) {
2600
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2601
- })
2602
- .s("AmazonAthena", "GetPreparedStatement", {})
2603
- .n("AthenaClient", "GetPreparedStatementCommand")
2604
- .sc(GetPreparedStatement$)
2605
- .build() {
2606
- }
2607
-
2608
- class GetQueryExecutionCommand extends Command
2609
- .classBuilder()
2610
- .ep(commonParams)
2611
- .m(function (Command, cs, config, o) {
2612
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2613
- })
2614
- .s("AmazonAthena", "GetQueryExecution", {})
2615
- .n("AthenaClient", "GetQueryExecutionCommand")
2616
- .sc(GetQueryExecution$)
2617
- .build() {
2618
- }
2619
-
2620
- class GetQueryResultsCommand extends Command
2621
- .classBuilder()
2622
- .ep(commonParams)
2623
- .m(function (Command, cs, config, o) {
2624
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2625
- })
2626
- .s("AmazonAthena", "GetQueryResults", {})
2627
- .n("AthenaClient", "GetQueryResultsCommand")
2628
- .sc(GetQueryResults$)
2629
- .build() {
2630
- }
2631
-
2632
- class GetQueryRuntimeStatisticsCommand extends Command
2633
- .classBuilder()
2634
- .ep(commonParams)
2635
- .m(function (Command, cs, config, o) {
2636
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2637
- })
2638
- .s("AmazonAthena", "GetQueryRuntimeStatistics", {})
2639
- .n("AthenaClient", "GetQueryRuntimeStatisticsCommand")
2640
- .sc(GetQueryRuntimeStatistics$)
2641
- .build() {
2642
- }
2643
-
2644
- class GetResourceDashboardCommand extends Command
2645
- .classBuilder()
2646
- .ep(commonParams)
2647
- .m(function (Command, cs, config, o) {
2648
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2649
- })
2650
- .s("AmazonAthena", "GetResourceDashboard", {})
2651
- .n("AthenaClient", "GetResourceDashboardCommand")
2652
- .sc(GetResourceDashboard$)
2653
- .build() {
2654
- }
2655
-
2656
- class GetSessionCommand extends Command
2657
- .classBuilder()
2658
- .ep(commonParams)
2659
- .m(function (Command, cs, config, o) {
2660
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2661
- })
2662
- .s("AmazonAthena", "GetSession", {})
2663
- .n("AthenaClient", "GetSessionCommand")
2664
- .sc(GetSession$)
2665
- .build() {
2666
- }
2667
-
2668
- class GetSessionEndpointCommand extends Command
2669
- .classBuilder()
2670
- .ep(commonParams)
2671
- .m(function (Command, cs, config, o) {
2672
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2673
- })
2674
- .s("AmazonAthena", "GetSessionEndpoint", {})
2675
- .n("AthenaClient", "GetSessionEndpointCommand")
2676
- .sc(GetSessionEndpoint$)
2677
- .build() {
2678
- }
2679
-
2680
- class GetSessionStatusCommand extends Command
2681
- .classBuilder()
2682
- .ep(commonParams)
2683
- .m(function (Command, cs, config, o) {
2684
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2685
- })
2686
- .s("AmazonAthena", "GetSessionStatus", {})
2687
- .n("AthenaClient", "GetSessionStatusCommand")
2688
- .sc(GetSessionStatus$)
2689
- .build() {
2690
- }
2691
-
2692
- class GetTableMetadataCommand extends Command
2693
- .classBuilder()
2694
- .ep(commonParams)
2695
- .m(function (Command, cs, config, o) {
2696
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2697
- })
2698
- .s("AmazonAthena", "GetTableMetadata", {})
2699
- .n("AthenaClient", "GetTableMetadataCommand")
2700
- .sc(GetTableMetadata$)
2701
- .build() {
2702
- }
2703
-
2704
- class GetWorkGroupCommand extends Command
2705
- .classBuilder()
2706
- .ep(commonParams)
2707
- .m(function (Command, cs, config, o) {
2708
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2709
- })
2710
- .s("AmazonAthena", "GetWorkGroup", {})
2711
- .n("AthenaClient", "GetWorkGroupCommand")
2712
- .sc(GetWorkGroup$)
2713
- .build() {
2714
- }
2715
-
2716
- class ImportNotebookCommand extends Command
2717
- .classBuilder()
2718
- .ep(commonParams)
2719
- .m(function (Command, cs, config, o) {
2720
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2721
- })
2722
- .s("AmazonAthena", "ImportNotebook", {})
2723
- .n("AthenaClient", "ImportNotebookCommand")
2724
- .sc(ImportNotebook$)
2725
- .build() {
2726
- }
2727
-
2728
- class ListApplicationDPUSizesCommand extends Command
2729
- .classBuilder()
2730
- .ep(commonParams)
2731
- .m(function (Command, cs, config, o) {
2732
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2733
- })
2734
- .s("AmazonAthena", "ListApplicationDPUSizes", {})
2735
- .n("AthenaClient", "ListApplicationDPUSizesCommand")
2736
- .sc(ListApplicationDPUSizes$)
2737
- .build() {
2738
- }
2739
-
2740
- class ListCalculationExecutionsCommand extends Command
2741
- .classBuilder()
2742
- .ep(commonParams)
2743
- .m(function (Command, cs, config, o) {
2744
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2745
- })
2746
- .s("AmazonAthena", "ListCalculationExecutions", {})
2747
- .n("AthenaClient", "ListCalculationExecutionsCommand")
2748
- .sc(ListCalculationExecutions$)
2749
- .build() {
2750
- }
2751
-
2752
- class ListCapacityReservationsCommand extends Command
2753
- .classBuilder()
2754
- .ep(commonParams)
2755
- .m(function (Command, cs, config, o) {
2756
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2757
- })
2758
- .s("AmazonAthena", "ListCapacityReservations", {})
2759
- .n("AthenaClient", "ListCapacityReservationsCommand")
2760
- .sc(ListCapacityReservations$)
2761
- .build() {
2762
- }
2763
-
2764
- class ListDatabasesCommand extends Command
2765
- .classBuilder()
2766
- .ep(commonParams)
2767
- .m(function (Command, cs, config, o) {
2768
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2769
- })
2770
- .s("AmazonAthena", "ListDatabases", {})
2771
- .n("AthenaClient", "ListDatabasesCommand")
2772
- .sc(ListDatabases$)
2773
- .build() {
2774
- }
2775
-
2776
- class ListDataCatalogsCommand extends Command
2777
- .classBuilder()
2778
- .ep(commonParams)
2779
- .m(function (Command, cs, config, o) {
2780
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2781
- })
2782
- .s("AmazonAthena", "ListDataCatalogs", {})
2783
- .n("AthenaClient", "ListDataCatalogsCommand")
2784
- .sc(ListDataCatalogs$)
2785
- .build() {
2786
- }
2787
-
2788
- class ListEngineVersionsCommand extends Command
2789
- .classBuilder()
2790
- .ep(commonParams)
2791
- .m(function (Command, cs, config, o) {
2792
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2793
- })
2794
- .s("AmazonAthena", "ListEngineVersions", {})
2795
- .n("AthenaClient", "ListEngineVersionsCommand")
2796
- .sc(ListEngineVersions$)
2797
- .build() {
2798
- }
2799
-
2800
- class ListExecutorsCommand extends Command
2801
- .classBuilder()
2802
- .ep(commonParams)
2803
- .m(function (Command, cs, config, o) {
2804
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2805
- })
2806
- .s("AmazonAthena", "ListExecutors", {})
2807
- .n("AthenaClient", "ListExecutorsCommand")
2808
- .sc(ListExecutors$)
2809
- .build() {
2810
- }
2811
-
2812
- class ListNamedQueriesCommand extends Command
2813
- .classBuilder()
2814
- .ep(commonParams)
2815
- .m(function (Command, cs, config, o) {
2816
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2817
- })
2818
- .s("AmazonAthena", "ListNamedQueries", {})
2819
- .n("AthenaClient", "ListNamedQueriesCommand")
2820
- .sc(ListNamedQueries$)
2821
- .build() {
2822
- }
2823
-
2824
- class ListNotebookMetadataCommand extends Command
2825
- .classBuilder()
2826
- .ep(commonParams)
2827
- .m(function (Command, cs, config, o) {
2828
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2829
- })
2830
- .s("AmazonAthena", "ListNotebookMetadata", {})
2831
- .n("AthenaClient", "ListNotebookMetadataCommand")
2832
- .sc(ListNotebookMetadata$)
2833
- .build() {
2834
- }
2835
-
2836
- class ListNotebookSessionsCommand extends Command
2837
- .classBuilder()
2838
- .ep(commonParams)
2839
- .m(function (Command, cs, config, o) {
2840
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2841
- })
2842
- .s("AmazonAthena", "ListNotebookSessions", {})
2843
- .n("AthenaClient", "ListNotebookSessionsCommand")
2844
- .sc(ListNotebookSessions$)
2845
- .build() {
2846
- }
2847
-
2848
- class ListPreparedStatementsCommand extends Command
2849
- .classBuilder()
2850
- .ep(commonParams)
2851
- .m(function (Command, cs, config, o) {
2852
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2853
- })
2854
- .s("AmazonAthena", "ListPreparedStatements", {})
2855
- .n("AthenaClient", "ListPreparedStatementsCommand")
2856
- .sc(ListPreparedStatements$)
2857
- .build() {
2858
- }
2859
-
2860
- class ListQueryExecutionsCommand extends Command
2861
- .classBuilder()
2862
- .ep(commonParams)
2863
- .m(function (Command, cs, config, o) {
2864
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2865
- })
2866
- .s("AmazonAthena", "ListQueryExecutions", {})
2867
- .n("AthenaClient", "ListQueryExecutionsCommand")
2868
- .sc(ListQueryExecutions$)
2869
- .build() {
2870
- }
2871
-
2872
- class ListSessionsCommand extends Command
2873
- .classBuilder()
2874
- .ep(commonParams)
2875
- .m(function (Command, cs, config, o) {
2876
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2877
- })
2878
- .s("AmazonAthena", "ListSessions", {})
2879
- .n("AthenaClient", "ListSessionsCommand")
2880
- .sc(ListSessions$)
2881
- .build() {
2882
- }
2883
-
2884
- class ListTableMetadataCommand extends Command
2885
- .classBuilder()
2886
- .ep(commonParams)
2887
- .m(function (Command, cs, config, o) {
2888
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2889
- })
2890
- .s("AmazonAthena", "ListTableMetadata", {})
2891
- .n("AthenaClient", "ListTableMetadataCommand")
2892
- .sc(ListTableMetadata$)
2893
- .build() {
2894
- }
2895
-
2896
- class ListTagsForResourceCommand extends Command
2897
- .classBuilder()
2898
- .ep(commonParams)
2899
- .m(function (Command, cs, config, o) {
2900
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2901
- })
2902
- .s("AmazonAthena", "ListTagsForResource", {})
2903
- .n("AthenaClient", "ListTagsForResourceCommand")
2904
- .sc(ListTagsForResource$)
2905
- .build() {
2906
- }
2907
-
2908
- class ListWorkGroupsCommand extends Command
2909
- .classBuilder()
2910
- .ep(commonParams)
2911
- .m(function (Command, cs, config, o) {
2912
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2913
- })
2914
- .s("AmazonAthena", "ListWorkGroups", {})
2915
- .n("AthenaClient", "ListWorkGroupsCommand")
2916
- .sc(ListWorkGroups$)
2917
- .build() {
2918
- }
2919
-
2920
- class PutCapacityAssignmentConfigurationCommand extends Command
2921
- .classBuilder()
2922
- .ep(commonParams)
2923
- .m(function (Command, cs, config, o) {
2924
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2925
- })
2926
- .s("AmazonAthena", "PutCapacityAssignmentConfiguration", {})
2927
- .n("AthenaClient", "PutCapacityAssignmentConfigurationCommand")
2928
- .sc(PutCapacityAssignmentConfiguration$)
2929
- .build() {
2930
- }
2931
-
2932
- class StartCalculationExecutionCommand extends Command
2933
- .classBuilder()
2934
- .ep(commonParams)
2935
- .m(function (Command, cs, config, o) {
2936
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2937
- })
2938
- .s("AmazonAthena", "StartCalculationExecution", {})
2939
- .n("AthenaClient", "StartCalculationExecutionCommand")
2940
- .sc(StartCalculationExecution$)
2941
- .build() {
2942
- }
2943
-
2944
- class StartQueryExecutionCommand extends Command
2945
- .classBuilder()
2946
- .ep(commonParams)
2947
- .m(function (Command, cs, config, o) {
2948
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2949
- })
2950
- .s("AmazonAthena", "StartQueryExecution", {})
2951
- .n("AthenaClient", "StartQueryExecutionCommand")
2952
- .sc(StartQueryExecution$)
2953
- .build() {
2954
- }
2955
-
2956
- class StartSessionCommand extends Command
2957
- .classBuilder()
2958
- .ep(commonParams)
2959
- .m(function (Command, cs, config, o) {
2960
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2961
- })
2962
- .s("AmazonAthena", "StartSession", {})
2963
- .n("AthenaClient", "StartSessionCommand")
2964
- .sc(StartSession$)
2965
- .build() {
2966
- }
2967
-
2968
- class StopCalculationExecutionCommand extends Command
2969
- .classBuilder()
2970
- .ep(commonParams)
2971
- .m(function (Command, cs, config, o) {
2972
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2973
- })
2974
- .s("AmazonAthena", "StopCalculationExecution", {})
2975
- .n("AthenaClient", "StopCalculationExecutionCommand")
2976
- .sc(StopCalculationExecution$)
2977
- .build() {
2978
- }
2979
-
2980
- class StopQueryExecutionCommand extends Command
2981
- .classBuilder()
2982
- .ep(commonParams)
2983
- .m(function (Command, cs, config, o) {
2984
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2985
- })
2986
- .s("AmazonAthena", "StopQueryExecution", {})
2987
- .n("AthenaClient", "StopQueryExecutionCommand")
2988
- .sc(StopQueryExecution$)
2989
- .build() {
2990
- }
2991
-
2992
- class TagResourceCommand extends Command
2993
- .classBuilder()
2994
- .ep(commonParams)
2995
- .m(function (Command, cs, config, o) {
2996
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2997
- })
2998
- .s("AmazonAthena", "TagResource", {})
2999
- .n("AthenaClient", "TagResourceCommand")
3000
- .sc(TagResource$)
3001
- .build() {
3002
- }
3003
-
3004
- class TerminateSessionCommand extends Command
3005
- .classBuilder()
3006
- .ep(commonParams)
3007
- .m(function (Command, cs, config, o) {
3008
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3009
- })
3010
- .s("AmazonAthena", "TerminateSession", {})
3011
- .n("AthenaClient", "TerminateSessionCommand")
3012
- .sc(TerminateSession$)
3013
- .build() {
3014
- }
3015
-
3016
- class UntagResourceCommand extends Command
3017
- .classBuilder()
3018
- .ep(commonParams)
3019
- .m(function (Command, cs, config, o) {
3020
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3021
- })
3022
- .s("AmazonAthena", "UntagResource", {})
3023
- .n("AthenaClient", "UntagResourceCommand")
3024
- .sc(UntagResource$)
3025
- .build() {
3026
- }
3027
-
3028
- class UpdateCapacityReservationCommand extends Command
3029
- .classBuilder()
3030
- .ep(commonParams)
3031
- .m(function (Command, cs, config, o) {
3032
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3033
- })
3034
- .s("AmazonAthena", "UpdateCapacityReservation", {})
3035
- .n("AthenaClient", "UpdateCapacityReservationCommand")
3036
- .sc(UpdateCapacityReservation$)
3037
- .build() {
3038
- }
3039
-
3040
- class UpdateDataCatalogCommand extends Command
3041
- .classBuilder()
3042
- .ep(commonParams)
3043
- .m(function (Command, cs, config, o) {
3044
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3045
- })
3046
- .s("AmazonAthena", "UpdateDataCatalog", {})
3047
- .n("AthenaClient", "UpdateDataCatalogCommand")
3048
- .sc(UpdateDataCatalog$)
3049
- .build() {
3050
- }
3051
-
3052
- class UpdateNamedQueryCommand extends Command
3053
- .classBuilder()
3054
- .ep(commonParams)
3055
- .m(function (Command, cs, config, o) {
3056
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3057
- })
3058
- .s("AmazonAthena", "UpdateNamedQuery", {})
3059
- .n("AthenaClient", "UpdateNamedQueryCommand")
3060
- .sc(UpdateNamedQuery$)
3061
- .build() {
3062
- }
3063
-
3064
- class UpdateNotebookCommand extends Command
3065
- .classBuilder()
3066
- .ep(commonParams)
3067
- .m(function (Command, cs, config, o) {
3068
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3069
- })
3070
- .s("AmazonAthena", "UpdateNotebook", {})
3071
- .n("AthenaClient", "UpdateNotebookCommand")
3072
- .sc(UpdateNotebook$)
3073
- .build() {
3074
- }
3075
-
3076
- class UpdateNotebookMetadataCommand extends Command
3077
- .classBuilder()
3078
- .ep(commonParams)
3079
- .m(function (Command, cs, config, o) {
3080
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3081
- })
3082
- .s("AmazonAthena", "UpdateNotebookMetadata", {})
3083
- .n("AthenaClient", "UpdateNotebookMetadataCommand")
3084
- .sc(UpdateNotebookMetadata$)
3085
- .build() {
3086
- }
3087
-
3088
- class UpdatePreparedStatementCommand extends Command
3089
- .classBuilder()
3090
- .ep(commonParams)
3091
- .m(function (Command, cs, config, o) {
3092
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3093
- })
3094
- .s("AmazonAthena", "UpdatePreparedStatement", {})
3095
- .n("AthenaClient", "UpdatePreparedStatementCommand")
3096
- .sc(UpdatePreparedStatement$)
3097
- .build() {
3098
- }
3099
-
3100
- class UpdateWorkGroupCommand extends Command
3101
- .classBuilder()
3102
- .ep(commonParams)
3103
- .m(function (Command, cs, config, o) {
3104
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3105
- })
3106
- .s("AmazonAthena", "UpdateWorkGroup", {})
3107
- .n("AthenaClient", "UpdateWorkGroupCommand")
3108
- .sc(UpdateWorkGroup$)
3109
- .build() {
2273
+ const command = makeBuilder(commonParams, "AmazonAthena", "AthenaClient", getEndpointPlugin);
2274
+ const _ep0 = {};
2275
+ const _mw0 = (Command, cs, config, o) => [];
2276
+
2277
+ class BatchGetNamedQueryCommand extends command(_ep0, _mw0, "BatchGetNamedQuery", BatchGetNamedQuery$) {
2278
+ }
2279
+
2280
+ class BatchGetPreparedStatementCommand extends command(_ep0, _mw0, "BatchGetPreparedStatement", BatchGetPreparedStatement$) {
2281
+ }
2282
+
2283
+ class BatchGetQueryExecutionCommand extends command(_ep0, _mw0, "BatchGetQueryExecution", BatchGetQueryExecution$) {
2284
+ }
2285
+
2286
+ class CancelCapacityReservationCommand extends command(_ep0, _mw0, "CancelCapacityReservation", CancelCapacityReservation$) {
2287
+ }
2288
+
2289
+ class CreateCapacityReservationCommand extends command(_ep0, _mw0, "CreateCapacityReservation", CreateCapacityReservation$) {
2290
+ }
2291
+
2292
+ class CreateDataCatalogCommand extends command(_ep0, _mw0, "CreateDataCatalog", CreateDataCatalog$) {
2293
+ }
2294
+
2295
+ class CreateNamedQueryCommand extends command(_ep0, _mw0, "CreateNamedQuery", CreateNamedQuery$) {
2296
+ }
2297
+
2298
+ class CreateNotebookCommand extends command(_ep0, _mw0, "CreateNotebook", CreateNotebook$) {
2299
+ }
2300
+
2301
+ class CreatePreparedStatementCommand extends command(_ep0, _mw0, "CreatePreparedStatement", CreatePreparedStatement$) {
2302
+ }
2303
+
2304
+ class CreatePresignedNotebookUrlCommand extends command(_ep0, _mw0, "CreatePresignedNotebookUrl", CreatePresignedNotebookUrl$) {
2305
+ }
2306
+
2307
+ class CreateWorkGroupCommand extends command(_ep0, _mw0, "CreateWorkGroup", CreateWorkGroup$) {
2308
+ }
2309
+
2310
+ class DeleteCapacityReservationCommand extends command(_ep0, _mw0, "DeleteCapacityReservation", DeleteCapacityReservation$) {
2311
+ }
2312
+
2313
+ class DeleteDataCatalogCommand extends command(_ep0, _mw0, "DeleteDataCatalog", DeleteDataCatalog$) {
2314
+ }
2315
+
2316
+ class DeleteNamedQueryCommand extends command(_ep0, _mw0, "DeleteNamedQuery", DeleteNamedQuery$) {
2317
+ }
2318
+
2319
+ class DeleteNotebookCommand extends command(_ep0, _mw0, "DeleteNotebook", DeleteNotebook$) {
2320
+ }
2321
+
2322
+ class DeletePreparedStatementCommand extends command(_ep0, _mw0, "DeletePreparedStatement", DeletePreparedStatement$) {
2323
+ }
2324
+
2325
+ class DeleteWorkGroupCommand extends command(_ep0, _mw0, "DeleteWorkGroup", DeleteWorkGroup$) {
2326
+ }
2327
+
2328
+ class ExportNotebookCommand extends command(_ep0, _mw0, "ExportNotebook", ExportNotebook$) {
2329
+ }
2330
+
2331
+ class GetCalculationExecutionCodeCommand extends command(_ep0, _mw0, "GetCalculationExecutionCode", GetCalculationExecutionCode$) {
2332
+ }
2333
+
2334
+ class GetCalculationExecutionCommand extends command(_ep0, _mw0, "GetCalculationExecution", GetCalculationExecution$) {
2335
+ }
2336
+
2337
+ class GetCalculationExecutionStatusCommand extends command(_ep0, _mw0, "GetCalculationExecutionStatus", GetCalculationExecutionStatus$) {
2338
+ }
2339
+
2340
+ class GetCapacityAssignmentConfigurationCommand extends command(_ep0, _mw0, "GetCapacityAssignmentConfiguration", GetCapacityAssignmentConfiguration$) {
2341
+ }
2342
+
2343
+ class GetCapacityReservationCommand extends command(_ep0, _mw0, "GetCapacityReservation", GetCapacityReservation$) {
2344
+ }
2345
+
2346
+ class GetDatabaseCommand extends command(_ep0, _mw0, "GetDatabase", GetDatabase$) {
2347
+ }
2348
+
2349
+ class GetDataCatalogCommand extends command(_ep0, _mw0, "GetDataCatalog", GetDataCatalog$) {
2350
+ }
2351
+
2352
+ class GetNamedQueryCommand extends command(_ep0, _mw0, "GetNamedQuery", GetNamedQuery$) {
2353
+ }
2354
+
2355
+ class GetNotebookMetadataCommand extends command(_ep0, _mw0, "GetNotebookMetadata", GetNotebookMetadata$) {
2356
+ }
2357
+
2358
+ class GetPreparedStatementCommand extends command(_ep0, _mw0, "GetPreparedStatement", GetPreparedStatement$) {
2359
+ }
2360
+
2361
+ class GetQueryExecutionCommand extends command(_ep0, _mw0, "GetQueryExecution", GetQueryExecution$) {
2362
+ }
2363
+
2364
+ class GetQueryResultsCommand extends command(_ep0, _mw0, "GetQueryResults", GetQueryResults$) {
2365
+ }
2366
+
2367
+ class GetQueryRuntimeStatisticsCommand extends command(_ep0, _mw0, "GetQueryRuntimeStatistics", GetQueryRuntimeStatistics$) {
2368
+ }
2369
+
2370
+ class GetResourceDashboardCommand extends command(_ep0, _mw0, "GetResourceDashboard", GetResourceDashboard$) {
2371
+ }
2372
+
2373
+ class GetSessionCommand extends command(_ep0, _mw0, "GetSession", GetSession$) {
2374
+ }
2375
+
2376
+ class GetSessionEndpointCommand extends command(_ep0, _mw0, "GetSessionEndpoint", GetSessionEndpoint$) {
2377
+ }
2378
+
2379
+ class GetSessionStatusCommand extends command(_ep0, _mw0, "GetSessionStatus", GetSessionStatus$) {
2380
+ }
2381
+
2382
+ class GetTableMetadataCommand extends command(_ep0, _mw0, "GetTableMetadata", GetTableMetadata$) {
2383
+ }
2384
+
2385
+ class GetWorkGroupCommand extends command(_ep0, _mw0, "GetWorkGroup", GetWorkGroup$) {
2386
+ }
2387
+
2388
+ class ImportNotebookCommand extends command(_ep0, _mw0, "ImportNotebook", ImportNotebook$) {
2389
+ }
2390
+
2391
+ class ListApplicationDPUSizesCommand extends command(_ep0, _mw0, "ListApplicationDPUSizes", ListApplicationDPUSizes$) {
2392
+ }
2393
+
2394
+ class ListCalculationExecutionsCommand extends command(_ep0, _mw0, "ListCalculationExecutions", ListCalculationExecutions$) {
2395
+ }
2396
+
2397
+ class ListCapacityReservationsCommand extends command(_ep0, _mw0, "ListCapacityReservations", ListCapacityReservations$) {
2398
+ }
2399
+
2400
+ class ListDatabasesCommand extends command(_ep0, _mw0, "ListDatabases", ListDatabases$) {
2401
+ }
2402
+
2403
+ class ListDataCatalogsCommand extends command(_ep0, _mw0, "ListDataCatalogs", ListDataCatalogs$) {
2404
+ }
2405
+
2406
+ class ListEngineVersionsCommand extends command(_ep0, _mw0, "ListEngineVersions", ListEngineVersions$) {
2407
+ }
2408
+
2409
+ class ListExecutorsCommand extends command(_ep0, _mw0, "ListExecutors", ListExecutors$) {
2410
+ }
2411
+
2412
+ class ListNamedQueriesCommand extends command(_ep0, _mw0, "ListNamedQueries", ListNamedQueries$) {
2413
+ }
2414
+
2415
+ class ListNotebookMetadataCommand extends command(_ep0, _mw0, "ListNotebookMetadata", ListNotebookMetadata$) {
2416
+ }
2417
+
2418
+ class ListNotebookSessionsCommand extends command(_ep0, _mw0, "ListNotebookSessions", ListNotebookSessions$) {
2419
+ }
2420
+
2421
+ class ListPreparedStatementsCommand extends command(_ep0, _mw0, "ListPreparedStatements", ListPreparedStatements$) {
2422
+ }
2423
+
2424
+ class ListQueryExecutionsCommand extends command(_ep0, _mw0, "ListQueryExecutions", ListQueryExecutions$) {
2425
+ }
2426
+
2427
+ class ListSessionsCommand extends command(_ep0, _mw0, "ListSessions", ListSessions$) {
2428
+ }
2429
+
2430
+ class ListTableMetadataCommand extends command(_ep0, _mw0, "ListTableMetadata", ListTableMetadata$) {
2431
+ }
2432
+
2433
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2434
+ }
2435
+
2436
+ class ListWorkGroupsCommand extends command(_ep0, _mw0, "ListWorkGroups", ListWorkGroups$) {
2437
+ }
2438
+
2439
+ class PutCapacityAssignmentConfigurationCommand extends command(_ep0, _mw0, "PutCapacityAssignmentConfiguration", PutCapacityAssignmentConfiguration$) {
2440
+ }
2441
+
2442
+ class StartCalculationExecutionCommand extends command(_ep0, _mw0, "StartCalculationExecution", StartCalculationExecution$) {
2443
+ }
2444
+
2445
+ class StartQueryExecutionCommand extends command(_ep0, _mw0, "StartQueryExecution", StartQueryExecution$) {
2446
+ }
2447
+
2448
+ class StartSessionCommand extends command(_ep0, _mw0, "StartSession", StartSession$) {
2449
+ }
2450
+
2451
+ class StopCalculationExecutionCommand extends command(_ep0, _mw0, "StopCalculationExecution", StopCalculationExecution$) {
2452
+ }
2453
+
2454
+ class StopQueryExecutionCommand extends command(_ep0, _mw0, "StopQueryExecution", StopQueryExecution$) {
2455
+ }
2456
+
2457
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2458
+ }
2459
+
2460
+ class TerminateSessionCommand extends command(_ep0, _mw0, "TerminateSession", TerminateSession$) {
2461
+ }
2462
+
2463
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2464
+ }
2465
+
2466
+ class UpdateCapacityReservationCommand extends command(_ep0, _mw0, "UpdateCapacityReservation", UpdateCapacityReservation$) {
2467
+ }
2468
+
2469
+ class UpdateDataCatalogCommand extends command(_ep0, _mw0, "UpdateDataCatalog", UpdateDataCatalog$) {
2470
+ }
2471
+
2472
+ class UpdateNamedQueryCommand extends command(_ep0, _mw0, "UpdateNamedQuery", UpdateNamedQuery$) {
2473
+ }
2474
+
2475
+ class UpdateNotebookCommand extends command(_ep0, _mw0, "UpdateNotebook", UpdateNotebook$) {
2476
+ }
2477
+
2478
+ class UpdateNotebookMetadataCommand extends command(_ep0, _mw0, "UpdateNotebookMetadata", UpdateNotebookMetadata$) {
2479
+ }
2480
+
2481
+ class UpdatePreparedStatementCommand extends command(_ep0, _mw0, "UpdatePreparedStatement", UpdatePreparedStatement$) {
2482
+ }
2483
+
2484
+ class UpdateWorkGroupCommand extends command(_ep0, _mw0, "UpdateWorkGroup", UpdateWorkGroup$) {
3110
2485
  }
3111
2486
 
3112
2487
  const paginateGetQueryResults = createPaginator(AthenaClient, GetQueryResultsCommand, "NextToken", "NextToken", "MaxResults");