@aws-sdk/client-glue 3.53.0 → 3.55.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 (309) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/Glue.js +135 -0
  3. package/dist-cjs/GlueClient.js +13 -13
  4. package/dist-cjs/commands/BatchCreatePartitionCommand.js +3 -3
  5. package/dist-cjs/commands/BatchDeleteConnectionCommand.js +3 -3
  6. package/dist-cjs/commands/BatchDeletePartitionCommand.js +3 -3
  7. package/dist-cjs/commands/BatchDeleteTableCommand.js +3 -3
  8. package/dist-cjs/commands/BatchDeleteTableVersionCommand.js +3 -3
  9. package/dist-cjs/commands/BatchGetBlueprintsCommand.js +3 -3
  10. package/dist-cjs/commands/BatchGetCrawlersCommand.js +3 -3
  11. package/dist-cjs/commands/BatchGetDevEndpointsCommand.js +3 -3
  12. package/dist-cjs/commands/BatchGetJobsCommand.js +3 -3
  13. package/dist-cjs/commands/BatchGetPartitionCommand.js +3 -3
  14. package/dist-cjs/commands/BatchGetTriggersCommand.js +3 -3
  15. package/dist-cjs/commands/BatchGetWorkflowsCommand.js +3 -3
  16. package/dist-cjs/commands/BatchStopJobRunCommand.js +3 -3
  17. package/dist-cjs/commands/BatchUpdatePartitionCommand.js +3 -3
  18. package/dist-cjs/commands/CancelMLTaskRunCommand.js +3 -3
  19. package/dist-cjs/commands/CancelStatementCommand.js +36 -0
  20. package/dist-cjs/commands/CheckSchemaVersionValidityCommand.js +3 -3
  21. package/dist-cjs/commands/CreateBlueprintCommand.js +3 -3
  22. package/dist-cjs/commands/CreateClassifierCommand.js +3 -3
  23. package/dist-cjs/commands/CreateConnectionCommand.js +3 -3
  24. package/dist-cjs/commands/CreateCrawlerCommand.js +3 -3
  25. package/dist-cjs/commands/CreateDatabaseCommand.js +3 -3
  26. package/dist-cjs/commands/CreateDevEndpointCommand.js +3 -3
  27. package/dist-cjs/commands/CreateJobCommand.js +3 -3
  28. package/dist-cjs/commands/CreateMLTransformCommand.js +3 -3
  29. package/dist-cjs/commands/CreatePartitionCommand.js +3 -3
  30. package/dist-cjs/commands/CreatePartitionIndexCommand.js +3 -3
  31. package/dist-cjs/commands/CreateRegistryCommand.js +3 -3
  32. package/dist-cjs/commands/CreateSchemaCommand.js +3 -3
  33. package/dist-cjs/commands/CreateScriptCommand.js +3 -3
  34. package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +3 -3
  35. package/dist-cjs/commands/CreateSessionCommand.js +36 -0
  36. package/dist-cjs/commands/CreateTableCommand.js +3 -3
  37. package/dist-cjs/commands/CreateTriggerCommand.js +3 -3
  38. package/dist-cjs/commands/CreateUserDefinedFunctionCommand.js +3 -3
  39. package/dist-cjs/commands/CreateWorkflowCommand.js +3 -3
  40. package/dist-cjs/commands/DeleteBlueprintCommand.js +3 -3
  41. package/dist-cjs/commands/DeleteClassifierCommand.js +3 -3
  42. package/dist-cjs/commands/DeleteColumnStatisticsForPartitionCommand.js +3 -3
  43. package/dist-cjs/commands/DeleteColumnStatisticsForTableCommand.js +3 -3
  44. package/dist-cjs/commands/DeleteConnectionCommand.js +3 -3
  45. package/dist-cjs/commands/DeleteCrawlerCommand.js +3 -3
  46. package/dist-cjs/commands/DeleteDatabaseCommand.js +3 -3
  47. package/dist-cjs/commands/DeleteDevEndpointCommand.js +3 -3
  48. package/dist-cjs/commands/DeleteJobCommand.js +3 -3
  49. package/dist-cjs/commands/DeleteMLTransformCommand.js +3 -3
  50. package/dist-cjs/commands/DeletePartitionCommand.js +3 -3
  51. package/dist-cjs/commands/DeletePartitionIndexCommand.js +3 -3
  52. package/dist-cjs/commands/DeleteRegistryCommand.js +3 -3
  53. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +3 -3
  54. package/dist-cjs/commands/DeleteSchemaCommand.js +3 -3
  55. package/dist-cjs/commands/DeleteSchemaVersionsCommand.js +3 -3
  56. package/dist-cjs/commands/DeleteSecurityConfigurationCommand.js +3 -3
  57. package/dist-cjs/commands/DeleteSessionCommand.js +36 -0
  58. package/dist-cjs/commands/DeleteTableCommand.js +3 -3
  59. package/dist-cjs/commands/DeleteTableVersionCommand.js +3 -3
  60. package/dist-cjs/commands/DeleteTriggerCommand.js +3 -3
  61. package/dist-cjs/commands/DeleteUserDefinedFunctionCommand.js +3 -3
  62. package/dist-cjs/commands/DeleteWorkflowCommand.js +3 -3
  63. package/dist-cjs/commands/GetBlueprintCommand.js +3 -3
  64. package/dist-cjs/commands/GetBlueprintRunCommand.js +3 -3
  65. package/dist-cjs/commands/GetBlueprintRunsCommand.js +3 -3
  66. package/dist-cjs/commands/GetCatalogImportStatusCommand.js +3 -3
  67. package/dist-cjs/commands/GetClassifierCommand.js +3 -3
  68. package/dist-cjs/commands/GetClassifiersCommand.js +3 -3
  69. package/dist-cjs/commands/GetColumnStatisticsForPartitionCommand.js +3 -3
  70. package/dist-cjs/commands/GetColumnStatisticsForTableCommand.js +3 -3
  71. package/dist-cjs/commands/GetConnectionCommand.js +6 -6
  72. package/dist-cjs/commands/GetConnectionsCommand.js +6 -6
  73. package/dist-cjs/commands/GetCrawlerCommand.js +6 -6
  74. package/dist-cjs/commands/GetCrawlerMetricsCommand.js +4 -5
  75. package/dist-cjs/commands/GetCrawlersCommand.js +3 -3
  76. package/dist-cjs/commands/GetDataCatalogEncryptionSettingsCommand.js +3 -3
  77. package/dist-cjs/commands/GetDatabaseCommand.js +3 -3
  78. package/dist-cjs/commands/GetDatabasesCommand.js +3 -3
  79. package/dist-cjs/commands/GetDataflowGraphCommand.js +3 -3
  80. package/dist-cjs/commands/GetDevEndpointCommand.js +3 -3
  81. package/dist-cjs/commands/GetDevEndpointsCommand.js +3 -3
  82. package/dist-cjs/commands/GetJobBookmarkCommand.js +3 -3
  83. package/dist-cjs/commands/GetJobCommand.js +3 -3
  84. package/dist-cjs/commands/GetJobRunCommand.js +3 -3
  85. package/dist-cjs/commands/GetJobRunsCommand.js +3 -3
  86. package/dist-cjs/commands/GetJobsCommand.js +3 -3
  87. package/dist-cjs/commands/GetMLTaskRunCommand.js +3 -3
  88. package/dist-cjs/commands/GetMLTaskRunsCommand.js +3 -3
  89. package/dist-cjs/commands/GetMLTransformCommand.js +3 -3
  90. package/dist-cjs/commands/GetMLTransformsCommand.js +3 -3
  91. package/dist-cjs/commands/GetMappingCommand.js +3 -3
  92. package/dist-cjs/commands/GetPartitionCommand.js +3 -3
  93. package/dist-cjs/commands/GetPartitionIndexesCommand.js +3 -3
  94. package/dist-cjs/commands/GetPartitionsCommand.js +3 -3
  95. package/dist-cjs/commands/GetPlanCommand.js +3 -3
  96. package/dist-cjs/commands/GetRegistryCommand.js +3 -3
  97. package/dist-cjs/commands/GetResourcePoliciesCommand.js +3 -3
  98. package/dist-cjs/commands/GetResourcePolicyCommand.js +3 -3
  99. package/dist-cjs/commands/GetSchemaByDefinitionCommand.js +3 -3
  100. package/dist-cjs/commands/GetSchemaCommand.js +3 -3
  101. package/dist-cjs/commands/GetSchemaVersionCommand.js +3 -3
  102. package/dist-cjs/commands/GetSchemaVersionsDiffCommand.js +3 -3
  103. package/dist-cjs/commands/GetSecurityConfigurationCommand.js +3 -3
  104. package/dist-cjs/commands/GetSecurityConfigurationsCommand.js +3 -3
  105. package/dist-cjs/commands/GetSessionCommand.js +36 -0
  106. package/dist-cjs/commands/GetStatementCommand.js +36 -0
  107. package/dist-cjs/commands/GetTableCommand.js +3 -3
  108. package/dist-cjs/commands/GetTableVersionCommand.js +3 -3
  109. package/dist-cjs/commands/GetTableVersionsCommand.js +3 -3
  110. package/dist-cjs/commands/GetTablesCommand.js +3 -3
  111. package/dist-cjs/commands/GetTagsCommand.js +3 -3
  112. package/dist-cjs/commands/GetTriggerCommand.js +3 -3
  113. package/dist-cjs/commands/GetTriggersCommand.js +3 -3
  114. package/dist-cjs/commands/GetUnfilteredPartitionMetadataCommand.js +3 -3
  115. package/dist-cjs/commands/GetUnfilteredPartitionsMetadataCommand.js +3 -3
  116. package/dist-cjs/commands/GetUnfilteredTableMetadataCommand.js +3 -3
  117. package/dist-cjs/commands/GetUserDefinedFunctionCommand.js +3 -3
  118. package/dist-cjs/commands/GetUserDefinedFunctionsCommand.js +3 -3
  119. package/dist-cjs/commands/GetWorkflowCommand.js +3 -3
  120. package/dist-cjs/commands/GetWorkflowRunCommand.js +3 -3
  121. package/dist-cjs/commands/GetWorkflowRunPropertiesCommand.js +3 -3
  122. package/dist-cjs/commands/GetWorkflowRunsCommand.js +3 -3
  123. package/dist-cjs/commands/ImportCatalogToGlueCommand.js +3 -3
  124. package/dist-cjs/commands/ListBlueprintsCommand.js +3 -3
  125. package/dist-cjs/commands/ListCrawlersCommand.js +3 -3
  126. package/dist-cjs/commands/ListDevEndpointsCommand.js +3 -3
  127. package/dist-cjs/commands/ListJobsCommand.js +3 -3
  128. package/dist-cjs/commands/ListMLTransformsCommand.js +3 -3
  129. package/dist-cjs/commands/ListRegistriesCommand.js +3 -3
  130. package/dist-cjs/commands/ListSchemaVersionsCommand.js +3 -3
  131. package/dist-cjs/commands/ListSchemasCommand.js +3 -3
  132. package/dist-cjs/commands/ListSessionsCommand.js +36 -0
  133. package/dist-cjs/commands/ListStatementsCommand.js +36 -0
  134. package/dist-cjs/commands/ListTriggersCommand.js +3 -3
  135. package/dist-cjs/commands/ListWorkflowsCommand.js +3 -3
  136. package/dist-cjs/commands/PutDataCatalogEncryptionSettingsCommand.js +3 -3
  137. package/dist-cjs/commands/PutResourcePolicyCommand.js +3 -3
  138. package/dist-cjs/commands/PutSchemaVersionMetadataCommand.js +3 -3
  139. package/dist-cjs/commands/PutWorkflowRunPropertiesCommand.js +3 -3
  140. package/dist-cjs/commands/QuerySchemaVersionMetadataCommand.js +3 -3
  141. package/dist-cjs/commands/RegisterSchemaVersionCommand.js +3 -3
  142. package/dist-cjs/commands/RemoveSchemaVersionMetadataCommand.js +3 -3
  143. package/dist-cjs/commands/ResetJobBookmarkCommand.js +3 -3
  144. package/dist-cjs/commands/ResumeWorkflowRunCommand.js +3 -3
  145. package/dist-cjs/commands/RunStatementCommand.js +36 -0
  146. package/dist-cjs/commands/SearchTablesCommand.js +3 -3
  147. package/dist-cjs/commands/StartBlueprintRunCommand.js +3 -3
  148. package/dist-cjs/commands/StartCrawlerCommand.js +3 -3
  149. package/dist-cjs/commands/StartCrawlerScheduleCommand.js +3 -3
  150. package/dist-cjs/commands/StartExportLabelsTaskRunCommand.js +3 -3
  151. package/dist-cjs/commands/StartImportLabelsTaskRunCommand.js +3 -3
  152. package/dist-cjs/commands/StartJobRunCommand.js +3 -3
  153. package/dist-cjs/commands/StartMLEvaluationTaskRunCommand.js +3 -3
  154. package/dist-cjs/commands/StartMLLabelingSetGenerationTaskRunCommand.js +3 -3
  155. package/dist-cjs/commands/StartTriggerCommand.js +3 -3
  156. package/dist-cjs/commands/StartWorkflowRunCommand.js +3 -3
  157. package/dist-cjs/commands/StopCrawlerCommand.js +3 -3
  158. package/dist-cjs/commands/StopCrawlerScheduleCommand.js +3 -3
  159. package/dist-cjs/commands/StopSessionCommand.js +36 -0
  160. package/dist-cjs/commands/StopTriggerCommand.js +3 -3
  161. package/dist-cjs/commands/StopWorkflowRunCommand.js +3 -3
  162. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  163. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  164. package/dist-cjs/commands/UpdateBlueprintCommand.js +3 -3
  165. package/dist-cjs/commands/UpdateClassifierCommand.js +3 -3
  166. package/dist-cjs/commands/UpdateColumnStatisticsForPartitionCommand.js +3 -3
  167. package/dist-cjs/commands/UpdateColumnStatisticsForTableCommand.js +3 -3
  168. package/dist-cjs/commands/UpdateConnectionCommand.js +3 -3
  169. package/dist-cjs/commands/UpdateCrawlerCommand.js +3 -3
  170. package/dist-cjs/commands/UpdateCrawlerScheduleCommand.js +3 -3
  171. package/dist-cjs/commands/UpdateDatabaseCommand.js +3 -3
  172. package/dist-cjs/commands/UpdateDevEndpointCommand.js +3 -3
  173. package/dist-cjs/commands/UpdateJobCommand.js +3 -3
  174. package/dist-cjs/commands/UpdateMLTransformCommand.js +3 -3
  175. package/dist-cjs/commands/UpdatePartitionCommand.js +3 -3
  176. package/dist-cjs/commands/UpdateRegistryCommand.js +3 -3
  177. package/dist-cjs/commands/UpdateSchemaCommand.js +3 -3
  178. package/dist-cjs/commands/UpdateTableCommand.js +3 -3
  179. package/dist-cjs/commands/UpdateTriggerCommand.js +6 -6
  180. package/dist-cjs/commands/UpdateUserDefinedFunctionCommand.js +6 -6
  181. package/dist-cjs/commands/UpdateWorkflowCommand.js +6 -6
  182. package/dist-cjs/commands/index.js +9 -0
  183. package/dist-cjs/endpoints.js +1 -1
  184. package/dist-cjs/models/index.js +1 -0
  185. package/dist-cjs/models/models_0.js +75 -64
  186. package/dist-cjs/models/models_1.js +165 -48
  187. package/dist-cjs/models/models_2.js +45 -0
  188. package/dist-cjs/pagination/ListSessionsPaginator.js +35 -0
  189. package/dist-cjs/pagination/index.js +1 -0
  190. package/dist-cjs/protocols/Aws_json1_1.js +1786 -940
  191. package/dist-cjs/runtimeConfig.browser.js +4 -4
  192. package/dist-cjs/runtimeConfig.js +9 -9
  193. package/dist-cjs/runtimeConfig.native.js +1 -1
  194. package/dist-es/Glue.js +304 -169
  195. package/dist-es/commands/CancelStatementCommand.js +39 -0
  196. package/dist-es/commands/CreateSessionCommand.js +39 -0
  197. package/dist-es/commands/DeleteSessionCommand.js +39 -0
  198. package/dist-es/commands/GetConnectionCommand.js +1 -1
  199. package/dist-es/commands/GetConnectionsCommand.js +1 -1
  200. package/dist-es/commands/GetCrawlerCommand.js +1 -1
  201. package/dist-es/commands/GetCrawlerMetricsCommand.js +1 -2
  202. package/dist-es/commands/GetSessionCommand.js +39 -0
  203. package/dist-es/commands/GetStatementCommand.js +39 -0
  204. package/dist-es/commands/ListSessionsCommand.js +39 -0
  205. package/dist-es/commands/ListStatementsCommand.js +39 -0
  206. package/dist-es/commands/RunStatementCommand.js +39 -0
  207. package/dist-es/commands/StopSessionCommand.js +39 -0
  208. package/dist-es/commands/UpdateTriggerCommand.js +1 -1
  209. package/dist-es/commands/UpdateUserDefinedFunctionCommand.js +1 -1
  210. package/dist-es/commands/UpdateWorkflowCommand.js +1 -1
  211. package/dist-es/commands/index.js +9 -0
  212. package/dist-es/models/index.js +1 -0
  213. package/dist-es/models/models_0.js +54 -40
  214. package/dist-es/models/models_1.js +109 -28
  215. package/dist-es/models/models_2.js +29 -0
  216. package/dist-es/pagination/GetBlueprintRunsPaginator.js +4 -4
  217. package/dist-es/pagination/GetClassifiersPaginator.js +4 -4
  218. package/dist-es/pagination/GetConnectionsPaginator.js +4 -4
  219. package/dist-es/pagination/GetCrawlerMetricsPaginator.js +4 -4
  220. package/dist-es/pagination/GetCrawlersPaginator.js +4 -4
  221. package/dist-es/pagination/GetDatabasesPaginator.js +4 -4
  222. package/dist-es/pagination/GetDevEndpointsPaginator.js +4 -4
  223. package/dist-es/pagination/GetJobRunsPaginator.js +4 -4
  224. package/dist-es/pagination/GetJobsPaginator.js +4 -4
  225. package/dist-es/pagination/GetMLTaskRunsPaginator.js +4 -4
  226. package/dist-es/pagination/GetMLTransformsPaginator.js +4 -4
  227. package/dist-es/pagination/GetPartitionIndexesPaginator.js +4 -4
  228. package/dist-es/pagination/GetPartitionsPaginator.js +4 -4
  229. package/dist-es/pagination/GetResourcePoliciesPaginator.js +4 -4
  230. package/dist-es/pagination/GetSecurityConfigurationsPaginator.js +4 -4
  231. package/dist-es/pagination/GetTableVersionsPaginator.js +4 -4
  232. package/dist-es/pagination/GetTablesPaginator.js +4 -4
  233. package/dist-es/pagination/GetTriggersPaginator.js +4 -4
  234. package/dist-es/pagination/GetUnfilteredPartitionsMetadataPaginator.js +4 -4
  235. package/dist-es/pagination/GetUserDefinedFunctionsPaginator.js +4 -4
  236. package/dist-es/pagination/GetWorkflowRunsPaginator.js +4 -4
  237. package/dist-es/pagination/ListBlueprintsPaginator.js +4 -4
  238. package/dist-es/pagination/ListCrawlersPaginator.js +4 -4
  239. package/dist-es/pagination/ListDevEndpointsPaginator.js +4 -4
  240. package/dist-es/pagination/ListJobsPaginator.js +4 -4
  241. package/dist-es/pagination/ListMLTransformsPaginator.js +4 -4
  242. package/dist-es/pagination/ListRegistriesPaginator.js +4 -4
  243. package/dist-es/pagination/ListSchemaVersionsPaginator.js +4 -4
  244. package/dist-es/pagination/ListSchemasPaginator.js +4 -4
  245. package/dist-es/pagination/ListSessionsPaginator.js +74 -0
  246. package/dist-es/pagination/ListTriggersPaginator.js +4 -4
  247. package/dist-es/pagination/ListWorkflowsPaginator.js +4 -4
  248. package/dist-es/pagination/SearchTablesPaginator.js +4 -4
  249. package/dist-es/pagination/index.js +1 -0
  250. package/dist-es/protocols/Aws_json1_1.js +1020 -47
  251. package/dist-types/Glue.d.ts +63 -0
  252. package/dist-types/GlueClient.d.ts +13 -4
  253. package/dist-types/commands/CancelStatementCommand.d.ts +35 -0
  254. package/dist-types/commands/CreateSessionCommand.d.ts +35 -0
  255. package/dist-types/commands/DeleteSessionCommand.d.ts +35 -0
  256. package/dist-types/commands/GetConnectionCommand.d.ts +1 -1
  257. package/dist-types/commands/GetConnectionsCommand.d.ts +1 -1
  258. package/dist-types/commands/GetCrawlerCommand.d.ts +1 -1
  259. package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +1 -2
  260. package/dist-types/commands/GetSessionCommand.d.ts +35 -0
  261. package/dist-types/commands/GetStatementCommand.d.ts +35 -0
  262. package/dist-types/commands/ListSessionsCommand.d.ts +35 -0
  263. package/dist-types/commands/ListStatementsCommand.d.ts +35 -0
  264. package/dist-types/commands/RunStatementCommand.d.ts +35 -0
  265. package/dist-types/commands/StopSessionCommand.d.ts +35 -0
  266. package/dist-types/commands/UpdateTriggerCommand.d.ts +1 -1
  267. package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +1 -1
  268. package/dist-types/commands/UpdateWorkflowCommand.d.ts +1 -1
  269. package/dist-types/commands/index.d.ts +9 -0
  270. package/dist-types/models/index.d.ts +1 -0
  271. package/dist-types/models/models_0.d.ts +269 -377
  272. package/dist-types/models/models_1.d.ts +679 -142
  273. package/dist-types/models/models_2.d.ts +142 -0
  274. package/dist-types/pagination/ListSessionsPaginator.d.ts +4 -0
  275. package/dist-types/pagination/index.d.ts +1 -0
  276. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  277. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  278. package/dist-types/runtimeConfig.d.ts +1 -1
  279. package/dist-types/runtimeConfig.native.d.ts +3 -3
  280. package/dist-types/ts3.4/Glue.d.ts +45 -0
  281. package/dist-types/ts3.4/GlueClient.d.ts +13 -4
  282. package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +17 -0
  283. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +17 -0
  284. package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +17 -0
  285. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +1 -2
  289. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +17 -0
  290. package/dist-types/ts3.4/commands/GetStatementCommand.d.ts +17 -0
  291. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +17 -0
  292. package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +17 -0
  293. package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +17 -0
  294. package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +17 -0
  295. package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +1 -1
  296. package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  299. package/dist-types/ts3.4/models/index.d.ts +1 -0
  300. package/dist-types/ts3.4/models/models_0.d.ts +33 -0
  301. package/dist-types/ts3.4/models/models_1.d.ts +320 -1
  302. package/dist-types/ts3.4/models/models_2.d.ts +82 -0
  303. package/dist-types/ts3.4/pagination/ListSessionsPaginator.d.ts +4 -0
  304. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  305. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
  306. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  307. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  308. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  309. package/package.json +34 -34
@@ -0,0 +1,142 @@
1
+ import { Action, EventBatchingCondition, Predicate, Trigger, UserDefinedFunctionInput } from "./models_0";
2
+ /**
3
+ * <p>A structure used to provide information used to update a trigger. This object updates the
4
+ * previous trigger definition by overwriting it completely.</p>
5
+ */
6
+ export interface TriggerUpdate {
7
+ /**
8
+ * <p>Reserved for future use.</p>
9
+ */
10
+ Name?: string;
11
+ /**
12
+ * <p>A description of this trigger.</p>
13
+ */
14
+ Description?: string;
15
+ /**
16
+ * <p>A <code>cron</code> expression used to specify the schedule (see <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html">Time-Based
17
+ * Schedules for Jobs and Crawlers</a>. For example, to run
18
+ * something every day at 12:15 UTC, you would specify:
19
+ * <code>cron(15 12 * * ? *)</code>.</p>
20
+ */
21
+ Schedule?: string;
22
+ /**
23
+ * <p>The actions initiated by this trigger.</p>
24
+ */
25
+ Actions?: Action[];
26
+ /**
27
+ * <p>The predicate of this trigger, which defines when it will fire.</p>
28
+ */
29
+ Predicate?: Predicate;
30
+ /**
31
+ * <p>Batch condition that must be met (specified number of events received or batch time window expired)
32
+ * before EventBridge event trigger fires.</p>
33
+ */
34
+ EventBatchingCondition?: EventBatchingCondition;
35
+ }
36
+ export declare namespace TriggerUpdate {
37
+ /**
38
+ * @internal
39
+ */
40
+ const filterSensitiveLog: (obj: TriggerUpdate) => any;
41
+ }
42
+ export interface UpdateTriggerRequest {
43
+ /**
44
+ * <p>The name of the trigger to update.</p>
45
+ */
46
+ Name: string | undefined;
47
+ /**
48
+ * <p>The new values with which to update the trigger.</p>
49
+ */
50
+ TriggerUpdate: TriggerUpdate | undefined;
51
+ }
52
+ export declare namespace UpdateTriggerRequest {
53
+ /**
54
+ * @internal
55
+ */
56
+ const filterSensitiveLog: (obj: UpdateTriggerRequest) => any;
57
+ }
58
+ export interface UpdateTriggerResponse {
59
+ /**
60
+ * <p>The resulting trigger definition.</p>
61
+ */
62
+ Trigger?: Trigger;
63
+ }
64
+ export declare namespace UpdateTriggerResponse {
65
+ /**
66
+ * @internal
67
+ */
68
+ const filterSensitiveLog: (obj: UpdateTriggerResponse) => any;
69
+ }
70
+ export interface UpdateUserDefinedFunctionRequest {
71
+ /**
72
+ * <p>The ID of the Data Catalog where the function to be updated is located. If none is
73
+ * provided, the Amazon Web Services account ID is used by default.</p>
74
+ */
75
+ CatalogId?: string;
76
+ /**
77
+ * <p>The name of the catalog database where the function to be updated is
78
+ * located.</p>
79
+ */
80
+ DatabaseName: string | undefined;
81
+ /**
82
+ * <p>The name of the function.</p>
83
+ */
84
+ FunctionName: string | undefined;
85
+ /**
86
+ * <p>A <code>FunctionInput</code> object that redefines the function in the Data
87
+ * Catalog.</p>
88
+ */
89
+ FunctionInput: UserDefinedFunctionInput | undefined;
90
+ }
91
+ export declare namespace UpdateUserDefinedFunctionRequest {
92
+ /**
93
+ * @internal
94
+ */
95
+ const filterSensitiveLog: (obj: UpdateUserDefinedFunctionRequest) => any;
96
+ }
97
+ export interface UpdateUserDefinedFunctionResponse {
98
+ }
99
+ export declare namespace UpdateUserDefinedFunctionResponse {
100
+ /**
101
+ * @internal
102
+ */
103
+ const filterSensitiveLog: (obj: UpdateUserDefinedFunctionResponse) => any;
104
+ }
105
+ export interface UpdateWorkflowRequest {
106
+ /**
107
+ * <p>Name of the workflow to be updated.</p>
108
+ */
109
+ Name: string | undefined;
110
+ /**
111
+ * <p>The description of the workflow.</p>
112
+ */
113
+ Description?: string;
114
+ /**
115
+ * <p>A collection of properties to be used as part of each execution of the workflow.</p>
116
+ */
117
+ DefaultRunProperties?: {
118
+ [key: string]: string;
119
+ };
120
+ /**
121
+ * <p>You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.</p>
122
+ */
123
+ MaxConcurrentRuns?: number;
124
+ }
125
+ export declare namespace UpdateWorkflowRequest {
126
+ /**
127
+ * @internal
128
+ */
129
+ const filterSensitiveLog: (obj: UpdateWorkflowRequest) => any;
130
+ }
131
+ export interface UpdateWorkflowResponse {
132
+ /**
133
+ * <p>The name of the workflow which was specified in input.</p>
134
+ */
135
+ Name?: string;
136
+ }
137
+ export declare namespace UpdateWorkflowResponse {
138
+ /**
139
+ * @internal
140
+ */
141
+ const filterSensitiveLog: (obj: UpdateWorkflowResponse) => any;
142
+ }
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListSessionsCommandInput, ListSessionsCommandOutput } from "../commands/ListSessionsCommand";
3
+ import { GluePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListSessions(config: GluePaginationConfiguration, input: ListSessionsCommandInput, ...additionalArguments: any): Paginator<ListSessionsCommandOutput>;
@@ -28,6 +28,7 @@ export * from "./ListMLTransformsPaginator";
28
28
  export * from "./ListRegistriesPaginator";
29
29
  export * from "./ListSchemaVersionsPaginator";
30
30
  export * from "./ListSchemasPaginator";
31
+ export * from "./ListSessionsPaginator";
31
32
  export * from "./ListTriggersPaginator";
32
33
  export * from "./ListWorkflowsPaginator";
33
34
  export * from "./SearchTablesPaginator";
@@ -15,6 +15,7 @@ import { BatchGetWorkflowsCommandInput, BatchGetWorkflowsCommandOutput } from ".
15
15
  import { BatchStopJobRunCommandInput, BatchStopJobRunCommandOutput } from "../commands/BatchStopJobRunCommand";
16
16
  import { BatchUpdatePartitionCommandInput, BatchUpdatePartitionCommandOutput } from "../commands/BatchUpdatePartitionCommand";
17
17
  import { CancelMLTaskRunCommandInput, CancelMLTaskRunCommandOutput } from "../commands/CancelMLTaskRunCommand";
18
+ import { CancelStatementCommandInput, CancelStatementCommandOutput } from "../commands/CancelStatementCommand";
18
19
  import { CheckSchemaVersionValidityCommandInput, CheckSchemaVersionValidityCommandOutput } from "../commands/CheckSchemaVersionValidityCommand";
19
20
  import { CreateBlueprintCommandInput, CreateBlueprintCommandOutput } from "../commands/CreateBlueprintCommand";
20
21
  import { CreateClassifierCommandInput, CreateClassifierCommandOutput } from "../commands/CreateClassifierCommand";
@@ -30,6 +31,7 @@ import { CreateRegistryCommandInput, CreateRegistryCommandOutput } from "../comm
30
31
  import { CreateSchemaCommandInput, CreateSchemaCommandOutput } from "../commands/CreateSchemaCommand";
31
32
  import { CreateScriptCommandInput, CreateScriptCommandOutput } from "../commands/CreateScriptCommand";
32
33
  import { CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput } from "../commands/CreateSecurityConfigurationCommand";
34
+ import { CreateSessionCommandInput, CreateSessionCommandOutput } from "../commands/CreateSessionCommand";
33
35
  import { CreateTableCommandInput, CreateTableCommandOutput } from "../commands/CreateTableCommand";
34
36
  import { CreateTriggerCommandInput, CreateTriggerCommandOutput } from "../commands/CreateTriggerCommand";
35
37
  import { CreateUserDefinedFunctionCommandInput, CreateUserDefinedFunctionCommandOutput } from "../commands/CreateUserDefinedFunctionCommand";
@@ -51,6 +53,7 @@ import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } f
51
53
  import { DeleteSchemaCommandInput, DeleteSchemaCommandOutput } from "../commands/DeleteSchemaCommand";
52
54
  import { DeleteSchemaVersionsCommandInput, DeleteSchemaVersionsCommandOutput } from "../commands/DeleteSchemaVersionsCommand";
53
55
  import { DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput } from "../commands/DeleteSecurityConfigurationCommand";
56
+ import { DeleteSessionCommandInput, DeleteSessionCommandOutput } from "../commands/DeleteSessionCommand";
54
57
  import { DeleteTableCommandInput, DeleteTableCommandOutput } from "../commands/DeleteTableCommand";
55
58
  import { DeleteTableVersionCommandInput, DeleteTableVersionCommandOutput } from "../commands/DeleteTableVersionCommand";
56
59
  import { DeleteTriggerCommandInput, DeleteTriggerCommandOutput } from "../commands/DeleteTriggerCommand";
@@ -98,6 +101,8 @@ import { GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput } from "../
98
101
  import { GetSchemaVersionsDiffCommandInput, GetSchemaVersionsDiffCommandOutput } from "../commands/GetSchemaVersionsDiffCommand";
99
102
  import { GetSecurityConfigurationCommandInput, GetSecurityConfigurationCommandOutput } from "../commands/GetSecurityConfigurationCommand";
100
103
  import { GetSecurityConfigurationsCommandInput, GetSecurityConfigurationsCommandOutput } from "../commands/GetSecurityConfigurationsCommand";
104
+ import { GetSessionCommandInput, GetSessionCommandOutput } from "../commands/GetSessionCommand";
105
+ import { GetStatementCommandInput, GetStatementCommandOutput } from "../commands/GetStatementCommand";
101
106
  import { GetTableCommandInput, GetTableCommandOutput } from "../commands/GetTableCommand";
102
107
  import { GetTablesCommandInput, GetTablesCommandOutput } from "../commands/GetTablesCommand";
103
108
  import { GetTableVersionCommandInput, GetTableVersionCommandOutput } from "../commands/GetTableVersionCommand";
@@ -123,6 +128,8 @@ import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "../
123
128
  import { ListRegistriesCommandInput, ListRegistriesCommandOutput } from "../commands/ListRegistriesCommand";
124
129
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
125
130
  import { ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput } from "../commands/ListSchemaVersionsCommand";
131
+ import { ListSessionsCommandInput, ListSessionsCommandOutput } from "../commands/ListSessionsCommand";
132
+ import { ListStatementsCommandInput, ListStatementsCommandOutput } from "../commands/ListStatementsCommand";
126
133
  import { ListTriggersCommandInput, ListTriggersCommandOutput } from "../commands/ListTriggersCommand";
127
134
  import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
128
135
  import { PutDataCatalogEncryptionSettingsCommandInput, PutDataCatalogEncryptionSettingsCommandOutput } from "../commands/PutDataCatalogEncryptionSettingsCommand";
@@ -134,6 +141,7 @@ import { RegisterSchemaVersionCommandInput, RegisterSchemaVersionCommandOutput }
134
141
  import { RemoveSchemaVersionMetadataCommandInput, RemoveSchemaVersionMetadataCommandOutput } from "../commands/RemoveSchemaVersionMetadataCommand";
135
142
  import { ResetJobBookmarkCommandInput, ResetJobBookmarkCommandOutput } from "../commands/ResetJobBookmarkCommand";
136
143
  import { ResumeWorkflowRunCommandInput, ResumeWorkflowRunCommandOutput } from "../commands/ResumeWorkflowRunCommand";
144
+ import { RunStatementCommandInput, RunStatementCommandOutput } from "../commands/RunStatementCommand";
137
145
  import { SearchTablesCommandInput, SearchTablesCommandOutput } from "../commands/SearchTablesCommand";
138
146
  import { StartBlueprintRunCommandInput, StartBlueprintRunCommandOutput } from "../commands/StartBlueprintRunCommand";
139
147
  import { StartCrawlerCommandInput, StartCrawlerCommandOutput } from "../commands/StartCrawlerCommand";
@@ -147,6 +155,7 @@ import { StartTriggerCommandInput, StartTriggerCommandOutput } from "../commands
147
155
  import { StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput } from "../commands/StartWorkflowRunCommand";
148
156
  import { StopCrawlerCommandInput, StopCrawlerCommandOutput } from "../commands/StopCrawlerCommand";
149
157
  import { StopCrawlerScheduleCommandInput, StopCrawlerScheduleCommandOutput } from "../commands/StopCrawlerScheduleCommand";
158
+ import { StopSessionCommandInput, StopSessionCommandOutput } from "../commands/StopSessionCommand";
150
159
  import { StopTriggerCommandInput, StopTriggerCommandOutput } from "../commands/StopTriggerCommand";
151
160
  import { StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput } from "../commands/StopWorkflowRunCommand";
152
161
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
@@ -184,6 +193,7 @@ export declare const serializeAws_json1_1BatchGetWorkflowsCommand: (input: Batch
184
193
  export declare const serializeAws_json1_1BatchStopJobRunCommand: (input: BatchStopJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
194
  export declare const serializeAws_json1_1BatchUpdatePartitionCommand: (input: BatchUpdatePartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
195
  export declare const serializeAws_json1_1CancelMLTaskRunCommand: (input: CancelMLTaskRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
+ export declare const serializeAws_json1_1CancelStatementCommand: (input: CancelStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
197
  export declare const serializeAws_json1_1CheckSchemaVersionValidityCommand: (input: CheckSchemaVersionValidityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
198
  export declare const serializeAws_json1_1CreateBlueprintCommand: (input: CreateBlueprintCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
199
  export declare const serializeAws_json1_1CreateClassifierCommand: (input: CreateClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -199,6 +209,7 @@ export declare const serializeAws_json1_1CreateRegistryCommand: (input: CreateRe
199
209
  export declare const serializeAws_json1_1CreateSchemaCommand: (input: CreateSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
210
  export declare const serializeAws_json1_1CreateScriptCommand: (input: CreateScriptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
211
  export declare const serializeAws_json1_1CreateSecurityConfigurationCommand: (input: CreateSecurityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
+ export declare const serializeAws_json1_1CreateSessionCommand: (input: CreateSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
213
  export declare const serializeAws_json1_1CreateTableCommand: (input: CreateTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
214
  export declare const serializeAws_json1_1CreateTriggerCommand: (input: CreateTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
215
  export declare const serializeAws_json1_1CreateUserDefinedFunctionCommand: (input: CreateUserDefinedFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -220,6 +231,7 @@ export declare const serializeAws_json1_1DeleteResourcePolicyCommand: (input: De
220
231
  export declare const serializeAws_json1_1DeleteSchemaCommand: (input: DeleteSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
232
  export declare const serializeAws_json1_1DeleteSchemaVersionsCommand: (input: DeleteSchemaVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
233
  export declare const serializeAws_json1_1DeleteSecurityConfigurationCommand: (input: DeleteSecurityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_json1_1DeleteSessionCommand: (input: DeleteSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
235
  export declare const serializeAws_json1_1DeleteTableCommand: (input: DeleteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
236
  export declare const serializeAws_json1_1DeleteTableVersionCommand: (input: DeleteTableVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
237
  export declare const serializeAws_json1_1DeleteTriggerCommand: (input: DeleteTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -267,6 +279,8 @@ export declare const serializeAws_json1_1GetSchemaVersionCommand: (input: GetSch
267
279
  export declare const serializeAws_json1_1GetSchemaVersionsDiffCommand: (input: GetSchemaVersionsDiffCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
268
280
  export declare const serializeAws_json1_1GetSecurityConfigurationCommand: (input: GetSecurityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
269
281
  export declare const serializeAws_json1_1GetSecurityConfigurationsCommand: (input: GetSecurityConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1GetSessionCommand: (input: GetSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
+ export declare const serializeAws_json1_1GetStatementCommand: (input: GetStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
284
  export declare const serializeAws_json1_1GetTableCommand: (input: GetTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
271
285
  export declare const serializeAws_json1_1GetTablesCommand: (input: GetTablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
272
286
  export declare const serializeAws_json1_1GetTableVersionCommand: (input: GetTableVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -292,6 +306,8 @@ export declare const serializeAws_json1_1ListMLTransformsCommand: (input: ListML
292
306
  export declare const serializeAws_json1_1ListRegistriesCommand: (input: ListRegistriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
293
307
  export declare const serializeAws_json1_1ListSchemasCommand: (input: ListSchemasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
308
  export declare const serializeAws_json1_1ListSchemaVersionsCommand: (input: ListSchemaVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
309
+ export declare const serializeAws_json1_1ListSessionsCommand: (input: ListSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_json1_1ListStatementsCommand: (input: ListStatementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
295
311
  export declare const serializeAws_json1_1ListTriggersCommand: (input: ListTriggersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
296
312
  export declare const serializeAws_json1_1ListWorkflowsCommand: (input: ListWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
297
313
  export declare const serializeAws_json1_1PutDataCatalogEncryptionSettingsCommand: (input: PutDataCatalogEncryptionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -303,6 +319,7 @@ export declare const serializeAws_json1_1RegisterSchemaVersionCommand: (input: R
303
319
  export declare const serializeAws_json1_1RemoveSchemaVersionMetadataCommand: (input: RemoveSchemaVersionMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
304
320
  export declare const serializeAws_json1_1ResetJobBookmarkCommand: (input: ResetJobBookmarkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
305
321
  export declare const serializeAws_json1_1ResumeWorkflowRunCommand: (input: ResumeWorkflowRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_json1_1RunStatementCommand: (input: RunStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
323
  export declare const serializeAws_json1_1SearchTablesCommand: (input: SearchTablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
307
324
  export declare const serializeAws_json1_1StartBlueprintRunCommand: (input: StartBlueprintRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
308
325
  export declare const serializeAws_json1_1StartCrawlerCommand: (input: StartCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -316,6 +333,7 @@ export declare const serializeAws_json1_1StartTriggerCommand: (input: StartTrigg
316
333
  export declare const serializeAws_json1_1StartWorkflowRunCommand: (input: StartWorkflowRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
317
334
  export declare const serializeAws_json1_1StopCrawlerCommand: (input: StopCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
335
  export declare const serializeAws_json1_1StopCrawlerScheduleCommand: (input: StopCrawlerScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
336
+ export declare const serializeAws_json1_1StopSessionCommand: (input: StopSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
319
337
  export declare const serializeAws_json1_1StopTriggerCommand: (input: StopTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
320
338
  export declare const serializeAws_json1_1StopWorkflowRunCommand: (input: StopWorkflowRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
321
339
  export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -353,6 +371,7 @@ export declare const deserializeAws_json1_1BatchGetWorkflowsCommand: (output: __
353
371
  export declare const deserializeAws_json1_1BatchStopJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchStopJobRunCommandOutput>;
354
372
  export declare const deserializeAws_json1_1BatchUpdatePartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdatePartitionCommandOutput>;
355
373
  export declare const deserializeAws_json1_1CancelMLTaskRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelMLTaskRunCommandOutput>;
374
+ export declare const deserializeAws_json1_1CancelStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelStatementCommandOutput>;
356
375
  export declare const deserializeAws_json1_1CheckSchemaVersionValidityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckSchemaVersionValidityCommandOutput>;
357
376
  export declare const deserializeAws_json1_1CreateBlueprintCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBlueprintCommandOutput>;
358
377
  export declare const deserializeAws_json1_1CreateClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClassifierCommandOutput>;
@@ -368,6 +387,7 @@ export declare const deserializeAws_json1_1CreateRegistryCommand: (output: __Htt
368
387
  export declare const deserializeAws_json1_1CreateSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSchemaCommandOutput>;
369
388
  export declare const deserializeAws_json1_1CreateScriptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateScriptCommandOutput>;
370
389
  export declare const deserializeAws_json1_1CreateSecurityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSecurityConfigurationCommandOutput>;
390
+ export declare const deserializeAws_json1_1CreateSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSessionCommandOutput>;
371
391
  export declare const deserializeAws_json1_1CreateTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTableCommandOutput>;
372
392
  export declare const deserializeAws_json1_1CreateTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTriggerCommandOutput>;
373
393
  export declare const deserializeAws_json1_1CreateUserDefinedFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserDefinedFunctionCommandOutput>;
@@ -389,6 +409,7 @@ export declare const deserializeAws_json1_1DeleteResourcePolicyCommand: (output:
389
409
  export declare const deserializeAws_json1_1DeleteSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSchemaCommandOutput>;
390
410
  export declare const deserializeAws_json1_1DeleteSchemaVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSchemaVersionsCommandOutput>;
391
411
  export declare const deserializeAws_json1_1DeleteSecurityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSecurityConfigurationCommandOutput>;
412
+ export declare const deserializeAws_json1_1DeleteSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSessionCommandOutput>;
392
413
  export declare const deserializeAws_json1_1DeleteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTableCommandOutput>;
393
414
  export declare const deserializeAws_json1_1DeleteTableVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTableVersionCommandOutput>;
394
415
  export declare const deserializeAws_json1_1DeleteTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTriggerCommandOutput>;
@@ -436,6 +457,8 @@ export declare const deserializeAws_json1_1GetSchemaVersionCommand: (output: __H
436
457
  export declare const deserializeAws_json1_1GetSchemaVersionsDiffCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaVersionsDiffCommandOutput>;
437
458
  export declare const deserializeAws_json1_1GetSecurityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSecurityConfigurationCommandOutput>;
438
459
  export declare const deserializeAws_json1_1GetSecurityConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSecurityConfigurationsCommandOutput>;
460
+ export declare const deserializeAws_json1_1GetSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionCommandOutput>;
461
+ export declare const deserializeAws_json1_1GetStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStatementCommandOutput>;
439
462
  export declare const deserializeAws_json1_1GetTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableCommandOutput>;
440
463
  export declare const deserializeAws_json1_1GetTablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTablesCommandOutput>;
441
464
  export declare const deserializeAws_json1_1GetTableVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableVersionCommandOutput>;
@@ -461,6 +484,8 @@ export declare const deserializeAws_json1_1ListMLTransformsCommand: (output: __H
461
484
  export declare const deserializeAws_json1_1ListRegistriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRegistriesCommandOutput>;
462
485
  export declare const deserializeAws_json1_1ListSchemasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchemasCommandOutput>;
463
486
  export declare const deserializeAws_json1_1ListSchemaVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchemaVersionsCommandOutput>;
487
+ export declare const deserializeAws_json1_1ListSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSessionsCommandOutput>;
488
+ export declare const deserializeAws_json1_1ListStatementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStatementsCommandOutput>;
464
489
  export declare const deserializeAws_json1_1ListTriggersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTriggersCommandOutput>;
465
490
  export declare const deserializeAws_json1_1ListWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowsCommandOutput>;
466
491
  export declare const deserializeAws_json1_1PutDataCatalogEncryptionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDataCatalogEncryptionSettingsCommandOutput>;
@@ -472,6 +497,7 @@ export declare const deserializeAws_json1_1RegisterSchemaVersionCommand: (output
472
497
  export declare const deserializeAws_json1_1RemoveSchemaVersionMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveSchemaVersionMetadataCommandOutput>;
473
498
  export declare const deserializeAws_json1_1ResetJobBookmarkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetJobBookmarkCommandOutput>;
474
499
  export declare const deserializeAws_json1_1ResumeWorkflowRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeWorkflowRunCommandOutput>;
500
+ export declare const deserializeAws_json1_1RunStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RunStatementCommandOutput>;
475
501
  export declare const deserializeAws_json1_1SearchTablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchTablesCommandOutput>;
476
502
  export declare const deserializeAws_json1_1StartBlueprintRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBlueprintRunCommandOutput>;
477
503
  export declare const deserializeAws_json1_1StartCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCrawlerCommandOutput>;
@@ -485,6 +511,7 @@ export declare const deserializeAws_json1_1StartTriggerCommand: (output: __HttpR
485
511
  export declare const deserializeAws_json1_1StartWorkflowRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartWorkflowRunCommandOutput>;
486
512
  export declare const deserializeAws_json1_1StopCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopCrawlerCommandOutput>;
487
513
  export declare const deserializeAws_json1_1StopCrawlerScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopCrawlerScheduleCommandOutput>;
514
+ export declare const deserializeAws_json1_1StopSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSessionCommandOutput>;
488
515
  export declare const deserializeAws_json1_1StopTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTriggerCommandOutput>;
489
516
  export declare const deserializeAws_json1_1StopWorkflowRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopWorkflowRunCommandOutput>;
490
517
  export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
8
8
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
9
  base64Decoder: import("@aws-sdk/types").Decoder;
10
10
  base64Encoder: import("@aws-sdk/types").Encoder;
11
- bodyLengthChecker: (body: any) => number | undefined;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
12
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
13
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
14
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
8
8
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
9
  base64Decoder: import("@aws-sdk/types").Decoder;
10
10
  base64Encoder: import("@aws-sdk/types").Encoder;
11
- bodyLengthChecker: (body: any) => number | undefined;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
12
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
13
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
14
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
8
8
  requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
9
9
  apiVersion: string;
10
10
  urlParser: import("@aws-sdk/types").UrlParser;
11
- bodyLengthChecker: (body: any) => number | undefined;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
12
  streamCollector: import("@aws-sdk/types").StreamCollector;
13
13
  base64Decoder: import("@aws-sdk/types").Decoder;
14
14
  base64Encoder: import("@aws-sdk/types").Encoder;
@@ -21,11 +21,11 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
21
21
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
23
23
  serviceId: string;
24
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
24
+ region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
26
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
27
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
28
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
29
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
@@ -14,6 +14,7 @@ import { BatchGetWorkflowsCommandInput, BatchGetWorkflowsCommandOutput } from ".
14
14
  import { BatchStopJobRunCommandInput, BatchStopJobRunCommandOutput } from "./commands/BatchStopJobRunCommand";
15
15
  import { BatchUpdatePartitionCommandInput, BatchUpdatePartitionCommandOutput } from "./commands/BatchUpdatePartitionCommand";
16
16
  import { CancelMLTaskRunCommandInput, CancelMLTaskRunCommandOutput } from "./commands/CancelMLTaskRunCommand";
17
+ import { CancelStatementCommandInput, CancelStatementCommandOutput } from "./commands/CancelStatementCommand";
17
18
  import { CheckSchemaVersionValidityCommandInput, CheckSchemaVersionValidityCommandOutput } from "./commands/CheckSchemaVersionValidityCommand";
18
19
  import { CreateBlueprintCommandInput, CreateBlueprintCommandOutput } from "./commands/CreateBlueprintCommand";
19
20
  import { CreateClassifierCommandInput, CreateClassifierCommandOutput } from "./commands/CreateClassifierCommand";
@@ -29,6 +30,7 @@ import { CreateRegistryCommandInput, CreateRegistryCommandOutput } from "./comma
29
30
  import { CreateSchemaCommandInput, CreateSchemaCommandOutput } from "./commands/CreateSchemaCommand";
30
31
  import { CreateScriptCommandInput, CreateScriptCommandOutput } from "./commands/CreateScriptCommand";
31
32
  import { CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput } from "./commands/CreateSecurityConfigurationCommand";
33
+ import { CreateSessionCommandInput, CreateSessionCommandOutput } from "./commands/CreateSessionCommand";
32
34
  import { CreateTableCommandInput, CreateTableCommandOutput } from "./commands/CreateTableCommand";
33
35
  import { CreateTriggerCommandInput, CreateTriggerCommandOutput } from "./commands/CreateTriggerCommand";
34
36
  import { CreateUserDefinedFunctionCommandInput, CreateUserDefinedFunctionCommandOutput } from "./commands/CreateUserDefinedFunctionCommand";
@@ -50,6 +52,7 @@ import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } f
50
52
  import { DeleteSchemaCommandInput, DeleteSchemaCommandOutput } from "./commands/DeleteSchemaCommand";
51
53
  import { DeleteSchemaVersionsCommandInput, DeleteSchemaVersionsCommandOutput } from "./commands/DeleteSchemaVersionsCommand";
52
54
  import { DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput } from "./commands/DeleteSecurityConfigurationCommand";
55
+ import { DeleteSessionCommandInput, DeleteSessionCommandOutput } from "./commands/DeleteSessionCommand";
53
56
  import { DeleteTableCommandInput, DeleteTableCommandOutput } from "./commands/DeleteTableCommand";
54
57
  import { DeleteTableVersionCommandInput, DeleteTableVersionCommandOutput } from "./commands/DeleteTableVersionCommand";
55
58
  import { DeleteTriggerCommandInput, DeleteTriggerCommandOutput } from "./commands/DeleteTriggerCommand";
@@ -97,6 +100,8 @@ import { GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput } from "./c
97
100
  import { GetSchemaVersionsDiffCommandInput, GetSchemaVersionsDiffCommandOutput } from "./commands/GetSchemaVersionsDiffCommand";
98
101
  import { GetSecurityConfigurationCommandInput, GetSecurityConfigurationCommandOutput } from "./commands/GetSecurityConfigurationCommand";
99
102
  import { GetSecurityConfigurationsCommandInput, GetSecurityConfigurationsCommandOutput } from "./commands/GetSecurityConfigurationsCommand";
103
+ import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
104
+ import { GetStatementCommandInput, GetStatementCommandOutput } from "./commands/GetStatementCommand";
100
105
  import { GetTableCommandInput, GetTableCommandOutput } from "./commands/GetTableCommand";
101
106
  import { GetTablesCommandInput, GetTablesCommandOutput } from "./commands/GetTablesCommand";
102
107
  import { GetTableVersionCommandInput, GetTableVersionCommandOutput } from "./commands/GetTableVersionCommand";
@@ -122,6 +127,8 @@ import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "./c
122
127
  import { ListRegistriesCommandInput, ListRegistriesCommandOutput } from "./commands/ListRegistriesCommand";
123
128
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
124
129
  import { ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput } from "./commands/ListSchemaVersionsCommand";
130
+ import { ListSessionsCommandInput, ListSessionsCommandOutput } from "./commands/ListSessionsCommand";
131
+ import { ListStatementsCommandInput, ListStatementsCommandOutput } from "./commands/ListStatementsCommand";
125
132
  import { ListTriggersCommandInput, ListTriggersCommandOutput } from "./commands/ListTriggersCommand";
126
133
  import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
127
134
  import { PutDataCatalogEncryptionSettingsCommandInput, PutDataCatalogEncryptionSettingsCommandOutput } from "./commands/PutDataCatalogEncryptionSettingsCommand";
@@ -133,6 +140,7 @@ import { RegisterSchemaVersionCommandInput, RegisterSchemaVersionCommandOutput }
133
140
  import { RemoveSchemaVersionMetadataCommandInput, RemoveSchemaVersionMetadataCommandOutput } from "./commands/RemoveSchemaVersionMetadataCommand";
134
141
  import { ResetJobBookmarkCommandInput, ResetJobBookmarkCommandOutput } from "./commands/ResetJobBookmarkCommand";
135
142
  import { ResumeWorkflowRunCommandInput, ResumeWorkflowRunCommandOutput } from "./commands/ResumeWorkflowRunCommand";
143
+ import { RunStatementCommandInput, RunStatementCommandOutput } from "./commands/RunStatementCommand";
136
144
  import { SearchTablesCommandInput, SearchTablesCommandOutput } from "./commands/SearchTablesCommand";
137
145
  import { StartBlueprintRunCommandInput, StartBlueprintRunCommandOutput } from "./commands/StartBlueprintRunCommand";
138
146
  import { StartCrawlerCommandInput, StartCrawlerCommandOutput } from "./commands/StartCrawlerCommand";
@@ -146,6 +154,7 @@ import { StartTriggerCommandInput, StartTriggerCommandOutput } from "./commands/
146
154
  import { StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput } from "./commands/StartWorkflowRunCommand";
147
155
  import { StopCrawlerCommandInput, StopCrawlerCommandOutput } from "./commands/StopCrawlerCommand";
148
156
  import { StopCrawlerScheduleCommandInput, StopCrawlerScheduleCommandOutput } from "./commands/StopCrawlerScheduleCommand";
157
+ import { StopSessionCommandInput, StopSessionCommandOutput } from "./commands/StopSessionCommand";
149
158
  import { StopTriggerCommandInput, StopTriggerCommandOutput } from "./commands/StopTriggerCommand";
150
159
  import { StopWorkflowRunCommandInput, StopWorkflowRunCommandOutput } from "./commands/StopWorkflowRunCommand";
151
160
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
@@ -232,6 +241,10 @@ export declare class Glue extends GlueClient {
232
241
  cancelMLTaskRun(args: CancelMLTaskRunCommandInput, cb: (err: any, data?: CancelMLTaskRunCommandOutput) => void): void;
233
242
  cancelMLTaskRun(args: CancelMLTaskRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelMLTaskRunCommandOutput) => void): void;
234
243
 
244
+ cancelStatement(args: CancelStatementCommandInput, options?: __HttpHandlerOptions): Promise<CancelStatementCommandOutput>;
245
+ cancelStatement(args: CancelStatementCommandInput, cb: (err: any, data?: CancelStatementCommandOutput) => void): void;
246
+ cancelStatement(args: CancelStatementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelStatementCommandOutput) => void): void;
247
+
235
248
  checkSchemaVersionValidity(args: CheckSchemaVersionValidityCommandInput, options?: __HttpHandlerOptions): Promise<CheckSchemaVersionValidityCommandOutput>;
236
249
  checkSchemaVersionValidity(args: CheckSchemaVersionValidityCommandInput, cb: (err: any, data?: CheckSchemaVersionValidityCommandOutput) => void): void;
237
250
  checkSchemaVersionValidity(args: CheckSchemaVersionValidityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CheckSchemaVersionValidityCommandOutput) => void): void;
@@ -292,6 +305,10 @@ export declare class Glue extends GlueClient {
292
305
  createSecurityConfiguration(args: CreateSecurityConfigurationCommandInput, cb: (err: any, data?: CreateSecurityConfigurationCommandOutput) => void): void;
293
306
  createSecurityConfiguration(args: CreateSecurityConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSecurityConfigurationCommandOutput) => void): void;
294
307
 
308
+ createSession(args: CreateSessionCommandInput, options?: __HttpHandlerOptions): Promise<CreateSessionCommandOutput>;
309
+ createSession(args: CreateSessionCommandInput, cb: (err: any, data?: CreateSessionCommandOutput) => void): void;
310
+ createSession(args: CreateSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSessionCommandOutput) => void): void;
311
+
295
312
  createTable(args: CreateTableCommandInput, options?: __HttpHandlerOptions): Promise<CreateTableCommandOutput>;
296
313
  createTable(args: CreateTableCommandInput, cb: (err: any, data?: CreateTableCommandOutput) => void): void;
297
314
  createTable(args: CreateTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTableCommandOutput) => void): void;
@@ -376,6 +393,10 @@ export declare class Glue extends GlueClient {
376
393
  deleteSecurityConfiguration(args: DeleteSecurityConfigurationCommandInput, cb: (err: any, data?: DeleteSecurityConfigurationCommandOutput) => void): void;
377
394
  deleteSecurityConfiguration(args: DeleteSecurityConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSecurityConfigurationCommandOutput) => void): void;
378
395
 
396
+ deleteSession(args: DeleteSessionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSessionCommandOutput>;
397
+ deleteSession(args: DeleteSessionCommandInput, cb: (err: any, data?: DeleteSessionCommandOutput) => void): void;
398
+ deleteSession(args: DeleteSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSessionCommandOutput) => void): void;
399
+
379
400
  deleteTable(args: DeleteTableCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTableCommandOutput>;
380
401
  deleteTable(args: DeleteTableCommandInput, cb: (err: any, data?: DeleteTableCommandOutput) => void): void;
381
402
  deleteTable(args: DeleteTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTableCommandOutput) => void): void;
@@ -564,6 +585,14 @@ export declare class Glue extends GlueClient {
564
585
  getSecurityConfigurations(args: GetSecurityConfigurationsCommandInput, cb: (err: any, data?: GetSecurityConfigurationsCommandOutput) => void): void;
565
586
  getSecurityConfigurations(args: GetSecurityConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSecurityConfigurationsCommandOutput) => void): void;
566
587
 
588
+ getSession(args: GetSessionCommandInput, options?: __HttpHandlerOptions): Promise<GetSessionCommandOutput>;
589
+ getSession(args: GetSessionCommandInput, cb: (err: any, data?: GetSessionCommandOutput) => void): void;
590
+ getSession(args: GetSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSessionCommandOutput) => void): void;
591
+
592
+ getStatement(args: GetStatementCommandInput, options?: __HttpHandlerOptions): Promise<GetStatementCommandOutput>;
593
+ getStatement(args: GetStatementCommandInput, cb: (err: any, data?: GetStatementCommandOutput) => void): void;
594
+ getStatement(args: GetStatementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStatementCommandOutput) => void): void;
595
+
567
596
  getTable(args: GetTableCommandInput, options?: __HttpHandlerOptions): Promise<GetTableCommandOutput>;
568
597
  getTable(args: GetTableCommandInput, cb: (err: any, data?: GetTableCommandOutput) => void): void;
569
598
  getTable(args: GetTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTableCommandOutput) => void): void;
@@ -661,6 +690,14 @@ export declare class Glue extends GlueClient {
661
690
  listSchemaVersions(args: ListSchemaVersionsCommandInput, cb: (err: any, data?: ListSchemaVersionsCommandOutput) => void): void;
662
691
  listSchemaVersions(args: ListSchemaVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSchemaVersionsCommandOutput) => void): void;
663
692
 
693
+ listSessions(args: ListSessionsCommandInput, options?: __HttpHandlerOptions): Promise<ListSessionsCommandOutput>;
694
+ listSessions(args: ListSessionsCommandInput, cb: (err: any, data?: ListSessionsCommandOutput) => void): void;
695
+ listSessions(args: ListSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSessionsCommandOutput) => void): void;
696
+
697
+ listStatements(args: ListStatementsCommandInput, options?: __HttpHandlerOptions): Promise<ListStatementsCommandOutput>;
698
+ listStatements(args: ListStatementsCommandInput, cb: (err: any, data?: ListStatementsCommandOutput) => void): void;
699
+ listStatements(args: ListStatementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStatementsCommandOutput) => void): void;
700
+
664
701
  listTriggers(args: ListTriggersCommandInput, options?: __HttpHandlerOptions): Promise<ListTriggersCommandOutput>;
665
702
  listTriggers(args: ListTriggersCommandInput, cb: (err: any, data?: ListTriggersCommandOutput) => void): void;
666
703
  listTriggers(args: ListTriggersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTriggersCommandOutput) => void): void;
@@ -705,6 +742,10 @@ export declare class Glue extends GlueClient {
705
742
  resumeWorkflowRun(args: ResumeWorkflowRunCommandInput, cb: (err: any, data?: ResumeWorkflowRunCommandOutput) => void): void;
706
743
  resumeWorkflowRun(args: ResumeWorkflowRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResumeWorkflowRunCommandOutput) => void): void;
707
744
 
745
+ runStatement(args: RunStatementCommandInput, options?: __HttpHandlerOptions): Promise<RunStatementCommandOutput>;
746
+ runStatement(args: RunStatementCommandInput, cb: (err: any, data?: RunStatementCommandOutput) => void): void;
747
+ runStatement(args: RunStatementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RunStatementCommandOutput) => void): void;
748
+
708
749
  searchTables(args: SearchTablesCommandInput, options?: __HttpHandlerOptions): Promise<SearchTablesCommandOutput>;
709
750
  searchTables(args: SearchTablesCommandInput, cb: (err: any, data?: SearchTablesCommandOutput) => void): void;
710
751
  searchTables(args: SearchTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchTablesCommandOutput) => void): void;
@@ -757,6 +798,10 @@ export declare class Glue extends GlueClient {
757
798
  stopCrawlerSchedule(args: StopCrawlerScheduleCommandInput, cb: (err: any, data?: StopCrawlerScheduleCommandOutput) => void): void;
758
799
  stopCrawlerSchedule(args: StopCrawlerScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopCrawlerScheduleCommandOutput) => void): void;
759
800
 
801
+ stopSession(args: StopSessionCommandInput, options?: __HttpHandlerOptions): Promise<StopSessionCommandOutput>;
802
+ stopSession(args: StopSessionCommandInput, cb: (err: any, data?: StopSessionCommandOutput) => void): void;
803
+ stopSession(args: StopSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopSessionCommandOutput) => void): void;
804
+
760
805
  stopTrigger(args: StopTriggerCommandInput, options?: __HttpHandlerOptions): Promise<StopTriggerCommandOutput>;
761
806
  stopTrigger(args: StopTriggerCommandInput, cb: (err: any, data?: StopTriggerCommandOutput) => void): void;
762
807
  stopTrigger(args: StopTriggerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopTriggerCommandOutput) => void): void;