@aws-sdk/client-glue 3.92.0 → 3.95.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 (272) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/commands/BatchGetJobsCommand.js +2 -1
  3. package/dist-cjs/commands/CreateJobCommand.js +2 -1
  4. package/dist-cjs/commands/DeleteClassifierCommand.js +2 -1
  5. package/dist-cjs/commands/DeleteColumnStatisticsForPartitionCommand.js +3 -3
  6. package/dist-cjs/commands/DeleteColumnStatisticsForTableCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteConnectionCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteCrawlerCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteCustomEntityTypeCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteDatabaseCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteDevEndpointCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteJobCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteMLTransformCommand.js +3 -3
  14. package/dist-cjs/commands/DeletePartitionCommand.js +3 -3
  15. package/dist-cjs/commands/DeletePartitionIndexCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteRegistryCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteSchemaCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteSchemaVersionsCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteSecurityConfigurationCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteSessionCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteTableCommand.js +3 -3
  23. package/dist-cjs/commands/DeleteTableVersionCommand.js +3 -3
  24. package/dist-cjs/commands/DeleteTriggerCommand.js +3 -3
  25. package/dist-cjs/commands/DeleteUserDefinedFunctionCommand.js +3 -3
  26. package/dist-cjs/commands/DeleteWorkflowCommand.js +3 -3
  27. package/dist-cjs/commands/GetBlueprintCommand.js +3 -3
  28. package/dist-cjs/commands/GetBlueprintRunCommand.js +3 -3
  29. package/dist-cjs/commands/GetBlueprintRunsCommand.js +3 -3
  30. package/dist-cjs/commands/GetCatalogImportStatusCommand.js +3 -3
  31. package/dist-cjs/commands/GetClassifierCommand.js +3 -3
  32. package/dist-cjs/commands/GetClassifiersCommand.js +3 -3
  33. package/dist-cjs/commands/GetColumnStatisticsForPartitionCommand.js +1 -2
  34. package/dist-cjs/commands/GetJobCommand.js +2 -1
  35. package/dist-cjs/commands/GetJobsCommand.js +2 -1
  36. package/dist-cjs/commands/ResumeWorkflowRunCommand.js +3 -3
  37. package/dist-cjs/commands/RunStatementCommand.js +3 -3
  38. package/dist-cjs/commands/SearchTablesCommand.js +3 -3
  39. package/dist-cjs/commands/StartBlueprintRunCommand.js +3 -3
  40. package/dist-cjs/commands/StartCrawlerCommand.js +3 -3
  41. package/dist-cjs/commands/StartCrawlerScheduleCommand.js +3 -3
  42. package/dist-cjs/commands/StartExportLabelsTaskRunCommand.js +3 -3
  43. package/dist-cjs/commands/StartImportLabelsTaskRunCommand.js +3 -3
  44. package/dist-cjs/commands/StartJobRunCommand.js +3 -3
  45. package/dist-cjs/commands/StartMLEvaluationTaskRunCommand.js +3 -3
  46. package/dist-cjs/commands/StartMLLabelingSetGenerationTaskRunCommand.js +3 -3
  47. package/dist-cjs/commands/StartTriggerCommand.js +3 -3
  48. package/dist-cjs/commands/StartWorkflowRunCommand.js +3 -3
  49. package/dist-cjs/commands/StopCrawlerCommand.js +3 -3
  50. package/dist-cjs/commands/StopCrawlerScheduleCommand.js +3 -3
  51. package/dist-cjs/commands/StopSessionCommand.js +3 -3
  52. package/dist-cjs/commands/StopTriggerCommand.js +3 -3
  53. package/dist-cjs/commands/StopWorkflowRunCommand.js +3 -3
  54. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  55. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  56. package/dist-cjs/commands/UpdateBlueprintCommand.js +3 -3
  57. package/dist-cjs/commands/UpdateClassifierCommand.js +3 -3
  58. package/dist-cjs/commands/UpdateColumnStatisticsForPartitionCommand.js +3 -3
  59. package/dist-cjs/commands/UpdateColumnStatisticsForTableCommand.js +3 -3
  60. package/dist-cjs/commands/UpdateConnectionCommand.js +3 -3
  61. package/dist-cjs/commands/UpdateCrawlerCommand.js +3 -3
  62. package/dist-cjs/commands/UpdateCrawlerScheduleCommand.js +3 -3
  63. package/dist-cjs/commands/UpdateDatabaseCommand.js +3 -3
  64. package/dist-cjs/commands/UpdateDevEndpointCommand.js +3 -3
  65. package/dist-cjs/commands/UpdateJobCommand.js +1 -2
  66. package/dist-cjs/models/models_0.js +575 -542
  67. package/dist-cjs/models/models_1.js +524 -565
  68. package/dist-cjs/models/models_2.js +607 -1
  69. package/dist-cjs/protocols/Aws_json1_1.js +2504 -59
  70. package/dist-es/commands/BatchGetJobsCommand.js +2 -1
  71. package/dist-es/commands/CreateJobCommand.js +2 -1
  72. package/dist-es/commands/DeleteClassifierCommand.js +2 -1
  73. package/dist-es/commands/DeleteColumnStatisticsForPartitionCommand.js +1 -1
  74. package/dist-es/commands/DeleteColumnStatisticsForTableCommand.js +1 -1
  75. package/dist-es/commands/DeleteConnectionCommand.js +1 -1
  76. package/dist-es/commands/DeleteCrawlerCommand.js +1 -1
  77. package/dist-es/commands/DeleteCustomEntityTypeCommand.js +1 -1
  78. package/dist-es/commands/DeleteDatabaseCommand.js +1 -1
  79. package/dist-es/commands/DeleteDevEndpointCommand.js +1 -1
  80. package/dist-es/commands/DeleteJobCommand.js +1 -1
  81. package/dist-es/commands/DeleteMLTransformCommand.js +1 -1
  82. package/dist-es/commands/DeletePartitionCommand.js +1 -1
  83. package/dist-es/commands/DeletePartitionIndexCommand.js +1 -1
  84. package/dist-es/commands/DeleteRegistryCommand.js +1 -1
  85. package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -1
  86. package/dist-es/commands/DeleteSchemaCommand.js +1 -1
  87. package/dist-es/commands/DeleteSchemaVersionsCommand.js +1 -1
  88. package/dist-es/commands/DeleteSecurityConfigurationCommand.js +1 -1
  89. package/dist-es/commands/DeleteSessionCommand.js +1 -1
  90. package/dist-es/commands/DeleteTableCommand.js +1 -1
  91. package/dist-es/commands/DeleteTableVersionCommand.js +1 -1
  92. package/dist-es/commands/DeleteTriggerCommand.js +1 -1
  93. package/dist-es/commands/DeleteUserDefinedFunctionCommand.js +1 -1
  94. package/dist-es/commands/DeleteWorkflowCommand.js +1 -1
  95. package/dist-es/commands/GetBlueprintCommand.js +1 -1
  96. package/dist-es/commands/GetBlueprintRunCommand.js +1 -1
  97. package/dist-es/commands/GetBlueprintRunsCommand.js +1 -1
  98. package/dist-es/commands/GetCatalogImportStatusCommand.js +1 -1
  99. package/dist-es/commands/GetClassifierCommand.js +1 -1
  100. package/dist-es/commands/GetClassifiersCommand.js +1 -1
  101. package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +1 -2
  102. package/dist-es/commands/GetJobCommand.js +2 -1
  103. package/dist-es/commands/GetJobsCommand.js +2 -1
  104. package/dist-es/commands/ResumeWorkflowRunCommand.js +1 -1
  105. package/dist-es/commands/RunStatementCommand.js +1 -1
  106. package/dist-es/commands/SearchTablesCommand.js +1 -1
  107. package/dist-es/commands/StartBlueprintRunCommand.js +1 -1
  108. package/dist-es/commands/StartCrawlerCommand.js +1 -1
  109. package/dist-es/commands/StartCrawlerScheduleCommand.js +1 -1
  110. package/dist-es/commands/StartExportLabelsTaskRunCommand.js +1 -1
  111. package/dist-es/commands/StartImportLabelsTaskRunCommand.js +1 -1
  112. package/dist-es/commands/StartJobRunCommand.js +1 -1
  113. package/dist-es/commands/StartMLEvaluationTaskRunCommand.js +1 -1
  114. package/dist-es/commands/StartMLLabelingSetGenerationTaskRunCommand.js +1 -1
  115. package/dist-es/commands/StartTriggerCommand.js +1 -1
  116. package/dist-es/commands/StartWorkflowRunCommand.js +1 -1
  117. package/dist-es/commands/StopCrawlerCommand.js +1 -1
  118. package/dist-es/commands/StopCrawlerScheduleCommand.js +1 -1
  119. package/dist-es/commands/StopSessionCommand.js +1 -1
  120. package/dist-es/commands/StopTriggerCommand.js +1 -1
  121. package/dist-es/commands/StopWorkflowRunCommand.js +1 -1
  122. package/dist-es/commands/TagResourceCommand.js +1 -1
  123. package/dist-es/commands/UntagResourceCommand.js +1 -1
  124. package/dist-es/commands/UpdateBlueprintCommand.js +1 -1
  125. package/dist-es/commands/UpdateClassifierCommand.js +1 -1
  126. package/dist-es/commands/UpdateColumnStatisticsForPartitionCommand.js +1 -1
  127. package/dist-es/commands/UpdateColumnStatisticsForTableCommand.js +1 -1
  128. package/dist-es/commands/UpdateConnectionCommand.js +1 -1
  129. package/dist-es/commands/UpdateCrawlerCommand.js +1 -1
  130. package/dist-es/commands/UpdateCrawlerScheduleCommand.js +1 -1
  131. package/dist-es/commands/UpdateDatabaseCommand.js +1 -1
  132. package/dist-es/commands/UpdateDevEndpointCommand.js +1 -1
  133. package/dist-es/commands/UpdateJobCommand.js +1 -2
  134. package/dist-es/models/models_0.js +433 -376
  135. package/dist-es/models/models_1.js +364 -410
  136. package/dist-es/models/models_2.js +437 -1
  137. package/dist-es/protocols/Aws_json1_1.js +2000 -32
  138. package/dist-types/commands/BatchGetJobsCommand.d.ts +2 -1
  139. package/dist-types/commands/CreateJobCommand.d.ts +2 -1
  140. package/dist-types/commands/DeleteClassifierCommand.d.ts +2 -1
  141. package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +1 -1
  142. package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +1 -1
  143. package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
  144. package/dist-types/commands/DeleteCrawlerCommand.d.ts +1 -1
  145. package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +1 -1
  146. package/dist-types/commands/DeleteDatabaseCommand.d.ts +1 -1
  147. package/dist-types/commands/DeleteDevEndpointCommand.d.ts +1 -1
  148. package/dist-types/commands/DeleteJobCommand.d.ts +1 -1
  149. package/dist-types/commands/DeleteMLTransformCommand.d.ts +1 -1
  150. package/dist-types/commands/DeletePartitionCommand.d.ts +1 -1
  151. package/dist-types/commands/DeletePartitionIndexCommand.d.ts +1 -1
  152. package/dist-types/commands/DeleteRegistryCommand.d.ts +1 -1
  153. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
  154. package/dist-types/commands/DeleteSchemaCommand.d.ts +1 -1
  155. package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +1 -1
  156. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +1 -1
  157. package/dist-types/commands/DeleteSessionCommand.d.ts +1 -1
  158. package/dist-types/commands/DeleteTableCommand.d.ts +1 -1
  159. package/dist-types/commands/DeleteTableVersionCommand.d.ts +1 -1
  160. package/dist-types/commands/DeleteTriggerCommand.d.ts +1 -1
  161. package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +1 -1
  162. package/dist-types/commands/DeleteWorkflowCommand.d.ts +1 -1
  163. package/dist-types/commands/GetBlueprintCommand.d.ts +1 -1
  164. package/dist-types/commands/GetBlueprintRunCommand.d.ts +1 -1
  165. package/dist-types/commands/GetBlueprintRunsCommand.d.ts +1 -1
  166. package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +1 -1
  167. package/dist-types/commands/GetClassifierCommand.d.ts +1 -1
  168. package/dist-types/commands/GetClassifiersCommand.d.ts +1 -1
  169. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +1 -2
  170. package/dist-types/commands/GetJobCommand.d.ts +2 -1
  171. package/dist-types/commands/GetJobsCommand.d.ts +2 -1
  172. package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +1 -1
  173. package/dist-types/commands/RunStatementCommand.d.ts +1 -1
  174. package/dist-types/commands/SearchTablesCommand.d.ts +1 -1
  175. package/dist-types/commands/StartBlueprintRunCommand.d.ts +1 -1
  176. package/dist-types/commands/StartCrawlerCommand.d.ts +1 -1
  177. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  178. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  179. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  180. package/dist-types/commands/StartJobRunCommand.d.ts +1 -1
  181. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  182. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  183. package/dist-types/commands/StartTriggerCommand.d.ts +1 -1
  184. package/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
  185. package/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
  186. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  187. package/dist-types/commands/StopSessionCommand.d.ts +1 -1
  188. package/dist-types/commands/StopTriggerCommand.d.ts +1 -1
  189. package/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
  190. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  191. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  192. package/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
  193. package/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
  194. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  195. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  196. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  197. package/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
  198. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
  199. package/dist-types/commands/UpdateDatabaseCommand.d.ts +1 -1
  200. package/dist-types/commands/UpdateDevEndpointCommand.d.ts +1 -1
  201. package/dist-types/commands/UpdateJobCommand.d.ts +1 -2
  202. package/dist-types/models/models_0.d.ts +3622 -3078
  203. package/dist-types/models/models_1.d.ts +3837 -3956
  204. package/dist-types/models/models_2.d.ts +2400 -216
  205. package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +2 -1
  206. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +2 -1
  207. package/dist-types/ts3.4/commands/DeleteClassifierCommand.d.ts +2 -1
  208. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/DeleteColumnStatisticsForTableCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/DeleteCrawlerCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/DeleteDevEndpointCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/DeleteMLTransformCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/DeletePartitionCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/DeletePartitionIndexCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +1 -1
  220. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +1 -1
  222. package/dist-types/ts3.4/commands/DeleteSchemaVersionsCommand.d.ts +1 -1
  223. package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +1 -1
  224. package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +1 -1
  225. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/DeleteTableVersionCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/DeleteUserDefinedFunctionCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +1 -1
  230. package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +1 -1
  231. package/dist-types/ts3.4/commands/GetBlueprintRunCommand.d.ts +1 -1
  232. package/dist-types/ts3.4/commands/GetBlueprintRunsCommand.d.ts +1 -1
  233. package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +1 -1
  234. package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +1 -1
  235. package/dist-types/ts3.4/commands/GetClassifiersCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +1 -2
  237. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +2 -1
  238. package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +2 -1
  239. package/dist-types/ts3.4/commands/ResumeWorkflowRunCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
  266. package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +1 -1
  267. package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +1 -2
  269. package/dist-types/ts3.4/models/models_0.d.ts +1292 -46
  270. package/dist-types/ts3.4/models/models_1.d.ts +2061 -1911
  271. package/dist-types/ts3.4/models/models_2.d.ts +560 -103
  272. package/package.json +4 -4
@@ -1,7 +1,8 @@
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 { BatchGetJobsRequest, BatchGetJobsResponse } from "../models/models_0";
4
+ import { BatchGetJobsRequest } from "../models/models_0";
5
+ import { BatchGetJobsResponse } from "../models/models_2";
5
6
  import { deserializeAws_json1_1BatchGetJobsCommand, serializeAws_json1_1BatchGetJobsCommand, } from "../protocols/Aws_json1_1";
6
7
  var BatchGetJobsCommand = (function (_super) {
7
8
  __extends(BatchGetJobsCommand, _super);
@@ -1,7 +1,8 @@
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 { CreateJobRequest, CreateJobResponse } from "../models/models_0";
4
+ import { CreateJobResponse } from "../models/models_0";
5
+ import { CreateJobRequest } from "../models/models_2";
5
6
  import { deserializeAws_json1_1CreateJobCommand, serializeAws_json1_1CreateJobCommand } from "../protocols/Aws_json1_1";
6
7
  var CreateJobCommand = (function (_super) {
7
8
  __extends(CreateJobCommand, _super);
@@ -1,7 +1,8 @@
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 { DeleteClassifierRequest, DeleteClassifierResponse } from "../models/models_0";
4
+ import { DeleteClassifierRequest } from "../models/models_0";
5
+ import { DeleteClassifierResponse } from "../models/models_1";
5
6
  import { deserializeAws_json1_1DeleteClassifierCommand, serializeAws_json1_1DeleteClassifierCommand, } from "../protocols/Aws_json1_1";
6
7
  var DeleteClassifierCommand = (function (_super) {
7
8
  __extends(DeleteClassifierCommand, _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 { DeleteColumnStatisticsForPartitionRequest, DeleteColumnStatisticsForPartitionResponse, } from "../models/models_0";
4
+ import { DeleteColumnStatisticsForPartitionRequest, DeleteColumnStatisticsForPartitionResponse, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteColumnStatisticsForPartitionCommand, serializeAws_json1_1DeleteColumnStatisticsForPartitionCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteColumnStatisticsForPartitionCommand = (function (_super) {
7
7
  __extends(DeleteColumnStatisticsForPartitionCommand, _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 { DeleteColumnStatisticsForTableRequest, DeleteColumnStatisticsForTableResponse } from "../models/models_0";
4
+ import { DeleteColumnStatisticsForTableRequest, DeleteColumnStatisticsForTableResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteColumnStatisticsForTableCommand, serializeAws_json1_1DeleteColumnStatisticsForTableCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteColumnStatisticsForTableCommand = (function (_super) {
7
7
  __extends(DeleteColumnStatisticsForTableCommand, _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 { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_0";
4
+ import { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteConnectionCommand, serializeAws_json1_1DeleteConnectionCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteConnectionCommand = (function (_super) {
7
7
  __extends(DeleteConnectionCommand, _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 { DeleteCrawlerRequest, DeleteCrawlerResponse } from "../models/models_0";
4
+ import { DeleteCrawlerRequest, DeleteCrawlerResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteCrawlerCommand, serializeAws_json1_1DeleteCrawlerCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteCrawlerCommand = (function (_super) {
7
7
  __extends(DeleteCrawlerCommand, _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 { DeleteCustomEntityTypeRequest, DeleteCustomEntityTypeResponse } from "../models/models_0";
4
+ import { DeleteCustomEntityTypeRequest, DeleteCustomEntityTypeResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteCustomEntityTypeCommand, serializeAws_json1_1DeleteCustomEntityTypeCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteCustomEntityTypeCommand = (function (_super) {
7
7
  __extends(DeleteCustomEntityTypeCommand, _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 { DeleteDatabaseRequest, DeleteDatabaseResponse } from "../models/models_0";
4
+ import { DeleteDatabaseRequest, DeleteDatabaseResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteDatabaseCommand, serializeAws_json1_1DeleteDatabaseCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteDatabaseCommand = (function (_super) {
7
7
  __extends(DeleteDatabaseCommand, _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 { DeleteDevEndpointRequest, DeleteDevEndpointResponse } from "../models/models_0";
4
+ import { DeleteDevEndpointRequest, DeleteDevEndpointResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteDevEndpointCommand, serializeAws_json1_1DeleteDevEndpointCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteDevEndpointCommand = (function (_super) {
7
7
  __extends(DeleteDevEndpointCommand, _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 { DeleteJobRequest, DeleteJobResponse } from "../models/models_0";
4
+ import { DeleteJobRequest, DeleteJobResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteJobCommand, serializeAws_json1_1DeleteJobCommand } from "../protocols/Aws_json1_1";
6
6
  var DeleteJobCommand = (function (_super) {
7
7
  __extends(DeleteJobCommand, _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 { DeleteMLTransformRequest, DeleteMLTransformResponse } from "../models/models_0";
4
+ import { DeleteMLTransformRequest, DeleteMLTransformResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteMLTransformCommand, serializeAws_json1_1DeleteMLTransformCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteMLTransformCommand = (function (_super) {
7
7
  __extends(DeleteMLTransformCommand, _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 { DeletePartitionRequest, DeletePartitionResponse } from "../models/models_0";
4
+ import { DeletePartitionRequest, DeletePartitionResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeletePartitionCommand, serializeAws_json1_1DeletePartitionCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeletePartitionCommand = (function (_super) {
7
7
  __extends(DeletePartitionCommand, _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 { DeletePartitionIndexRequest, DeletePartitionIndexResponse } from "../models/models_0";
4
+ import { DeletePartitionIndexRequest, DeletePartitionIndexResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeletePartitionIndexCommand, serializeAws_json1_1DeletePartitionIndexCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeletePartitionIndexCommand = (function (_super) {
7
7
  __extends(DeletePartitionIndexCommand, _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 { DeleteRegistryInput, DeleteRegistryResponse } from "../models/models_0";
4
+ import { DeleteRegistryInput, DeleteRegistryResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteRegistryCommand, serializeAws_json1_1DeleteRegistryCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteRegistryCommand = (function (_super) {
7
7
  __extends(DeleteRegistryCommand, _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 { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
4
+ import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteResourcePolicyCommand, serializeAws_json1_1DeleteResourcePolicyCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteResourcePolicyCommand = (function (_super) {
7
7
  __extends(DeleteResourcePolicyCommand, _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 { DeleteSchemaInput, DeleteSchemaResponse } from "../models/models_0";
4
+ import { DeleteSchemaInput, DeleteSchemaResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteSchemaCommand, serializeAws_json1_1DeleteSchemaCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteSchemaCommand = (function (_super) {
7
7
  __extends(DeleteSchemaCommand, _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 { DeleteSchemaVersionsInput, DeleteSchemaVersionsResponse } from "../models/models_0";
4
+ import { DeleteSchemaVersionsInput, DeleteSchemaVersionsResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteSchemaVersionsCommand, serializeAws_json1_1DeleteSchemaVersionsCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteSchemaVersionsCommand = (function (_super) {
7
7
  __extends(DeleteSchemaVersionsCommand, _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 { DeleteSecurityConfigurationRequest, DeleteSecurityConfigurationResponse } from "../models/models_0";
4
+ import { DeleteSecurityConfigurationRequest, DeleteSecurityConfigurationResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteSecurityConfigurationCommand, serializeAws_json1_1DeleteSecurityConfigurationCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteSecurityConfigurationCommand = (function (_super) {
7
7
  __extends(DeleteSecurityConfigurationCommand, _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 { DeleteSessionRequest, DeleteSessionResponse } from "../models/models_0";
4
+ import { DeleteSessionRequest, DeleteSessionResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteSessionCommand, serializeAws_json1_1DeleteSessionCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteSessionCommand = (function (_super) {
7
7
  __extends(DeleteSessionCommand, _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 { DeleteTableRequest, DeleteTableResponse } from "../models/models_0";
4
+ import { DeleteTableRequest, DeleteTableResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteTableCommand, serializeAws_json1_1DeleteTableCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteTableCommand = (function (_super) {
7
7
  __extends(DeleteTableCommand, _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 { DeleteTableVersionRequest, DeleteTableVersionResponse } from "../models/models_0";
4
+ import { DeleteTableVersionRequest, DeleteTableVersionResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteTableVersionCommand, serializeAws_json1_1DeleteTableVersionCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteTableVersionCommand = (function (_super) {
7
7
  __extends(DeleteTableVersionCommand, _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 { DeleteTriggerRequest, DeleteTriggerResponse } from "../models/models_0";
4
+ import { DeleteTriggerRequest, DeleteTriggerResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteTriggerCommand, serializeAws_json1_1DeleteTriggerCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteTriggerCommand = (function (_super) {
7
7
  __extends(DeleteTriggerCommand, _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 { DeleteUserDefinedFunctionRequest, DeleteUserDefinedFunctionResponse } from "../models/models_0";
4
+ import { DeleteUserDefinedFunctionRequest, DeleteUserDefinedFunctionResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteUserDefinedFunctionCommand, serializeAws_json1_1DeleteUserDefinedFunctionCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteUserDefinedFunctionCommand = (function (_super) {
7
7
  __extends(DeleteUserDefinedFunctionCommand, _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 { DeleteWorkflowRequest, DeleteWorkflowResponse } from "../models/models_0";
4
+ import { DeleteWorkflowRequest, DeleteWorkflowResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteWorkflowCommand, serializeAws_json1_1DeleteWorkflowCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteWorkflowCommand = (function (_super) {
7
7
  __extends(DeleteWorkflowCommand, _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 { GetBlueprintRequest, GetBlueprintResponse } from "../models/models_0";
4
+ import { GetBlueprintRequest, GetBlueprintResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetBlueprintCommand, serializeAws_json1_1GetBlueprintCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetBlueprintCommand = (function (_super) {
7
7
  __extends(GetBlueprintCommand, _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 { GetBlueprintRunRequest, GetBlueprintRunResponse } from "../models/models_0";
4
+ import { GetBlueprintRunRequest, GetBlueprintRunResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetBlueprintRunCommand, serializeAws_json1_1GetBlueprintRunCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetBlueprintRunCommand = (function (_super) {
7
7
  __extends(GetBlueprintRunCommand, _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 { GetBlueprintRunsRequest, GetBlueprintRunsResponse } from "../models/models_0";
4
+ import { GetBlueprintRunsRequest, GetBlueprintRunsResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetBlueprintRunsCommand, serializeAws_json1_1GetBlueprintRunsCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetBlueprintRunsCommand = (function (_super) {
7
7
  __extends(GetBlueprintRunsCommand, _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 { GetCatalogImportStatusRequest, GetCatalogImportStatusResponse } from "../models/models_0";
4
+ import { GetCatalogImportStatusRequest, GetCatalogImportStatusResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetCatalogImportStatusCommand, serializeAws_json1_1GetCatalogImportStatusCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetCatalogImportStatusCommand = (function (_super) {
7
7
  __extends(GetCatalogImportStatusCommand, _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 { GetClassifierRequest, GetClassifierResponse } from "../models/models_0";
4
+ import { GetClassifierRequest, GetClassifierResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetClassifierCommand, serializeAws_json1_1GetClassifierCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetClassifierCommand = (function (_super) {
7
7
  __extends(GetClassifierCommand, _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 { GetClassifiersRequest, GetClassifiersResponse } from "../models/models_0";
4
+ import { GetClassifiersRequest, GetClassifiersResponse } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetClassifiersCommand, serializeAws_json1_1GetClassifiersCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetClassifiersCommand = (function (_super) {
7
7
  __extends(GetClassifiersCommand, _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 { GetColumnStatisticsForPartitionRequest } from "../models/models_0";
5
- import { GetColumnStatisticsForPartitionResponse } from "../models/models_1";
4
+ import { GetColumnStatisticsForPartitionRequest, GetColumnStatisticsForPartitionResponse } from "../models/models_1";
6
5
  import { deserializeAws_json1_1GetColumnStatisticsForPartitionCommand, serializeAws_json1_1GetColumnStatisticsForPartitionCommand, } from "../protocols/Aws_json1_1";
7
6
  var GetColumnStatisticsForPartitionCommand = (function (_super) {
8
7
  __extends(GetColumnStatisticsForPartitionCommand, _super);
@@ -1,7 +1,8 @@
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 { GetJobRequest, GetJobResponse } from "../models/models_1";
4
+ import { GetJobRequest } from "../models/models_1";
5
+ import { GetJobResponse } from "../models/models_2";
5
6
  import { deserializeAws_json1_1GetJobCommand, serializeAws_json1_1GetJobCommand } from "../protocols/Aws_json1_1";
6
7
  var GetJobCommand = (function (_super) {
7
8
  __extends(GetJobCommand, _super);
@@ -1,7 +1,8 @@
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 { GetJobsRequest, GetJobsResponse } from "../models/models_1";
4
+ import { GetJobsRequest } from "../models/models_1";
5
+ import { GetJobsResponse } from "../models/models_2";
5
6
  import { deserializeAws_json1_1GetJobsCommand, serializeAws_json1_1GetJobsCommand } from "../protocols/Aws_json1_1";
6
7
  var GetJobsCommand = (function (_super) {
7
8
  __extends(GetJobsCommand, _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 { ResumeWorkflowRunRequest, ResumeWorkflowRunResponse } from "../models/models_1";
4
+ import { ResumeWorkflowRunRequest, ResumeWorkflowRunResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1ResumeWorkflowRunCommand, serializeAws_json1_1ResumeWorkflowRunCommand, } from "../protocols/Aws_json1_1";
6
6
  var ResumeWorkflowRunCommand = (function (_super) {
7
7
  __extends(ResumeWorkflowRunCommand, _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 { RunStatementRequest, RunStatementResponse } from "../models/models_1";
4
+ import { RunStatementRequest, RunStatementResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1RunStatementCommand, serializeAws_json1_1RunStatementCommand, } from "../protocols/Aws_json1_1";
6
6
  var RunStatementCommand = (function (_super) {
7
7
  __extends(RunStatementCommand, _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 { SearchTablesRequest, SearchTablesResponse } from "../models/models_1";
4
+ import { SearchTablesRequest, SearchTablesResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1SearchTablesCommand, serializeAws_json1_1SearchTablesCommand, } from "../protocols/Aws_json1_1";
6
6
  var SearchTablesCommand = (function (_super) {
7
7
  __extends(SearchTablesCommand, _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 { StartBlueprintRunRequest, StartBlueprintRunResponse } from "../models/models_1";
4
+ import { StartBlueprintRunRequest, StartBlueprintRunResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1StartBlueprintRunCommand, serializeAws_json1_1StartBlueprintRunCommand, } from "../protocols/Aws_json1_1";
6
6
  var StartBlueprintRunCommand = (function (_super) {
7
7
  __extends(StartBlueprintRunCommand, _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 { StartCrawlerRequest, StartCrawlerResponse } from "../models/models_1";
4
+ import { StartCrawlerRequest, StartCrawlerResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1StartCrawlerCommand, serializeAws_json1_1StartCrawlerCommand, } from "../protocols/Aws_json1_1";
6
6
  var StartCrawlerCommand = (function (_super) {
7
7
  __extends(StartCrawlerCommand, _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 { StartCrawlerScheduleRequest, StartCrawlerScheduleResponse } from "../models/models_1";
4
+ import { StartCrawlerScheduleRequest, StartCrawlerScheduleResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1StartCrawlerScheduleCommand, serializeAws_json1_1StartCrawlerScheduleCommand, } from "../protocols/Aws_json1_1";
6
6
  var StartCrawlerScheduleCommand = (function (_super) {
7
7
  __extends(StartCrawlerScheduleCommand, _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 { StartExportLabelsTaskRunRequest, StartExportLabelsTaskRunResponse } from "../models/models_1";
4
+ import { StartExportLabelsTaskRunRequest, StartExportLabelsTaskRunResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1StartExportLabelsTaskRunCommand, serializeAws_json1_1StartExportLabelsTaskRunCommand, } from "../protocols/Aws_json1_1";
6
6
  var StartExportLabelsTaskRunCommand = (function (_super) {
7
7
  __extends(StartExportLabelsTaskRunCommand, _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 { StartImportLabelsTaskRunRequest, StartImportLabelsTaskRunResponse } from "../models/models_1";
4
+ import { StartImportLabelsTaskRunRequest, StartImportLabelsTaskRunResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1StartImportLabelsTaskRunCommand, serializeAws_json1_1StartImportLabelsTaskRunCommand, } from "../protocols/Aws_json1_1";
6
6
  var StartImportLabelsTaskRunCommand = (function (_super) {
7
7
  __extends(StartImportLabelsTaskRunCommand, _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 { StartJobRunRequest, StartJobRunResponse } from "../models/models_1";
4
+ import { StartJobRunRequest, StartJobRunResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1StartJobRunCommand, serializeAws_json1_1StartJobRunCommand, } from "../protocols/Aws_json1_1";
6
6
  var StartJobRunCommand = (function (_super) {
7
7
  __extends(StartJobRunCommand, _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 { StartMLEvaluationTaskRunRequest, StartMLEvaluationTaskRunResponse } from "../models/models_1";
4
+ import { StartMLEvaluationTaskRunRequest, StartMLEvaluationTaskRunResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1StartMLEvaluationTaskRunCommand, serializeAws_json1_1StartMLEvaluationTaskRunCommand, } from "../protocols/Aws_json1_1";
6
6
  var StartMLEvaluationTaskRunCommand = (function (_super) {
7
7
  __extends(StartMLEvaluationTaskRunCommand, _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 { StartMLLabelingSetGenerationTaskRunRequest, StartMLLabelingSetGenerationTaskRunResponse, } from "../models/models_1";
4
+ import { StartMLLabelingSetGenerationTaskRunRequest, StartMLLabelingSetGenerationTaskRunResponse, } from "../models/models_2";
5
5
  import { deserializeAws_json1_1StartMLLabelingSetGenerationTaskRunCommand, serializeAws_json1_1StartMLLabelingSetGenerationTaskRunCommand, } from "../protocols/Aws_json1_1";
6
6
  var StartMLLabelingSetGenerationTaskRunCommand = (function (_super) {
7
7
  __extends(StartMLLabelingSetGenerationTaskRunCommand, _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 { StartTriggerRequest, StartTriggerResponse } from "../models/models_1";
4
+ import { StartTriggerRequest, StartTriggerResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1StartTriggerCommand, serializeAws_json1_1StartTriggerCommand, } from "../protocols/Aws_json1_1";
6
6
  var StartTriggerCommand = (function (_super) {
7
7
  __extends(StartTriggerCommand, _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 { StartWorkflowRunRequest, StartWorkflowRunResponse } from "../models/models_1";
4
+ import { StartWorkflowRunRequest, StartWorkflowRunResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1StartWorkflowRunCommand, serializeAws_json1_1StartWorkflowRunCommand, } from "../protocols/Aws_json1_1";
6
6
  var StartWorkflowRunCommand = (function (_super) {
7
7
  __extends(StartWorkflowRunCommand, _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 { StopCrawlerRequest, StopCrawlerResponse } from "../models/models_1";
4
+ import { StopCrawlerRequest, StopCrawlerResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1StopCrawlerCommand, serializeAws_json1_1StopCrawlerCommand, } from "../protocols/Aws_json1_1";
6
6
  var StopCrawlerCommand = (function (_super) {
7
7
  __extends(StopCrawlerCommand, _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 { StopCrawlerScheduleRequest, StopCrawlerScheduleResponse } from "../models/models_1";
4
+ import { StopCrawlerScheduleRequest, StopCrawlerScheduleResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1StopCrawlerScheduleCommand, serializeAws_json1_1StopCrawlerScheduleCommand, } from "../protocols/Aws_json1_1";
6
6
  var StopCrawlerScheduleCommand = (function (_super) {
7
7
  __extends(StopCrawlerScheduleCommand, _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 { StopSessionRequest, StopSessionResponse } from "../models/models_1";
4
+ import { StopSessionRequest, StopSessionResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1StopSessionCommand, serializeAws_json1_1StopSessionCommand, } from "../protocols/Aws_json1_1";
6
6
  var StopSessionCommand = (function (_super) {
7
7
  __extends(StopSessionCommand, _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 { StopTriggerRequest, StopTriggerResponse } from "../models/models_1";
4
+ import { StopTriggerRequest, StopTriggerResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1StopTriggerCommand, serializeAws_json1_1StopTriggerCommand, } from "../protocols/Aws_json1_1";
6
6
  var StopTriggerCommand = (function (_super) {
7
7
  __extends(StopTriggerCommand, _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 { StopWorkflowRunRequest, StopWorkflowRunResponse } from "../models/models_1";
4
+ import { StopWorkflowRunRequest, StopWorkflowRunResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1StopWorkflowRunCommand, serializeAws_json1_1StopWorkflowRunCommand, } from "../protocols/Aws_json1_1";
6
6
  var StopWorkflowRunCommand = (function (_super) {
7
7
  __extends(StopWorkflowRunCommand, _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 { TagResourceRequest, TagResourceResponse } from "../models/models_1";
4
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
4
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _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 { UpdateBlueprintRequest, UpdateBlueprintResponse } from "../models/models_1";
4
+ import { UpdateBlueprintRequest, UpdateBlueprintResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1UpdateBlueprintCommand, serializeAws_json1_1UpdateBlueprintCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateBlueprintCommand = (function (_super) {
7
7
  __extends(UpdateBlueprintCommand, _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 { UpdateClassifierRequest, UpdateClassifierResponse } from "../models/models_1";
4
+ import { UpdateClassifierRequest, UpdateClassifierResponse } from "../models/models_2";
5
5
  import { deserializeAws_json1_1UpdateClassifierCommand, serializeAws_json1_1UpdateClassifierCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateClassifierCommand = (function (_super) {
7
7
  __extends(UpdateClassifierCommand, _super);