@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,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { CancelStatementRequest, CancelStatementResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1CancelStatementCommand, serializeAws_json1_1CancelStatementCommand, } from "../protocols/Aws_json1_1";
6
+ var CancelStatementCommand = (function (_super) {
7
+ __extends(CancelStatementCommand, _super);
8
+ function CancelStatementCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ CancelStatementCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GlueClient";
18
+ var commandName = "CancelStatementCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: CancelStatementRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: CancelStatementResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CancelStatementCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1CancelStatementCommand(input, context);
33
+ };
34
+ CancelStatementCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1CancelStatementCommand(output, context);
36
+ };
37
+ return CancelStatementCommand;
38
+ }($Command));
39
+ export { CancelStatementCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { CreateSessionRequest, CreateSessionResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1CreateSessionCommand, serializeAws_json1_1CreateSessionCommand, } from "../protocols/Aws_json1_1";
6
+ var CreateSessionCommand = (function (_super) {
7
+ __extends(CreateSessionCommand, _super);
8
+ function CreateSessionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ CreateSessionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GlueClient";
18
+ var commandName = "CreateSessionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: CreateSessionRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateSessionResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateSessionCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1CreateSessionCommand(input, context);
33
+ };
34
+ CreateSessionCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1CreateSessionCommand(output, context);
36
+ };
37
+ return CreateSessionCommand;
38
+ }($Command));
39
+ export { CreateSessionCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DeleteSessionRequest, DeleteSessionResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DeleteSessionCommand, serializeAws_json1_1DeleteSessionCommand, } from "../protocols/Aws_json1_1";
6
+ var DeleteSessionCommand = (function (_super) {
7
+ __extends(DeleteSessionCommand, _super);
8
+ function DeleteSessionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DeleteSessionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GlueClient";
18
+ var commandName = "DeleteSessionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DeleteSessionRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteSessionResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DeleteSessionCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1DeleteSessionCommand(input, context);
33
+ };
34
+ DeleteSessionCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1DeleteSessionCommand(output, context);
36
+ };
37
+ return DeleteSessionCommand;
38
+ }($Command));
39
+ export { DeleteSessionCommand };
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetConnectionRequest, GetConnectionResponse } from "../models/models_0";
4
+ import { GetConnectionRequest, GetConnectionResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetConnectionCommand, serializeAws_json1_1GetConnectionCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetConnectionCommand = (function (_super) {
7
7
  __extends(GetConnectionCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetConnectionsRequest, GetConnectionsResponse } from "../models/models_0";
4
+ import { GetConnectionsRequest, GetConnectionsResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetConnectionsCommand, serializeAws_json1_1GetConnectionsCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetConnectionsCommand = (function (_super) {
7
7
  __extends(GetConnectionsCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetCrawlerRequest, GetCrawlerResponse } from "../models/models_0";
4
+ import { GetCrawlerRequest, GetCrawlerResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetCrawlerCommand, serializeAws_json1_1GetCrawlerCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetCrawlerCommand = (function (_super) {
7
7
  __extends(GetCrawlerCommand, _super);
@@ -1,8 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetCrawlerMetricsRequest } from "../models/models_0";
5
- import { GetCrawlerMetricsResponse } from "../models/models_1";
4
+ import { GetCrawlerMetricsRequest, GetCrawlerMetricsResponse } from "../models/models_1";
6
5
  import { deserializeAws_json1_1GetCrawlerMetricsCommand, serializeAws_json1_1GetCrawlerMetricsCommand, } from "../protocols/Aws_json1_1";
7
6
  var GetCrawlerMetricsCommand = (function (_super) {
8
7
  __extends(GetCrawlerMetricsCommand, _super);
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetSessionRequest, GetSessionResponse } from "../models/models_1";
5
+ import { deserializeAws_json1_1GetSessionCommand, serializeAws_json1_1GetSessionCommand, } from "../protocols/Aws_json1_1";
6
+ var GetSessionCommand = (function (_super) {
7
+ __extends(GetSessionCommand, _super);
8
+ function GetSessionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetSessionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GlueClient";
18
+ var commandName = "GetSessionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetSessionRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetSessionResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetSessionCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1GetSessionCommand(input, context);
33
+ };
34
+ GetSessionCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1GetSessionCommand(output, context);
36
+ };
37
+ return GetSessionCommand;
38
+ }($Command));
39
+ export { GetSessionCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetStatementRequest, GetStatementResponse } from "../models/models_1";
5
+ import { deserializeAws_json1_1GetStatementCommand, serializeAws_json1_1GetStatementCommand, } from "../protocols/Aws_json1_1";
6
+ var GetStatementCommand = (function (_super) {
7
+ __extends(GetStatementCommand, _super);
8
+ function GetStatementCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetStatementCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GlueClient";
18
+ var commandName = "GetStatementCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetStatementRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetStatementResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetStatementCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1GetStatementCommand(input, context);
33
+ };
34
+ GetStatementCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1GetStatementCommand(output, context);
36
+ };
37
+ return GetStatementCommand;
38
+ }($Command));
39
+ export { GetStatementCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListSessionsRequest, ListSessionsResponse } from "../models/models_1";
5
+ import { deserializeAws_json1_1ListSessionsCommand, serializeAws_json1_1ListSessionsCommand, } from "../protocols/Aws_json1_1";
6
+ var ListSessionsCommand = (function (_super) {
7
+ __extends(ListSessionsCommand, _super);
8
+ function ListSessionsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ListSessionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GlueClient";
18
+ var commandName = "ListSessionsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ListSessionsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: ListSessionsResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListSessionsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1ListSessionsCommand(input, context);
33
+ };
34
+ ListSessionsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1ListSessionsCommand(output, context);
36
+ };
37
+ return ListSessionsCommand;
38
+ }($Command));
39
+ export { ListSessionsCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListStatementsRequest, ListStatementsResponse } from "../models/models_1";
5
+ import { deserializeAws_json1_1ListStatementsCommand, serializeAws_json1_1ListStatementsCommand, } from "../protocols/Aws_json1_1";
6
+ var ListStatementsCommand = (function (_super) {
7
+ __extends(ListStatementsCommand, _super);
8
+ function ListStatementsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ListStatementsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GlueClient";
18
+ var commandName = "ListStatementsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ListStatementsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: ListStatementsResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListStatementsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1ListStatementsCommand(input, context);
33
+ };
34
+ ListStatementsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1ListStatementsCommand(output, context);
36
+ };
37
+ return ListStatementsCommand;
38
+ }($Command));
39
+ export { ListStatementsCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { RunStatementRequest, RunStatementResponse } from "../models/models_1";
5
+ import { deserializeAws_json1_1RunStatementCommand, serializeAws_json1_1RunStatementCommand, } from "../protocols/Aws_json1_1";
6
+ var RunStatementCommand = (function (_super) {
7
+ __extends(RunStatementCommand, _super);
8
+ function RunStatementCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ RunStatementCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GlueClient";
18
+ var commandName = "RunStatementCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: RunStatementRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: RunStatementResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ RunStatementCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1RunStatementCommand(input, context);
33
+ };
34
+ RunStatementCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1RunStatementCommand(output, context);
36
+ };
37
+ return RunStatementCommand;
38
+ }($Command));
39
+ export { RunStatementCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { StopSessionRequest, StopSessionResponse } from "../models/models_1";
5
+ import { deserializeAws_json1_1StopSessionCommand, serializeAws_json1_1StopSessionCommand, } from "../protocols/Aws_json1_1";
6
+ var StopSessionCommand = (function (_super) {
7
+ __extends(StopSessionCommand, _super);
8
+ function StopSessionCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ StopSessionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "GlueClient";
18
+ var commandName = "StopSessionCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: StopSessionRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: StopSessionResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ StopSessionCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1StopSessionCommand(input, context);
33
+ };
34
+ StopSessionCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1StopSessionCommand(output, context);
36
+ };
37
+ return StopSessionCommand;
38
+ }($Command));
39
+ export { StopSessionCommand };
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateTriggerRequest, UpdateTriggerResponse } from "../models/models_1";
4
+ import { UpdateTriggerRequest, UpdateTriggerResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1UpdateTriggerCommand, serializeAws_json1_1UpdateTriggerCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateTriggerCommand = (function (_super) {
7
7
  __extends(UpdateTriggerCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateUserDefinedFunctionRequest, UpdateUserDefinedFunctionResponse } from "../models/models_1";
4
+ import { UpdateUserDefinedFunctionRequest, UpdateUserDefinedFunctionResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1UpdateUserDefinedFunctionCommand, serializeAws_json1_1UpdateUserDefinedFunctionCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateUserDefinedFunctionCommand = (function (_super) {
7
7
  __extends(UpdateUserDefinedFunctionCommand, _super);
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateWorkflowRequest, UpdateWorkflowResponse } from "../models/models_1";
4
+ import { UpdateWorkflowRequest, UpdateWorkflowResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1UpdateWorkflowCommand, serializeAws_json1_1UpdateWorkflowCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateWorkflowCommand = (function (_super) {
7
7
  __extends(UpdateWorkflowCommand, _super);
@@ -13,6 +13,7 @@ export * from "./BatchGetWorkflowsCommand";
13
13
  export * from "./BatchStopJobRunCommand";
14
14
  export * from "./BatchUpdatePartitionCommand";
15
15
  export * from "./CancelMLTaskRunCommand";
16
+ export * from "./CancelStatementCommand";
16
17
  export * from "./CheckSchemaVersionValidityCommand";
17
18
  export * from "./CreateBlueprintCommand";
18
19
  export * from "./CreateClassifierCommand";
@@ -28,6 +29,7 @@ export * from "./CreateRegistryCommand";
28
29
  export * from "./CreateSchemaCommand";
29
30
  export * from "./CreateScriptCommand";
30
31
  export * from "./CreateSecurityConfigurationCommand";
32
+ export * from "./CreateSessionCommand";
31
33
  export * from "./CreateTableCommand";
32
34
  export * from "./CreateTriggerCommand";
33
35
  export * from "./CreateUserDefinedFunctionCommand";
@@ -49,6 +51,7 @@ export * from "./DeleteResourcePolicyCommand";
49
51
  export * from "./DeleteSchemaCommand";
50
52
  export * from "./DeleteSchemaVersionsCommand";
51
53
  export * from "./DeleteSecurityConfigurationCommand";
54
+ export * from "./DeleteSessionCommand";
52
55
  export * from "./DeleteTableCommand";
53
56
  export * from "./DeleteTableVersionCommand";
54
57
  export * from "./DeleteTriggerCommand";
@@ -96,6 +99,8 @@ export * from "./GetSchemaVersionCommand";
96
99
  export * from "./GetSchemaVersionsDiffCommand";
97
100
  export * from "./GetSecurityConfigurationCommand";
98
101
  export * from "./GetSecurityConfigurationsCommand";
102
+ export * from "./GetSessionCommand";
103
+ export * from "./GetStatementCommand";
99
104
  export * from "./GetTableCommand";
100
105
  export * from "./GetTableVersionCommand";
101
106
  export * from "./GetTableVersionsCommand";
@@ -121,6 +126,8 @@ export * from "./ListMLTransformsCommand";
121
126
  export * from "./ListRegistriesCommand";
122
127
  export * from "./ListSchemaVersionsCommand";
123
128
  export * from "./ListSchemasCommand";
129
+ export * from "./ListSessionsCommand";
130
+ export * from "./ListStatementsCommand";
124
131
  export * from "./ListTriggersCommand";
125
132
  export * from "./ListWorkflowsCommand";
126
133
  export * from "./PutDataCatalogEncryptionSettingsCommand";
@@ -132,6 +139,7 @@ export * from "./RegisterSchemaVersionCommand";
132
139
  export * from "./RemoveSchemaVersionMetadataCommand";
133
140
  export * from "./ResetJobBookmarkCommand";
134
141
  export * from "./ResumeWorkflowRunCommand";
142
+ export * from "./RunStatementCommand";
135
143
  export * from "./SearchTablesCommand";
136
144
  export * from "./StartBlueprintRunCommand";
137
145
  export * from "./StartCrawlerCommand";
@@ -145,6 +153,7 @@ export * from "./StartTriggerCommand";
145
153
  export * from "./StartWorkflowRunCommand";
146
154
  export * from "./StopCrawlerCommand";
147
155
  export * from "./StopCrawlerScheduleCommand";
156
+ export * from "./StopSessionCommand";
148
157
  export * from "./StopTriggerCommand";
149
158
  export * from "./StopWorkflowRunCommand";
150
159
  export * from "./TagResourceCommand";
@@ -1,2 +1,3 @@
1
1
  export * from "./models_0";
2
2
  export * from "./models_1";
3
+ export * from "./models_2";
@@ -606,6 +606,27 @@ export var CancelMLTaskRunResponse;
606
606
  (function (CancelMLTaskRunResponse) {
607
607
  CancelMLTaskRunResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
608
608
  })(CancelMLTaskRunResponse || (CancelMLTaskRunResponse = {}));
609
+ export var CancelStatementRequest;
610
+ (function (CancelStatementRequest) {
611
+ CancelStatementRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
612
+ })(CancelStatementRequest || (CancelStatementRequest = {}));
613
+ export var CancelStatementResponse;
614
+ (function (CancelStatementResponse) {
615
+ CancelStatementResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
616
+ })(CancelStatementResponse || (CancelStatementResponse = {}));
617
+ var IllegalSessionStateException = (function (_super) {
618
+ __extends(IllegalSessionStateException, _super);
619
+ function IllegalSessionStateException(opts) {
620
+ var _this = _super.call(this, __assign({ name: "IllegalSessionStateException", $fault: "client" }, opts)) || this;
621
+ _this.name = "IllegalSessionStateException";
622
+ _this.$fault = "client";
623
+ Object.setPrototypeOf(_this, IllegalSessionStateException.prototype);
624
+ _this.Message = opts.Message;
625
+ return _this;
626
+ }
627
+ return IllegalSessionStateException;
628
+ }(__BaseException));
629
+ export { IllegalSessionStateException };
609
630
  export var DataFormat;
610
631
  (function (DataFormat) {
611
632
  DataFormat["AVRO"] = "AVRO";
@@ -982,6 +1003,31 @@ export var CreateSecurityConfigurationResponse;
982
1003
  (function (CreateSecurityConfigurationResponse) {
983
1004
  CreateSecurityConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
984
1005
  })(CreateSecurityConfigurationResponse || (CreateSecurityConfigurationResponse = {}));
1006
+ export var SessionCommand;
1007
+ (function (SessionCommand) {
1008
+ SessionCommand.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1009
+ })(SessionCommand || (SessionCommand = {}));
1010
+ export var CreateSessionRequest;
1011
+ (function (CreateSessionRequest) {
1012
+ CreateSessionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1013
+ })(CreateSessionRequest || (CreateSessionRequest = {}));
1014
+ export var SessionStatus;
1015
+ (function (SessionStatus) {
1016
+ SessionStatus["FAILED"] = "FAILED";
1017
+ SessionStatus["PROVISIONING"] = "PROVISIONING";
1018
+ SessionStatus["READY"] = "READY";
1019
+ SessionStatus["STOPPED"] = "STOPPED";
1020
+ SessionStatus["STOPPING"] = "STOPPING";
1021
+ SessionStatus["TIMEOUT"] = "TIMEOUT";
1022
+ })(SessionStatus || (SessionStatus = {}));
1023
+ export var Session;
1024
+ (function (Session) {
1025
+ Session.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1026
+ })(Session || (Session = {}));
1027
+ export var CreateSessionResponse;
1028
+ (function (CreateSessionResponse) {
1029
+ CreateSessionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1030
+ })(CreateSessionResponse || (CreateSessionResponse = {}));
985
1031
  export var TableIdentifier;
986
1032
  (function (TableIdentifier) {
987
1033
  TableIdentifier.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1243,6 +1289,14 @@ export var DeleteSecurityConfigurationResponse;
1243
1289
  (function (DeleteSecurityConfigurationResponse) {
1244
1290
  DeleteSecurityConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1245
1291
  })(DeleteSecurityConfigurationResponse || (DeleteSecurityConfigurationResponse = {}));
1292
+ export var DeleteSessionRequest;
1293
+ (function (DeleteSessionRequest) {
1294
+ DeleteSessionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1295
+ })(DeleteSessionRequest || (DeleteSessionRequest = {}));
1296
+ export var DeleteSessionResponse;
1297
+ (function (DeleteSessionResponse) {
1298
+ DeleteSessionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1299
+ })(DeleteSessionResponse || (DeleteSessionResponse = {}));
1246
1300
  export var DeleteTableRequest;
1247
1301
  (function (DeleteTableRequest) {
1248
1302
  DeleteTableRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1436,43 +1490,3 @@ export var GetColumnStatisticsForTableResponse;
1436
1490
  (function (GetColumnStatisticsForTableResponse) {
1437
1491
  GetColumnStatisticsForTableResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1438
1492
  })(GetColumnStatisticsForTableResponse || (GetColumnStatisticsForTableResponse = {}));
1439
- export var GetConnectionRequest;
1440
- (function (GetConnectionRequest) {
1441
- GetConnectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1442
- })(GetConnectionRequest || (GetConnectionRequest = {}));
1443
- export var Connection;
1444
- (function (Connection) {
1445
- Connection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1446
- })(Connection || (Connection = {}));
1447
- export var GetConnectionResponse;
1448
- (function (GetConnectionResponse) {
1449
- GetConnectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1450
- })(GetConnectionResponse || (GetConnectionResponse = {}));
1451
- export var GetConnectionsFilter;
1452
- (function (GetConnectionsFilter) {
1453
- GetConnectionsFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1454
- })(GetConnectionsFilter || (GetConnectionsFilter = {}));
1455
- export var GetConnectionsRequest;
1456
- (function (GetConnectionsRequest) {
1457
- GetConnectionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1458
- })(GetConnectionsRequest || (GetConnectionsRequest = {}));
1459
- export var GetConnectionsResponse;
1460
- (function (GetConnectionsResponse) {
1461
- GetConnectionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1462
- })(GetConnectionsResponse || (GetConnectionsResponse = {}));
1463
- export var GetCrawlerRequest;
1464
- (function (GetCrawlerRequest) {
1465
- GetCrawlerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1466
- })(GetCrawlerRequest || (GetCrawlerRequest = {}));
1467
- export var GetCrawlerResponse;
1468
- (function (GetCrawlerResponse) {
1469
- GetCrawlerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1470
- })(GetCrawlerResponse || (GetCrawlerResponse = {}));
1471
- export var GetCrawlerMetricsRequest;
1472
- (function (GetCrawlerMetricsRequest) {
1473
- GetCrawlerMetricsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1474
- })(GetCrawlerMetricsRequest || (GetCrawlerMetricsRequest = {}));
1475
- export var CrawlerMetrics;
1476
- (function (CrawlerMetrics) {
1477
- CrawlerMetrics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1478
- })(CrawlerMetrics || (CrawlerMetrics = {}));