@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
@@ -2,8 +2,9 @@ import { __assign, __awaiter, __generator, __read } from "tslib";
2
2
  import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
3
3
  import { decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, limitedParseDouble as __limitedParseDouble, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, } from "@aws-sdk/smithy-client";
4
4
  import { GlueServiceException as __BaseException } from "../models/GlueServiceException";
5
- import { AccessDeniedException, AlreadyExistsException, ConcurrentModificationException, ConditionCheckFailureException, ConflictException, CrawlerRunningException, EntityNotFoundException, GlueEncryptionException, IdempotentParameterMismatchException, IllegalSessionStateException, InternalServiceException, InvalidInputException, InvalidStateException, OperationTimeoutException, ResourceNotReadyException, ResourceNumberLimitExceededException, SchedulerTransitioningException, ValidationException, } from "../models/models_0";
6
- import { ConcurrentRunsExceededException, CrawlerNotRunningException, CrawlerStoppingException, IllegalBlueprintStateException, IllegalWorkflowStateException, MLTransformNotReadyException, NoScheduleException, PermissionTypeMismatchException, SchedulerNotRunningException, SchedulerRunningException, VersionMismatchException, } from "../models/models_1";
5
+ import { AccessDeniedException, AlreadyExistsException, ConcurrentModificationException, EntityNotFoundException, GlueEncryptionException, IdempotentParameterMismatchException, IllegalSessionStateException, InternalServiceException, InvalidInputException, InvalidStateException, OperationTimeoutException, ResourceNotReadyException, ResourceNumberLimitExceededException, ValidationException, } from "../models/models_0";
6
+ import { ConcurrentRunsExceededException, ConditionCheckFailureException, ConflictException, CrawlerRunningException, PermissionTypeMismatchException, SchedulerTransitioningException, } from "../models/models_1";
7
+ import { CrawlerNotRunningException, CrawlerStoppingException, IllegalBlueprintStateException, IllegalWorkflowStateException, MLTransformNotReadyException, NoScheduleException, SchedulerNotRunningException, SchedulerRunningException, VersionMismatchException, } from "../models/models_2";
7
8
  export var serializeAws_json1_1BatchCreatePartitionCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
8
9
  var headers, body;
9
10
  return __generator(this, function (_a) {
@@ -14026,6 +14027,16 @@ var serializeAws_json1_1ActionList = function (input, context) {
14026
14027
  return serializeAws_json1_1Action(entry, context);
14027
14028
  });
14028
14029
  };
14030
+ var serializeAws_json1_1AdditionalOptions = function (input, context) {
14031
+ return Object.entries(input).reduce(function (acc, _a) {
14032
+ var _b;
14033
+ var _c = __read(_a, 2), key = _c[0], value = _c[1];
14034
+ if (value === null) {
14035
+ return acc;
14036
+ }
14037
+ return __assign(__assign({}, acc), (_b = {}, _b[key] = value, _b));
14038
+ }, {});
14039
+ };
14029
14040
  var serializeAws_json1_1AdditionalPlanOptionsMap = function (input, context) {
14030
14041
  return Object.entries(input).reduce(function (acc, _a) {
14031
14042
  var _b;
@@ -14036,6 +14047,38 @@ var serializeAws_json1_1AdditionalPlanOptionsMap = function (input, context) {
14036
14047
  return __assign(__assign({}, acc), (_b = {}, _b[key] = value, _b));
14037
14048
  }, {});
14038
14049
  };
14050
+ var serializeAws_json1_1Aggregate = function (input, context) {
14051
+ return __assign(__assign(__assign(__assign({}, (input.Aggs !== undefined &&
14052
+ input.Aggs !== null && { Aggs: serializeAws_json1_1AggregateOperations(input.Aggs, context) })), (input.Groups !== undefined &&
14053
+ input.Groups !== null && { Groups: serializeAws_json1_1GlueStudioPathList(input.Groups, context) })), (input.Inputs !== undefined &&
14054
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name }));
14055
+ };
14056
+ var serializeAws_json1_1AggregateOperation = function (input, context) {
14057
+ return __assign(__assign({}, (input.AggFunc !== undefined && input.AggFunc !== null && { AggFunc: input.AggFunc })), (input.Column !== undefined &&
14058
+ input.Column !== null && { Column: serializeAws_json1_1EnclosedInStringProperties(input.Column, context) }));
14059
+ };
14060
+ var serializeAws_json1_1AggregateOperations = function (input, context) {
14061
+ return input
14062
+ .filter(function (e) { return e != null; })
14063
+ .map(function (entry) {
14064
+ if (entry === null) {
14065
+ return null;
14066
+ }
14067
+ return serializeAws_json1_1AggregateOperation(entry, context);
14068
+ });
14069
+ };
14070
+ var serializeAws_json1_1ApplyMapping = function (input, context) {
14071
+ return __assign(__assign(__assign({}, (input.Inputs !== undefined &&
14072
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Mapping !== undefined &&
14073
+ input.Mapping !== null && { Mapping: serializeAws_json1_1Mappings(input.Mapping, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name }));
14074
+ };
14075
+ var serializeAws_json1_1AthenaConnectorSource = function (input, context) {
14076
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.ConnectionName !== undefined &&
14077
+ input.ConnectionName !== null && { ConnectionName: input.ConnectionName })), (input.ConnectionTable !== undefined &&
14078
+ input.ConnectionTable !== null && { ConnectionTable: input.ConnectionTable })), (input.ConnectionType !== undefined &&
14079
+ input.ConnectionType !== null && { ConnectionType: input.ConnectionType })), (input.ConnectorName !== undefined && input.ConnectorName !== null && { ConnectorName: input.ConnectorName })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.OutputSchemas !== undefined &&
14080
+ input.OutputSchemas !== null && { OutputSchemas: serializeAws_json1_1GlueSchemas(input.OutputSchemas, context) })), (input.SchemaName !== undefined && input.SchemaName !== null && { SchemaName: input.SchemaName }));
14081
+ };
14039
14082
  var serializeAws_json1_1AuditColumnNamesList = function (input, context) {
14040
14083
  return input
14041
14084
  .filter(function (e) { return e != null; })
@@ -14054,6 +14097,10 @@ var serializeAws_json1_1AuditContext = function (input, context) {
14054
14097
  RequestedColumns: serializeAws_json1_1AuditColumnNamesList(input.RequestedColumns, context),
14055
14098
  }));
14056
14099
  };
14100
+ var serializeAws_json1_1BasicCatalogTarget = function (input, context) {
14101
+ return __assign(__assign(__assign(__assign({}, (input.Database !== undefined && input.Database !== null && { Database: input.Database })), (input.Inputs !== undefined &&
14102
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Table !== undefined && input.Table !== null && { Table: input.Table }));
14103
+ };
14057
14104
  var serializeAws_json1_1BatchCreatePartitionRequest = function (input, context) {
14058
14105
  return __assign(__assign(__assign(__assign({}, (input.CatalogId !== undefined && input.CatalogId !== null && { CatalogId: input.CatalogId })), (input.DatabaseName !== undefined && input.DatabaseName !== null && { DatabaseName: input.DatabaseName })), (input.PartitionInputList !== undefined &&
14059
14106
  input.PartitionInputList !== null && {
@@ -14254,6 +14301,32 @@ var serializeAws_json1_1CatalogEntries = function (input, context) {
14254
14301
  var serializeAws_json1_1CatalogEntry = function (input, context) {
14255
14302
  return __assign(__assign({}, (input.DatabaseName !== undefined && input.DatabaseName !== null && { DatabaseName: input.DatabaseName })), (input.TableName !== undefined && input.TableName !== null && { TableName: input.TableName }));
14256
14303
  };
14304
+ var serializeAws_json1_1CatalogKafkaSource = function (input, context) {
14305
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.DataPreviewOptions !== undefined &&
14306
+ input.DataPreviewOptions !== null && {
14307
+ DataPreviewOptions: serializeAws_json1_1StreamingDataPreviewOptions(input.DataPreviewOptions, context),
14308
+ })), (input.Database !== undefined && input.Database !== null && { Database: input.Database })), (input.DetectSchema !== undefined && input.DetectSchema !== null && { DetectSchema: input.DetectSchema })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.StreamingOptions !== undefined &&
14309
+ input.StreamingOptions !== null && {
14310
+ StreamingOptions: serializeAws_json1_1KafkaStreamingSourceOptions(input.StreamingOptions, context),
14311
+ })), (input.Table !== undefined && input.Table !== null && { Table: input.Table })), (input.WindowSize !== undefined && input.WindowSize !== null && { WindowSize: input.WindowSize }));
14312
+ };
14313
+ var serializeAws_json1_1CatalogKinesisSource = function (input, context) {
14314
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.DataPreviewOptions !== undefined &&
14315
+ input.DataPreviewOptions !== null && {
14316
+ DataPreviewOptions: serializeAws_json1_1StreamingDataPreviewOptions(input.DataPreviewOptions, context),
14317
+ })), (input.Database !== undefined && input.Database !== null && { Database: input.Database })), (input.DetectSchema !== undefined && input.DetectSchema !== null && { DetectSchema: input.DetectSchema })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.StreamingOptions !== undefined &&
14318
+ input.StreamingOptions !== null && {
14319
+ StreamingOptions: serializeAws_json1_1KinesisStreamingSourceOptions(input.StreamingOptions, context),
14320
+ })), (input.Table !== undefined && input.Table !== null && { Table: input.Table })), (input.WindowSize !== undefined && input.WindowSize !== null && { WindowSize: input.WindowSize }));
14321
+ };
14322
+ var serializeAws_json1_1CatalogSchemaChangePolicy = function (input, context) {
14323
+ return __assign(__assign({}, (input.EnableUpdateCatalog !== undefined &&
14324
+ input.EnableUpdateCatalog !== null && { EnableUpdateCatalog: input.EnableUpdateCatalog })), (input.UpdateBehavior !== undefined &&
14325
+ input.UpdateBehavior !== null && { UpdateBehavior: input.UpdateBehavior }));
14326
+ };
14327
+ var serializeAws_json1_1CatalogSource = function (input, context) {
14328
+ return __assign(__assign(__assign({}, (input.Database !== undefined && input.Database !== null && { Database: input.Database })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Table !== undefined && input.Table !== null && { Table: input.Table }));
14329
+ };
14257
14330
  var serializeAws_json1_1CatalogTablesList = function (input, context) {
14258
14331
  return input
14259
14332
  .filter(function (e) { return e != null; })
@@ -14297,6 +14370,136 @@ var serializeAws_json1_1CloudWatchEncryption = function (input, context) {
14297
14370
  return __assign(__assign({}, (input.CloudWatchEncryptionMode !== undefined &&
14298
14371
  input.CloudWatchEncryptionMode !== null && { CloudWatchEncryptionMode: input.CloudWatchEncryptionMode })), (input.KmsKeyArn !== undefined && input.KmsKeyArn !== null && { KmsKeyArn: input.KmsKeyArn }));
14299
14372
  };
14373
+ var serializeAws_json1_1CodeGenConfigurationNode = function (input, context) {
14374
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Aggregate !== undefined &&
14375
+ input.Aggregate !== null && { Aggregate: serializeAws_json1_1Aggregate(input.Aggregate, context) })), (input.ApplyMapping !== undefined &&
14376
+ input.ApplyMapping !== null && { ApplyMapping: serializeAws_json1_1ApplyMapping(input.ApplyMapping, context) })), (input.AthenaConnectorSource !== undefined &&
14377
+ input.AthenaConnectorSource !== null && {
14378
+ AthenaConnectorSource: serializeAws_json1_1AthenaConnectorSource(input.AthenaConnectorSource, context),
14379
+ })), (input.CatalogKafkaSource !== undefined &&
14380
+ input.CatalogKafkaSource !== null && {
14381
+ CatalogKafkaSource: serializeAws_json1_1CatalogKafkaSource(input.CatalogKafkaSource, context),
14382
+ })), (input.CatalogKinesisSource !== undefined &&
14383
+ input.CatalogKinesisSource !== null && {
14384
+ CatalogKinesisSource: serializeAws_json1_1CatalogKinesisSource(input.CatalogKinesisSource, context),
14385
+ })), (input.CatalogSource !== undefined &&
14386
+ input.CatalogSource !== null && {
14387
+ CatalogSource: serializeAws_json1_1CatalogSource(input.CatalogSource, context),
14388
+ })), (input.CatalogTarget !== undefined &&
14389
+ input.CatalogTarget !== null && {
14390
+ CatalogTarget: serializeAws_json1_1BasicCatalogTarget(input.CatalogTarget, context),
14391
+ })), (input.CustomCode !== undefined &&
14392
+ input.CustomCode !== null && { CustomCode: serializeAws_json1_1CustomCode(input.CustomCode, context) })), (input.DirectKafkaSource !== undefined &&
14393
+ input.DirectKafkaSource !== null && {
14394
+ DirectKafkaSource: serializeAws_json1_1DirectKafkaSource(input.DirectKafkaSource, context),
14395
+ })), (input.DirectKinesisSource !== undefined &&
14396
+ input.DirectKinesisSource !== null && {
14397
+ DirectKinesisSource: serializeAws_json1_1DirectKinesisSource(input.DirectKinesisSource, context),
14398
+ })), (input.DropDuplicates !== undefined &&
14399
+ input.DropDuplicates !== null && {
14400
+ DropDuplicates: serializeAws_json1_1DropDuplicates(input.DropDuplicates, context),
14401
+ })), (input.DropFields !== undefined &&
14402
+ input.DropFields !== null && { DropFields: serializeAws_json1_1DropFields(input.DropFields, context) })), (input.DropNullFields !== undefined &&
14403
+ input.DropNullFields !== null && {
14404
+ DropNullFields: serializeAws_json1_1DropNullFields(input.DropNullFields, context),
14405
+ })), (input.DynamoDBCatalogSource !== undefined &&
14406
+ input.DynamoDBCatalogSource !== null && {
14407
+ DynamoDBCatalogSource: serializeAws_json1_1DynamoDBCatalogSource(input.DynamoDBCatalogSource, context),
14408
+ })), (input.FillMissingValues !== undefined &&
14409
+ input.FillMissingValues !== null && {
14410
+ FillMissingValues: serializeAws_json1_1FillMissingValues(input.FillMissingValues, context),
14411
+ })), (input.Filter !== undefined &&
14412
+ input.Filter !== null && { Filter: serializeAws_json1_1Filter(input.Filter, context) })), (input.GovernedCatalogSource !== undefined &&
14413
+ input.GovernedCatalogSource !== null && {
14414
+ GovernedCatalogSource: serializeAws_json1_1GovernedCatalogSource(input.GovernedCatalogSource, context),
14415
+ })), (input.GovernedCatalogTarget !== undefined &&
14416
+ input.GovernedCatalogTarget !== null && {
14417
+ GovernedCatalogTarget: serializeAws_json1_1GovernedCatalogTarget(input.GovernedCatalogTarget, context),
14418
+ })), (input.JDBCConnectorSource !== undefined &&
14419
+ input.JDBCConnectorSource !== null && {
14420
+ JDBCConnectorSource: serializeAws_json1_1JDBCConnectorSource(input.JDBCConnectorSource, context),
14421
+ })), (input.JDBCConnectorTarget !== undefined &&
14422
+ input.JDBCConnectorTarget !== null && {
14423
+ JDBCConnectorTarget: serializeAws_json1_1JDBCConnectorTarget(input.JDBCConnectorTarget, context),
14424
+ })), (input.Join !== undefined && input.Join !== null && { Join: serializeAws_json1_1Join(input.Join, context) })), (input.Merge !== undefined &&
14425
+ input.Merge !== null && { Merge: serializeAws_json1_1Merge(input.Merge, context) })), (input.MicrosoftSQLServerCatalogSource !== undefined &&
14426
+ input.MicrosoftSQLServerCatalogSource !== null && {
14427
+ MicrosoftSQLServerCatalogSource: serializeAws_json1_1MicrosoftSQLServerCatalogSource(input.MicrosoftSQLServerCatalogSource, context),
14428
+ })), (input.MicrosoftSQLServerCatalogTarget !== undefined &&
14429
+ input.MicrosoftSQLServerCatalogTarget !== null && {
14430
+ MicrosoftSQLServerCatalogTarget: serializeAws_json1_1MicrosoftSQLServerCatalogTarget(input.MicrosoftSQLServerCatalogTarget, context),
14431
+ })), (input.MySQLCatalogSource !== undefined &&
14432
+ input.MySQLCatalogSource !== null && {
14433
+ MySQLCatalogSource: serializeAws_json1_1MySQLCatalogSource(input.MySQLCatalogSource, context),
14434
+ })), (input.MySQLCatalogTarget !== undefined &&
14435
+ input.MySQLCatalogTarget !== null && {
14436
+ MySQLCatalogTarget: serializeAws_json1_1MySQLCatalogTarget(input.MySQLCatalogTarget, context),
14437
+ })), (input.OracleSQLCatalogSource !== undefined &&
14438
+ input.OracleSQLCatalogSource !== null && {
14439
+ OracleSQLCatalogSource: serializeAws_json1_1OracleSQLCatalogSource(input.OracleSQLCatalogSource, context),
14440
+ })), (input.OracleSQLCatalogTarget !== undefined &&
14441
+ input.OracleSQLCatalogTarget !== null && {
14442
+ OracleSQLCatalogTarget: serializeAws_json1_1OracleSQLCatalogTarget(input.OracleSQLCatalogTarget, context),
14443
+ })), (input.PIIDetection !== undefined &&
14444
+ input.PIIDetection !== null && { PIIDetection: serializeAws_json1_1PIIDetection(input.PIIDetection, context) })), (input.PostgreSQLCatalogSource !== undefined &&
14445
+ input.PostgreSQLCatalogSource !== null && {
14446
+ PostgreSQLCatalogSource: serializeAws_json1_1PostgreSQLCatalogSource(input.PostgreSQLCatalogSource, context),
14447
+ })), (input.PostgreSQLCatalogTarget !== undefined &&
14448
+ input.PostgreSQLCatalogTarget !== null && {
14449
+ PostgreSQLCatalogTarget: serializeAws_json1_1PostgreSQLCatalogTarget(input.PostgreSQLCatalogTarget, context),
14450
+ })), (input.RedshiftSource !== undefined &&
14451
+ input.RedshiftSource !== null && {
14452
+ RedshiftSource: serializeAws_json1_1RedshiftSource(input.RedshiftSource, context),
14453
+ })), (input.RedshiftTarget !== undefined &&
14454
+ input.RedshiftTarget !== null && {
14455
+ RedshiftTarget: serializeAws_json1_1RedshiftTarget(input.RedshiftTarget, context),
14456
+ })), (input.RelationalCatalogSource !== undefined &&
14457
+ input.RelationalCatalogSource !== null && {
14458
+ RelationalCatalogSource: serializeAws_json1_1RelationalCatalogSource(input.RelationalCatalogSource, context),
14459
+ })), (input.RenameField !== undefined &&
14460
+ input.RenameField !== null && { RenameField: serializeAws_json1_1RenameField(input.RenameField, context) })), (input.S3CatalogSource !== undefined &&
14461
+ input.S3CatalogSource !== null && {
14462
+ S3CatalogSource: serializeAws_json1_1S3CatalogSource(input.S3CatalogSource, context),
14463
+ })), (input.S3CatalogTarget !== undefined &&
14464
+ input.S3CatalogTarget !== null && {
14465
+ S3CatalogTarget: serializeAws_json1_1S3CatalogTarget(input.S3CatalogTarget, context),
14466
+ })), (input.S3CsvSource !== undefined &&
14467
+ input.S3CsvSource !== null && { S3CsvSource: serializeAws_json1_1S3CsvSource(input.S3CsvSource, context) })), (input.S3DirectTarget !== undefined &&
14468
+ input.S3DirectTarget !== null && {
14469
+ S3DirectTarget: serializeAws_json1_1S3DirectTarget(input.S3DirectTarget, context),
14470
+ })), (input.S3GlueParquetTarget !== undefined &&
14471
+ input.S3GlueParquetTarget !== null && {
14472
+ S3GlueParquetTarget: serializeAws_json1_1S3GlueParquetTarget(input.S3GlueParquetTarget, context),
14473
+ })), (input.S3JsonSource !== undefined &&
14474
+ input.S3JsonSource !== null && { S3JsonSource: serializeAws_json1_1S3JsonSource(input.S3JsonSource, context) })), (input.S3ParquetSource !== undefined &&
14475
+ input.S3ParquetSource !== null && {
14476
+ S3ParquetSource: serializeAws_json1_1S3ParquetSource(input.S3ParquetSource, context),
14477
+ })), (input.SelectFields !== undefined &&
14478
+ input.SelectFields !== null && { SelectFields: serializeAws_json1_1SelectFields(input.SelectFields, context) })), (input.SelectFromCollection !== undefined &&
14479
+ input.SelectFromCollection !== null && {
14480
+ SelectFromCollection: serializeAws_json1_1SelectFromCollection(input.SelectFromCollection, context),
14481
+ })), (input.SparkConnectorSource !== undefined &&
14482
+ input.SparkConnectorSource !== null && {
14483
+ SparkConnectorSource: serializeAws_json1_1SparkConnectorSource(input.SparkConnectorSource, context),
14484
+ })), (input.SparkConnectorTarget !== undefined &&
14485
+ input.SparkConnectorTarget !== null && {
14486
+ SparkConnectorTarget: serializeAws_json1_1SparkConnectorTarget(input.SparkConnectorTarget, context),
14487
+ })), (input.SparkSQL !== undefined &&
14488
+ input.SparkSQL !== null && { SparkSQL: serializeAws_json1_1SparkSQL(input.SparkSQL, context) })), (input.Spigot !== undefined &&
14489
+ input.Spigot !== null && { Spigot: serializeAws_json1_1Spigot(input.Spigot, context) })), (input.SplitFields !== undefined &&
14490
+ input.SplitFields !== null && { SplitFields: serializeAws_json1_1SplitFields(input.SplitFields, context) })), (input.Union !== undefined &&
14491
+ input.Union !== null && { Union: serializeAws_json1_1Union(input.Union, context) }));
14492
+ };
14493
+ var serializeAws_json1_1CodeGenConfigurationNodes = function (input, context) {
14494
+ return Object.entries(input).reduce(function (acc, _a) {
14495
+ var _b;
14496
+ var _c = __read(_a, 2), key = _c[0], value = _c[1];
14497
+ if (value === null) {
14498
+ return acc;
14499
+ }
14500
+ return __assign(__assign({}, acc), (_b = {}, _b[key] = serializeAws_json1_1CodeGenConfigurationNode(value, context), _b));
14501
+ }, {});
14502
+ };
14300
14503
  var serializeAws_json1_1CodeGenEdge = function (input, context) {
14301
14504
  return __assign(__assign(__assign({}, (input.Source !== undefined && input.Source !== null && { Source: input.Source })), (input.Target !== undefined && input.Target !== null && { Target: input.Target })), (input.TargetParameter !== undefined &&
14302
14505
  input.TargetParameter !== null && { TargetParameter: input.TargetParameter }));
@@ -14541,8 +14744,11 @@ var serializeAws_json1_1CreateGrokClassifierRequest = function (input, context)
14541
14744
  input.CustomPatterns !== null && { CustomPatterns: input.CustomPatterns })), (input.GrokPattern !== undefined && input.GrokPattern !== null && { GrokPattern: input.GrokPattern })), (input.Name !== undefined && input.Name !== null && { Name: input.Name }));
14542
14745
  };
14543
14746
  var serializeAws_json1_1CreateJobRequest = function (input, context) {
14544
- return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AllocatedCapacity !== undefined &&
14545
- input.AllocatedCapacity !== null && { AllocatedCapacity: input.AllocatedCapacity })), (input.Command !== undefined &&
14747
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AllocatedCapacity !== undefined &&
14748
+ input.AllocatedCapacity !== null && { AllocatedCapacity: input.AllocatedCapacity })), (input.CodeGenConfigurationNodes !== undefined &&
14749
+ input.CodeGenConfigurationNodes !== null && {
14750
+ CodeGenConfigurationNodes: serializeAws_json1_1CodeGenConfigurationNodes(input.CodeGenConfigurationNodes, context),
14751
+ })), (input.Command !== undefined &&
14546
14752
  input.Command !== null && { Command: serializeAws_json1_1JobCommand(input.Command, context) })), (input.Connections !== undefined &&
14547
14753
  input.Connections !== null && { Connections: serializeAws_json1_1ConnectionsList(input.Connections, context) })), (input.DefaultArguments !== undefined &&
14548
14754
  input.DefaultArguments !== null && {
@@ -14661,6 +14867,11 @@ var serializeAws_json1_1CsvHeader = function (input, context) {
14661
14867
  return entry;
14662
14868
  });
14663
14869
  };
14870
+ var serializeAws_json1_1CustomCode = function (input, context) {
14871
+ return __assign(__assign(__assign(__assign(__assign({}, (input.ClassName !== undefined && input.ClassName !== null && { ClassName: input.ClassName })), (input.Code !== undefined && input.Code !== null && { Code: input.Code })), (input.Inputs !== undefined &&
14872
+ input.Inputs !== null && { Inputs: serializeAws_json1_1ManyInputs(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.OutputSchemas !== undefined &&
14873
+ input.OutputSchemas !== null && { OutputSchemas: serializeAws_json1_1GlueSchemas(input.OutputSchemas, context) }));
14874
+ };
14664
14875
  var serializeAws_json1_1CustomEntityTypeNames = function (input, context) {
14665
14876
  return input
14666
14877
  .filter(function (e) { return e != null; })
@@ -14717,6 +14928,9 @@ var serializeAws_json1_1DataLakePrincipal = function (input, context) {
14717
14928
  return __assign({}, (input.DataLakePrincipalIdentifier !== undefined &&
14718
14929
  input.DataLakePrincipalIdentifier !== null && { DataLakePrincipalIdentifier: input.DataLakePrincipalIdentifier }));
14719
14930
  };
14931
+ var serializeAws_json1_1Datatype = function (input, context) {
14932
+ return __assign(__assign({}, (input.Id !== undefined && input.Id !== null && { Id: input.Id })), (input.Label !== undefined && input.Label !== null && { Label: input.Label }));
14933
+ };
14720
14934
  var serializeAws_json1_1DateColumnStatisticsData = function (input, context) {
14721
14935
  return __assign(__assign(__assign(__assign({}, (input.MaximumValue !== undefined &&
14722
14936
  input.MaximumValue !== null && { MaximumValue: Math.round(input.MaximumValue.getTime() / 1000) })), (input.MinimumValue !== undefined &&
@@ -14856,12 +15070,58 @@ var serializeAws_json1_1DevEndpointNames = function (input, context) {
14856
15070
  return entry;
14857
15071
  });
14858
15072
  };
15073
+ var serializeAws_json1_1DirectKafkaSource = function (input, context) {
15074
+ return __assign(__assign(__assign(__assign(__assign({}, (input.DataPreviewOptions !== undefined &&
15075
+ input.DataPreviewOptions !== null && {
15076
+ DataPreviewOptions: serializeAws_json1_1StreamingDataPreviewOptions(input.DataPreviewOptions, context),
15077
+ })), (input.DetectSchema !== undefined && input.DetectSchema !== null && { DetectSchema: input.DetectSchema })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.StreamingOptions !== undefined &&
15078
+ input.StreamingOptions !== null && {
15079
+ StreamingOptions: serializeAws_json1_1KafkaStreamingSourceOptions(input.StreamingOptions, context),
15080
+ })), (input.WindowSize !== undefined && input.WindowSize !== null && { WindowSize: input.WindowSize }));
15081
+ };
15082
+ var serializeAws_json1_1DirectKinesisSource = function (input, context) {
15083
+ return __assign(__assign(__assign(__assign(__assign({}, (input.DataPreviewOptions !== undefined &&
15084
+ input.DataPreviewOptions !== null && {
15085
+ DataPreviewOptions: serializeAws_json1_1StreamingDataPreviewOptions(input.DataPreviewOptions, context),
15086
+ })), (input.DetectSchema !== undefined && input.DetectSchema !== null && { DetectSchema: input.DetectSchema })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.StreamingOptions !== undefined &&
15087
+ input.StreamingOptions !== null && {
15088
+ StreamingOptions: serializeAws_json1_1KinesisStreamingSourceOptions(input.StreamingOptions, context),
15089
+ })), (input.WindowSize !== undefined && input.WindowSize !== null && { WindowSize: input.WindowSize }));
15090
+ };
15091
+ var serializeAws_json1_1DirectSchemaChangePolicy = function (input, context) {
15092
+ return __assign(__assign(__assign(__assign({}, (input.Database !== undefined && input.Database !== null && { Database: input.Database })), (input.EnableUpdateCatalog !== undefined &&
15093
+ input.EnableUpdateCatalog !== null && { EnableUpdateCatalog: input.EnableUpdateCatalog })), (input.Table !== undefined && input.Table !== null && { Table: input.Table })), (input.UpdateBehavior !== undefined &&
15094
+ input.UpdateBehavior !== null && { UpdateBehavior: input.UpdateBehavior }));
15095
+ };
14859
15096
  var serializeAws_json1_1DoubleColumnStatisticsData = function (input, context) {
14860
15097
  return __assign(__assign(__assign(__assign({}, (input.MaximumValue !== undefined &&
14861
15098
  input.MaximumValue !== null && { MaximumValue: __serializeFloat(input.MaximumValue) })), (input.MinimumValue !== undefined &&
14862
15099
  input.MinimumValue !== null && { MinimumValue: __serializeFloat(input.MinimumValue) })), (input.NumberOfDistinctValues !== undefined &&
14863
15100
  input.NumberOfDistinctValues !== null && { NumberOfDistinctValues: input.NumberOfDistinctValues })), (input.NumberOfNulls !== undefined && input.NumberOfNulls !== null && { NumberOfNulls: input.NumberOfNulls }));
14864
15101
  };
15102
+ var serializeAws_json1_1DropDuplicates = function (input, context) {
15103
+ return __assign(__assign(__assign({}, (input.Columns !== undefined &&
15104
+ input.Columns !== null && { Columns: serializeAws_json1_1LimitedPathList(input.Columns, context) })), (input.Inputs !== undefined &&
15105
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name }));
15106
+ };
15107
+ var serializeAws_json1_1DropFields = function (input, context) {
15108
+ return __assign(__assign(__assign({}, (input.Inputs !== undefined &&
15109
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Paths !== undefined &&
15110
+ input.Paths !== null && { Paths: serializeAws_json1_1GlueStudioPathList(input.Paths, context) }));
15111
+ };
15112
+ var serializeAws_json1_1DropNullFields = function (input, context) {
15113
+ return __assign(__assign(__assign(__assign({}, (input.Inputs !== undefined &&
15114
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.NullCheckBoxList !== undefined &&
15115
+ input.NullCheckBoxList !== null && {
15116
+ NullCheckBoxList: serializeAws_json1_1NullCheckBoxList(input.NullCheckBoxList, context),
15117
+ })), (input.NullTextList !== undefined &&
15118
+ input.NullTextList !== null && {
15119
+ NullTextList: serializeAws_json1_1NullValueFields(input.NullTextList, context),
15120
+ }));
15121
+ };
15122
+ var serializeAws_json1_1DynamoDBCatalogSource = function (input, context) {
15123
+ return __assign(__assign(__assign({}, (input.Database !== undefined && input.Database !== null && { Database: input.Database })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Table !== undefined && input.Table !== null && { Table: input.Table }));
15124
+ };
14865
15125
  var serializeAws_json1_1DynamoDBTarget = function (input, context) {
14866
15126
  return __assign(__assign(__assign({}, (input.Path !== undefined && input.Path !== null && { Path: input.Path })), (input.scanAll !== undefined && input.scanAll !== null && { scanAll: input.scanAll })), (input.scanRate !== undefined && input.scanRate !== null && { scanRate: __serializeFloat(input.scanRate) }));
14867
15127
  };
@@ -14875,6 +15135,26 @@ var serializeAws_json1_1DynamoDBTargetList = function (input, context) {
14875
15135
  return serializeAws_json1_1DynamoDBTarget(entry, context);
14876
15136
  });
14877
15137
  };
15138
+ var serializeAws_json1_1EnclosedInStringProperties = function (input, context) {
15139
+ return input
15140
+ .filter(function (e) { return e != null; })
15141
+ .map(function (entry) {
15142
+ if (entry === null) {
15143
+ return null;
15144
+ }
15145
+ return entry;
15146
+ });
15147
+ };
15148
+ var serializeAws_json1_1EnclosedInStringPropertiesMinOne = function (input, context) {
15149
+ return input
15150
+ .filter(function (e) { return e != null; })
15151
+ .map(function (entry) {
15152
+ if (entry === null) {
15153
+ return null;
15154
+ }
15155
+ return entry;
15156
+ });
15157
+ };
14878
15158
  var serializeAws_json1_1EncryptionAtRest = function (input, context) {
14879
15159
  return __assign(__assign({}, (input.CatalogEncryptionMode !== undefined &&
14880
15160
  input.CatalogEncryptionMode !== null && { CatalogEncryptionMode: input.CatalogEncryptionMode })), (input.SseAwsKmsKeyId !== undefined &&
@@ -14899,6 +15179,44 @@ var serializeAws_json1_1ExecutionProperty = function (input, context) {
14899
15179
  return __assign({}, (input.MaxConcurrentRuns !== undefined &&
14900
15180
  input.MaxConcurrentRuns !== null && { MaxConcurrentRuns: input.MaxConcurrentRuns }));
14901
15181
  };
15182
+ var serializeAws_json1_1FillMissingValues = function (input, context) {
15183
+ return __assign(__assign(__assign(__assign({}, (input.FilledPath !== undefined && input.FilledPath !== null && { FilledPath: input.FilledPath })), (input.ImputedPath !== undefined && input.ImputedPath !== null && { ImputedPath: input.ImputedPath })), (input.Inputs !== undefined &&
15184
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name }));
15185
+ };
15186
+ var serializeAws_json1_1Filter = function (input, context) {
15187
+ return __assign(__assign(__assign(__assign({}, (input.Filters !== undefined &&
15188
+ input.Filters !== null && { Filters: serializeAws_json1_1FilterExpressions(input.Filters, context) })), (input.Inputs !== undefined &&
15189
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.LogicalOperator !== undefined &&
15190
+ input.LogicalOperator !== null && { LogicalOperator: input.LogicalOperator })), (input.Name !== undefined && input.Name !== null && { Name: input.Name }));
15191
+ };
15192
+ var serializeAws_json1_1FilterExpression = function (input, context) {
15193
+ return __assign(__assign(__assign({}, (input.Negated !== undefined && input.Negated !== null && { Negated: input.Negated })), (input.Operation !== undefined && input.Operation !== null && { Operation: input.Operation })), (input.Values !== undefined &&
15194
+ input.Values !== null && { Values: serializeAws_json1_1FilterValues(input.Values, context) }));
15195
+ };
15196
+ var serializeAws_json1_1FilterExpressions = function (input, context) {
15197
+ return input
15198
+ .filter(function (e) { return e != null; })
15199
+ .map(function (entry) {
15200
+ if (entry === null) {
15201
+ return null;
15202
+ }
15203
+ return serializeAws_json1_1FilterExpression(entry, context);
15204
+ });
15205
+ };
15206
+ var serializeAws_json1_1FilterValue = function (input, context) {
15207
+ return __assign(__assign({}, (input.Type !== undefined && input.Type !== null && { Type: input.Type })), (input.Value !== undefined &&
15208
+ input.Value !== null && { Value: serializeAws_json1_1EnclosedInStringProperties(input.Value, context) }));
15209
+ };
15210
+ var serializeAws_json1_1FilterValues = function (input, context) {
15211
+ return input
15212
+ .filter(function (e) { return e != null; })
15213
+ .map(function (entry) {
15214
+ if (entry === null) {
15215
+ return null;
15216
+ }
15217
+ return serializeAws_json1_1FilterValue(entry, context);
15218
+ });
15219
+ };
14902
15220
  var serializeAws_json1_1FindMatchesParameters = function (input, context) {
14903
15221
  return __assign(__assign(__assign(__assign({}, (input.AccuracyCostTradeoff !== undefined &&
14904
15222
  input.AccuracyCostTradeoff !== null && { AccuracyCostTradeoff: __serializeFloat(input.AccuracyCostTradeoff) })), (input.EnforceProvidedLabels !== undefined &&
@@ -15191,6 +15509,43 @@ var serializeAws_json1_1GetWorkflowRunRequest = function (input, context) {
15191
15509
  var serializeAws_json1_1GetWorkflowRunsRequest = function (input, context) {
15192
15510
  return __assign(__assign(__assign(__assign({}, (input.IncludeGraph !== undefined && input.IncludeGraph !== null && { IncludeGraph: input.IncludeGraph })), (input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken }));
15193
15511
  };
15512
+ var serializeAws_json1_1GlueSchema = function (input, context) {
15513
+ return __assign({}, (input.Columns !== undefined &&
15514
+ input.Columns !== null && { Columns: serializeAws_json1_1GlueStudioSchemaColumnList(input.Columns, context) }));
15515
+ };
15516
+ var serializeAws_json1_1GlueSchemas = function (input, context) {
15517
+ return input
15518
+ .filter(function (e) { return e != null; })
15519
+ .map(function (entry) {
15520
+ if (entry === null) {
15521
+ return null;
15522
+ }
15523
+ return serializeAws_json1_1GlueSchema(entry, context);
15524
+ });
15525
+ };
15526
+ var serializeAws_json1_1GlueStudioPathList = function (input, context) {
15527
+ return input
15528
+ .filter(function (e) { return e != null; })
15529
+ .map(function (entry) {
15530
+ if (entry === null) {
15531
+ return null;
15532
+ }
15533
+ return serializeAws_json1_1EnclosedInStringProperties(entry, context);
15534
+ });
15535
+ };
15536
+ var serializeAws_json1_1GlueStudioSchemaColumn = function (input, context) {
15537
+ return __assign(__assign({}, (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Type !== undefined && input.Type !== null && { Type: input.Type }));
15538
+ };
15539
+ var serializeAws_json1_1GlueStudioSchemaColumnList = function (input, context) {
15540
+ return input
15541
+ .filter(function (e) { return e != null; })
15542
+ .map(function (entry) {
15543
+ if (entry === null) {
15544
+ return null;
15545
+ }
15546
+ return serializeAws_json1_1GlueStudioSchemaColumn(entry, context);
15547
+ });
15548
+ };
15194
15549
  var serializeAws_json1_1GlueTable = function (input, context) {
15195
15550
  return __assign(__assign(__assign(__assign({}, (input.CatalogId !== undefined && input.CatalogId !== null && { CatalogId: input.CatalogId })), (input.ConnectionName !== undefined &&
15196
15551
  input.ConnectionName !== null && { ConnectionName: input.ConnectionName })), (input.DatabaseName !== undefined && input.DatabaseName !== null && { DatabaseName: input.DatabaseName })), (input.TableName !== undefined && input.TableName !== null && { TableName: input.TableName }));
@@ -15205,9 +15560,69 @@ var serializeAws_json1_1GlueTables = function (input, context) {
15205
15560
  return serializeAws_json1_1GlueTable(entry, context);
15206
15561
  });
15207
15562
  };
15563
+ var serializeAws_json1_1GovernedCatalogSource = function (input, context) {
15564
+ return __assign(__assign(__assign(__assign(__assign({}, (input.AdditionalOptions !== undefined &&
15565
+ input.AdditionalOptions !== null && {
15566
+ AdditionalOptions: serializeAws_json1_1S3SourceAdditionalOptions(input.AdditionalOptions, context),
15567
+ })), (input.Database !== undefined && input.Database !== null && { Database: input.Database })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.PartitionPredicate !== undefined &&
15568
+ input.PartitionPredicate !== null && { PartitionPredicate: input.PartitionPredicate })), (input.Table !== undefined && input.Table !== null && { Table: input.Table }));
15569
+ };
15570
+ var serializeAws_json1_1GovernedCatalogTarget = function (input, context) {
15571
+ return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.Database !== undefined && input.Database !== null && { Database: input.Database })), (input.Inputs !== undefined &&
15572
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.PartitionKeys !== undefined &&
15573
+ input.PartitionKeys !== null && {
15574
+ PartitionKeys: serializeAws_json1_1GlueStudioPathList(input.PartitionKeys, context),
15575
+ })), (input.SchemaChangePolicy !== undefined &&
15576
+ input.SchemaChangePolicy !== null && {
15577
+ SchemaChangePolicy: serializeAws_json1_1CatalogSchemaChangePolicy(input.SchemaChangePolicy, context),
15578
+ })), (input.Table !== undefined && input.Table !== null && { Table: input.Table }));
15579
+ };
15208
15580
  var serializeAws_json1_1ImportCatalogToGlueRequest = function (input, context) {
15209
15581
  return __assign({}, (input.CatalogId !== undefined && input.CatalogId !== null && { CatalogId: input.CatalogId }));
15210
15582
  };
15583
+ var serializeAws_json1_1JDBCConnectorOptions = function (input, context) {
15584
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.DataTypeMapping !== undefined &&
15585
+ input.DataTypeMapping !== null && {
15586
+ DataTypeMapping: serializeAws_json1_1JDBCDataTypeMapping(input.DataTypeMapping, context),
15587
+ })), (input.FilterPredicate !== undefined &&
15588
+ input.FilterPredicate !== null && { FilterPredicate: input.FilterPredicate })), (input.JobBookmarkKeys !== undefined &&
15589
+ input.JobBookmarkKeys !== null && {
15590
+ JobBookmarkKeys: serializeAws_json1_1EnclosedInStringProperties(input.JobBookmarkKeys, context),
15591
+ })), (input.JobBookmarkKeysSortOrder !== undefined &&
15592
+ input.JobBookmarkKeysSortOrder !== null && { JobBookmarkKeysSortOrder: input.JobBookmarkKeysSortOrder })), (input.LowerBound !== undefined && input.LowerBound !== null && { LowerBound: input.LowerBound })), (input.NumPartitions !== undefined && input.NumPartitions !== null && { NumPartitions: input.NumPartitions })), (input.PartitionColumn !== undefined &&
15593
+ input.PartitionColumn !== null && { PartitionColumn: input.PartitionColumn })), (input.UpperBound !== undefined && input.UpperBound !== null && { UpperBound: input.UpperBound }));
15594
+ };
15595
+ var serializeAws_json1_1JDBCConnectorSource = function (input, context) {
15596
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AdditionalOptions !== undefined &&
15597
+ input.AdditionalOptions !== null && {
15598
+ AdditionalOptions: serializeAws_json1_1JDBCConnectorOptions(input.AdditionalOptions, context),
15599
+ })), (input.ConnectionName !== undefined &&
15600
+ input.ConnectionName !== null && { ConnectionName: input.ConnectionName })), (input.ConnectionTable !== undefined &&
15601
+ input.ConnectionTable !== null && { ConnectionTable: input.ConnectionTable })), (input.ConnectionType !== undefined &&
15602
+ input.ConnectionType !== null && { ConnectionType: input.ConnectionType })), (input.ConnectorName !== undefined && input.ConnectorName !== null && { ConnectorName: input.ConnectorName })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.OutputSchemas !== undefined &&
15603
+ input.OutputSchemas !== null && { OutputSchemas: serializeAws_json1_1GlueSchemas(input.OutputSchemas, context) })), (input.Query !== undefined && input.Query !== null && { Query: input.Query }));
15604
+ };
15605
+ var serializeAws_json1_1JDBCConnectorTarget = function (input, context) {
15606
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AdditionalOptions !== undefined &&
15607
+ input.AdditionalOptions !== null && {
15608
+ AdditionalOptions: serializeAws_json1_1AdditionalOptions(input.AdditionalOptions, context),
15609
+ })), (input.ConnectionName !== undefined &&
15610
+ input.ConnectionName !== null && { ConnectionName: input.ConnectionName })), (input.ConnectionTable !== undefined &&
15611
+ input.ConnectionTable !== null && { ConnectionTable: input.ConnectionTable })), (input.ConnectionType !== undefined &&
15612
+ input.ConnectionType !== null && { ConnectionType: input.ConnectionType })), (input.ConnectorName !== undefined && input.ConnectorName !== null && { ConnectorName: input.ConnectorName })), (input.Inputs !== undefined &&
15613
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.OutputSchemas !== undefined &&
15614
+ input.OutputSchemas !== null && { OutputSchemas: serializeAws_json1_1GlueSchemas(input.OutputSchemas, context) }));
15615
+ };
15616
+ var serializeAws_json1_1JDBCDataTypeMapping = function (input, context) {
15617
+ return Object.entries(input).reduce(function (acc, _a) {
15618
+ var _b;
15619
+ var _c = __read(_a, 2), key = _c[0], value = _c[1];
15620
+ if (value === null) {
15621
+ return acc;
15622
+ }
15623
+ return __assign(__assign({}, acc), (_b = {}, _b[key] = value, _b));
15624
+ }, {});
15625
+ };
15211
15626
  var serializeAws_json1_1JdbcTarget = function (input, context) {
15212
15627
  return __assign(__assign(__assign({}, (input.ConnectionName !== undefined &&
15213
15628
  input.ConnectionName !== null && { ConnectionName: input.ConnectionName })), (input.Exclusions !== undefined &&
@@ -15242,8 +15657,11 @@ var serializeAws_json1_1JobNameList = function (input, context) {
15242
15657
  });
15243
15658
  };
15244
15659
  var serializeAws_json1_1JobUpdate = function (input, context) {
15245
- return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AllocatedCapacity !== undefined &&
15246
- input.AllocatedCapacity !== null && { AllocatedCapacity: input.AllocatedCapacity })), (input.Command !== undefined &&
15660
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AllocatedCapacity !== undefined &&
15661
+ input.AllocatedCapacity !== null && { AllocatedCapacity: input.AllocatedCapacity })), (input.CodeGenConfigurationNodes !== undefined &&
15662
+ input.CodeGenConfigurationNodes !== null && {
15663
+ CodeGenConfigurationNodes: serializeAws_json1_1CodeGenConfigurationNodes(input.CodeGenConfigurationNodes, context),
15664
+ })), (input.Command !== undefined &&
15247
15665
  input.Command !== null && { Command: serializeAws_json1_1JobCommand(input.Command, context) })), (input.Connections !== undefined &&
15248
15666
  input.Connections !== null && { Connections: serializeAws_json1_1ConnectionsList(input.Connections, context) })), (input.DefaultArguments !== undefined &&
15249
15667
  input.DefaultArguments !== null && {
@@ -15262,6 +15680,36 @@ var serializeAws_json1_1JobUpdate = function (input, context) {
15262
15680
  input.NumberOfWorkers !== null && { NumberOfWorkers: input.NumberOfWorkers })), (input.Role !== undefined && input.Role !== null && { Role: input.Role })), (input.SecurityConfiguration !== undefined &&
15263
15681
  input.SecurityConfiguration !== null && { SecurityConfiguration: input.SecurityConfiguration })), (input.Timeout !== undefined && input.Timeout !== null && { Timeout: input.Timeout })), (input.WorkerType !== undefined && input.WorkerType !== null && { WorkerType: input.WorkerType }));
15264
15682
  };
15683
+ var serializeAws_json1_1Join = function (input, context) {
15684
+ return __assign(__assign(__assign(__assign({}, (input.Columns !== undefined &&
15685
+ input.Columns !== null && { Columns: serializeAws_json1_1JoinColumns(input.Columns, context) })), (input.Inputs !== undefined &&
15686
+ input.Inputs !== null && { Inputs: serializeAws_json1_1TwoInputs(input.Inputs, context) })), (input.JoinType !== undefined && input.JoinType !== null && { JoinType: input.JoinType })), (input.Name !== undefined && input.Name !== null && { Name: input.Name }));
15687
+ };
15688
+ var serializeAws_json1_1JoinColumn = function (input, context) {
15689
+ return __assign(__assign({}, (input.From !== undefined && input.From !== null && { From: input.From })), (input.Keys !== undefined &&
15690
+ input.Keys !== null && { Keys: serializeAws_json1_1GlueStudioPathList(input.Keys, context) }));
15691
+ };
15692
+ var serializeAws_json1_1JoinColumns = function (input, context) {
15693
+ return input
15694
+ .filter(function (e) { return e != null; })
15695
+ .map(function (entry) {
15696
+ if (entry === null) {
15697
+ return null;
15698
+ }
15699
+ return serializeAws_json1_1JoinColumn(entry, context);
15700
+ });
15701
+ };
15702
+ var serializeAws_json1_1KafkaStreamingSourceOptions = function (input, context) {
15703
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Assign !== undefined && input.Assign !== null && { Assign: input.Assign })), (input.BootstrapServers !== undefined &&
15704
+ input.BootstrapServers !== null && { BootstrapServers: input.BootstrapServers })), (input.Classification !== undefined &&
15705
+ input.Classification !== null && { Classification: input.Classification })), (input.ConnectionName !== undefined &&
15706
+ input.ConnectionName !== null && { ConnectionName: input.ConnectionName })), (input.Delimiter !== undefined && input.Delimiter !== null && { Delimiter: input.Delimiter })), (input.EndingOffsets !== undefined && input.EndingOffsets !== null && { EndingOffsets: input.EndingOffsets })), (input.MaxOffsetsPerTrigger !== undefined &&
15707
+ input.MaxOffsetsPerTrigger !== null && { MaxOffsetsPerTrigger: input.MaxOffsetsPerTrigger })), (input.MinPartitions !== undefined && input.MinPartitions !== null && { MinPartitions: input.MinPartitions })), (input.NumRetries !== undefined && input.NumRetries !== null && { NumRetries: input.NumRetries })), (input.PollTimeoutMs !== undefined && input.PollTimeoutMs !== null && { PollTimeoutMs: input.PollTimeoutMs })), (input.RetryIntervalMs !== undefined &&
15708
+ input.RetryIntervalMs !== null && { RetryIntervalMs: input.RetryIntervalMs })), (input.SecurityProtocol !== undefined &&
15709
+ input.SecurityProtocol !== null && { SecurityProtocol: input.SecurityProtocol })), (input.StartingOffsets !== undefined &&
15710
+ input.StartingOffsets !== null && { StartingOffsets: input.StartingOffsets })), (input.SubscribePattern !== undefined &&
15711
+ input.SubscribePattern !== null && { SubscribePattern: input.SubscribePattern })), (input.TopicName !== undefined && input.TopicName !== null && { TopicName: input.TopicName }));
15712
+ };
15265
15713
  var serializeAws_json1_1KeyList = function (input, context) {
15266
15714
  return input
15267
15715
  .filter(function (e) { return e != null; })
@@ -15272,10 +15720,45 @@ var serializeAws_json1_1KeyList = function (input, context) {
15272
15720
  return entry;
15273
15721
  });
15274
15722
  };
15723
+ var serializeAws_json1_1KinesisStreamingSourceOptions = function (input, context) {
15724
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AddIdleTimeBetweenReads !== undefined &&
15725
+ input.AddIdleTimeBetweenReads !== null && { AddIdleTimeBetweenReads: input.AddIdleTimeBetweenReads })), (input.AvoidEmptyBatches !== undefined &&
15726
+ input.AvoidEmptyBatches !== null && { AvoidEmptyBatches: input.AvoidEmptyBatches })), (input.Classification !== undefined &&
15727
+ input.Classification !== null && { Classification: input.Classification })), (input.Delimiter !== undefined && input.Delimiter !== null && { Delimiter: input.Delimiter })), (input.DescribeShardInterval !== undefined &&
15728
+ input.DescribeShardInterval !== null && { DescribeShardInterval: input.DescribeShardInterval })), (input.EndpointUrl !== undefined && input.EndpointUrl !== null && { EndpointUrl: input.EndpointUrl })), (input.IdleTimeBetweenReadsInMs !== undefined &&
15729
+ input.IdleTimeBetweenReadsInMs !== null && { IdleTimeBetweenReadsInMs: input.IdleTimeBetweenReadsInMs })), (input.MaxFetchRecordsPerShard !== undefined &&
15730
+ input.MaxFetchRecordsPerShard !== null && { MaxFetchRecordsPerShard: input.MaxFetchRecordsPerShard })), (input.MaxFetchTimeInMs !== undefined &&
15731
+ input.MaxFetchTimeInMs !== null && { MaxFetchTimeInMs: input.MaxFetchTimeInMs })), (input.MaxRecordPerRead !== undefined &&
15732
+ input.MaxRecordPerRead !== null && { MaxRecordPerRead: input.MaxRecordPerRead })), (input.MaxRetryIntervalMs !== undefined &&
15733
+ input.MaxRetryIntervalMs !== null && { MaxRetryIntervalMs: input.MaxRetryIntervalMs })), (input.NumRetries !== undefined && input.NumRetries !== null && { NumRetries: input.NumRetries })), (input.RetryIntervalMs !== undefined &&
15734
+ input.RetryIntervalMs !== null && { RetryIntervalMs: input.RetryIntervalMs })), (input.RoleArn !== undefined && input.RoleArn !== null && { RoleArn: input.RoleArn })), (input.RoleSessionName !== undefined &&
15735
+ input.RoleSessionName !== null && { RoleSessionName: input.RoleSessionName })), (input.StartingPosition !== undefined &&
15736
+ input.StartingPosition !== null && { StartingPosition: input.StartingPosition })), (input.StreamArn !== undefined && input.StreamArn !== null && { StreamArn: input.StreamArn })), (input.StreamName !== undefined && input.StreamName !== null && { StreamName: input.StreamName }));
15737
+ };
15275
15738
  var serializeAws_json1_1LakeFormationConfiguration = function (input, context) {
15276
15739
  return __assign(__assign({}, (input.AccountId !== undefined && input.AccountId !== null && { AccountId: input.AccountId })), (input.UseLakeFormationCredentials !== undefined &&
15277
15740
  input.UseLakeFormationCredentials !== null && { UseLakeFormationCredentials: input.UseLakeFormationCredentials }));
15278
15741
  };
15742
+ var serializeAws_json1_1LimitedPathList = function (input, context) {
15743
+ return input
15744
+ .filter(function (e) { return e != null; })
15745
+ .map(function (entry) {
15746
+ if (entry === null) {
15747
+ return null;
15748
+ }
15749
+ return serializeAws_json1_1LimitedStringList(entry, context);
15750
+ });
15751
+ };
15752
+ var serializeAws_json1_1LimitedStringList = function (input, context) {
15753
+ return input
15754
+ .filter(function (e) { return e != null; })
15755
+ .map(function (entry) {
15756
+ if (entry === null) {
15757
+ return null;
15758
+ }
15759
+ return entry;
15760
+ });
15761
+ };
15279
15762
  var serializeAws_json1_1LineageConfiguration = function (input, context) {
15280
15763
  return __assign({}, (input.CrawlerLineageSettings !== undefined &&
15281
15764
  input.CrawlerLineageSettings !== null && { CrawlerLineageSettings: input.CrawlerLineageSettings }));
@@ -15353,6 +15836,21 @@ var serializeAws_json1_1LongColumnStatisticsData = function (input, context) {
15353
15836
  return __assign(__assign(__assign(__assign({}, (input.MaximumValue !== undefined && input.MaximumValue !== null && { MaximumValue: input.MaximumValue })), (input.MinimumValue !== undefined && input.MinimumValue !== null && { MinimumValue: input.MinimumValue })), (input.NumberOfDistinctValues !== undefined &&
15354
15837
  input.NumberOfDistinctValues !== null && { NumberOfDistinctValues: input.NumberOfDistinctValues })), (input.NumberOfNulls !== undefined && input.NumberOfNulls !== null && { NumberOfNulls: input.NumberOfNulls }));
15355
15838
  };
15839
+ var serializeAws_json1_1ManyInputs = function (input, context) {
15840
+ return input
15841
+ .filter(function (e) { return e != null; })
15842
+ .map(function (entry) {
15843
+ if (entry === null) {
15844
+ return null;
15845
+ }
15846
+ return entry;
15847
+ });
15848
+ };
15849
+ var serializeAws_json1_1Mapping = function (input, context) {
15850
+ return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.Children !== undefined &&
15851
+ input.Children !== null && { Children: serializeAws_json1_1Mappings(input.Children, context) })), (input.Dropped !== undefined && input.Dropped !== null && { Dropped: input.Dropped })), (input.FromPath !== undefined &&
15852
+ input.FromPath !== null && { FromPath: serializeAws_json1_1EnclosedInStringProperties(input.FromPath, context) })), (input.FromType !== undefined && input.FromType !== null && { FromType: input.FromType })), (input.ToKey !== undefined && input.ToKey !== null && { ToKey: input.ToKey })), (input.ToType !== undefined && input.ToType !== null && { ToType: input.ToType }));
15853
+ };
15356
15854
  var serializeAws_json1_1MappingEntry = function (input, context) {
15357
15855
  return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.SourcePath !== undefined && input.SourcePath !== null && { SourcePath: input.SourcePath })), (input.SourceTable !== undefined && input.SourceTable !== null && { SourceTable: input.SourceTable })), (input.SourceType !== undefined && input.SourceType !== null && { SourceType: input.SourceType })), (input.TargetPath !== undefined && input.TargetPath !== null && { TargetPath: input.TargetPath })), (input.TargetTable !== undefined && input.TargetTable !== null && { TargetTable: input.TargetTable })), (input.TargetType !== undefined && input.TargetType !== null && { TargetType: input.TargetType }));
15358
15856
  };
@@ -15366,6 +15864,16 @@ var serializeAws_json1_1MappingList = function (input, context) {
15366
15864
  return serializeAws_json1_1MappingEntry(entry, context);
15367
15865
  });
15368
15866
  };
15867
+ var serializeAws_json1_1Mappings = function (input, context) {
15868
+ return input
15869
+ .filter(function (e) { return e != null; })
15870
+ .map(function (entry) {
15871
+ if (entry === null) {
15872
+ return null;
15873
+ }
15874
+ return serializeAws_json1_1Mapping(entry, context);
15875
+ });
15876
+ };
15369
15877
  var serializeAws_json1_1MapValue = function (input, context) {
15370
15878
  return Object.entries(input).reduce(function (acc, _a) {
15371
15879
  var _b;
@@ -15386,6 +15894,13 @@ var serializeAws_json1_1MatchCriteria = function (input, context) {
15386
15894
  return entry;
15387
15895
  });
15388
15896
  };
15897
+ var serializeAws_json1_1Merge = function (input, context) {
15898
+ return __assign(__assign(__assign(__assign({}, (input.Inputs !== undefined &&
15899
+ input.Inputs !== null && { Inputs: serializeAws_json1_1TwoInputs(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.PrimaryKeys !== undefined &&
15900
+ input.PrimaryKeys !== null && {
15901
+ PrimaryKeys: serializeAws_json1_1GlueStudioPathList(input.PrimaryKeys, context),
15902
+ })), (input.Source !== undefined && input.Source !== null && { Source: input.Source }));
15903
+ };
15389
15904
  var serializeAws_json1_1MetadataKeyValuePair = function (input, context) {
15390
15905
  return __assign(__assign({}, (input.MetadataKey !== undefined && input.MetadataKey !== null && { MetadataKey: input.MetadataKey })), (input.MetadataValue !== undefined && input.MetadataValue !== null && { MetadataValue: input.MetadataValue }));
15391
15906
  };
@@ -15399,6 +15914,13 @@ var serializeAws_json1_1MetadataList = function (input, context) {
15399
15914
  return serializeAws_json1_1MetadataKeyValuePair(entry, context);
15400
15915
  });
15401
15916
  };
15917
+ var serializeAws_json1_1MicrosoftSQLServerCatalogSource = function (input, context) {
15918
+ return __assign(__assign(__assign({}, (input.Database !== undefined && input.Database !== null && { Database: input.Database })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Table !== undefined && input.Table !== null && { Table: input.Table }));
15919
+ };
15920
+ var serializeAws_json1_1MicrosoftSQLServerCatalogTarget = function (input, context) {
15921
+ return __assign(__assign(__assign(__assign({}, (input.Database !== undefined && input.Database !== null && { Database: input.Database })), (input.Inputs !== undefined &&
15922
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Table !== undefined && input.Table !== null && { Table: input.Table }));
15923
+ };
15402
15924
  var serializeAws_json1_1MLUserDataEncryption = function (input, context) {
15403
15925
  return __assign(__assign({}, (input.KmsKeyId !== undefined && input.KmsKeyId !== null && { KmsKeyId: input.KmsKeyId })), (input.MlUserDataEncryptionMode !== undefined &&
15404
15926
  input.MlUserDataEncryptionMode !== null && { MlUserDataEncryptionMode: input.MlUserDataEncryptionMode }));
@@ -15417,6 +15939,13 @@ var serializeAws_json1_1MongoDBTargetList = function (input, context) {
15417
15939
  return serializeAws_json1_1MongoDBTarget(entry, context);
15418
15940
  });
15419
15941
  };
15942
+ var serializeAws_json1_1MySQLCatalogSource = function (input, context) {
15943
+ return __assign(__assign(__assign({}, (input.Database !== undefined && input.Database !== null && { Database: input.Database })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Table !== undefined && input.Table !== null && { Table: input.Table }));
15944
+ };
15945
+ var serializeAws_json1_1MySQLCatalogTarget = function (input, context) {
15946
+ return __assign(__assign(__assign(__assign({}, (input.Database !== undefined && input.Database !== null && { Database: input.Database })), (input.Inputs !== undefined &&
15947
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Table !== undefined && input.Table !== null && { Table: input.Table }));
15948
+ };
15420
15949
  var serializeAws_json1_1NameStringList = function (input, context) {
15421
15950
  return input
15422
15951
  .filter(function (e) { return e != null; })
@@ -15441,6 +15970,40 @@ var serializeAws_json1_1NotificationProperty = function (input, context) {
15441
15970
  return __assign({}, (input.NotifyDelayAfter !== undefined &&
15442
15971
  input.NotifyDelayAfter !== null && { NotifyDelayAfter: input.NotifyDelayAfter }));
15443
15972
  };
15973
+ var serializeAws_json1_1NullCheckBoxList = function (input, context) {
15974
+ return __assign(__assign(__assign({}, (input.IsEmpty !== undefined && input.IsEmpty !== null && { IsEmpty: input.IsEmpty })), (input.IsNegOne !== undefined && input.IsNegOne !== null && { IsNegOne: input.IsNegOne })), (input.IsNullString !== undefined && input.IsNullString !== null && { IsNullString: input.IsNullString }));
15975
+ };
15976
+ var serializeAws_json1_1NullValueField = function (input, context) {
15977
+ return __assign(__assign({}, (input.Datatype !== undefined &&
15978
+ input.Datatype !== null && { Datatype: serializeAws_json1_1Datatype(input.Datatype, context) })), (input.Value !== undefined && input.Value !== null && { Value: input.Value }));
15979
+ };
15980
+ var serializeAws_json1_1NullValueFields = function (input, context) {
15981
+ return input
15982
+ .filter(function (e) { return e != null; })
15983
+ .map(function (entry) {
15984
+ if (entry === null) {
15985
+ return null;
15986
+ }
15987
+ return serializeAws_json1_1NullValueField(entry, context);
15988
+ });
15989
+ };
15990
+ var serializeAws_json1_1OneInput = function (input, context) {
15991
+ return input
15992
+ .filter(function (e) { return e != null; })
15993
+ .map(function (entry) {
15994
+ if (entry === null) {
15995
+ return null;
15996
+ }
15997
+ return entry;
15998
+ });
15999
+ };
16000
+ var serializeAws_json1_1OracleSQLCatalogSource = function (input, context) {
16001
+ return __assign(__assign(__assign({}, (input.Database !== undefined && input.Database !== null && { Database: input.Database })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Table !== undefined && input.Table !== null && { Table: input.Table }));
16002
+ };
16003
+ var serializeAws_json1_1OracleSQLCatalogTarget = function (input, context) {
16004
+ return __assign(__assign(__assign(__assign({}, (input.Database !== undefined && input.Database !== null && { Database: input.Database })), (input.Inputs !== undefined &&
16005
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Table !== undefined && input.Table !== null && { Table: input.Table }));
16006
+ };
15444
16007
  var serializeAws_json1_1OrchestrationArgumentsMap = function (input, context) {
15445
16008
  return Object.entries(input).reduce(function (acc, _a) {
15446
16009
  var _b;
@@ -15558,6 +16121,23 @@ var serializeAws_json1_1PhysicalConnectionRequirements = function (input, contex
15558
16121
  SecurityGroupIdList: serializeAws_json1_1SecurityGroupIdList(input.SecurityGroupIdList, context),
15559
16122
  })), (input.SubnetId !== undefined && input.SubnetId !== null && { SubnetId: input.SubnetId }));
15560
16123
  };
16124
+ var serializeAws_json1_1PIIDetection = function (input, context) {
16125
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.EntityTypesToDetect !== undefined &&
16126
+ input.EntityTypesToDetect !== null && {
16127
+ EntityTypesToDetect: serializeAws_json1_1EnclosedInStringProperties(input.EntityTypesToDetect, context),
16128
+ })), (input.Inputs !== undefined &&
16129
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.MaskValue !== undefined && input.MaskValue !== null && { MaskValue: input.MaskValue })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.OutputColumnName !== undefined &&
16130
+ input.OutputColumnName !== null && { OutputColumnName: input.OutputColumnName })), (input.PiiType !== undefined && input.PiiType !== null && { PiiType: input.PiiType })), (input.SampleFraction !== undefined &&
16131
+ input.SampleFraction !== null && { SampleFraction: __serializeFloat(input.SampleFraction) })), (input.ThresholdFraction !== undefined &&
16132
+ input.ThresholdFraction !== null && { ThresholdFraction: __serializeFloat(input.ThresholdFraction) }));
16133
+ };
16134
+ var serializeAws_json1_1PostgreSQLCatalogSource = function (input, context) {
16135
+ return __assign(__assign(__assign({}, (input.Database !== undefined && input.Database !== null && { Database: input.Database })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Table !== undefined && input.Table !== null && { Table: input.Table }));
16136
+ };
16137
+ var serializeAws_json1_1PostgreSQLCatalogTarget = function (input, context) {
16138
+ return __assign(__assign(__assign(__assign({}, (input.Database !== undefined && input.Database !== null && { Database: input.Database })), (input.Inputs !== undefined &&
16139
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Table !== undefined && input.Table !== null && { Table: input.Table }));
16140
+ };
15561
16141
  var serializeAws_json1_1Predicate = function (input, context) {
15562
16142
  return __assign(__assign({}, (input.Conditions !== undefined &&
15563
16143
  input.Conditions !== null && { Conditions: serializeAws_json1_1ConditionList(input.Conditions, context) })), (input.Logical !== undefined && input.Logical !== null && { Logical: input.Logical }));
@@ -15631,6 +16211,18 @@ var serializeAws_json1_1RecrawlPolicy = function (input, context) {
15631
16211
  return __assign({}, (input.RecrawlBehavior !== undefined &&
15632
16212
  input.RecrawlBehavior !== null && { RecrawlBehavior: input.RecrawlBehavior }));
15633
16213
  };
16214
+ var serializeAws_json1_1RedshiftSource = function (input, context) {
16215
+ return __assign(__assign(__assign(__assign(__assign({}, (input.Database !== undefined && input.Database !== null && { Database: input.Database })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.RedshiftTmpDir !== undefined &&
16216
+ input.RedshiftTmpDir !== null && { RedshiftTmpDir: input.RedshiftTmpDir })), (input.Table !== undefined && input.Table !== null && { Table: input.Table })), (input.TmpDirIAMRole !== undefined && input.TmpDirIAMRole !== null && { TmpDirIAMRole: input.TmpDirIAMRole }));
16217
+ };
16218
+ var serializeAws_json1_1RedshiftTarget = function (input, context) {
16219
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Database !== undefined && input.Database !== null && { Database: input.Database })), (input.Inputs !== undefined &&
16220
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.RedshiftTmpDir !== undefined &&
16221
+ input.RedshiftTmpDir !== null && { RedshiftTmpDir: input.RedshiftTmpDir })), (input.Table !== undefined && input.Table !== null && { Table: input.Table })), (input.TmpDirIAMRole !== undefined && input.TmpDirIAMRole !== null && { TmpDirIAMRole: input.TmpDirIAMRole })), (input.UpsertRedshiftOptions !== undefined &&
16222
+ input.UpsertRedshiftOptions !== null && {
16223
+ UpsertRedshiftOptions: serializeAws_json1_1UpsertRedshiftTargetOptions(input.UpsertRedshiftOptions, context),
16224
+ }));
16225
+ };
15634
16226
  var serializeAws_json1_1RegisterSchemaVersionInput = function (input, context) {
15635
16227
  return __assign(__assign({}, (input.SchemaDefinition !== undefined &&
15636
16228
  input.SchemaDefinition !== null && { SchemaDefinition: input.SchemaDefinition })), (input.SchemaId !== undefined &&
@@ -15639,6 +16231,9 @@ var serializeAws_json1_1RegisterSchemaVersionInput = function (input, context) {
15639
16231
  var serializeAws_json1_1RegistryId = function (input, context) {
15640
16232
  return __assign(__assign({}, (input.RegistryArn !== undefined && input.RegistryArn !== null && { RegistryArn: input.RegistryArn })), (input.RegistryName !== undefined && input.RegistryName !== null && { RegistryName: input.RegistryName }));
15641
16233
  };
16234
+ var serializeAws_json1_1RelationalCatalogSource = function (input, context) {
16235
+ return __assign(__assign(__assign({}, (input.Database !== undefined && input.Database !== null && { Database: input.Database })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Table !== undefined && input.Table !== null && { Table: input.Table }));
16236
+ };
15642
16237
  var serializeAws_json1_1RemoveSchemaVersionMetadataInput = function (input, context) {
15643
16238
  return __assign(__assign(__assign(__assign({}, (input.MetadataKeyValue !== undefined &&
15644
16239
  input.MetadataKeyValue !== null && {
@@ -15650,6 +16245,16 @@ var serializeAws_json1_1RemoveSchemaVersionMetadataInput = function (input, cont
15650
16245
  SchemaVersionNumber: serializeAws_json1_1SchemaVersionNumber(input.SchemaVersionNumber, context),
15651
16246
  }));
15652
16247
  };
16248
+ var serializeAws_json1_1RenameField = function (input, context) {
16249
+ return __assign(__assign(__assign(__assign({}, (input.Inputs !== undefined &&
16250
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.SourcePath !== undefined &&
16251
+ input.SourcePath !== null && {
16252
+ SourcePath: serializeAws_json1_1EnclosedInStringProperties(input.SourcePath, context),
16253
+ })), (input.TargetPath !== undefined &&
16254
+ input.TargetPath !== null && {
16255
+ TargetPath: serializeAws_json1_1EnclosedInStringProperties(input.TargetPath, context),
16256
+ }));
16257
+ };
15653
16258
  var serializeAws_json1_1ResetJobBookmarkRequest = function (input, context) {
15654
16259
  return __assign(__assign({}, (input.JobName !== undefined && input.JobName !== null && { JobName: input.JobName })), (input.RunId !== undefined && input.RunId !== null && { RunId: input.RunId }));
15655
16260
  };
@@ -15673,6 +16278,51 @@ var serializeAws_json1_1ResumeWorkflowRunRequest = function (input, context) {
15673
16278
  var serializeAws_json1_1RunStatementRequest = function (input, context) {
15674
16279
  return __assign(__assign(__assign({}, (input.Code !== undefined && input.Code !== null && { Code: input.Code })), (input.RequestOrigin !== undefined && input.RequestOrigin !== null && { RequestOrigin: input.RequestOrigin })), (input.SessionId !== undefined && input.SessionId !== null && { SessionId: input.SessionId }));
15675
16280
  };
16281
+ var serializeAws_json1_1S3CatalogSource = function (input, context) {
16282
+ return __assign(__assign(__assign(__assign(__assign({}, (input.AdditionalOptions !== undefined &&
16283
+ input.AdditionalOptions !== null && {
16284
+ AdditionalOptions: serializeAws_json1_1S3SourceAdditionalOptions(input.AdditionalOptions, context),
16285
+ })), (input.Database !== undefined && input.Database !== null && { Database: input.Database })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.PartitionPredicate !== undefined &&
16286
+ input.PartitionPredicate !== null && { PartitionPredicate: input.PartitionPredicate })), (input.Table !== undefined && input.Table !== null && { Table: input.Table }));
16287
+ };
16288
+ var serializeAws_json1_1S3CatalogTarget = function (input, context) {
16289
+ return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.Database !== undefined && input.Database !== null && { Database: input.Database })), (input.Inputs !== undefined &&
16290
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.PartitionKeys !== undefined &&
16291
+ input.PartitionKeys !== null && {
16292
+ PartitionKeys: serializeAws_json1_1GlueStudioPathList(input.PartitionKeys, context),
16293
+ })), (input.SchemaChangePolicy !== undefined &&
16294
+ input.SchemaChangePolicy !== null && {
16295
+ SchemaChangePolicy: serializeAws_json1_1CatalogSchemaChangePolicy(input.SchemaChangePolicy, context),
16296
+ })), (input.Table !== undefined && input.Table !== null && { Table: input.Table }));
16297
+ };
16298
+ var serializeAws_json1_1S3CsvSource = function (input, context) {
16299
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AdditionalOptions !== undefined &&
16300
+ input.AdditionalOptions !== null && {
16301
+ AdditionalOptions: serializeAws_json1_1S3DirectSourceAdditionalOptions(input.AdditionalOptions, context),
16302
+ })), (input.CompressionType !== undefined &&
16303
+ input.CompressionType !== null && { CompressionType: input.CompressionType })), (input.Escaper !== undefined && input.Escaper !== null && { Escaper: input.Escaper })), (input.Exclusions !== undefined &&
16304
+ input.Exclusions !== null && {
16305
+ Exclusions: serializeAws_json1_1EnclosedInStringProperties(input.Exclusions, context),
16306
+ })), (input.GroupFiles !== undefined && input.GroupFiles !== null && { GroupFiles: input.GroupFiles })), (input.GroupSize !== undefined && input.GroupSize !== null && { GroupSize: input.GroupSize })), (input.MaxBand !== undefined && input.MaxBand !== null && { MaxBand: input.MaxBand })), (input.MaxFilesInBand !== undefined &&
16307
+ input.MaxFilesInBand !== null && { MaxFilesInBand: input.MaxFilesInBand })), (input.Multiline !== undefined && input.Multiline !== null && { Multiline: input.Multiline })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.OptimizePerformance !== undefined &&
16308
+ input.OptimizePerformance !== null && { OptimizePerformance: input.OptimizePerformance })), (input.OutputSchemas !== undefined &&
16309
+ input.OutputSchemas !== null && { OutputSchemas: serializeAws_json1_1GlueSchemas(input.OutputSchemas, context) })), (input.Paths !== undefined &&
16310
+ input.Paths !== null && { Paths: serializeAws_json1_1EnclosedInStringProperties(input.Paths, context) })), (input.QuoteChar !== undefined && input.QuoteChar !== null && { QuoteChar: input.QuoteChar })), (input.Recurse !== undefined && input.Recurse !== null && { Recurse: input.Recurse })), (input.Separator !== undefined && input.Separator !== null && { Separator: input.Separator })), (input.SkipFirst !== undefined && input.SkipFirst !== null && { SkipFirst: input.SkipFirst })), (input.WithHeader !== undefined && input.WithHeader !== null && { WithHeader: input.WithHeader })), (input.WriteHeader !== undefined && input.WriteHeader !== null && { WriteHeader: input.WriteHeader }));
16311
+ };
16312
+ var serializeAws_json1_1S3DirectSourceAdditionalOptions = function (input, context) {
16313
+ return __assign(__assign(__assign(__assign({}, (input.BoundedFiles !== undefined && input.BoundedFiles !== null && { BoundedFiles: input.BoundedFiles })), (input.BoundedSize !== undefined && input.BoundedSize !== null && { BoundedSize: input.BoundedSize })), (input.EnableSamplePath !== undefined &&
16314
+ input.EnableSamplePath !== null && { EnableSamplePath: input.EnableSamplePath })), (input.SamplePath !== undefined && input.SamplePath !== null && { SamplePath: input.SamplePath }));
16315
+ };
16316
+ var serializeAws_json1_1S3DirectTarget = function (input, context) {
16317
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Compression !== undefined && input.Compression !== null && { Compression: input.Compression })), (input.Format !== undefined && input.Format !== null && { Format: input.Format })), (input.Inputs !== undefined &&
16318
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.PartitionKeys !== undefined &&
16319
+ input.PartitionKeys !== null && {
16320
+ PartitionKeys: serializeAws_json1_1GlueStudioPathList(input.PartitionKeys, context),
16321
+ })), (input.Path !== undefined && input.Path !== null && { Path: input.Path })), (input.SchemaChangePolicy !== undefined &&
16322
+ input.SchemaChangePolicy !== null && {
16323
+ SchemaChangePolicy: serializeAws_json1_1DirectSchemaChangePolicy(input.SchemaChangePolicy, context),
16324
+ }));
16325
+ };
15676
16326
  var serializeAws_json1_1S3Encryption = function (input, context) {
15677
16327
  return __assign(__assign({}, (input.KmsKeyArn !== undefined && input.KmsKeyArn !== null && { KmsKeyArn: input.KmsKeyArn })), (input.S3EncryptionMode !== undefined &&
15678
16328
  input.S3EncryptionMode !== null && { S3EncryptionMode: input.S3EncryptionMode }));
@@ -15687,6 +16337,45 @@ var serializeAws_json1_1S3EncryptionList = function (input, context) {
15687
16337
  return serializeAws_json1_1S3Encryption(entry, context);
15688
16338
  });
15689
16339
  };
16340
+ var serializeAws_json1_1S3GlueParquetTarget = function (input, context) {
16341
+ return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.Compression !== undefined && input.Compression !== null && { Compression: input.Compression })), (input.Inputs !== undefined &&
16342
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.PartitionKeys !== undefined &&
16343
+ input.PartitionKeys !== null && {
16344
+ PartitionKeys: serializeAws_json1_1GlueStudioPathList(input.PartitionKeys, context),
16345
+ })), (input.Path !== undefined && input.Path !== null && { Path: input.Path })), (input.SchemaChangePolicy !== undefined &&
16346
+ input.SchemaChangePolicy !== null && {
16347
+ SchemaChangePolicy: serializeAws_json1_1DirectSchemaChangePolicy(input.SchemaChangePolicy, context),
16348
+ }));
16349
+ };
16350
+ var serializeAws_json1_1S3JsonSource = function (input, context) {
16351
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AdditionalOptions !== undefined &&
16352
+ input.AdditionalOptions !== null && {
16353
+ AdditionalOptions: serializeAws_json1_1S3DirectSourceAdditionalOptions(input.AdditionalOptions, context),
16354
+ })), (input.CompressionType !== undefined &&
16355
+ input.CompressionType !== null && { CompressionType: input.CompressionType })), (input.Exclusions !== undefined &&
16356
+ input.Exclusions !== null && {
16357
+ Exclusions: serializeAws_json1_1EnclosedInStringProperties(input.Exclusions, context),
16358
+ })), (input.GroupFiles !== undefined && input.GroupFiles !== null && { GroupFiles: input.GroupFiles })), (input.GroupSize !== undefined && input.GroupSize !== null && { GroupSize: input.GroupSize })), (input.JsonPath !== undefined && input.JsonPath !== null && { JsonPath: input.JsonPath })), (input.MaxBand !== undefined && input.MaxBand !== null && { MaxBand: input.MaxBand })), (input.MaxFilesInBand !== undefined &&
16359
+ input.MaxFilesInBand !== null && { MaxFilesInBand: input.MaxFilesInBand })), (input.Multiline !== undefined && input.Multiline !== null && { Multiline: input.Multiline })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.OutputSchemas !== undefined &&
16360
+ input.OutputSchemas !== null && { OutputSchemas: serializeAws_json1_1GlueSchemas(input.OutputSchemas, context) })), (input.Paths !== undefined &&
16361
+ input.Paths !== null && { Paths: serializeAws_json1_1EnclosedInStringProperties(input.Paths, context) })), (input.Recurse !== undefined && input.Recurse !== null && { Recurse: input.Recurse }));
16362
+ };
16363
+ var serializeAws_json1_1S3ParquetSource = function (input, context) {
16364
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AdditionalOptions !== undefined &&
16365
+ input.AdditionalOptions !== null && {
16366
+ AdditionalOptions: serializeAws_json1_1S3DirectSourceAdditionalOptions(input.AdditionalOptions, context),
16367
+ })), (input.CompressionType !== undefined &&
16368
+ input.CompressionType !== null && { CompressionType: input.CompressionType })), (input.Exclusions !== undefined &&
16369
+ input.Exclusions !== null && {
16370
+ Exclusions: serializeAws_json1_1EnclosedInStringProperties(input.Exclusions, context),
16371
+ })), (input.GroupFiles !== undefined && input.GroupFiles !== null && { GroupFiles: input.GroupFiles })), (input.GroupSize !== undefined && input.GroupSize !== null && { GroupSize: input.GroupSize })), (input.MaxBand !== undefined && input.MaxBand !== null && { MaxBand: input.MaxBand })), (input.MaxFilesInBand !== undefined &&
16372
+ input.MaxFilesInBand !== null && { MaxFilesInBand: input.MaxFilesInBand })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.OutputSchemas !== undefined &&
16373
+ input.OutputSchemas !== null && { OutputSchemas: serializeAws_json1_1GlueSchemas(input.OutputSchemas, context) })), (input.Paths !== undefined &&
16374
+ input.Paths !== null && { Paths: serializeAws_json1_1EnclosedInStringProperties(input.Paths, context) })), (input.Recurse !== undefined && input.Recurse !== null && { Recurse: input.Recurse }));
16375
+ };
16376
+ var serializeAws_json1_1S3SourceAdditionalOptions = function (input, context) {
16377
+ return __assign(__assign({}, (input.BoundedFiles !== undefined && input.BoundedFiles !== null && { BoundedFiles: input.BoundedFiles })), (input.BoundedSize !== undefined && input.BoundedSize !== null && { BoundedSize: input.BoundedSize }));
16378
+ };
15690
16379
  var serializeAws_json1_1S3Target = function (input, context) {
15691
16380
  return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.ConnectionName !== undefined &&
15692
16381
  input.ConnectionName !== null && { ConnectionName: input.ConnectionName })), (input.DlqEventQueueArn !== undefined &&
@@ -15752,6 +16441,15 @@ var serializeAws_json1_1SecurityGroupIdList = function (input, context) {
15752
16441
  var serializeAws_json1_1Segment = function (input, context) {
15753
16442
  return __assign(__assign({}, (input.SegmentNumber !== undefined && input.SegmentNumber !== null && { SegmentNumber: input.SegmentNumber })), (input.TotalSegments !== undefined && input.TotalSegments !== null && { TotalSegments: input.TotalSegments }));
15754
16443
  };
16444
+ var serializeAws_json1_1SelectFields = function (input, context) {
16445
+ return __assign(__assign(__assign({}, (input.Inputs !== undefined &&
16446
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Paths !== undefined &&
16447
+ input.Paths !== null && { Paths: serializeAws_json1_1GlueStudioPathList(input.Paths, context) }));
16448
+ };
16449
+ var serializeAws_json1_1SelectFromCollection = function (input, context) {
16450
+ return __assign(__assign(__assign({}, (input.Index !== undefined && input.Index !== null && { Index: input.Index })), (input.Inputs !== undefined &&
16451
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name }));
16452
+ };
15755
16453
  var serializeAws_json1_1SerDeInfo = function (input, context) {
15756
16454
  return __assign(__assign(__assign({}, (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Parameters !== undefined &&
15757
16455
  input.Parameters !== null && { Parameters: serializeAws_json1_1ParametersMap(input.Parameters, context) })), (input.SerializationLibrary !== undefined &&
@@ -15785,6 +16483,53 @@ var serializeAws_json1_1SortCriteria = function (input, context) {
15785
16483
  var serializeAws_json1_1SortCriterion = function (input, context) {
15786
16484
  return __assign(__assign({}, (input.FieldName !== undefined && input.FieldName !== null && { FieldName: input.FieldName })), (input.Sort !== undefined && input.Sort !== null && { Sort: input.Sort }));
15787
16485
  };
16486
+ var serializeAws_json1_1SparkConnectorSource = function (input, context) {
16487
+ return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.AdditionalOptions !== undefined &&
16488
+ input.AdditionalOptions !== null && {
16489
+ AdditionalOptions: serializeAws_json1_1AdditionalOptions(input.AdditionalOptions, context),
16490
+ })), (input.ConnectionName !== undefined &&
16491
+ input.ConnectionName !== null && { ConnectionName: input.ConnectionName })), (input.ConnectionType !== undefined &&
16492
+ input.ConnectionType !== null && { ConnectionType: input.ConnectionType })), (input.ConnectorName !== undefined && input.ConnectorName !== null && { ConnectorName: input.ConnectorName })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.OutputSchemas !== undefined &&
16493
+ input.OutputSchemas !== null && { OutputSchemas: serializeAws_json1_1GlueSchemas(input.OutputSchemas, context) }));
16494
+ };
16495
+ var serializeAws_json1_1SparkConnectorTarget = function (input, context) {
16496
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AdditionalOptions !== undefined &&
16497
+ input.AdditionalOptions !== null && {
16498
+ AdditionalOptions: serializeAws_json1_1AdditionalOptions(input.AdditionalOptions, context),
16499
+ })), (input.ConnectionName !== undefined &&
16500
+ input.ConnectionName !== null && { ConnectionName: input.ConnectionName })), (input.ConnectionType !== undefined &&
16501
+ input.ConnectionType !== null && { ConnectionType: input.ConnectionType })), (input.ConnectorName !== undefined && input.ConnectorName !== null && { ConnectorName: input.ConnectorName })), (input.Inputs !== undefined &&
16502
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.OutputSchemas !== undefined &&
16503
+ input.OutputSchemas !== null && { OutputSchemas: serializeAws_json1_1GlueSchemas(input.OutputSchemas, context) }));
16504
+ };
16505
+ var serializeAws_json1_1SparkSQL = function (input, context) {
16506
+ return __assign(__assign(__assign(__assign(__assign({}, (input.Inputs !== undefined &&
16507
+ input.Inputs !== null && { Inputs: serializeAws_json1_1ManyInputs(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.OutputSchemas !== undefined &&
16508
+ input.OutputSchemas !== null && { OutputSchemas: serializeAws_json1_1GlueSchemas(input.OutputSchemas, context) })), (input.SqlAliases !== undefined &&
16509
+ input.SqlAliases !== null && { SqlAliases: serializeAws_json1_1SqlAliases(input.SqlAliases, context) })), (input.SqlQuery !== undefined && input.SqlQuery !== null && { SqlQuery: input.SqlQuery }));
16510
+ };
16511
+ var serializeAws_json1_1Spigot = function (input, context) {
16512
+ return __assign(__assign(__assign(__assign(__assign({}, (input.Inputs !== undefined &&
16513
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Path !== undefined && input.Path !== null && { Path: input.Path })), (input.Prob !== undefined && input.Prob !== null && { Prob: __serializeFloat(input.Prob) })), (input.Topk !== undefined && input.Topk !== null && { Topk: input.Topk }));
16514
+ };
16515
+ var serializeAws_json1_1SplitFields = function (input, context) {
16516
+ return __assign(__assign(__assign({}, (input.Inputs !== undefined &&
16517
+ input.Inputs !== null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Paths !== undefined &&
16518
+ input.Paths !== null && { Paths: serializeAws_json1_1GlueStudioPathList(input.Paths, context) }));
16519
+ };
16520
+ var serializeAws_json1_1SqlAlias = function (input, context) {
16521
+ return __assign(__assign({}, (input.Alias !== undefined && input.Alias !== null && { Alias: input.Alias })), (input.From !== undefined && input.From !== null && { From: input.From }));
16522
+ };
16523
+ var serializeAws_json1_1SqlAliases = function (input, context) {
16524
+ return input
16525
+ .filter(function (e) { return e != null; })
16526
+ .map(function (entry) {
16527
+ if (entry === null) {
16528
+ return null;
16529
+ }
16530
+ return serializeAws_json1_1SqlAlias(entry, context);
16531
+ });
16532
+ };
15788
16533
  var serializeAws_json1_1StartBlueprintRunRequest = function (input, context) {
15789
16534
  return __assign(__assign(__assign({}, (input.BlueprintName !== undefined && input.BlueprintName !== null && { BlueprintName: input.BlueprintName })), (input.Parameters !== undefined && input.Parameters !== null && { Parameters: input.Parameters })), (input.RoleArn !== undefined && input.RoleArn !== null && { RoleArn: input.RoleArn }));
15790
16535
  };
@@ -15861,6 +16606,10 @@ var serializeAws_json1_1StorageDescriptor = function (input, context) {
15861
16606
  input.SortColumns !== null && { SortColumns: serializeAws_json1_1OrderList(input.SortColumns, context) })), (input.StoredAsSubDirectories !== undefined &&
15862
16607
  input.StoredAsSubDirectories !== null && { StoredAsSubDirectories: input.StoredAsSubDirectories }));
15863
16608
  };
16609
+ var serializeAws_json1_1StreamingDataPreviewOptions = function (input, context) {
16610
+ return __assign(__assign({}, (input.PollingTime !== undefined && input.PollingTime !== null && { PollingTime: input.PollingTime })), (input.RecordPollingLimit !== undefined &&
16611
+ input.RecordPollingLimit !== null && { RecordPollingLimit: input.RecordPollingLimit }));
16612
+ };
15864
16613
  var serializeAws_json1_1StringColumnStatisticsData = function (input, context) {
15865
16614
  return __assign(__assign(__assign(__assign({}, (input.AverageLength !== undefined &&
15866
16615
  input.AverageLength !== null && { AverageLength: __serializeFloat(input.AverageLength) })), (input.MaximumLength !== undefined && input.MaximumLength !== null && { MaximumLength: input.MaximumLength })), (input.NumberOfDistinctValues !== undefined &&
@@ -15980,6 +16729,20 @@ var serializeAws_json1_1TriggerUpdate = function (input, context) {
15980
16729
  })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.Predicate !== undefined &&
15981
16730
  input.Predicate !== null && { Predicate: serializeAws_json1_1Predicate(input.Predicate, context) })), (input.Schedule !== undefined && input.Schedule !== null && { Schedule: input.Schedule }));
15982
16731
  };
16732
+ var serializeAws_json1_1TwoInputs = function (input, context) {
16733
+ return input
16734
+ .filter(function (e) { return e != null; })
16735
+ .map(function (entry) {
16736
+ if (entry === null) {
16737
+ return null;
16738
+ }
16739
+ return entry;
16740
+ });
16741
+ };
16742
+ var serializeAws_json1_1Union = function (input, context) {
16743
+ return __assign(__assign(__assign({}, (input.Inputs !== undefined &&
16744
+ input.Inputs !== null && { Inputs: serializeAws_json1_1TwoInputs(input.Inputs, context) })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.UnionType !== undefined && input.UnionType !== null && { UnionType: input.UnionType }));
16745
+ };
15983
16746
  var serializeAws_json1_1UntagResourceRequest = function (input, context) {
15984
16747
  return __assign(__assign({}, (input.ResourceArn !== undefined && input.ResourceArn !== null && { ResourceArn: input.ResourceArn })), (input.TagsToRemove !== undefined &&
15985
16748
  input.TagsToRemove !== null && { TagsToRemove: serializeAws_json1_1TagKeysList(input.TagsToRemove, context) }));
@@ -16154,6 +16917,13 @@ var serializeAws_json1_1UpdateXMLClassifierRequest = function (input, context) {
16154
16917
  return __assign(__assign(__assign({}, (input.Classification !== undefined &&
16155
16918
  input.Classification !== null && { Classification: input.Classification })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.RowTag !== undefined && input.RowTag !== null && { RowTag: input.RowTag }));
16156
16919
  };
16920
+ var serializeAws_json1_1UpsertRedshiftTargetOptions = function (input, context) {
16921
+ return __assign(__assign(__assign({}, (input.ConnectionName !== undefined &&
16922
+ input.ConnectionName !== null && { ConnectionName: input.ConnectionName })), (input.TableLocation !== undefined && input.TableLocation !== null && { TableLocation: input.TableLocation })), (input.UpsertKeys !== undefined &&
16923
+ input.UpsertKeys !== null && {
16924
+ UpsertKeys: serializeAws_json1_1EnclosedInStringPropertiesMinOne(input.UpsertKeys, context),
16925
+ }));
16926
+ };
16157
16927
  var serializeAws_json1_1UserDefinedFunctionInput = function (input, context) {
16158
16928
  return __assign(__assign(__assign(__assign(__assign({}, (input.ClassName !== undefined && input.ClassName !== null && { ClassName: input.ClassName })), (input.FunctionName !== undefined && input.FunctionName !== null && { FunctionName: input.FunctionName })), (input.OwnerName !== undefined && input.OwnerName !== null && { OwnerName: input.OwnerName })), (input.OwnerType !== undefined && input.OwnerType !== null && { OwnerType: input.OwnerType })), (input.ResourceUris !== undefined &&
16159
16929
  input.ResourceUris !== null && {
@@ -16220,41 +16990,118 @@ var deserializeAws_json1_1ActionList = function (output, context) {
16220
16990
  });
16221
16991
  return retVal;
16222
16992
  };
16223
- var deserializeAws_json1_1AlreadyExistsException = function (output, context) {
16993
+ var deserializeAws_json1_1AdditionalOptions = function (output, context) {
16994
+ return Object.entries(output).reduce(function (acc, _a) {
16995
+ var _b;
16996
+ var _c = __read(_a, 2), key = _c[0], value = _c[1];
16997
+ if (value === null) {
16998
+ return acc;
16999
+ }
17000
+ return __assign(__assign({}, acc), (_b = {}, _b[key] = __expectString(value), _b));
17001
+ }, {});
17002
+ };
17003
+ var deserializeAws_json1_1Aggregate = function (output, context) {
16224
17004
  return {
16225
- Message: __expectString(output.Message),
17005
+ Aggs: output.Aggs !== undefined && output.Aggs !== null
17006
+ ? deserializeAws_json1_1AggregateOperations(output.Aggs, context)
17007
+ : undefined,
17008
+ Groups: output.Groups !== undefined && output.Groups !== null
17009
+ ? deserializeAws_json1_1GlueStudioPathList(output.Groups, context)
17010
+ : undefined,
17011
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
17012
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
17013
+ : undefined,
17014
+ Name: __expectString(output.Name),
16226
17015
  };
16227
17016
  };
16228
- var deserializeAws_json1_1BackfillError = function (output, context) {
17017
+ var deserializeAws_json1_1AggregateOperation = function (output, context) {
16229
17018
  return {
16230
- Code: __expectString(output.Code),
16231
- Partitions: output.Partitions !== undefined && output.Partitions !== null
16232
- ? deserializeAws_json1_1BackfillErroredPartitionsList(output.Partitions, context)
17019
+ AggFunc: __expectString(output.AggFunc),
17020
+ Column: output.Column !== undefined && output.Column !== null
17021
+ ? deserializeAws_json1_1EnclosedInStringProperties(output.Column, context)
16233
17022
  : undefined,
16234
17023
  };
16235
17024
  };
16236
- var deserializeAws_json1_1BackfillErroredPartitionsList = function (output, context) {
17025
+ var deserializeAws_json1_1AggregateOperations = function (output, context) {
16237
17026
  var retVal = (output || [])
16238
17027
  .filter(function (e) { return e != null; })
16239
17028
  .map(function (entry) {
16240
17029
  if (entry === null) {
16241
17030
  return null;
16242
17031
  }
16243
- return deserializeAws_json1_1PartitionValueList(entry, context);
17032
+ return deserializeAws_json1_1AggregateOperation(entry, context);
16244
17033
  });
16245
17034
  return retVal;
16246
17035
  };
16247
- var deserializeAws_json1_1BackfillErrors = function (output, context) {
16248
- var retVal = (output || [])
16249
- .filter(function (e) { return e != null; })
16250
- .map(function (entry) {
16251
- if (entry === null) {
17036
+ var deserializeAws_json1_1AlreadyExistsException = function (output, context) {
17037
+ return {
17038
+ Message: __expectString(output.Message),
17039
+ };
17040
+ };
17041
+ var deserializeAws_json1_1ApplyMapping = function (output, context) {
17042
+ return {
17043
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
17044
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
17045
+ : undefined,
17046
+ Mapping: output.Mapping !== undefined && output.Mapping !== null
17047
+ ? deserializeAws_json1_1Mappings(output.Mapping, context)
17048
+ : undefined,
17049
+ Name: __expectString(output.Name),
17050
+ };
17051
+ };
17052
+ var deserializeAws_json1_1AthenaConnectorSource = function (output, context) {
17053
+ return {
17054
+ ConnectionName: __expectString(output.ConnectionName),
17055
+ ConnectionTable: __expectString(output.ConnectionTable),
17056
+ ConnectionType: __expectString(output.ConnectionType),
17057
+ ConnectorName: __expectString(output.ConnectorName),
17058
+ Name: __expectString(output.Name),
17059
+ OutputSchemas: output.OutputSchemas !== undefined && output.OutputSchemas !== null
17060
+ ? deserializeAws_json1_1GlueSchemas(output.OutputSchemas, context)
17061
+ : undefined,
17062
+ SchemaName: __expectString(output.SchemaName),
17063
+ };
17064
+ };
17065
+ var deserializeAws_json1_1BackfillError = function (output, context) {
17066
+ return {
17067
+ Code: __expectString(output.Code),
17068
+ Partitions: output.Partitions !== undefined && output.Partitions !== null
17069
+ ? deserializeAws_json1_1BackfillErroredPartitionsList(output.Partitions, context)
17070
+ : undefined,
17071
+ };
17072
+ };
17073
+ var deserializeAws_json1_1BackfillErroredPartitionsList = function (output, context) {
17074
+ var retVal = (output || [])
17075
+ .filter(function (e) { return e != null; })
17076
+ .map(function (entry) {
17077
+ if (entry === null) {
17078
+ return null;
17079
+ }
17080
+ return deserializeAws_json1_1PartitionValueList(entry, context);
17081
+ });
17082
+ return retVal;
17083
+ };
17084
+ var deserializeAws_json1_1BackfillErrors = function (output, context) {
17085
+ var retVal = (output || [])
17086
+ .filter(function (e) { return e != null; })
17087
+ .map(function (entry) {
17088
+ if (entry === null) {
16252
17089
  return null;
16253
17090
  }
16254
17091
  return deserializeAws_json1_1BackfillError(entry, context);
16255
17092
  });
16256
17093
  return retVal;
16257
17094
  };
17095
+ var deserializeAws_json1_1BasicCatalogTarget = function (output, context) {
17096
+ return {
17097
+ Database: __expectString(output.Database),
17098
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
17099
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
17100
+ : undefined,
17101
+ Name: __expectString(output.Name),
17102
+ Table: __expectString(output.Table),
17103
+ };
17104
+ };
16258
17105
  var deserializeAws_json1_1BatchCreatePartitionResponse = function (output, context) {
16259
17106
  return {
16260
17107
  Errors: output.Errors !== undefined && output.Errors !== null
@@ -16580,6 +17427,49 @@ var deserializeAws_json1_1CatalogImportStatus = function (output, context) {
16580
17427
  ImportedBy: __expectString(output.ImportedBy),
16581
17428
  };
16582
17429
  };
17430
+ var deserializeAws_json1_1CatalogKafkaSource = function (output, context) {
17431
+ return {
17432
+ DataPreviewOptions: output.DataPreviewOptions !== undefined && output.DataPreviewOptions !== null
17433
+ ? deserializeAws_json1_1StreamingDataPreviewOptions(output.DataPreviewOptions, context)
17434
+ : undefined,
17435
+ Database: __expectString(output.Database),
17436
+ DetectSchema: __expectBoolean(output.DetectSchema),
17437
+ Name: __expectString(output.Name),
17438
+ StreamingOptions: output.StreamingOptions !== undefined && output.StreamingOptions !== null
17439
+ ? deserializeAws_json1_1KafkaStreamingSourceOptions(output.StreamingOptions, context)
17440
+ : undefined,
17441
+ Table: __expectString(output.Table),
17442
+ WindowSize: __expectInt32(output.WindowSize),
17443
+ };
17444
+ };
17445
+ var deserializeAws_json1_1CatalogKinesisSource = function (output, context) {
17446
+ return {
17447
+ DataPreviewOptions: output.DataPreviewOptions !== undefined && output.DataPreviewOptions !== null
17448
+ ? deserializeAws_json1_1StreamingDataPreviewOptions(output.DataPreviewOptions, context)
17449
+ : undefined,
17450
+ Database: __expectString(output.Database),
17451
+ DetectSchema: __expectBoolean(output.DetectSchema),
17452
+ Name: __expectString(output.Name),
17453
+ StreamingOptions: output.StreamingOptions !== undefined && output.StreamingOptions !== null
17454
+ ? deserializeAws_json1_1KinesisStreamingSourceOptions(output.StreamingOptions, context)
17455
+ : undefined,
17456
+ Table: __expectString(output.Table),
17457
+ WindowSize: __expectInt32(output.WindowSize),
17458
+ };
17459
+ };
17460
+ var deserializeAws_json1_1CatalogSchemaChangePolicy = function (output, context) {
17461
+ return {
17462
+ EnableUpdateCatalog: __expectBoolean(output.EnableUpdateCatalog),
17463
+ UpdateBehavior: __expectString(output.UpdateBehavior),
17464
+ };
17465
+ };
17466
+ var deserializeAws_json1_1CatalogSource = function (output, context) {
17467
+ return {
17468
+ Database: __expectString(output.Database),
17469
+ Name: __expectString(output.Name),
17470
+ Table: __expectString(output.Table),
17471
+ };
17472
+ };
16583
17473
  var deserializeAws_json1_1CatalogTablesList = function (output, context) {
16584
17474
  var retVal = (output || [])
16585
17475
  .filter(function (e) { return e != null; })
@@ -16661,6 +17551,168 @@ var deserializeAws_json1_1CloudWatchEncryption = function (output, context) {
16661
17551
  KmsKeyArn: __expectString(output.KmsKeyArn),
16662
17552
  };
16663
17553
  };
17554
+ var deserializeAws_json1_1CodeGenConfigurationNode = function (output, context) {
17555
+ return {
17556
+ Aggregate: output.Aggregate !== undefined && output.Aggregate !== null
17557
+ ? deserializeAws_json1_1Aggregate(output.Aggregate, context)
17558
+ : undefined,
17559
+ ApplyMapping: output.ApplyMapping !== undefined && output.ApplyMapping !== null
17560
+ ? deserializeAws_json1_1ApplyMapping(output.ApplyMapping, context)
17561
+ : undefined,
17562
+ AthenaConnectorSource: output.AthenaConnectorSource !== undefined && output.AthenaConnectorSource !== null
17563
+ ? deserializeAws_json1_1AthenaConnectorSource(output.AthenaConnectorSource, context)
17564
+ : undefined,
17565
+ CatalogKafkaSource: output.CatalogKafkaSource !== undefined && output.CatalogKafkaSource !== null
17566
+ ? deserializeAws_json1_1CatalogKafkaSource(output.CatalogKafkaSource, context)
17567
+ : undefined,
17568
+ CatalogKinesisSource: output.CatalogKinesisSource !== undefined && output.CatalogKinesisSource !== null
17569
+ ? deserializeAws_json1_1CatalogKinesisSource(output.CatalogKinesisSource, context)
17570
+ : undefined,
17571
+ CatalogSource: output.CatalogSource !== undefined && output.CatalogSource !== null
17572
+ ? deserializeAws_json1_1CatalogSource(output.CatalogSource, context)
17573
+ : undefined,
17574
+ CatalogTarget: output.CatalogTarget !== undefined && output.CatalogTarget !== null
17575
+ ? deserializeAws_json1_1BasicCatalogTarget(output.CatalogTarget, context)
17576
+ : undefined,
17577
+ CustomCode: output.CustomCode !== undefined && output.CustomCode !== null
17578
+ ? deserializeAws_json1_1CustomCode(output.CustomCode, context)
17579
+ : undefined,
17580
+ DirectKafkaSource: output.DirectKafkaSource !== undefined && output.DirectKafkaSource !== null
17581
+ ? deserializeAws_json1_1DirectKafkaSource(output.DirectKafkaSource, context)
17582
+ : undefined,
17583
+ DirectKinesisSource: output.DirectKinesisSource !== undefined && output.DirectKinesisSource !== null
17584
+ ? deserializeAws_json1_1DirectKinesisSource(output.DirectKinesisSource, context)
17585
+ : undefined,
17586
+ DropDuplicates: output.DropDuplicates !== undefined && output.DropDuplicates !== null
17587
+ ? deserializeAws_json1_1DropDuplicates(output.DropDuplicates, context)
17588
+ : undefined,
17589
+ DropFields: output.DropFields !== undefined && output.DropFields !== null
17590
+ ? deserializeAws_json1_1DropFields(output.DropFields, context)
17591
+ : undefined,
17592
+ DropNullFields: output.DropNullFields !== undefined && output.DropNullFields !== null
17593
+ ? deserializeAws_json1_1DropNullFields(output.DropNullFields, context)
17594
+ : undefined,
17595
+ DynamoDBCatalogSource: output.DynamoDBCatalogSource !== undefined && output.DynamoDBCatalogSource !== null
17596
+ ? deserializeAws_json1_1DynamoDBCatalogSource(output.DynamoDBCatalogSource, context)
17597
+ : undefined,
17598
+ FillMissingValues: output.FillMissingValues !== undefined && output.FillMissingValues !== null
17599
+ ? deserializeAws_json1_1FillMissingValues(output.FillMissingValues, context)
17600
+ : undefined,
17601
+ Filter: output.Filter !== undefined && output.Filter !== null
17602
+ ? deserializeAws_json1_1Filter(output.Filter, context)
17603
+ : undefined,
17604
+ GovernedCatalogSource: output.GovernedCatalogSource !== undefined && output.GovernedCatalogSource !== null
17605
+ ? deserializeAws_json1_1GovernedCatalogSource(output.GovernedCatalogSource, context)
17606
+ : undefined,
17607
+ GovernedCatalogTarget: output.GovernedCatalogTarget !== undefined && output.GovernedCatalogTarget !== null
17608
+ ? deserializeAws_json1_1GovernedCatalogTarget(output.GovernedCatalogTarget, context)
17609
+ : undefined,
17610
+ JDBCConnectorSource: output.JDBCConnectorSource !== undefined && output.JDBCConnectorSource !== null
17611
+ ? deserializeAws_json1_1JDBCConnectorSource(output.JDBCConnectorSource, context)
17612
+ : undefined,
17613
+ JDBCConnectorTarget: output.JDBCConnectorTarget !== undefined && output.JDBCConnectorTarget !== null
17614
+ ? deserializeAws_json1_1JDBCConnectorTarget(output.JDBCConnectorTarget, context)
17615
+ : undefined,
17616
+ Join: output.Join !== undefined && output.Join !== null ? deserializeAws_json1_1Join(output.Join, context) : undefined,
17617
+ Merge: output.Merge !== undefined && output.Merge !== null
17618
+ ? deserializeAws_json1_1Merge(output.Merge, context)
17619
+ : undefined,
17620
+ MicrosoftSQLServerCatalogSource: output.MicrosoftSQLServerCatalogSource !== undefined && output.MicrosoftSQLServerCatalogSource !== null
17621
+ ? deserializeAws_json1_1MicrosoftSQLServerCatalogSource(output.MicrosoftSQLServerCatalogSource, context)
17622
+ : undefined,
17623
+ MicrosoftSQLServerCatalogTarget: output.MicrosoftSQLServerCatalogTarget !== undefined && output.MicrosoftSQLServerCatalogTarget !== null
17624
+ ? deserializeAws_json1_1MicrosoftSQLServerCatalogTarget(output.MicrosoftSQLServerCatalogTarget, context)
17625
+ : undefined,
17626
+ MySQLCatalogSource: output.MySQLCatalogSource !== undefined && output.MySQLCatalogSource !== null
17627
+ ? deserializeAws_json1_1MySQLCatalogSource(output.MySQLCatalogSource, context)
17628
+ : undefined,
17629
+ MySQLCatalogTarget: output.MySQLCatalogTarget !== undefined && output.MySQLCatalogTarget !== null
17630
+ ? deserializeAws_json1_1MySQLCatalogTarget(output.MySQLCatalogTarget, context)
17631
+ : undefined,
17632
+ OracleSQLCatalogSource: output.OracleSQLCatalogSource !== undefined && output.OracleSQLCatalogSource !== null
17633
+ ? deserializeAws_json1_1OracleSQLCatalogSource(output.OracleSQLCatalogSource, context)
17634
+ : undefined,
17635
+ OracleSQLCatalogTarget: output.OracleSQLCatalogTarget !== undefined && output.OracleSQLCatalogTarget !== null
17636
+ ? deserializeAws_json1_1OracleSQLCatalogTarget(output.OracleSQLCatalogTarget, context)
17637
+ : undefined,
17638
+ PIIDetection: output.PIIDetection !== undefined && output.PIIDetection !== null
17639
+ ? deserializeAws_json1_1PIIDetection(output.PIIDetection, context)
17640
+ : undefined,
17641
+ PostgreSQLCatalogSource: output.PostgreSQLCatalogSource !== undefined && output.PostgreSQLCatalogSource !== null
17642
+ ? deserializeAws_json1_1PostgreSQLCatalogSource(output.PostgreSQLCatalogSource, context)
17643
+ : undefined,
17644
+ PostgreSQLCatalogTarget: output.PostgreSQLCatalogTarget !== undefined && output.PostgreSQLCatalogTarget !== null
17645
+ ? deserializeAws_json1_1PostgreSQLCatalogTarget(output.PostgreSQLCatalogTarget, context)
17646
+ : undefined,
17647
+ RedshiftSource: output.RedshiftSource !== undefined && output.RedshiftSource !== null
17648
+ ? deserializeAws_json1_1RedshiftSource(output.RedshiftSource, context)
17649
+ : undefined,
17650
+ RedshiftTarget: output.RedshiftTarget !== undefined && output.RedshiftTarget !== null
17651
+ ? deserializeAws_json1_1RedshiftTarget(output.RedshiftTarget, context)
17652
+ : undefined,
17653
+ RelationalCatalogSource: output.RelationalCatalogSource !== undefined && output.RelationalCatalogSource !== null
17654
+ ? deserializeAws_json1_1RelationalCatalogSource(output.RelationalCatalogSource, context)
17655
+ : undefined,
17656
+ RenameField: output.RenameField !== undefined && output.RenameField !== null
17657
+ ? deserializeAws_json1_1RenameField(output.RenameField, context)
17658
+ : undefined,
17659
+ S3CatalogSource: output.S3CatalogSource !== undefined && output.S3CatalogSource !== null
17660
+ ? deserializeAws_json1_1S3CatalogSource(output.S3CatalogSource, context)
17661
+ : undefined,
17662
+ S3CatalogTarget: output.S3CatalogTarget !== undefined && output.S3CatalogTarget !== null
17663
+ ? deserializeAws_json1_1S3CatalogTarget(output.S3CatalogTarget, context)
17664
+ : undefined,
17665
+ S3CsvSource: output.S3CsvSource !== undefined && output.S3CsvSource !== null
17666
+ ? deserializeAws_json1_1S3CsvSource(output.S3CsvSource, context)
17667
+ : undefined,
17668
+ S3DirectTarget: output.S3DirectTarget !== undefined && output.S3DirectTarget !== null
17669
+ ? deserializeAws_json1_1S3DirectTarget(output.S3DirectTarget, context)
17670
+ : undefined,
17671
+ S3GlueParquetTarget: output.S3GlueParquetTarget !== undefined && output.S3GlueParquetTarget !== null
17672
+ ? deserializeAws_json1_1S3GlueParquetTarget(output.S3GlueParquetTarget, context)
17673
+ : undefined,
17674
+ S3JsonSource: output.S3JsonSource !== undefined && output.S3JsonSource !== null
17675
+ ? deserializeAws_json1_1S3JsonSource(output.S3JsonSource, context)
17676
+ : undefined,
17677
+ S3ParquetSource: output.S3ParquetSource !== undefined && output.S3ParquetSource !== null
17678
+ ? deserializeAws_json1_1S3ParquetSource(output.S3ParquetSource, context)
17679
+ : undefined,
17680
+ SelectFields: output.SelectFields !== undefined && output.SelectFields !== null
17681
+ ? deserializeAws_json1_1SelectFields(output.SelectFields, context)
17682
+ : undefined,
17683
+ SelectFromCollection: output.SelectFromCollection !== undefined && output.SelectFromCollection !== null
17684
+ ? deserializeAws_json1_1SelectFromCollection(output.SelectFromCollection, context)
17685
+ : undefined,
17686
+ SparkConnectorSource: output.SparkConnectorSource !== undefined && output.SparkConnectorSource !== null
17687
+ ? deserializeAws_json1_1SparkConnectorSource(output.SparkConnectorSource, context)
17688
+ : undefined,
17689
+ SparkConnectorTarget: output.SparkConnectorTarget !== undefined && output.SparkConnectorTarget !== null
17690
+ ? deserializeAws_json1_1SparkConnectorTarget(output.SparkConnectorTarget, context)
17691
+ : undefined,
17692
+ SparkSQL: output.SparkSQL !== undefined && output.SparkSQL !== null
17693
+ ? deserializeAws_json1_1SparkSQL(output.SparkSQL, context)
17694
+ : undefined,
17695
+ Spigot: output.Spigot !== undefined && output.Spigot !== null
17696
+ ? deserializeAws_json1_1Spigot(output.Spigot, context)
17697
+ : undefined,
17698
+ SplitFields: output.SplitFields !== undefined && output.SplitFields !== null
17699
+ ? deserializeAws_json1_1SplitFields(output.SplitFields, context)
17700
+ : undefined,
17701
+ Union: output.Union !== undefined && output.Union !== null
17702
+ ? deserializeAws_json1_1Union(output.Union, context)
17703
+ : undefined,
17704
+ };
17705
+ };
17706
+ var deserializeAws_json1_1CodeGenConfigurationNodes = function (output, context) {
17707
+ return Object.entries(output).reduce(function (acc, _a) {
17708
+ var _b;
17709
+ var _c = __read(_a, 2), key = _c[0], value = _c[1];
17710
+ if (value === null) {
17711
+ return acc;
17712
+ }
17713
+ return __assign(__assign({}, acc), (_b = {}, _b[key] = deserializeAws_json1_1CodeGenConfigurationNode(value, context), _b));
17714
+ }, {});
17715
+ };
16664
17716
  var deserializeAws_json1_1CodeGenEdge = function (output, context) {
16665
17717
  return {
16666
17718
  Source: __expectString(output.Source),
@@ -17290,6 +18342,19 @@ var deserializeAws_json1_1CsvHeader = function (output, context) {
17290
18342
  });
17291
18343
  return retVal;
17292
18344
  };
18345
+ var deserializeAws_json1_1CustomCode = function (output, context) {
18346
+ return {
18347
+ ClassName: __expectString(output.ClassName),
18348
+ Code: __expectString(output.Code),
18349
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
18350
+ ? deserializeAws_json1_1ManyInputs(output.Inputs, context)
18351
+ : undefined,
18352
+ Name: __expectString(output.Name),
18353
+ OutputSchemas: output.OutputSchemas !== undefined && output.OutputSchemas !== null
18354
+ ? deserializeAws_json1_1GlueSchemas(output.OutputSchemas, context)
18355
+ : undefined,
18356
+ };
18357
+ };
17293
18358
  var deserializeAws_json1_1CustomEntityType = function (output, context) {
17294
18359
  return {
17295
18360
  ContextWords: output.ContextWords !== undefined && output.ContextWords !== null
@@ -17395,6 +18460,12 @@ var deserializeAws_json1_1DataLakePrincipal = function (output, context) {
17395
18460
  DataLakePrincipalIdentifier: __expectString(output.DataLakePrincipalIdentifier),
17396
18461
  };
17397
18462
  };
18463
+ var deserializeAws_json1_1Datatype = function (output, context) {
18464
+ return {
18465
+ Id: __expectString(output.Id),
18466
+ Label: __expectString(output.Label),
18467
+ };
18468
+ };
17398
18469
  var deserializeAws_json1_1DateColumnStatisticsData = function (output, context) {
17399
18470
  return {
17400
18471
  MaximumValue: output.MaximumValue !== undefined && output.MaximumValue !== null
@@ -17617,6 +18688,40 @@ var deserializeAws_json1_1DevEndpointNames = function (output, context) {
17617
18688
  });
17618
18689
  return retVal;
17619
18690
  };
18691
+ var deserializeAws_json1_1DirectKafkaSource = function (output, context) {
18692
+ return {
18693
+ DataPreviewOptions: output.DataPreviewOptions !== undefined && output.DataPreviewOptions !== null
18694
+ ? deserializeAws_json1_1StreamingDataPreviewOptions(output.DataPreviewOptions, context)
18695
+ : undefined,
18696
+ DetectSchema: __expectBoolean(output.DetectSchema),
18697
+ Name: __expectString(output.Name),
18698
+ StreamingOptions: output.StreamingOptions !== undefined && output.StreamingOptions !== null
18699
+ ? deserializeAws_json1_1KafkaStreamingSourceOptions(output.StreamingOptions, context)
18700
+ : undefined,
18701
+ WindowSize: __expectInt32(output.WindowSize),
18702
+ };
18703
+ };
18704
+ var deserializeAws_json1_1DirectKinesisSource = function (output, context) {
18705
+ return {
18706
+ DataPreviewOptions: output.DataPreviewOptions !== undefined && output.DataPreviewOptions !== null
18707
+ ? deserializeAws_json1_1StreamingDataPreviewOptions(output.DataPreviewOptions, context)
18708
+ : undefined,
18709
+ DetectSchema: __expectBoolean(output.DetectSchema),
18710
+ Name: __expectString(output.Name),
18711
+ StreamingOptions: output.StreamingOptions !== undefined && output.StreamingOptions !== null
18712
+ ? deserializeAws_json1_1KinesisStreamingSourceOptions(output.StreamingOptions, context)
18713
+ : undefined,
18714
+ WindowSize: __expectInt32(output.WindowSize),
18715
+ };
18716
+ };
18717
+ var deserializeAws_json1_1DirectSchemaChangePolicy = function (output, context) {
18718
+ return {
18719
+ Database: __expectString(output.Database),
18720
+ EnableUpdateCatalog: __expectBoolean(output.EnableUpdateCatalog),
18721
+ Table: __expectString(output.Table),
18722
+ UpdateBehavior: __expectString(output.UpdateBehavior),
18723
+ };
18724
+ };
17620
18725
  var deserializeAws_json1_1DoubleColumnStatisticsData = function (output, context) {
17621
18726
  return {
17622
18727
  MaximumValue: __limitedParseDouble(output.MaximumValue),
@@ -17625,6 +18730,49 @@ var deserializeAws_json1_1DoubleColumnStatisticsData = function (output, context
17625
18730
  NumberOfNulls: __expectLong(output.NumberOfNulls),
17626
18731
  };
17627
18732
  };
18733
+ var deserializeAws_json1_1DropDuplicates = function (output, context) {
18734
+ return {
18735
+ Columns: output.Columns !== undefined && output.Columns !== null
18736
+ ? deserializeAws_json1_1LimitedPathList(output.Columns, context)
18737
+ : undefined,
18738
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
18739
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
18740
+ : undefined,
18741
+ Name: __expectString(output.Name),
18742
+ };
18743
+ };
18744
+ var deserializeAws_json1_1DropFields = function (output, context) {
18745
+ return {
18746
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
18747
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
18748
+ : undefined,
18749
+ Name: __expectString(output.Name),
18750
+ Paths: output.Paths !== undefined && output.Paths !== null
18751
+ ? deserializeAws_json1_1GlueStudioPathList(output.Paths, context)
18752
+ : undefined,
18753
+ };
18754
+ };
18755
+ var deserializeAws_json1_1DropNullFields = function (output, context) {
18756
+ return {
18757
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
18758
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
18759
+ : undefined,
18760
+ Name: __expectString(output.Name),
18761
+ NullCheckBoxList: output.NullCheckBoxList !== undefined && output.NullCheckBoxList !== null
18762
+ ? deserializeAws_json1_1NullCheckBoxList(output.NullCheckBoxList, context)
18763
+ : undefined,
18764
+ NullTextList: output.NullTextList !== undefined && output.NullTextList !== null
18765
+ ? deserializeAws_json1_1NullValueFields(output.NullTextList, context)
18766
+ : undefined,
18767
+ };
18768
+ };
18769
+ var deserializeAws_json1_1DynamoDBCatalogSource = function (output, context) {
18770
+ return {
18771
+ Database: __expectString(output.Database),
18772
+ Name: __expectString(output.Name),
18773
+ Table: __expectString(output.Table),
18774
+ };
18775
+ };
17628
18776
  var deserializeAws_json1_1DynamoDBTarget = function (output, context) {
17629
18777
  return {
17630
18778
  Path: __expectString(output.Path),
@@ -17660,6 +18808,28 @@ var deserializeAws_json1_1EdgeList = function (output, context) {
17660
18808
  });
17661
18809
  return retVal;
17662
18810
  };
18811
+ var deserializeAws_json1_1EnclosedInStringProperties = function (output, context) {
18812
+ var retVal = (output || [])
18813
+ .filter(function (e) { return e != null; })
18814
+ .map(function (entry) {
18815
+ if (entry === null) {
18816
+ return null;
18817
+ }
18818
+ return __expectString(entry);
18819
+ });
18820
+ return retVal;
18821
+ };
18822
+ var deserializeAws_json1_1EnclosedInStringPropertiesMinOne = function (output, context) {
18823
+ var retVal = (output || [])
18824
+ .filter(function (e) { return e != null; })
18825
+ .map(function (entry) {
18826
+ if (entry === null) {
18827
+ return null;
18828
+ }
18829
+ return __expectString(entry);
18830
+ });
18831
+ return retVal;
18832
+ };
17663
18833
  var deserializeAws_json1_1EncryptionAtRest = function (output, context) {
17664
18834
  return {
17665
18835
  CatalogEncryptionMode: __expectString(output.CatalogEncryptionMode),
@@ -17730,6 +18900,67 @@ var deserializeAws_json1_1ExportLabelsTaskRunProperties = function (output, cont
17730
18900
  OutputS3Path: __expectString(output.OutputS3Path),
17731
18901
  };
17732
18902
  };
18903
+ var deserializeAws_json1_1FillMissingValues = function (output, context) {
18904
+ return {
18905
+ FilledPath: __expectString(output.FilledPath),
18906
+ ImputedPath: __expectString(output.ImputedPath),
18907
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
18908
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
18909
+ : undefined,
18910
+ Name: __expectString(output.Name),
18911
+ };
18912
+ };
18913
+ var deserializeAws_json1_1Filter = function (output, context) {
18914
+ return {
18915
+ Filters: output.Filters !== undefined && output.Filters !== null
18916
+ ? deserializeAws_json1_1FilterExpressions(output.Filters, context)
18917
+ : undefined,
18918
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
18919
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
18920
+ : undefined,
18921
+ LogicalOperator: __expectString(output.LogicalOperator),
18922
+ Name: __expectString(output.Name),
18923
+ };
18924
+ };
18925
+ var deserializeAws_json1_1FilterExpression = function (output, context) {
18926
+ return {
18927
+ Negated: __expectBoolean(output.Negated),
18928
+ Operation: __expectString(output.Operation),
18929
+ Values: output.Values !== undefined && output.Values !== null
18930
+ ? deserializeAws_json1_1FilterValues(output.Values, context)
18931
+ : undefined,
18932
+ };
18933
+ };
18934
+ var deserializeAws_json1_1FilterExpressions = function (output, context) {
18935
+ var retVal = (output || [])
18936
+ .filter(function (e) { return e != null; })
18937
+ .map(function (entry) {
18938
+ if (entry === null) {
18939
+ return null;
18940
+ }
18941
+ return deserializeAws_json1_1FilterExpression(entry, context);
18942
+ });
18943
+ return retVal;
18944
+ };
18945
+ var deserializeAws_json1_1FilterValue = function (output, context) {
18946
+ return {
18947
+ Type: __expectString(output.Type),
18948
+ Value: output.Value !== undefined && output.Value !== null
18949
+ ? deserializeAws_json1_1EnclosedInStringProperties(output.Value, context)
18950
+ : undefined,
18951
+ };
18952
+ };
18953
+ var deserializeAws_json1_1FilterValues = function (output, context) {
18954
+ var retVal = (output || [])
18955
+ .filter(function (e) { return e != null; })
18956
+ .map(function (entry) {
18957
+ if (entry === null) {
18958
+ return null;
18959
+ }
18960
+ return deserializeAws_json1_1FilterValue(entry, context);
18961
+ });
18962
+ return retVal;
18963
+ };
17733
18964
  var deserializeAws_json1_1FindMatchesMetrics = function (output, context) {
17734
18965
  return {
17735
18966
  AreaUnderPRCurve: __limitedParseDouble(output.AreaUnderPRCurve),
@@ -18342,31 +19573,104 @@ var deserializeAws_json1_1GluePolicy = function (output, context) {
18342
19573
  : undefined,
18343
19574
  };
18344
19575
  };
18345
- var deserializeAws_json1_1GlueTable = function (output, context) {
19576
+ var deserializeAws_json1_1GlueSchema = function (output, context) {
18346
19577
  return {
18347
- CatalogId: __expectString(output.CatalogId),
18348
- ConnectionName: __expectString(output.ConnectionName),
18349
- DatabaseName: __expectString(output.DatabaseName),
18350
- TableName: __expectString(output.TableName),
19578
+ Columns: output.Columns !== undefined && output.Columns !== null
19579
+ ? deserializeAws_json1_1GlueStudioSchemaColumnList(output.Columns, context)
19580
+ : undefined,
18351
19581
  };
18352
19582
  };
18353
- var deserializeAws_json1_1GlueTables = function (output, context) {
19583
+ var deserializeAws_json1_1GlueSchemas = function (output, context) {
18354
19584
  var retVal = (output || [])
18355
19585
  .filter(function (e) { return e != null; })
18356
19586
  .map(function (entry) {
18357
19587
  if (entry === null) {
18358
19588
  return null;
18359
19589
  }
18360
- return deserializeAws_json1_1GlueTable(entry, context);
19590
+ return deserializeAws_json1_1GlueSchema(entry, context);
18361
19591
  });
18362
19592
  return retVal;
18363
19593
  };
18364
- var deserializeAws_json1_1GrokClassifier = function (output, context) {
18365
- return {
18366
- Classification: __expectString(output.Classification),
18367
- CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
18368
- ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
18369
- : undefined,
19594
+ var deserializeAws_json1_1GlueStudioPathList = function (output, context) {
19595
+ var retVal = (output || [])
19596
+ .filter(function (e) { return e != null; })
19597
+ .map(function (entry) {
19598
+ if (entry === null) {
19599
+ return null;
19600
+ }
19601
+ return deserializeAws_json1_1EnclosedInStringProperties(entry, context);
19602
+ });
19603
+ return retVal;
19604
+ };
19605
+ var deserializeAws_json1_1GlueStudioSchemaColumn = function (output, context) {
19606
+ return {
19607
+ Name: __expectString(output.Name),
19608
+ Type: __expectString(output.Type),
19609
+ };
19610
+ };
19611
+ var deserializeAws_json1_1GlueStudioSchemaColumnList = function (output, context) {
19612
+ var retVal = (output || [])
19613
+ .filter(function (e) { return e != null; })
19614
+ .map(function (entry) {
19615
+ if (entry === null) {
19616
+ return null;
19617
+ }
19618
+ return deserializeAws_json1_1GlueStudioSchemaColumn(entry, context);
19619
+ });
19620
+ return retVal;
19621
+ };
19622
+ var deserializeAws_json1_1GlueTable = function (output, context) {
19623
+ return {
19624
+ CatalogId: __expectString(output.CatalogId),
19625
+ ConnectionName: __expectString(output.ConnectionName),
19626
+ DatabaseName: __expectString(output.DatabaseName),
19627
+ TableName: __expectString(output.TableName),
19628
+ };
19629
+ };
19630
+ var deserializeAws_json1_1GlueTables = function (output, context) {
19631
+ var retVal = (output || [])
19632
+ .filter(function (e) { return e != null; })
19633
+ .map(function (entry) {
19634
+ if (entry === null) {
19635
+ return null;
19636
+ }
19637
+ return deserializeAws_json1_1GlueTable(entry, context);
19638
+ });
19639
+ return retVal;
19640
+ };
19641
+ var deserializeAws_json1_1GovernedCatalogSource = function (output, context) {
19642
+ return {
19643
+ AdditionalOptions: output.AdditionalOptions !== undefined && output.AdditionalOptions !== null
19644
+ ? deserializeAws_json1_1S3SourceAdditionalOptions(output.AdditionalOptions, context)
19645
+ : undefined,
19646
+ Database: __expectString(output.Database),
19647
+ Name: __expectString(output.Name),
19648
+ PartitionPredicate: __expectString(output.PartitionPredicate),
19649
+ Table: __expectString(output.Table),
19650
+ };
19651
+ };
19652
+ var deserializeAws_json1_1GovernedCatalogTarget = function (output, context) {
19653
+ return {
19654
+ Database: __expectString(output.Database),
19655
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
19656
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
19657
+ : undefined,
19658
+ Name: __expectString(output.Name),
19659
+ PartitionKeys: output.PartitionKeys !== undefined && output.PartitionKeys !== null
19660
+ ? deserializeAws_json1_1GlueStudioPathList(output.PartitionKeys, context)
19661
+ : undefined,
19662
+ SchemaChangePolicy: output.SchemaChangePolicy !== undefined && output.SchemaChangePolicy !== null
19663
+ ? deserializeAws_json1_1CatalogSchemaChangePolicy(output.SchemaChangePolicy, context)
19664
+ : undefined,
19665
+ Table: __expectString(output.Table),
19666
+ };
19667
+ };
19668
+ var deserializeAws_json1_1GrokClassifier = function (output, context) {
19669
+ return {
19670
+ Classification: __expectString(output.Classification),
19671
+ CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
19672
+ ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
19673
+ : undefined,
18370
19674
  CustomPatterns: __expectString(output.CustomPatterns),
18371
19675
  GrokPattern: __expectString(output.GrokPattern),
18372
19676
  LastUpdated: output.LastUpdated !== undefined && output.LastUpdated !== null
@@ -18420,6 +19724,66 @@ var deserializeAws_json1_1InvalidStateException = function (output, context) {
18420
19724
  Message: __expectString(output.Message),
18421
19725
  };
18422
19726
  };
19727
+ var deserializeAws_json1_1JDBCConnectorOptions = function (output, context) {
19728
+ return {
19729
+ DataTypeMapping: output.DataTypeMapping !== undefined && output.DataTypeMapping !== null
19730
+ ? deserializeAws_json1_1JDBCDataTypeMapping(output.DataTypeMapping, context)
19731
+ : undefined,
19732
+ FilterPredicate: __expectString(output.FilterPredicate),
19733
+ JobBookmarkKeys: output.JobBookmarkKeys !== undefined && output.JobBookmarkKeys !== null
19734
+ ? deserializeAws_json1_1EnclosedInStringProperties(output.JobBookmarkKeys, context)
19735
+ : undefined,
19736
+ JobBookmarkKeysSortOrder: __expectString(output.JobBookmarkKeysSortOrder),
19737
+ LowerBound: __expectLong(output.LowerBound),
19738
+ NumPartitions: __expectLong(output.NumPartitions),
19739
+ PartitionColumn: __expectString(output.PartitionColumn),
19740
+ UpperBound: __expectLong(output.UpperBound),
19741
+ };
19742
+ };
19743
+ var deserializeAws_json1_1JDBCConnectorSource = function (output, context) {
19744
+ return {
19745
+ AdditionalOptions: output.AdditionalOptions !== undefined && output.AdditionalOptions !== null
19746
+ ? deserializeAws_json1_1JDBCConnectorOptions(output.AdditionalOptions, context)
19747
+ : undefined,
19748
+ ConnectionName: __expectString(output.ConnectionName),
19749
+ ConnectionTable: __expectString(output.ConnectionTable),
19750
+ ConnectionType: __expectString(output.ConnectionType),
19751
+ ConnectorName: __expectString(output.ConnectorName),
19752
+ Name: __expectString(output.Name),
19753
+ OutputSchemas: output.OutputSchemas !== undefined && output.OutputSchemas !== null
19754
+ ? deserializeAws_json1_1GlueSchemas(output.OutputSchemas, context)
19755
+ : undefined,
19756
+ Query: __expectString(output.Query),
19757
+ };
19758
+ };
19759
+ var deserializeAws_json1_1JDBCConnectorTarget = function (output, context) {
19760
+ return {
19761
+ AdditionalOptions: output.AdditionalOptions !== undefined && output.AdditionalOptions !== null
19762
+ ? deserializeAws_json1_1AdditionalOptions(output.AdditionalOptions, context)
19763
+ : undefined,
19764
+ ConnectionName: __expectString(output.ConnectionName),
19765
+ ConnectionTable: __expectString(output.ConnectionTable),
19766
+ ConnectionType: __expectString(output.ConnectionType),
19767
+ ConnectorName: __expectString(output.ConnectorName),
19768
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
19769
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
19770
+ : undefined,
19771
+ Name: __expectString(output.Name),
19772
+ OutputSchemas: output.OutputSchemas !== undefined && output.OutputSchemas !== null
19773
+ ? deserializeAws_json1_1GlueSchemas(output.OutputSchemas, context)
19774
+ : undefined,
19775
+ };
19776
+ };
19777
+ var deserializeAws_json1_1JDBCDataTypeMapping = function (output, context) {
19778
+ return Object.entries(output).reduce(function (acc, _a) {
19779
+ var _b;
19780
+ var _c = __read(_a, 2), key = _c[0], value = _c[1];
19781
+ if (value === null) {
19782
+ return acc;
19783
+ }
19784
+ return __assign(__assign({}, acc), (_b = {}, _b[key] = __expectString(value), _b));
19785
+ }, {});
19786
+ };
18423
19787
  var deserializeAws_json1_1JdbcTarget = function (output, context) {
18424
19788
  return {
18425
19789
  ConnectionName: __expectString(output.ConnectionName),
@@ -18443,6 +19807,9 @@ var deserializeAws_json1_1JdbcTargetList = function (output, context) {
18443
19807
  var deserializeAws_json1_1Job = function (output, context) {
18444
19808
  return {
18445
19809
  AllocatedCapacity: __expectInt32(output.AllocatedCapacity),
19810
+ CodeGenConfigurationNodes: output.CodeGenConfigurationNodes !== undefined && output.CodeGenConfigurationNodes !== null
19811
+ ? deserializeAws_json1_1CodeGenConfigurationNodes(output.CodeGenConfigurationNodes, context)
19812
+ : undefined,
18446
19813
  Command: output.Command !== undefined && output.Command !== null
18447
19814
  ? deserializeAws_json1_1JobCommand(output.Command, context)
18448
19815
  : undefined,
@@ -18583,6 +19950,37 @@ var deserializeAws_json1_1JobRunList = function (output, context) {
18583
19950
  });
18584
19951
  return retVal;
18585
19952
  };
19953
+ var deserializeAws_json1_1Join = function (output, context) {
19954
+ return {
19955
+ Columns: output.Columns !== undefined && output.Columns !== null
19956
+ ? deserializeAws_json1_1JoinColumns(output.Columns, context)
19957
+ : undefined,
19958
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
19959
+ ? deserializeAws_json1_1TwoInputs(output.Inputs, context)
19960
+ : undefined,
19961
+ JoinType: __expectString(output.JoinType),
19962
+ Name: __expectString(output.Name),
19963
+ };
19964
+ };
19965
+ var deserializeAws_json1_1JoinColumn = function (output, context) {
19966
+ return {
19967
+ From: __expectString(output.From),
19968
+ Keys: output.Keys !== undefined && output.Keys !== null
19969
+ ? deserializeAws_json1_1GlueStudioPathList(output.Keys, context)
19970
+ : undefined,
19971
+ };
19972
+ };
19973
+ var deserializeAws_json1_1JoinColumns = function (output, context) {
19974
+ var retVal = (output || [])
19975
+ .filter(function (e) { return e != null; })
19976
+ .map(function (entry) {
19977
+ if (entry === null) {
19978
+ return null;
19979
+ }
19980
+ return deserializeAws_json1_1JoinColumn(entry, context);
19981
+ });
19982
+ return retVal;
19983
+ };
18586
19984
  var deserializeAws_json1_1JsonClassifier = function (output, context) {
18587
19985
  return {
18588
19986
  CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
@@ -18596,6 +19994,25 @@ var deserializeAws_json1_1JsonClassifier = function (output, context) {
18596
19994
  Version: __expectLong(output.Version),
18597
19995
  };
18598
19996
  };
19997
+ var deserializeAws_json1_1KafkaStreamingSourceOptions = function (output, context) {
19998
+ return {
19999
+ Assign: __expectString(output.Assign),
20000
+ BootstrapServers: __expectString(output.BootstrapServers),
20001
+ Classification: __expectString(output.Classification),
20002
+ ConnectionName: __expectString(output.ConnectionName),
20003
+ Delimiter: __expectString(output.Delimiter),
20004
+ EndingOffsets: __expectString(output.EndingOffsets),
20005
+ MaxOffsetsPerTrigger: __expectLong(output.MaxOffsetsPerTrigger),
20006
+ MinPartitions: __expectInt32(output.MinPartitions),
20007
+ NumRetries: __expectInt32(output.NumRetries),
20008
+ PollTimeoutMs: __expectLong(output.PollTimeoutMs),
20009
+ RetryIntervalMs: __expectLong(output.RetryIntervalMs),
20010
+ SecurityProtocol: __expectString(output.SecurityProtocol),
20011
+ StartingOffsets: __expectString(output.StartingOffsets),
20012
+ SubscribePattern: __expectString(output.SubscribePattern),
20013
+ TopicName: __expectString(output.TopicName),
20014
+ };
20015
+ };
18599
20016
  var deserializeAws_json1_1KeySchemaElement = function (output, context) {
18600
20017
  return {
18601
20018
  Name: __expectString(output.Name),
@@ -18613,6 +20030,28 @@ var deserializeAws_json1_1KeySchemaElementList = function (output, context) {
18613
20030
  });
18614
20031
  return retVal;
18615
20032
  };
20033
+ var deserializeAws_json1_1KinesisStreamingSourceOptions = function (output, context) {
20034
+ return {
20035
+ AddIdleTimeBetweenReads: __expectBoolean(output.AddIdleTimeBetweenReads),
20036
+ AvoidEmptyBatches: __expectBoolean(output.AvoidEmptyBatches),
20037
+ Classification: __expectString(output.Classification),
20038
+ Delimiter: __expectString(output.Delimiter),
20039
+ DescribeShardInterval: __expectLong(output.DescribeShardInterval),
20040
+ EndpointUrl: __expectString(output.EndpointUrl),
20041
+ IdleTimeBetweenReadsInMs: __expectLong(output.IdleTimeBetweenReadsInMs),
20042
+ MaxFetchRecordsPerShard: __expectLong(output.MaxFetchRecordsPerShard),
20043
+ MaxFetchTimeInMs: __expectLong(output.MaxFetchTimeInMs),
20044
+ MaxRecordPerRead: __expectLong(output.MaxRecordPerRead),
20045
+ MaxRetryIntervalMs: __expectLong(output.MaxRetryIntervalMs),
20046
+ NumRetries: __expectInt32(output.NumRetries),
20047
+ RetryIntervalMs: __expectLong(output.RetryIntervalMs),
20048
+ RoleArn: __expectString(output.RoleArn),
20049
+ RoleSessionName: __expectString(output.RoleSessionName),
20050
+ StartingPosition: __expectString(output.StartingPosition),
20051
+ StreamArn: __expectString(output.StreamArn),
20052
+ StreamName: __expectString(output.StreamName),
20053
+ };
20054
+ };
18616
20055
  var deserializeAws_json1_1LabelingSetGenerationTaskRunProperties = function (output, context) {
18617
20056
  return {
18618
20057
  OutputS3Path: __expectString(output.OutputS3Path),
@@ -18647,6 +20086,28 @@ var deserializeAws_json1_1LastCrawlInfo = function (output, context) {
18647
20086
  Status: __expectString(output.Status),
18648
20087
  };
18649
20088
  };
20089
+ var deserializeAws_json1_1LimitedPathList = function (output, context) {
20090
+ var retVal = (output || [])
20091
+ .filter(function (e) { return e != null; })
20092
+ .map(function (entry) {
20093
+ if (entry === null) {
20094
+ return null;
20095
+ }
20096
+ return deserializeAws_json1_1LimitedStringList(entry, context);
20097
+ });
20098
+ return retVal;
20099
+ };
20100
+ var deserializeAws_json1_1LimitedStringList = function (output, context) {
20101
+ var retVal = (output || [])
20102
+ .filter(function (e) { return e != null; })
20103
+ .map(function (entry) {
20104
+ if (entry === null) {
20105
+ return null;
20106
+ }
20107
+ return __expectString(entry);
20108
+ });
20109
+ return retVal;
20110
+ };
18650
20111
  var deserializeAws_json1_1LineageConfiguration = function (output, context) {
18651
20112
  return {
18652
20113
  CrawlerLineageSettings: __expectString(output.CrawlerLineageSettings),
@@ -18788,6 +20249,31 @@ var deserializeAws_json1_1LongColumnStatisticsData = function (output, context)
18788
20249
  NumberOfNulls: __expectLong(output.NumberOfNulls),
18789
20250
  };
18790
20251
  };
20252
+ var deserializeAws_json1_1ManyInputs = function (output, context) {
20253
+ var retVal = (output || [])
20254
+ .filter(function (e) { return e != null; })
20255
+ .map(function (entry) {
20256
+ if (entry === null) {
20257
+ return null;
20258
+ }
20259
+ return __expectString(entry);
20260
+ });
20261
+ return retVal;
20262
+ };
20263
+ var deserializeAws_json1_1Mapping = function (output, context) {
20264
+ return {
20265
+ Children: output.Children !== undefined && output.Children !== null
20266
+ ? deserializeAws_json1_1Mappings(output.Children, context)
20267
+ : undefined,
20268
+ Dropped: __expectBoolean(output.Dropped),
20269
+ FromPath: output.FromPath !== undefined && output.FromPath !== null
20270
+ ? deserializeAws_json1_1EnclosedInStringProperties(output.FromPath, context)
20271
+ : undefined,
20272
+ FromType: __expectString(output.FromType),
20273
+ ToKey: __expectString(output.ToKey),
20274
+ ToType: __expectString(output.ToType),
20275
+ };
20276
+ };
18791
20277
  var deserializeAws_json1_1MappingEntry = function (output, context) {
18792
20278
  return {
18793
20279
  SourcePath: __expectString(output.SourcePath),
@@ -18809,6 +20295,17 @@ var deserializeAws_json1_1MappingList = function (output, context) {
18809
20295
  });
18810
20296
  return retVal;
18811
20297
  };
20298
+ var deserializeAws_json1_1Mappings = function (output, context) {
20299
+ var retVal = (output || [])
20300
+ .filter(function (e) { return e != null; })
20301
+ .map(function (entry) {
20302
+ if (entry === null) {
20303
+ return null;
20304
+ }
20305
+ return deserializeAws_json1_1Mapping(entry, context);
20306
+ });
20307
+ return retVal;
20308
+ };
18812
20309
  var deserializeAws_json1_1MapValue = function (output, context) {
18813
20310
  return Object.entries(output).reduce(function (acc, _a) {
18814
20311
  var _b;
@@ -18830,6 +20327,18 @@ var deserializeAws_json1_1MatchCriteria = function (output, context) {
18830
20327
  });
18831
20328
  return retVal;
18832
20329
  };
20330
+ var deserializeAws_json1_1Merge = function (output, context) {
20331
+ return {
20332
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
20333
+ ? deserializeAws_json1_1TwoInputs(output.Inputs, context)
20334
+ : undefined,
20335
+ Name: __expectString(output.Name),
20336
+ PrimaryKeys: output.PrimaryKeys !== undefined && output.PrimaryKeys !== null
20337
+ ? deserializeAws_json1_1GlueStudioPathList(output.PrimaryKeys, context)
20338
+ : undefined,
20339
+ Source: __expectString(output.Source),
20340
+ };
20341
+ };
18833
20342
  var deserializeAws_json1_1MetadataInfo = function (output, context) {
18834
20343
  return {
18835
20344
  CreatedTime: __expectString(output.CreatedTime),
@@ -18849,6 +20358,23 @@ var deserializeAws_json1_1MetadataInfoMap = function (output, context) {
18849
20358
  return __assign(__assign({}, acc), (_b = {}, _b[key] = deserializeAws_json1_1MetadataInfo(value, context), _b));
18850
20359
  }, {});
18851
20360
  };
20361
+ var deserializeAws_json1_1MicrosoftSQLServerCatalogSource = function (output, context) {
20362
+ return {
20363
+ Database: __expectString(output.Database),
20364
+ Name: __expectString(output.Name),
20365
+ Table: __expectString(output.Table),
20366
+ };
20367
+ };
20368
+ var deserializeAws_json1_1MicrosoftSQLServerCatalogTarget = function (output, context) {
20369
+ return {
20370
+ Database: __expectString(output.Database),
20371
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
20372
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
20373
+ : undefined,
20374
+ Name: __expectString(output.Name),
20375
+ Table: __expectString(output.Table),
20376
+ };
20377
+ };
18852
20378
  var deserializeAws_json1_1MLTransform = function (output, context) {
18853
20379
  return {
18854
20380
  CreatedOn: output.CreatedOn !== undefined && output.CreatedOn !== null
@@ -18915,6 +20441,23 @@ var deserializeAws_json1_1MongoDBTargetList = function (output, context) {
18915
20441
  });
18916
20442
  return retVal;
18917
20443
  };
20444
+ var deserializeAws_json1_1MySQLCatalogSource = function (output, context) {
20445
+ return {
20446
+ Database: __expectString(output.Database),
20447
+ Name: __expectString(output.Name),
20448
+ Table: __expectString(output.Table),
20449
+ };
20450
+ };
20451
+ var deserializeAws_json1_1MySQLCatalogTarget = function (output, context) {
20452
+ return {
20453
+ Database: __expectString(output.Database),
20454
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
20455
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
20456
+ : undefined,
20457
+ Name: __expectString(output.Name),
20458
+ Table: __expectString(output.Table),
20459
+ };
20460
+ };
18918
20461
  var deserializeAws_json1_1NameStringList = function (output, context) {
18919
20462
  var retVal = (output || [])
18920
20463
  .filter(function (e) { return e != null; })
@@ -18974,11 +20517,65 @@ var deserializeAws_json1_1NotificationProperty = function (output, context) {
18974
20517
  NotifyDelayAfter: __expectInt32(output.NotifyDelayAfter),
18975
20518
  };
18976
20519
  };
20520
+ var deserializeAws_json1_1NullCheckBoxList = function (output, context) {
20521
+ return {
20522
+ IsEmpty: __expectBoolean(output.IsEmpty),
20523
+ IsNegOne: __expectBoolean(output.IsNegOne),
20524
+ IsNullString: __expectBoolean(output.IsNullString),
20525
+ };
20526
+ };
20527
+ var deserializeAws_json1_1NullValueField = function (output, context) {
20528
+ return {
20529
+ Datatype: output.Datatype !== undefined && output.Datatype !== null
20530
+ ? deserializeAws_json1_1Datatype(output.Datatype, context)
20531
+ : undefined,
20532
+ Value: __expectString(output.Value),
20533
+ };
20534
+ };
20535
+ var deserializeAws_json1_1NullValueFields = function (output, context) {
20536
+ var retVal = (output || [])
20537
+ .filter(function (e) { return e != null; })
20538
+ .map(function (entry) {
20539
+ if (entry === null) {
20540
+ return null;
20541
+ }
20542
+ return deserializeAws_json1_1NullValueField(entry, context);
20543
+ });
20544
+ return retVal;
20545
+ };
20546
+ var deserializeAws_json1_1OneInput = function (output, context) {
20547
+ var retVal = (output || [])
20548
+ .filter(function (e) { return e != null; })
20549
+ .map(function (entry) {
20550
+ if (entry === null) {
20551
+ return null;
20552
+ }
20553
+ return __expectString(entry);
20554
+ });
20555
+ return retVal;
20556
+ };
18977
20557
  var deserializeAws_json1_1OperationTimeoutException = function (output, context) {
18978
20558
  return {
18979
20559
  Message: __expectString(output.Message),
18980
20560
  };
18981
20561
  };
20562
+ var deserializeAws_json1_1OracleSQLCatalogSource = function (output, context) {
20563
+ return {
20564
+ Database: __expectString(output.Database),
20565
+ Name: __expectString(output.Name),
20566
+ Table: __expectString(output.Table),
20567
+ };
20568
+ };
20569
+ var deserializeAws_json1_1OracleSQLCatalogTarget = function (output, context) {
20570
+ return {
20571
+ Database: __expectString(output.Database),
20572
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
20573
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
20574
+ : undefined,
20575
+ Name: __expectString(output.Name),
20576
+ Table: __expectString(output.Table),
20577
+ };
20578
+ };
18982
20579
  var deserializeAws_json1_1OrchestrationArgumentsMap = function (output, context) {
18983
20580
  return Object.entries(output).reduce(function (acc, _a) {
18984
20581
  var _b;
@@ -19167,6 +20764,39 @@ var deserializeAws_json1_1PhysicalConnectionRequirements = function (output, con
19167
20764
  SubnetId: __expectString(output.SubnetId),
19168
20765
  };
19169
20766
  };
20767
+ var deserializeAws_json1_1PIIDetection = function (output, context) {
20768
+ return {
20769
+ EntityTypesToDetect: output.EntityTypesToDetect !== undefined && output.EntityTypesToDetect !== null
20770
+ ? deserializeAws_json1_1EnclosedInStringProperties(output.EntityTypesToDetect, context)
20771
+ : undefined,
20772
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
20773
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
20774
+ : undefined,
20775
+ MaskValue: __expectString(output.MaskValue),
20776
+ Name: __expectString(output.Name),
20777
+ OutputColumnName: __expectString(output.OutputColumnName),
20778
+ PiiType: __expectString(output.PiiType),
20779
+ SampleFraction: __limitedParseDouble(output.SampleFraction),
20780
+ ThresholdFraction: __limitedParseDouble(output.ThresholdFraction),
20781
+ };
20782
+ };
20783
+ var deserializeAws_json1_1PostgreSQLCatalogSource = function (output, context) {
20784
+ return {
20785
+ Database: __expectString(output.Database),
20786
+ Name: __expectString(output.Name),
20787
+ Table: __expectString(output.Table),
20788
+ };
20789
+ };
20790
+ var deserializeAws_json1_1PostgreSQLCatalogTarget = function (output, context) {
20791
+ return {
20792
+ Database: __expectString(output.Database),
20793
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
20794
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
20795
+ : undefined,
20796
+ Name: __expectString(output.Name),
20797
+ Table: __expectString(output.Table),
20798
+ };
20799
+ };
19170
20800
  var deserializeAws_json1_1Predecessor = function (output, context) {
19171
20801
  return {
19172
20802
  JobName: __expectString(output.JobName),
@@ -19261,6 +20891,30 @@ var deserializeAws_json1_1RecrawlPolicy = function (output, context) {
19261
20891
  RecrawlBehavior: __expectString(output.RecrawlBehavior),
19262
20892
  };
19263
20893
  };
20894
+ var deserializeAws_json1_1RedshiftSource = function (output, context) {
20895
+ return {
20896
+ Database: __expectString(output.Database),
20897
+ Name: __expectString(output.Name),
20898
+ RedshiftTmpDir: __expectString(output.RedshiftTmpDir),
20899
+ Table: __expectString(output.Table),
20900
+ TmpDirIAMRole: __expectString(output.TmpDirIAMRole),
20901
+ };
20902
+ };
20903
+ var deserializeAws_json1_1RedshiftTarget = function (output, context) {
20904
+ return {
20905
+ Database: __expectString(output.Database),
20906
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
20907
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
20908
+ : undefined,
20909
+ Name: __expectString(output.Name),
20910
+ RedshiftTmpDir: __expectString(output.RedshiftTmpDir),
20911
+ Table: __expectString(output.Table),
20912
+ TmpDirIAMRole: __expectString(output.TmpDirIAMRole),
20913
+ UpsertRedshiftOptions: output.UpsertRedshiftOptions !== undefined && output.UpsertRedshiftOptions !== null
20914
+ ? deserializeAws_json1_1UpsertRedshiftTargetOptions(output.UpsertRedshiftOptions, context)
20915
+ : undefined,
20916
+ };
20917
+ };
19264
20918
  var deserializeAws_json1_1RegisterSchemaVersionResponse = function (output, context) {
19265
20919
  return {
19266
20920
  SchemaVersionId: __expectString(output.SchemaVersionId),
@@ -19289,6 +20943,13 @@ var deserializeAws_json1_1RegistryListItem = function (output, context) {
19289
20943
  UpdatedTime: __expectString(output.UpdatedTime),
19290
20944
  };
19291
20945
  };
20946
+ var deserializeAws_json1_1RelationalCatalogSource = function (output, context) {
20947
+ return {
20948
+ Database: __expectString(output.Database),
20949
+ Name: __expectString(output.Name),
20950
+ Table: __expectString(output.Table),
20951
+ };
20952
+ };
19292
20953
  var deserializeAws_json1_1RemoveSchemaVersionMetadataResponse = function (output, context) {
19293
20954
  return {
19294
20955
  LatestVersion: __expectBoolean(output.LatestVersion),
@@ -19301,6 +20962,20 @@ var deserializeAws_json1_1RemoveSchemaVersionMetadataResponse = function (output
19301
20962
  VersionNumber: __expectLong(output.VersionNumber),
19302
20963
  };
19303
20964
  };
20965
+ var deserializeAws_json1_1RenameField = function (output, context) {
20966
+ return {
20967
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
20968
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
20969
+ : undefined,
20970
+ Name: __expectString(output.Name),
20971
+ SourcePath: output.SourcePath !== undefined && output.SourcePath !== null
20972
+ ? deserializeAws_json1_1EnclosedInStringProperties(output.SourcePath, context)
20973
+ : undefined,
20974
+ TargetPath: output.TargetPath !== undefined && output.TargetPath !== null
20975
+ ? deserializeAws_json1_1EnclosedInStringProperties(output.TargetPath, context)
20976
+ : undefined,
20977
+ };
20978
+ };
19304
20979
  var deserializeAws_json1_1ResetJobBookmarkResponse = function (output, context) {
19305
20980
  return {
19306
20981
  JobBookmarkEntry: output.JobBookmarkEntry !== undefined && output.JobBookmarkEntry !== null
@@ -19348,6 +21023,89 @@ var deserializeAws_json1_1RunStatementResponse = function (output, context) {
19348
21023
  Id: __expectInt32(output.Id),
19349
21024
  };
19350
21025
  };
21026
+ var deserializeAws_json1_1S3CatalogSource = function (output, context) {
21027
+ return {
21028
+ AdditionalOptions: output.AdditionalOptions !== undefined && output.AdditionalOptions !== null
21029
+ ? deserializeAws_json1_1S3SourceAdditionalOptions(output.AdditionalOptions, context)
21030
+ : undefined,
21031
+ Database: __expectString(output.Database),
21032
+ Name: __expectString(output.Name),
21033
+ PartitionPredicate: __expectString(output.PartitionPredicate),
21034
+ Table: __expectString(output.Table),
21035
+ };
21036
+ };
21037
+ var deserializeAws_json1_1S3CatalogTarget = function (output, context) {
21038
+ return {
21039
+ Database: __expectString(output.Database),
21040
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
21041
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
21042
+ : undefined,
21043
+ Name: __expectString(output.Name),
21044
+ PartitionKeys: output.PartitionKeys !== undefined && output.PartitionKeys !== null
21045
+ ? deserializeAws_json1_1GlueStudioPathList(output.PartitionKeys, context)
21046
+ : undefined,
21047
+ SchemaChangePolicy: output.SchemaChangePolicy !== undefined && output.SchemaChangePolicy !== null
21048
+ ? deserializeAws_json1_1CatalogSchemaChangePolicy(output.SchemaChangePolicy, context)
21049
+ : undefined,
21050
+ Table: __expectString(output.Table),
21051
+ };
21052
+ };
21053
+ var deserializeAws_json1_1S3CsvSource = function (output, context) {
21054
+ return {
21055
+ AdditionalOptions: output.AdditionalOptions !== undefined && output.AdditionalOptions !== null
21056
+ ? deserializeAws_json1_1S3DirectSourceAdditionalOptions(output.AdditionalOptions, context)
21057
+ : undefined,
21058
+ CompressionType: __expectString(output.CompressionType),
21059
+ Escaper: __expectString(output.Escaper),
21060
+ Exclusions: output.Exclusions !== undefined && output.Exclusions !== null
21061
+ ? deserializeAws_json1_1EnclosedInStringProperties(output.Exclusions, context)
21062
+ : undefined,
21063
+ GroupFiles: __expectString(output.GroupFiles),
21064
+ GroupSize: __expectString(output.GroupSize),
21065
+ MaxBand: __expectInt32(output.MaxBand),
21066
+ MaxFilesInBand: __expectInt32(output.MaxFilesInBand),
21067
+ Multiline: __expectBoolean(output.Multiline),
21068
+ Name: __expectString(output.Name),
21069
+ OptimizePerformance: __expectBoolean(output.OptimizePerformance),
21070
+ OutputSchemas: output.OutputSchemas !== undefined && output.OutputSchemas !== null
21071
+ ? deserializeAws_json1_1GlueSchemas(output.OutputSchemas, context)
21072
+ : undefined,
21073
+ Paths: output.Paths !== undefined && output.Paths !== null
21074
+ ? deserializeAws_json1_1EnclosedInStringProperties(output.Paths, context)
21075
+ : undefined,
21076
+ QuoteChar: __expectString(output.QuoteChar),
21077
+ Recurse: __expectBoolean(output.Recurse),
21078
+ Separator: __expectString(output.Separator),
21079
+ SkipFirst: __expectBoolean(output.SkipFirst),
21080
+ WithHeader: __expectBoolean(output.WithHeader),
21081
+ WriteHeader: __expectBoolean(output.WriteHeader),
21082
+ };
21083
+ };
21084
+ var deserializeAws_json1_1S3DirectSourceAdditionalOptions = function (output, context) {
21085
+ return {
21086
+ BoundedFiles: __expectLong(output.BoundedFiles),
21087
+ BoundedSize: __expectLong(output.BoundedSize),
21088
+ EnableSamplePath: __expectBoolean(output.EnableSamplePath),
21089
+ SamplePath: __expectString(output.SamplePath),
21090
+ };
21091
+ };
21092
+ var deserializeAws_json1_1S3DirectTarget = function (output, context) {
21093
+ return {
21094
+ Compression: __expectString(output.Compression),
21095
+ Format: __expectString(output.Format),
21096
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
21097
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
21098
+ : undefined,
21099
+ Name: __expectString(output.Name),
21100
+ PartitionKeys: output.PartitionKeys !== undefined && output.PartitionKeys !== null
21101
+ ? deserializeAws_json1_1GlueStudioPathList(output.PartitionKeys, context)
21102
+ : undefined,
21103
+ Path: __expectString(output.Path),
21104
+ SchemaChangePolicy: output.SchemaChangePolicy !== undefined && output.SchemaChangePolicy !== null
21105
+ ? deserializeAws_json1_1DirectSchemaChangePolicy(output.SchemaChangePolicy, context)
21106
+ : undefined,
21107
+ };
21108
+ };
19351
21109
  var deserializeAws_json1_1S3Encryption = function (output, context) {
19352
21110
  return {
19353
21111
  KmsKeyArn: __expectString(output.KmsKeyArn),
@@ -19365,6 +21123,76 @@ var deserializeAws_json1_1S3EncryptionList = function (output, context) {
19365
21123
  });
19366
21124
  return retVal;
19367
21125
  };
21126
+ var deserializeAws_json1_1S3GlueParquetTarget = function (output, context) {
21127
+ return {
21128
+ Compression: __expectString(output.Compression),
21129
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
21130
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
21131
+ : undefined,
21132
+ Name: __expectString(output.Name),
21133
+ PartitionKeys: output.PartitionKeys !== undefined && output.PartitionKeys !== null
21134
+ ? deserializeAws_json1_1GlueStudioPathList(output.PartitionKeys, context)
21135
+ : undefined,
21136
+ Path: __expectString(output.Path),
21137
+ SchemaChangePolicy: output.SchemaChangePolicy !== undefined && output.SchemaChangePolicy !== null
21138
+ ? deserializeAws_json1_1DirectSchemaChangePolicy(output.SchemaChangePolicy, context)
21139
+ : undefined,
21140
+ };
21141
+ };
21142
+ var deserializeAws_json1_1S3JsonSource = function (output, context) {
21143
+ return {
21144
+ AdditionalOptions: output.AdditionalOptions !== undefined && output.AdditionalOptions !== null
21145
+ ? deserializeAws_json1_1S3DirectSourceAdditionalOptions(output.AdditionalOptions, context)
21146
+ : undefined,
21147
+ CompressionType: __expectString(output.CompressionType),
21148
+ Exclusions: output.Exclusions !== undefined && output.Exclusions !== null
21149
+ ? deserializeAws_json1_1EnclosedInStringProperties(output.Exclusions, context)
21150
+ : undefined,
21151
+ GroupFiles: __expectString(output.GroupFiles),
21152
+ GroupSize: __expectString(output.GroupSize),
21153
+ JsonPath: __expectString(output.JsonPath),
21154
+ MaxBand: __expectInt32(output.MaxBand),
21155
+ MaxFilesInBand: __expectInt32(output.MaxFilesInBand),
21156
+ Multiline: __expectBoolean(output.Multiline),
21157
+ Name: __expectString(output.Name),
21158
+ OutputSchemas: output.OutputSchemas !== undefined && output.OutputSchemas !== null
21159
+ ? deserializeAws_json1_1GlueSchemas(output.OutputSchemas, context)
21160
+ : undefined,
21161
+ Paths: output.Paths !== undefined && output.Paths !== null
21162
+ ? deserializeAws_json1_1EnclosedInStringProperties(output.Paths, context)
21163
+ : undefined,
21164
+ Recurse: __expectBoolean(output.Recurse),
21165
+ };
21166
+ };
21167
+ var deserializeAws_json1_1S3ParquetSource = function (output, context) {
21168
+ return {
21169
+ AdditionalOptions: output.AdditionalOptions !== undefined && output.AdditionalOptions !== null
21170
+ ? deserializeAws_json1_1S3DirectSourceAdditionalOptions(output.AdditionalOptions, context)
21171
+ : undefined,
21172
+ CompressionType: __expectString(output.CompressionType),
21173
+ Exclusions: output.Exclusions !== undefined && output.Exclusions !== null
21174
+ ? deserializeAws_json1_1EnclosedInStringProperties(output.Exclusions, context)
21175
+ : undefined,
21176
+ GroupFiles: __expectString(output.GroupFiles),
21177
+ GroupSize: __expectString(output.GroupSize),
21178
+ MaxBand: __expectInt32(output.MaxBand),
21179
+ MaxFilesInBand: __expectInt32(output.MaxFilesInBand),
21180
+ Name: __expectString(output.Name),
21181
+ OutputSchemas: output.OutputSchemas !== undefined && output.OutputSchemas !== null
21182
+ ? deserializeAws_json1_1GlueSchemas(output.OutputSchemas, context)
21183
+ : undefined,
21184
+ Paths: output.Paths !== undefined && output.Paths !== null
21185
+ ? deserializeAws_json1_1EnclosedInStringProperties(output.Paths, context)
21186
+ : undefined,
21187
+ Recurse: __expectBoolean(output.Recurse),
21188
+ };
21189
+ };
21190
+ var deserializeAws_json1_1S3SourceAdditionalOptions = function (output, context) {
21191
+ return {
21192
+ BoundedFiles: __expectLong(output.BoundedFiles),
21193
+ BoundedSize: __expectLong(output.BoundedSize),
21194
+ };
21195
+ };
19368
21196
  var deserializeAws_json1_1S3Target = function (output, context) {
19369
21197
  return {
19370
21198
  ConnectionName: __expectString(output.ConnectionName),
@@ -19539,6 +21367,26 @@ var deserializeAws_json1_1SecurityGroupIdList = function (output, context) {
19539
21367
  });
19540
21368
  return retVal;
19541
21369
  };
21370
+ var deserializeAws_json1_1SelectFields = function (output, context) {
21371
+ return {
21372
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
21373
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
21374
+ : undefined,
21375
+ Name: __expectString(output.Name),
21376
+ Paths: output.Paths !== undefined && output.Paths !== null
21377
+ ? deserializeAws_json1_1GlueStudioPathList(output.Paths, context)
21378
+ : undefined,
21379
+ };
21380
+ };
21381
+ var deserializeAws_json1_1SelectFromCollection = function (output, context) {
21382
+ return {
21383
+ Index: __expectInt32(output.Index),
21384
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
21385
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
21386
+ : undefined,
21387
+ Name: __expectString(output.Name),
21388
+ };
21389
+ };
19542
21390
  var deserializeAws_json1_1SerDeInfo = function (output, context) {
19543
21391
  return {
19544
21392
  Name: __expectString(output.Name),
@@ -19614,6 +21462,91 @@ var deserializeAws_json1_1SkewedInfo = function (output, context) {
19614
21462
  : undefined,
19615
21463
  };
19616
21464
  };
21465
+ var deserializeAws_json1_1SparkConnectorSource = function (output, context) {
21466
+ return {
21467
+ AdditionalOptions: output.AdditionalOptions !== undefined && output.AdditionalOptions !== null
21468
+ ? deserializeAws_json1_1AdditionalOptions(output.AdditionalOptions, context)
21469
+ : undefined,
21470
+ ConnectionName: __expectString(output.ConnectionName),
21471
+ ConnectionType: __expectString(output.ConnectionType),
21472
+ ConnectorName: __expectString(output.ConnectorName),
21473
+ Name: __expectString(output.Name),
21474
+ OutputSchemas: output.OutputSchemas !== undefined && output.OutputSchemas !== null
21475
+ ? deserializeAws_json1_1GlueSchemas(output.OutputSchemas, context)
21476
+ : undefined,
21477
+ };
21478
+ };
21479
+ var deserializeAws_json1_1SparkConnectorTarget = function (output, context) {
21480
+ return {
21481
+ AdditionalOptions: output.AdditionalOptions !== undefined && output.AdditionalOptions !== null
21482
+ ? deserializeAws_json1_1AdditionalOptions(output.AdditionalOptions, context)
21483
+ : undefined,
21484
+ ConnectionName: __expectString(output.ConnectionName),
21485
+ ConnectionType: __expectString(output.ConnectionType),
21486
+ ConnectorName: __expectString(output.ConnectorName),
21487
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
21488
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
21489
+ : undefined,
21490
+ Name: __expectString(output.Name),
21491
+ OutputSchemas: output.OutputSchemas !== undefined && output.OutputSchemas !== null
21492
+ ? deserializeAws_json1_1GlueSchemas(output.OutputSchemas, context)
21493
+ : undefined,
21494
+ };
21495
+ };
21496
+ var deserializeAws_json1_1SparkSQL = function (output, context) {
21497
+ return {
21498
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
21499
+ ? deserializeAws_json1_1ManyInputs(output.Inputs, context)
21500
+ : undefined,
21501
+ Name: __expectString(output.Name),
21502
+ OutputSchemas: output.OutputSchemas !== undefined && output.OutputSchemas !== null
21503
+ ? deserializeAws_json1_1GlueSchemas(output.OutputSchemas, context)
21504
+ : undefined,
21505
+ SqlAliases: output.SqlAliases !== undefined && output.SqlAliases !== null
21506
+ ? deserializeAws_json1_1SqlAliases(output.SqlAliases, context)
21507
+ : undefined,
21508
+ SqlQuery: __expectString(output.SqlQuery),
21509
+ };
21510
+ };
21511
+ var deserializeAws_json1_1Spigot = function (output, context) {
21512
+ return {
21513
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
21514
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
21515
+ : undefined,
21516
+ Name: __expectString(output.Name),
21517
+ Path: __expectString(output.Path),
21518
+ Prob: __limitedParseDouble(output.Prob),
21519
+ Topk: __expectInt32(output.Topk),
21520
+ };
21521
+ };
21522
+ var deserializeAws_json1_1SplitFields = function (output, context) {
21523
+ return {
21524
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
21525
+ ? deserializeAws_json1_1OneInput(output.Inputs, context)
21526
+ : undefined,
21527
+ Name: __expectString(output.Name),
21528
+ Paths: output.Paths !== undefined && output.Paths !== null
21529
+ ? deserializeAws_json1_1GlueStudioPathList(output.Paths, context)
21530
+ : undefined,
21531
+ };
21532
+ };
21533
+ var deserializeAws_json1_1SqlAlias = function (output, context) {
21534
+ return {
21535
+ Alias: __expectString(output.Alias),
21536
+ From: __expectString(output.From),
21537
+ };
21538
+ };
21539
+ var deserializeAws_json1_1SqlAliases = function (output, context) {
21540
+ var retVal = (output || [])
21541
+ .filter(function (e) { return e != null; })
21542
+ .map(function (entry) {
21543
+ if (entry === null) {
21544
+ return null;
21545
+ }
21546
+ return deserializeAws_json1_1SqlAlias(entry, context);
21547
+ });
21548
+ return retVal;
21549
+ };
19617
21550
  var deserializeAws_json1_1StartBlueprintRunResponse = function (output, context) {
19618
21551
  return {
19619
21552
  RunId: __expectString(output.RunId),
@@ -19762,6 +21695,12 @@ var deserializeAws_json1_1StorageDescriptor = function (output, context) {
19762
21695
  StoredAsSubDirectories: __expectBoolean(output.StoredAsSubDirectories),
19763
21696
  };
19764
21697
  };
21698
+ var deserializeAws_json1_1StreamingDataPreviewOptions = function (output, context) {
21699
+ return {
21700
+ PollingTime: __expectLong(output.PollingTime),
21701
+ RecordPollingLimit: __expectLong(output.RecordPollingLimit),
21702
+ };
21703
+ };
19765
21704
  var deserializeAws_json1_1StringColumnStatisticsData = function (output, context) {
19766
21705
  return {
19767
21706
  AverageLength: __limitedParseDouble(output.AverageLength),
@@ -20048,6 +21987,17 @@ var deserializeAws_json1_1TriggerNodeDetails = function (output, context) {
20048
21987
  : undefined,
20049
21988
  };
20050
21989
  };
21990
+ var deserializeAws_json1_1TwoInputs = function (output, context) {
21991
+ var retVal = (output || [])
21992
+ .filter(function (e) { return e != null; })
21993
+ .map(function (entry) {
21994
+ if (entry === null) {
21995
+ return null;
21996
+ }
21997
+ return __expectString(entry);
21998
+ });
21999
+ return retVal;
22000
+ };
20051
22001
  var deserializeAws_json1_1UnfilteredPartition = function (output, context) {
20052
22002
  return {
20053
22003
  AuthorizedColumns: output.AuthorizedColumns !== undefined && output.AuthorizedColumns !== null
@@ -20070,6 +22020,15 @@ var deserializeAws_json1_1UnfilteredPartitionList = function (output, context) {
20070
22020
  });
20071
22021
  return retVal;
20072
22022
  };
22023
+ var deserializeAws_json1_1Union = function (output, context) {
22024
+ return {
22025
+ Inputs: output.Inputs !== undefined && output.Inputs !== null
22026
+ ? deserializeAws_json1_1TwoInputs(output.Inputs, context)
22027
+ : undefined,
22028
+ Name: __expectString(output.Name),
22029
+ UnionType: __expectString(output.UnionType),
22030
+ };
22031
+ };
20073
22032
  var deserializeAws_json1_1UntagResourceResponse = function (output, context) {
20074
22033
  return {};
20075
22034
  };
@@ -20154,6 +22113,15 @@ var deserializeAws_json1_1UpdateWorkflowResponse = function (output, context) {
20154
22113
  Name: __expectString(output.Name),
20155
22114
  };
20156
22115
  };
22116
+ var deserializeAws_json1_1UpsertRedshiftTargetOptions = function (output, context) {
22117
+ return {
22118
+ ConnectionName: __expectString(output.ConnectionName),
22119
+ TableLocation: __expectString(output.TableLocation),
22120
+ UpsertKeys: output.UpsertKeys !== undefined && output.UpsertKeys !== null
22121
+ ? deserializeAws_json1_1EnclosedInStringPropertiesMinOne(output.UpsertKeys, context)
22122
+ : undefined,
22123
+ };
22124
+ };
20157
22125
  var deserializeAws_json1_1UserDefinedFunction = function (output, context) {
20158
22126
  return {
20159
22127
  CatalogId: __expectString(output.CatalogId),