@aws-sdk/client-glue 3.219.0 → 3.221.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 (196) hide show
  1. package/dist-cjs/Glue.js +240 -0
  2. package/dist-cjs/commands/BatchGetDataQualityResultCommand.js +46 -0
  3. package/dist-cjs/commands/CancelDataQualityRuleRecommendationRunCommand.js +46 -0
  4. package/dist-cjs/commands/CancelDataQualityRulesetEvaluationRunCommand.js +46 -0
  5. package/dist-cjs/commands/CreateDataQualityRulesetCommand.js +46 -0
  6. package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +3 -3
  7. package/dist-cjs/commands/CreateSessionCommand.js +3 -3
  8. package/dist-cjs/commands/CreateTableCommand.js +3 -3
  9. package/dist-cjs/commands/CreateTriggerCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteDataQualityRulesetCommand.js +46 -0
  11. package/dist-cjs/commands/GetDataQualityResultCommand.js +46 -0
  12. package/dist-cjs/commands/GetDataQualityRuleRecommendationRunCommand.js +46 -0
  13. package/dist-cjs/commands/GetDataQualityRulesetCommand.js +46 -0
  14. package/dist-cjs/commands/GetDataQualityRulesetEvaluationRunCommand.js +46 -0
  15. package/dist-cjs/commands/ListDataQualityResultsCommand.js +46 -0
  16. package/dist-cjs/commands/ListDataQualityRuleRecommendationRunsCommand.js +46 -0
  17. package/dist-cjs/commands/ListDataQualityRulesetEvaluationRunsCommand.js +46 -0
  18. package/dist-cjs/commands/ListDataQualityRulesetsCommand.js +46 -0
  19. package/dist-cjs/commands/ListDevEndpointsCommand.js +3 -3
  20. package/dist-cjs/commands/ListJobsCommand.js +3 -3
  21. package/dist-cjs/commands/ListMLTransformsCommand.js +3 -3
  22. package/dist-cjs/commands/ListRegistriesCommand.js +3 -3
  23. package/dist-cjs/commands/ListSchemaVersionsCommand.js +3 -3
  24. package/dist-cjs/commands/ListSchemasCommand.js +3 -3
  25. package/dist-cjs/commands/ListSessionsCommand.js +3 -3
  26. package/dist-cjs/commands/ListStatementsCommand.js +3 -3
  27. package/dist-cjs/commands/ListTriggersCommand.js +3 -3
  28. package/dist-cjs/commands/ListWorkflowsCommand.js +3 -3
  29. package/dist-cjs/commands/PutDataCatalogEncryptionSettingsCommand.js +3 -3
  30. package/dist-cjs/commands/PutResourcePolicyCommand.js +3 -3
  31. package/dist-cjs/commands/StartDataQualityRuleRecommendationRunCommand.js +46 -0
  32. package/dist-cjs/commands/StartDataQualityRulesetEvaluationRunCommand.js +46 -0
  33. package/dist-cjs/commands/UpdateDataQualityRulesetCommand.js +46 -0
  34. package/dist-cjs/commands/index.js +16 -0
  35. package/dist-cjs/models/models_0.js +86 -91
  36. package/dist-cjs/models/models_1.js +133 -127
  37. package/dist-cjs/models/models_2.js +211 -3
  38. package/dist-cjs/pagination/ListDataQualityResultsPaginator.js +36 -0
  39. package/dist-cjs/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +36 -0
  40. package/dist-cjs/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +36 -0
  41. package/dist-cjs/pagination/ListDataQualityRulesetsPaginator.js +36 -0
  42. package/dist-cjs/pagination/index.js +4 -0
  43. package/dist-cjs/protocols/Aws_json1_1.js +1492 -40
  44. package/dist-es/Glue.js +240 -0
  45. package/dist-es/commands/BatchGetDataQualityResultCommand.js +42 -0
  46. package/dist-es/commands/CancelDataQualityRuleRecommendationRunCommand.js +42 -0
  47. package/dist-es/commands/CancelDataQualityRulesetEvaluationRunCommand.js +42 -0
  48. package/dist-es/commands/CreateDataQualityRulesetCommand.js +42 -0
  49. package/dist-es/commands/CreateSecurityConfigurationCommand.js +1 -1
  50. package/dist-es/commands/CreateSessionCommand.js +1 -1
  51. package/dist-es/commands/CreateTableCommand.js +1 -1
  52. package/dist-es/commands/CreateTriggerCommand.js +1 -1
  53. package/dist-es/commands/DeleteDataQualityRulesetCommand.js +42 -0
  54. package/dist-es/commands/GetDataQualityResultCommand.js +42 -0
  55. package/dist-es/commands/GetDataQualityRuleRecommendationRunCommand.js +42 -0
  56. package/dist-es/commands/GetDataQualityRulesetCommand.js +42 -0
  57. package/dist-es/commands/GetDataQualityRulesetEvaluationRunCommand.js +42 -0
  58. package/dist-es/commands/ListDataQualityResultsCommand.js +42 -0
  59. package/dist-es/commands/ListDataQualityRuleRecommendationRunsCommand.js +42 -0
  60. package/dist-es/commands/ListDataQualityRulesetEvaluationRunsCommand.js +42 -0
  61. package/dist-es/commands/ListDataQualityRulesetsCommand.js +42 -0
  62. package/dist-es/commands/ListDevEndpointsCommand.js +1 -1
  63. package/dist-es/commands/ListJobsCommand.js +1 -1
  64. package/dist-es/commands/ListMLTransformsCommand.js +1 -1
  65. package/dist-es/commands/ListRegistriesCommand.js +1 -1
  66. package/dist-es/commands/ListSchemaVersionsCommand.js +1 -1
  67. package/dist-es/commands/ListSchemasCommand.js +1 -1
  68. package/dist-es/commands/ListSessionsCommand.js +1 -1
  69. package/dist-es/commands/ListStatementsCommand.js +1 -1
  70. package/dist-es/commands/ListTriggersCommand.js +1 -1
  71. package/dist-es/commands/ListWorkflowsCommand.js +1 -1
  72. package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +1 -1
  73. package/dist-es/commands/PutResourcePolicyCommand.js +1 -1
  74. package/dist-es/commands/StartDataQualityRuleRecommendationRunCommand.js +42 -0
  75. package/dist-es/commands/StartDataQualityRulesetEvaluationRunCommand.js +42 -0
  76. package/dist-es/commands/UpdateDataQualityRulesetCommand.js +42 -0
  77. package/dist-es/commands/index.js +16 -0
  78. package/dist-es/models/models_0.js +64 -69
  79. package/dist-es/models/models_1.js +100 -93
  80. package/dist-es/models/models_2.js +158 -0
  81. package/dist-es/pagination/ListDataQualityResultsPaginator.js +32 -0
  82. package/dist-es/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +32 -0
  83. package/dist-es/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +32 -0
  84. package/dist-es/pagination/ListDataQualityRulesetsPaginator.js +32 -0
  85. package/dist-es/pagination/index.js +4 -0
  86. package/dist-es/protocols/Aws_json1_1.js +1448 -29
  87. package/dist-types/Glue.d.ts +166 -22
  88. package/dist-types/GlueClient.d.ts +18 -2
  89. package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +37 -0
  90. package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +37 -0
  91. package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
  92. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +2 -1
  93. package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +39 -0
  94. package/dist-types/commands/CreateMLTransformCommand.d.ts +3 -1
  95. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateSessionCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTableCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTriggerCommand.d.ts +1 -1
  99. package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +2 -1
  100. package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +2 -1
  101. package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +37 -0
  102. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -1
  103. package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +1 -0
  104. package/dist-types/commands/GetDataQualityResultCommand.d.ts +37 -0
  105. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +37 -0
  106. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +37 -0
  107. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
  108. package/dist-types/commands/GetJobBookmarkCommand.d.ts +4 -2
  109. package/dist-types/commands/GetMLTaskRunsCommand.d.ts +2 -1
  110. package/dist-types/commands/ListCrawlersCommand.d.ts +1 -0
  111. package/dist-types/commands/ListCrawlsCommand.d.ts +3 -2
  112. package/dist-types/commands/ListDataQualityResultsCommand.d.ts +37 -0
  113. package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +37 -0
  114. package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +37 -0
  115. package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +37 -0
  116. package/dist-types/commands/ListDevEndpointsCommand.d.ts +2 -1
  117. package/dist-types/commands/ListJobsCommand.d.ts +3 -2
  118. package/dist-types/commands/ListMLTransformsCommand.d.ts +1 -1
  119. package/dist-types/commands/ListRegistriesCommand.d.ts +1 -1
  120. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +1 -1
  121. package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
  122. package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
  123. package/dist-types/commands/ListStatementsCommand.d.ts +1 -1
  124. package/dist-types/commands/ListTriggersCommand.d.ts +2 -1
  125. package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
  126. package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  127. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  128. package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +1 -1
  129. package/dist-types/commands/ResetJobBookmarkCommand.d.ts +4 -2
  130. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +37 -0
  131. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
  132. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +3 -0
  133. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +4 -2
  134. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +4 -1
  135. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -0
  136. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +2 -1
  137. package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +37 -0
  138. package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +2 -1
  139. package/dist-types/commands/UpdateMLTransformCommand.d.ts +1 -0
  140. package/dist-types/commands/UpdateSchemaCommand.d.ts +2 -2
  141. package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +2 -1
  142. package/dist-types/commands/index.d.ts +16 -0
  143. package/dist-types/models/models_0.d.ts +431 -537
  144. package/dist-types/models/models_1.d.ts +3102 -2857
  145. package/dist-types/models/models_2.d.ts +1104 -64
  146. package/dist-types/pagination/ListDataQualityResultsPaginator.d.ts +4 -0
  147. package/dist-types/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +4 -0
  148. package/dist-types/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +4 -0
  149. package/dist-types/pagination/ListDataQualityRulesetsPaginator.d.ts +4 -0
  150. package/dist-types/pagination/index.d.ts +4 -0
  151. package/dist-types/protocols/Aws_json1_1.d.ts +48 -0
  152. package/dist-types/ts3.4/Glue.d.ts +320 -0
  153. package/dist-types/ts3.4/GlueClient.d.ts +96 -0
  154. package/dist-types/ts3.4/commands/BatchGetDataQualityResultCommand.d.ts +41 -0
  155. package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +41 -0
  156. package/dist-types/ts3.4/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
  157. package/dist-types/ts3.4/commands/CreateDataQualityRulesetCommand.d.ts +41 -0
  158. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DeleteDataQualityRulesetCommand.d.ts +41 -0
  163. package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +41 -0
  164. package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +41 -0
  165. package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +41 -0
  166. package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
  167. package/dist-types/ts3.4/commands/ListDataQualityResultsCommand.d.ts +41 -0
  168. package/dist-types/ts3.4/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +41 -0
  169. package/dist-types/ts3.4/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +41 -0
  170. package/dist-types/ts3.4/commands/ListDataQualityRulesetsCommand.d.ts +41 -0
  171. package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +41 -0
  184. package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
  185. package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +41 -0
  186. package/dist-types/ts3.4/commands/index.d.ts +16 -0
  187. package/dist-types/ts3.4/models/models_0.d.ts +133 -165
  188. package/dist-types/ts3.4/models/models_1.d.ts +284 -232
  189. package/dist-types/ts3.4/models/models_2.d.ts +425 -2
  190. package/dist-types/ts3.4/pagination/ListDataQualityResultsPaginator.d.ts +11 -0
  191. package/dist-types/ts3.4/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +11 -0
  192. package/dist-types/ts3.4/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +11 -0
  193. package/dist-types/ts3.4/pagination/ListDataQualityRulesetsPaginator.d.ts +11 -0
  194. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  195. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +192 -0
  196. package/package.json +1 -1
@@ -1,13 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.serializeAws_json1_1DeletePartitionCommand = exports.serializeAws_json1_1DeleteMLTransformCommand = exports.serializeAws_json1_1DeleteJobCommand = exports.serializeAws_json1_1DeleteDevEndpointCommand = exports.serializeAws_json1_1DeleteDatabaseCommand = exports.serializeAws_json1_1DeleteCustomEntityTypeCommand = exports.serializeAws_json1_1DeleteCrawlerCommand = exports.serializeAws_json1_1DeleteConnectionCommand = exports.serializeAws_json1_1DeleteColumnStatisticsForTableCommand = exports.serializeAws_json1_1DeleteColumnStatisticsForPartitionCommand = exports.serializeAws_json1_1DeleteClassifierCommand = exports.serializeAws_json1_1DeleteBlueprintCommand = exports.serializeAws_json1_1CreateWorkflowCommand = exports.serializeAws_json1_1CreateUserDefinedFunctionCommand = exports.serializeAws_json1_1CreateTriggerCommand = exports.serializeAws_json1_1CreateTableCommand = exports.serializeAws_json1_1CreateSessionCommand = exports.serializeAws_json1_1CreateSecurityConfigurationCommand = exports.serializeAws_json1_1CreateScriptCommand = exports.serializeAws_json1_1CreateSchemaCommand = exports.serializeAws_json1_1CreateRegistryCommand = exports.serializeAws_json1_1CreatePartitionIndexCommand = exports.serializeAws_json1_1CreatePartitionCommand = exports.serializeAws_json1_1CreateMLTransformCommand = exports.serializeAws_json1_1CreateJobCommand = exports.serializeAws_json1_1CreateDevEndpointCommand = exports.serializeAws_json1_1CreateDatabaseCommand = exports.serializeAws_json1_1CreateCustomEntityTypeCommand = exports.serializeAws_json1_1CreateCrawlerCommand = exports.serializeAws_json1_1CreateConnectionCommand = exports.serializeAws_json1_1CreateClassifierCommand = exports.serializeAws_json1_1CreateBlueprintCommand = exports.serializeAws_json1_1CheckSchemaVersionValidityCommand = exports.serializeAws_json1_1CancelStatementCommand = exports.serializeAws_json1_1CancelMLTaskRunCommand = exports.serializeAws_json1_1BatchUpdatePartitionCommand = exports.serializeAws_json1_1BatchStopJobRunCommand = exports.serializeAws_json1_1BatchGetWorkflowsCommand = exports.serializeAws_json1_1BatchGetTriggersCommand = exports.serializeAws_json1_1BatchGetPartitionCommand = exports.serializeAws_json1_1BatchGetJobsCommand = exports.serializeAws_json1_1BatchGetDevEndpointsCommand = exports.serializeAws_json1_1BatchGetCustomEntityTypesCommand = exports.serializeAws_json1_1BatchGetCrawlersCommand = exports.serializeAws_json1_1BatchGetBlueprintsCommand = exports.serializeAws_json1_1BatchDeleteTableVersionCommand = exports.serializeAws_json1_1BatchDeleteTableCommand = exports.serializeAws_json1_1BatchDeletePartitionCommand = exports.serializeAws_json1_1BatchDeleteConnectionCommand = exports.serializeAws_json1_1BatchCreatePartitionCommand = void 0;
4
- exports.serializeAws_json1_1GetSchemaCommand = exports.serializeAws_json1_1GetResourcePolicyCommand = exports.serializeAws_json1_1GetResourcePoliciesCommand = exports.serializeAws_json1_1GetRegistryCommand = exports.serializeAws_json1_1GetPlanCommand = exports.serializeAws_json1_1GetPartitionsCommand = exports.serializeAws_json1_1GetPartitionIndexesCommand = exports.serializeAws_json1_1GetPartitionCommand = exports.serializeAws_json1_1GetMLTransformsCommand = exports.serializeAws_json1_1GetMLTransformCommand = exports.serializeAws_json1_1GetMLTaskRunsCommand = exports.serializeAws_json1_1GetMLTaskRunCommand = exports.serializeAws_json1_1GetMappingCommand = exports.serializeAws_json1_1GetJobsCommand = exports.serializeAws_json1_1GetJobRunsCommand = exports.serializeAws_json1_1GetJobRunCommand = exports.serializeAws_json1_1GetJobBookmarkCommand = exports.serializeAws_json1_1GetJobCommand = exports.serializeAws_json1_1GetDevEndpointsCommand = exports.serializeAws_json1_1GetDevEndpointCommand = exports.serializeAws_json1_1GetDataflowGraphCommand = exports.serializeAws_json1_1GetDataCatalogEncryptionSettingsCommand = exports.serializeAws_json1_1GetDatabasesCommand = exports.serializeAws_json1_1GetDatabaseCommand = exports.serializeAws_json1_1GetCustomEntityTypeCommand = exports.serializeAws_json1_1GetCrawlersCommand = exports.serializeAws_json1_1GetCrawlerMetricsCommand = exports.serializeAws_json1_1GetCrawlerCommand = exports.serializeAws_json1_1GetConnectionsCommand = exports.serializeAws_json1_1GetConnectionCommand = exports.serializeAws_json1_1GetColumnStatisticsForTableCommand = exports.serializeAws_json1_1GetColumnStatisticsForPartitionCommand = exports.serializeAws_json1_1GetClassifiersCommand = exports.serializeAws_json1_1GetClassifierCommand = exports.serializeAws_json1_1GetCatalogImportStatusCommand = exports.serializeAws_json1_1GetBlueprintRunsCommand = exports.serializeAws_json1_1GetBlueprintRunCommand = exports.serializeAws_json1_1GetBlueprintCommand = exports.serializeAws_json1_1DeleteWorkflowCommand = exports.serializeAws_json1_1DeleteUserDefinedFunctionCommand = exports.serializeAws_json1_1DeleteTriggerCommand = exports.serializeAws_json1_1DeleteTableVersionCommand = exports.serializeAws_json1_1DeleteTableCommand = exports.serializeAws_json1_1DeleteSessionCommand = exports.serializeAws_json1_1DeleteSecurityConfigurationCommand = exports.serializeAws_json1_1DeleteSchemaVersionsCommand = exports.serializeAws_json1_1DeleteSchemaCommand = exports.serializeAws_json1_1DeleteResourcePolicyCommand = exports.serializeAws_json1_1DeleteRegistryCommand = exports.serializeAws_json1_1DeletePartitionIndexCommand = void 0;
5
- exports.serializeAws_json1_1StartBlueprintRunCommand = exports.serializeAws_json1_1SearchTablesCommand = exports.serializeAws_json1_1RunStatementCommand = exports.serializeAws_json1_1ResumeWorkflowRunCommand = exports.serializeAws_json1_1ResetJobBookmarkCommand = exports.serializeAws_json1_1RemoveSchemaVersionMetadataCommand = exports.serializeAws_json1_1RegisterSchemaVersionCommand = exports.serializeAws_json1_1QuerySchemaVersionMetadataCommand = exports.serializeAws_json1_1PutWorkflowRunPropertiesCommand = exports.serializeAws_json1_1PutSchemaVersionMetadataCommand = exports.serializeAws_json1_1PutResourcePolicyCommand = exports.serializeAws_json1_1PutDataCatalogEncryptionSettingsCommand = exports.serializeAws_json1_1ListWorkflowsCommand = exports.serializeAws_json1_1ListTriggersCommand = exports.serializeAws_json1_1ListStatementsCommand = exports.serializeAws_json1_1ListSessionsCommand = exports.serializeAws_json1_1ListSchemaVersionsCommand = exports.serializeAws_json1_1ListSchemasCommand = exports.serializeAws_json1_1ListRegistriesCommand = exports.serializeAws_json1_1ListMLTransformsCommand = exports.serializeAws_json1_1ListJobsCommand = exports.serializeAws_json1_1ListDevEndpointsCommand = exports.serializeAws_json1_1ListCustomEntityTypesCommand = exports.serializeAws_json1_1ListCrawlsCommand = exports.serializeAws_json1_1ListCrawlersCommand = exports.serializeAws_json1_1ListBlueprintsCommand = exports.serializeAws_json1_1ImportCatalogToGlueCommand = exports.serializeAws_json1_1GetWorkflowRunsCommand = exports.serializeAws_json1_1GetWorkflowRunPropertiesCommand = exports.serializeAws_json1_1GetWorkflowRunCommand = exports.serializeAws_json1_1GetWorkflowCommand = exports.serializeAws_json1_1GetUserDefinedFunctionsCommand = exports.serializeAws_json1_1GetUserDefinedFunctionCommand = exports.serializeAws_json1_1GetUnfilteredTableMetadataCommand = exports.serializeAws_json1_1GetUnfilteredPartitionsMetadataCommand = exports.serializeAws_json1_1GetUnfilteredPartitionMetadataCommand = exports.serializeAws_json1_1GetTriggersCommand = exports.serializeAws_json1_1GetTriggerCommand = exports.serializeAws_json1_1GetTagsCommand = exports.serializeAws_json1_1GetTableVersionsCommand = exports.serializeAws_json1_1GetTableVersionCommand = exports.serializeAws_json1_1GetTablesCommand = exports.serializeAws_json1_1GetTableCommand = exports.serializeAws_json1_1GetStatementCommand = exports.serializeAws_json1_1GetSessionCommand = exports.serializeAws_json1_1GetSecurityConfigurationsCommand = exports.serializeAws_json1_1GetSecurityConfigurationCommand = exports.serializeAws_json1_1GetSchemaVersionsDiffCommand = exports.serializeAws_json1_1GetSchemaVersionCommand = exports.serializeAws_json1_1GetSchemaByDefinitionCommand = void 0;
6
- exports.deserializeAws_json1_1BatchStopJobRunCommand = exports.deserializeAws_json1_1BatchGetWorkflowsCommand = exports.deserializeAws_json1_1BatchGetTriggersCommand = exports.deserializeAws_json1_1BatchGetPartitionCommand = exports.deserializeAws_json1_1BatchGetJobsCommand = exports.deserializeAws_json1_1BatchGetDevEndpointsCommand = exports.deserializeAws_json1_1BatchGetCustomEntityTypesCommand = exports.deserializeAws_json1_1BatchGetCrawlersCommand = exports.deserializeAws_json1_1BatchGetBlueprintsCommand = exports.deserializeAws_json1_1BatchDeleteTableVersionCommand = exports.deserializeAws_json1_1BatchDeleteTableCommand = exports.deserializeAws_json1_1BatchDeletePartitionCommand = exports.deserializeAws_json1_1BatchDeleteConnectionCommand = exports.deserializeAws_json1_1BatchCreatePartitionCommand = exports.serializeAws_json1_1UpdateWorkflowCommand = exports.serializeAws_json1_1UpdateUserDefinedFunctionCommand = exports.serializeAws_json1_1UpdateTriggerCommand = exports.serializeAws_json1_1UpdateTableCommand = exports.serializeAws_json1_1UpdateSourceControlFromJobCommand = exports.serializeAws_json1_1UpdateSchemaCommand = exports.serializeAws_json1_1UpdateRegistryCommand = exports.serializeAws_json1_1UpdatePartitionCommand = exports.serializeAws_json1_1UpdateMLTransformCommand = exports.serializeAws_json1_1UpdateJobFromSourceControlCommand = exports.serializeAws_json1_1UpdateJobCommand = exports.serializeAws_json1_1UpdateDevEndpointCommand = exports.serializeAws_json1_1UpdateDatabaseCommand = exports.serializeAws_json1_1UpdateCrawlerScheduleCommand = exports.serializeAws_json1_1UpdateCrawlerCommand = exports.serializeAws_json1_1UpdateConnectionCommand = exports.serializeAws_json1_1UpdateColumnStatisticsForTableCommand = exports.serializeAws_json1_1UpdateColumnStatisticsForPartitionCommand = exports.serializeAws_json1_1UpdateClassifierCommand = exports.serializeAws_json1_1UpdateBlueprintCommand = exports.serializeAws_json1_1UntagResourceCommand = exports.serializeAws_json1_1TagResourceCommand = exports.serializeAws_json1_1StopWorkflowRunCommand = exports.serializeAws_json1_1StopTriggerCommand = exports.serializeAws_json1_1StopSessionCommand = exports.serializeAws_json1_1StopCrawlerScheduleCommand = exports.serializeAws_json1_1StopCrawlerCommand = exports.serializeAws_json1_1StartWorkflowRunCommand = exports.serializeAws_json1_1StartTriggerCommand = exports.serializeAws_json1_1StartMLLabelingSetGenerationTaskRunCommand = exports.serializeAws_json1_1StartMLEvaluationTaskRunCommand = exports.serializeAws_json1_1StartJobRunCommand = exports.serializeAws_json1_1StartImportLabelsTaskRunCommand = exports.serializeAws_json1_1StartExportLabelsTaskRunCommand = exports.serializeAws_json1_1StartCrawlerScheduleCommand = exports.serializeAws_json1_1StartCrawlerCommand = void 0;
7
- exports.deserializeAws_json1_1GetBlueprintRunCommand = exports.deserializeAws_json1_1GetBlueprintCommand = exports.deserializeAws_json1_1DeleteWorkflowCommand = exports.deserializeAws_json1_1DeleteUserDefinedFunctionCommand = exports.deserializeAws_json1_1DeleteTriggerCommand = exports.deserializeAws_json1_1DeleteTableVersionCommand = exports.deserializeAws_json1_1DeleteTableCommand = exports.deserializeAws_json1_1DeleteSessionCommand = exports.deserializeAws_json1_1DeleteSecurityConfigurationCommand = exports.deserializeAws_json1_1DeleteSchemaVersionsCommand = exports.deserializeAws_json1_1DeleteSchemaCommand = exports.deserializeAws_json1_1DeleteResourcePolicyCommand = exports.deserializeAws_json1_1DeleteRegistryCommand = exports.deserializeAws_json1_1DeletePartitionIndexCommand = exports.deserializeAws_json1_1DeletePartitionCommand = exports.deserializeAws_json1_1DeleteMLTransformCommand = exports.deserializeAws_json1_1DeleteJobCommand = exports.deserializeAws_json1_1DeleteDevEndpointCommand = exports.deserializeAws_json1_1DeleteDatabaseCommand = exports.deserializeAws_json1_1DeleteCustomEntityTypeCommand = exports.deserializeAws_json1_1DeleteCrawlerCommand = exports.deserializeAws_json1_1DeleteConnectionCommand = exports.deserializeAws_json1_1DeleteColumnStatisticsForTableCommand = exports.deserializeAws_json1_1DeleteColumnStatisticsForPartitionCommand = exports.deserializeAws_json1_1DeleteClassifierCommand = exports.deserializeAws_json1_1DeleteBlueprintCommand = exports.deserializeAws_json1_1CreateWorkflowCommand = exports.deserializeAws_json1_1CreateUserDefinedFunctionCommand = exports.deserializeAws_json1_1CreateTriggerCommand = exports.deserializeAws_json1_1CreateTableCommand = exports.deserializeAws_json1_1CreateSessionCommand = exports.deserializeAws_json1_1CreateSecurityConfigurationCommand = exports.deserializeAws_json1_1CreateScriptCommand = exports.deserializeAws_json1_1CreateSchemaCommand = exports.deserializeAws_json1_1CreateRegistryCommand = exports.deserializeAws_json1_1CreatePartitionIndexCommand = exports.deserializeAws_json1_1CreatePartitionCommand = exports.deserializeAws_json1_1CreateMLTransformCommand = exports.deserializeAws_json1_1CreateJobCommand = exports.deserializeAws_json1_1CreateDevEndpointCommand = exports.deserializeAws_json1_1CreateDatabaseCommand = exports.deserializeAws_json1_1CreateCustomEntityTypeCommand = exports.deserializeAws_json1_1CreateCrawlerCommand = exports.deserializeAws_json1_1CreateConnectionCommand = exports.deserializeAws_json1_1CreateClassifierCommand = exports.deserializeAws_json1_1CreateBlueprintCommand = exports.deserializeAws_json1_1CheckSchemaVersionValidityCommand = exports.deserializeAws_json1_1CancelStatementCommand = exports.deserializeAws_json1_1CancelMLTaskRunCommand = exports.deserializeAws_json1_1BatchUpdatePartitionCommand = void 0;
8
- exports.deserializeAws_json1_1GetTriggersCommand = exports.deserializeAws_json1_1GetTriggerCommand = exports.deserializeAws_json1_1GetTagsCommand = exports.deserializeAws_json1_1GetTableVersionsCommand = exports.deserializeAws_json1_1GetTableVersionCommand = exports.deserializeAws_json1_1GetTablesCommand = exports.deserializeAws_json1_1GetTableCommand = exports.deserializeAws_json1_1GetStatementCommand = exports.deserializeAws_json1_1GetSessionCommand = exports.deserializeAws_json1_1GetSecurityConfigurationsCommand = exports.deserializeAws_json1_1GetSecurityConfigurationCommand = exports.deserializeAws_json1_1GetSchemaVersionsDiffCommand = exports.deserializeAws_json1_1GetSchemaVersionCommand = exports.deserializeAws_json1_1GetSchemaByDefinitionCommand = exports.deserializeAws_json1_1GetSchemaCommand = exports.deserializeAws_json1_1GetResourcePolicyCommand = exports.deserializeAws_json1_1GetResourcePoliciesCommand = exports.deserializeAws_json1_1GetRegistryCommand = exports.deserializeAws_json1_1GetPlanCommand = exports.deserializeAws_json1_1GetPartitionsCommand = exports.deserializeAws_json1_1GetPartitionIndexesCommand = exports.deserializeAws_json1_1GetPartitionCommand = exports.deserializeAws_json1_1GetMLTransformsCommand = exports.deserializeAws_json1_1GetMLTransformCommand = exports.deserializeAws_json1_1GetMLTaskRunsCommand = exports.deserializeAws_json1_1GetMLTaskRunCommand = exports.deserializeAws_json1_1GetMappingCommand = exports.deserializeAws_json1_1GetJobsCommand = exports.deserializeAws_json1_1GetJobRunsCommand = exports.deserializeAws_json1_1GetJobRunCommand = exports.deserializeAws_json1_1GetJobBookmarkCommand = exports.deserializeAws_json1_1GetJobCommand = exports.deserializeAws_json1_1GetDevEndpointsCommand = exports.deserializeAws_json1_1GetDevEndpointCommand = exports.deserializeAws_json1_1GetDataflowGraphCommand = exports.deserializeAws_json1_1GetDataCatalogEncryptionSettingsCommand = exports.deserializeAws_json1_1GetDatabasesCommand = exports.deserializeAws_json1_1GetDatabaseCommand = exports.deserializeAws_json1_1GetCustomEntityTypeCommand = exports.deserializeAws_json1_1GetCrawlersCommand = exports.deserializeAws_json1_1GetCrawlerMetricsCommand = exports.deserializeAws_json1_1GetCrawlerCommand = exports.deserializeAws_json1_1GetConnectionsCommand = exports.deserializeAws_json1_1GetConnectionCommand = exports.deserializeAws_json1_1GetColumnStatisticsForTableCommand = exports.deserializeAws_json1_1GetColumnStatisticsForPartitionCommand = exports.deserializeAws_json1_1GetClassifiersCommand = exports.deserializeAws_json1_1GetClassifierCommand = exports.deserializeAws_json1_1GetCatalogImportStatusCommand = exports.deserializeAws_json1_1GetBlueprintRunsCommand = void 0;
9
- exports.deserializeAws_json1_1StopWorkflowRunCommand = exports.deserializeAws_json1_1StopTriggerCommand = exports.deserializeAws_json1_1StopSessionCommand = exports.deserializeAws_json1_1StopCrawlerScheduleCommand = exports.deserializeAws_json1_1StopCrawlerCommand = exports.deserializeAws_json1_1StartWorkflowRunCommand = exports.deserializeAws_json1_1StartTriggerCommand = exports.deserializeAws_json1_1StartMLLabelingSetGenerationTaskRunCommand = exports.deserializeAws_json1_1StartMLEvaluationTaskRunCommand = exports.deserializeAws_json1_1StartJobRunCommand = exports.deserializeAws_json1_1StartImportLabelsTaskRunCommand = exports.deserializeAws_json1_1StartExportLabelsTaskRunCommand = exports.deserializeAws_json1_1StartCrawlerScheduleCommand = exports.deserializeAws_json1_1StartCrawlerCommand = exports.deserializeAws_json1_1StartBlueprintRunCommand = exports.deserializeAws_json1_1SearchTablesCommand = exports.deserializeAws_json1_1RunStatementCommand = exports.deserializeAws_json1_1ResumeWorkflowRunCommand = exports.deserializeAws_json1_1ResetJobBookmarkCommand = exports.deserializeAws_json1_1RemoveSchemaVersionMetadataCommand = exports.deserializeAws_json1_1RegisterSchemaVersionCommand = exports.deserializeAws_json1_1QuerySchemaVersionMetadataCommand = exports.deserializeAws_json1_1PutWorkflowRunPropertiesCommand = exports.deserializeAws_json1_1PutSchemaVersionMetadataCommand = exports.deserializeAws_json1_1PutResourcePolicyCommand = exports.deserializeAws_json1_1PutDataCatalogEncryptionSettingsCommand = exports.deserializeAws_json1_1ListWorkflowsCommand = exports.deserializeAws_json1_1ListTriggersCommand = exports.deserializeAws_json1_1ListStatementsCommand = exports.deserializeAws_json1_1ListSessionsCommand = exports.deserializeAws_json1_1ListSchemaVersionsCommand = exports.deserializeAws_json1_1ListSchemasCommand = exports.deserializeAws_json1_1ListRegistriesCommand = exports.deserializeAws_json1_1ListMLTransformsCommand = exports.deserializeAws_json1_1ListJobsCommand = exports.deserializeAws_json1_1ListDevEndpointsCommand = exports.deserializeAws_json1_1ListCustomEntityTypesCommand = exports.deserializeAws_json1_1ListCrawlsCommand = exports.deserializeAws_json1_1ListCrawlersCommand = exports.deserializeAws_json1_1ListBlueprintsCommand = exports.deserializeAws_json1_1ImportCatalogToGlueCommand = exports.deserializeAws_json1_1GetWorkflowRunsCommand = exports.deserializeAws_json1_1GetWorkflowRunPropertiesCommand = exports.deserializeAws_json1_1GetWorkflowRunCommand = exports.deserializeAws_json1_1GetWorkflowCommand = exports.deserializeAws_json1_1GetUserDefinedFunctionsCommand = exports.deserializeAws_json1_1GetUserDefinedFunctionCommand = exports.deserializeAws_json1_1GetUnfilteredTableMetadataCommand = exports.deserializeAws_json1_1GetUnfilteredPartitionsMetadataCommand = exports.deserializeAws_json1_1GetUnfilteredPartitionMetadataCommand = void 0;
10
- exports.deserializeAws_json1_1UpdateWorkflowCommand = exports.deserializeAws_json1_1UpdateUserDefinedFunctionCommand = exports.deserializeAws_json1_1UpdateTriggerCommand = exports.deserializeAws_json1_1UpdateTableCommand = exports.deserializeAws_json1_1UpdateSourceControlFromJobCommand = exports.deserializeAws_json1_1UpdateSchemaCommand = exports.deserializeAws_json1_1UpdateRegistryCommand = exports.deserializeAws_json1_1UpdatePartitionCommand = exports.deserializeAws_json1_1UpdateMLTransformCommand = exports.deserializeAws_json1_1UpdateJobFromSourceControlCommand = exports.deserializeAws_json1_1UpdateJobCommand = exports.deserializeAws_json1_1UpdateDevEndpointCommand = exports.deserializeAws_json1_1UpdateDatabaseCommand = exports.deserializeAws_json1_1UpdateCrawlerScheduleCommand = exports.deserializeAws_json1_1UpdateCrawlerCommand = exports.deserializeAws_json1_1UpdateConnectionCommand = exports.deserializeAws_json1_1UpdateColumnStatisticsForTableCommand = exports.deserializeAws_json1_1UpdateColumnStatisticsForPartitionCommand = exports.deserializeAws_json1_1UpdateClassifierCommand = exports.deserializeAws_json1_1UpdateBlueprintCommand = exports.deserializeAws_json1_1UntagResourceCommand = exports.deserializeAws_json1_1TagResourceCommand = void 0;
3
+ exports.serializeAws_json1_1DeleteDatabaseCommand = exports.serializeAws_json1_1DeleteCustomEntityTypeCommand = exports.serializeAws_json1_1DeleteCrawlerCommand = exports.serializeAws_json1_1DeleteConnectionCommand = exports.serializeAws_json1_1DeleteColumnStatisticsForTableCommand = exports.serializeAws_json1_1DeleteColumnStatisticsForPartitionCommand = exports.serializeAws_json1_1DeleteClassifierCommand = exports.serializeAws_json1_1DeleteBlueprintCommand = exports.serializeAws_json1_1CreateWorkflowCommand = exports.serializeAws_json1_1CreateUserDefinedFunctionCommand = exports.serializeAws_json1_1CreateTriggerCommand = exports.serializeAws_json1_1CreateTableCommand = exports.serializeAws_json1_1CreateSessionCommand = exports.serializeAws_json1_1CreateSecurityConfigurationCommand = exports.serializeAws_json1_1CreateScriptCommand = exports.serializeAws_json1_1CreateSchemaCommand = exports.serializeAws_json1_1CreateRegistryCommand = exports.serializeAws_json1_1CreatePartitionIndexCommand = exports.serializeAws_json1_1CreatePartitionCommand = exports.serializeAws_json1_1CreateMLTransformCommand = exports.serializeAws_json1_1CreateJobCommand = exports.serializeAws_json1_1CreateDevEndpointCommand = exports.serializeAws_json1_1CreateDataQualityRulesetCommand = exports.serializeAws_json1_1CreateDatabaseCommand = exports.serializeAws_json1_1CreateCustomEntityTypeCommand = exports.serializeAws_json1_1CreateCrawlerCommand = exports.serializeAws_json1_1CreateConnectionCommand = exports.serializeAws_json1_1CreateClassifierCommand = exports.serializeAws_json1_1CreateBlueprintCommand = exports.serializeAws_json1_1CheckSchemaVersionValidityCommand = exports.serializeAws_json1_1CancelStatementCommand = exports.serializeAws_json1_1CancelMLTaskRunCommand = exports.serializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand = exports.serializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand = exports.serializeAws_json1_1BatchUpdatePartitionCommand = exports.serializeAws_json1_1BatchStopJobRunCommand = exports.serializeAws_json1_1BatchGetWorkflowsCommand = exports.serializeAws_json1_1BatchGetTriggersCommand = exports.serializeAws_json1_1BatchGetPartitionCommand = exports.serializeAws_json1_1BatchGetJobsCommand = exports.serializeAws_json1_1BatchGetDevEndpointsCommand = exports.serializeAws_json1_1BatchGetDataQualityResultCommand = exports.serializeAws_json1_1BatchGetCustomEntityTypesCommand = exports.serializeAws_json1_1BatchGetCrawlersCommand = exports.serializeAws_json1_1BatchGetBlueprintsCommand = exports.serializeAws_json1_1BatchDeleteTableVersionCommand = exports.serializeAws_json1_1BatchDeleteTableCommand = exports.serializeAws_json1_1BatchDeletePartitionCommand = exports.serializeAws_json1_1BatchDeleteConnectionCommand = exports.serializeAws_json1_1BatchCreatePartitionCommand = void 0;
4
+ exports.serializeAws_json1_1GetMLTransformCommand = exports.serializeAws_json1_1GetMLTaskRunsCommand = exports.serializeAws_json1_1GetMLTaskRunCommand = exports.serializeAws_json1_1GetMappingCommand = exports.serializeAws_json1_1GetJobsCommand = exports.serializeAws_json1_1GetJobRunsCommand = exports.serializeAws_json1_1GetJobRunCommand = exports.serializeAws_json1_1GetJobBookmarkCommand = exports.serializeAws_json1_1GetJobCommand = exports.serializeAws_json1_1GetDevEndpointsCommand = exports.serializeAws_json1_1GetDevEndpointCommand = exports.serializeAws_json1_1GetDataQualityRulesetEvaluationRunCommand = exports.serializeAws_json1_1GetDataQualityRulesetCommand = exports.serializeAws_json1_1GetDataQualityRuleRecommendationRunCommand = exports.serializeAws_json1_1GetDataQualityResultCommand = exports.serializeAws_json1_1GetDataflowGraphCommand = exports.serializeAws_json1_1GetDataCatalogEncryptionSettingsCommand = exports.serializeAws_json1_1GetDatabasesCommand = exports.serializeAws_json1_1GetDatabaseCommand = exports.serializeAws_json1_1GetCustomEntityTypeCommand = exports.serializeAws_json1_1GetCrawlersCommand = exports.serializeAws_json1_1GetCrawlerMetricsCommand = exports.serializeAws_json1_1GetCrawlerCommand = exports.serializeAws_json1_1GetConnectionsCommand = exports.serializeAws_json1_1GetConnectionCommand = exports.serializeAws_json1_1GetColumnStatisticsForTableCommand = exports.serializeAws_json1_1GetColumnStatisticsForPartitionCommand = exports.serializeAws_json1_1GetClassifiersCommand = exports.serializeAws_json1_1GetClassifierCommand = exports.serializeAws_json1_1GetCatalogImportStatusCommand = exports.serializeAws_json1_1GetBlueprintRunsCommand = exports.serializeAws_json1_1GetBlueprintRunCommand = exports.serializeAws_json1_1GetBlueprintCommand = exports.serializeAws_json1_1DeleteWorkflowCommand = exports.serializeAws_json1_1DeleteUserDefinedFunctionCommand = exports.serializeAws_json1_1DeleteTriggerCommand = exports.serializeAws_json1_1DeleteTableVersionCommand = exports.serializeAws_json1_1DeleteTableCommand = exports.serializeAws_json1_1DeleteSessionCommand = exports.serializeAws_json1_1DeleteSecurityConfigurationCommand = exports.serializeAws_json1_1DeleteSchemaVersionsCommand = exports.serializeAws_json1_1DeleteSchemaCommand = exports.serializeAws_json1_1DeleteResourcePolicyCommand = exports.serializeAws_json1_1DeleteRegistryCommand = exports.serializeAws_json1_1DeletePartitionIndexCommand = exports.serializeAws_json1_1DeletePartitionCommand = exports.serializeAws_json1_1DeleteMLTransformCommand = exports.serializeAws_json1_1DeleteJobCommand = exports.serializeAws_json1_1DeleteDevEndpointCommand = exports.serializeAws_json1_1DeleteDataQualityRulesetCommand = void 0;
5
+ exports.serializeAws_json1_1ListTriggersCommand = exports.serializeAws_json1_1ListStatementsCommand = exports.serializeAws_json1_1ListSessionsCommand = exports.serializeAws_json1_1ListSchemaVersionsCommand = exports.serializeAws_json1_1ListSchemasCommand = exports.serializeAws_json1_1ListRegistriesCommand = exports.serializeAws_json1_1ListMLTransformsCommand = exports.serializeAws_json1_1ListJobsCommand = exports.serializeAws_json1_1ListDevEndpointsCommand = exports.serializeAws_json1_1ListDataQualityRulesetsCommand = exports.serializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommand = exports.serializeAws_json1_1ListDataQualityRuleRecommendationRunsCommand = exports.serializeAws_json1_1ListDataQualityResultsCommand = exports.serializeAws_json1_1ListCustomEntityTypesCommand = exports.serializeAws_json1_1ListCrawlsCommand = exports.serializeAws_json1_1ListCrawlersCommand = exports.serializeAws_json1_1ListBlueprintsCommand = exports.serializeAws_json1_1ImportCatalogToGlueCommand = exports.serializeAws_json1_1GetWorkflowRunsCommand = exports.serializeAws_json1_1GetWorkflowRunPropertiesCommand = exports.serializeAws_json1_1GetWorkflowRunCommand = exports.serializeAws_json1_1GetWorkflowCommand = exports.serializeAws_json1_1GetUserDefinedFunctionsCommand = exports.serializeAws_json1_1GetUserDefinedFunctionCommand = exports.serializeAws_json1_1GetUnfilteredTableMetadataCommand = exports.serializeAws_json1_1GetUnfilteredPartitionsMetadataCommand = exports.serializeAws_json1_1GetUnfilteredPartitionMetadataCommand = exports.serializeAws_json1_1GetTriggersCommand = exports.serializeAws_json1_1GetTriggerCommand = exports.serializeAws_json1_1GetTagsCommand = exports.serializeAws_json1_1GetTableVersionsCommand = exports.serializeAws_json1_1GetTableVersionCommand = exports.serializeAws_json1_1GetTablesCommand = exports.serializeAws_json1_1GetTableCommand = exports.serializeAws_json1_1GetStatementCommand = exports.serializeAws_json1_1GetSessionCommand = exports.serializeAws_json1_1GetSecurityConfigurationsCommand = exports.serializeAws_json1_1GetSecurityConfigurationCommand = exports.serializeAws_json1_1GetSchemaVersionsDiffCommand = exports.serializeAws_json1_1GetSchemaVersionCommand = exports.serializeAws_json1_1GetSchemaByDefinitionCommand = exports.serializeAws_json1_1GetSchemaCommand = exports.serializeAws_json1_1GetResourcePolicyCommand = exports.serializeAws_json1_1GetResourcePoliciesCommand = exports.serializeAws_json1_1GetRegistryCommand = exports.serializeAws_json1_1GetPlanCommand = exports.serializeAws_json1_1GetPartitionsCommand = exports.serializeAws_json1_1GetPartitionIndexesCommand = exports.serializeAws_json1_1GetPartitionCommand = exports.serializeAws_json1_1GetMLTransformsCommand = void 0;
6
+ exports.serializeAws_json1_1UpdateTriggerCommand = exports.serializeAws_json1_1UpdateTableCommand = exports.serializeAws_json1_1UpdateSourceControlFromJobCommand = exports.serializeAws_json1_1UpdateSchemaCommand = exports.serializeAws_json1_1UpdateRegistryCommand = exports.serializeAws_json1_1UpdatePartitionCommand = exports.serializeAws_json1_1UpdateMLTransformCommand = exports.serializeAws_json1_1UpdateJobFromSourceControlCommand = exports.serializeAws_json1_1UpdateJobCommand = exports.serializeAws_json1_1UpdateDevEndpointCommand = exports.serializeAws_json1_1UpdateDataQualityRulesetCommand = exports.serializeAws_json1_1UpdateDatabaseCommand = exports.serializeAws_json1_1UpdateCrawlerScheduleCommand = exports.serializeAws_json1_1UpdateCrawlerCommand = exports.serializeAws_json1_1UpdateConnectionCommand = exports.serializeAws_json1_1UpdateColumnStatisticsForTableCommand = exports.serializeAws_json1_1UpdateColumnStatisticsForPartitionCommand = exports.serializeAws_json1_1UpdateClassifierCommand = exports.serializeAws_json1_1UpdateBlueprintCommand = exports.serializeAws_json1_1UntagResourceCommand = exports.serializeAws_json1_1TagResourceCommand = exports.serializeAws_json1_1StopWorkflowRunCommand = exports.serializeAws_json1_1StopTriggerCommand = exports.serializeAws_json1_1StopSessionCommand = exports.serializeAws_json1_1StopCrawlerScheduleCommand = exports.serializeAws_json1_1StopCrawlerCommand = exports.serializeAws_json1_1StartWorkflowRunCommand = exports.serializeAws_json1_1StartTriggerCommand = exports.serializeAws_json1_1StartMLLabelingSetGenerationTaskRunCommand = exports.serializeAws_json1_1StartMLEvaluationTaskRunCommand = exports.serializeAws_json1_1StartJobRunCommand = exports.serializeAws_json1_1StartImportLabelsTaskRunCommand = exports.serializeAws_json1_1StartExportLabelsTaskRunCommand = exports.serializeAws_json1_1StartDataQualityRulesetEvaluationRunCommand = exports.serializeAws_json1_1StartDataQualityRuleRecommendationRunCommand = exports.serializeAws_json1_1StartCrawlerScheduleCommand = exports.serializeAws_json1_1StartCrawlerCommand = exports.serializeAws_json1_1StartBlueprintRunCommand = exports.serializeAws_json1_1SearchTablesCommand = exports.serializeAws_json1_1RunStatementCommand = exports.serializeAws_json1_1ResumeWorkflowRunCommand = exports.serializeAws_json1_1ResetJobBookmarkCommand = exports.serializeAws_json1_1RemoveSchemaVersionMetadataCommand = exports.serializeAws_json1_1RegisterSchemaVersionCommand = exports.serializeAws_json1_1QuerySchemaVersionMetadataCommand = exports.serializeAws_json1_1PutWorkflowRunPropertiesCommand = exports.serializeAws_json1_1PutSchemaVersionMetadataCommand = exports.serializeAws_json1_1PutResourcePolicyCommand = exports.serializeAws_json1_1PutDataCatalogEncryptionSettingsCommand = exports.serializeAws_json1_1ListWorkflowsCommand = void 0;
7
+ exports.deserializeAws_json1_1DeleteCrawlerCommand = exports.deserializeAws_json1_1DeleteConnectionCommand = exports.deserializeAws_json1_1DeleteColumnStatisticsForTableCommand = exports.deserializeAws_json1_1DeleteColumnStatisticsForPartitionCommand = exports.deserializeAws_json1_1DeleteClassifierCommand = exports.deserializeAws_json1_1DeleteBlueprintCommand = exports.deserializeAws_json1_1CreateWorkflowCommand = exports.deserializeAws_json1_1CreateUserDefinedFunctionCommand = exports.deserializeAws_json1_1CreateTriggerCommand = exports.deserializeAws_json1_1CreateTableCommand = exports.deserializeAws_json1_1CreateSessionCommand = exports.deserializeAws_json1_1CreateSecurityConfigurationCommand = exports.deserializeAws_json1_1CreateScriptCommand = exports.deserializeAws_json1_1CreateSchemaCommand = exports.deserializeAws_json1_1CreateRegistryCommand = exports.deserializeAws_json1_1CreatePartitionIndexCommand = exports.deserializeAws_json1_1CreatePartitionCommand = exports.deserializeAws_json1_1CreateMLTransformCommand = exports.deserializeAws_json1_1CreateJobCommand = exports.deserializeAws_json1_1CreateDevEndpointCommand = exports.deserializeAws_json1_1CreateDataQualityRulesetCommand = exports.deserializeAws_json1_1CreateDatabaseCommand = exports.deserializeAws_json1_1CreateCustomEntityTypeCommand = exports.deserializeAws_json1_1CreateCrawlerCommand = exports.deserializeAws_json1_1CreateConnectionCommand = exports.deserializeAws_json1_1CreateClassifierCommand = exports.deserializeAws_json1_1CreateBlueprintCommand = exports.deserializeAws_json1_1CheckSchemaVersionValidityCommand = exports.deserializeAws_json1_1CancelStatementCommand = exports.deserializeAws_json1_1CancelMLTaskRunCommand = exports.deserializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand = exports.deserializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand = exports.deserializeAws_json1_1BatchUpdatePartitionCommand = exports.deserializeAws_json1_1BatchStopJobRunCommand = exports.deserializeAws_json1_1BatchGetWorkflowsCommand = exports.deserializeAws_json1_1BatchGetTriggersCommand = exports.deserializeAws_json1_1BatchGetPartitionCommand = exports.deserializeAws_json1_1BatchGetJobsCommand = exports.deserializeAws_json1_1BatchGetDevEndpointsCommand = exports.deserializeAws_json1_1BatchGetDataQualityResultCommand = exports.deserializeAws_json1_1BatchGetCustomEntityTypesCommand = exports.deserializeAws_json1_1BatchGetCrawlersCommand = exports.deserializeAws_json1_1BatchGetBlueprintsCommand = exports.deserializeAws_json1_1BatchDeleteTableVersionCommand = exports.deserializeAws_json1_1BatchDeleteTableCommand = exports.deserializeAws_json1_1BatchDeletePartitionCommand = exports.deserializeAws_json1_1BatchDeleteConnectionCommand = exports.deserializeAws_json1_1BatchCreatePartitionCommand = exports.serializeAws_json1_1UpdateWorkflowCommand = exports.serializeAws_json1_1UpdateUserDefinedFunctionCommand = void 0;
8
+ exports.deserializeAws_json1_1GetMLTaskRunCommand = exports.deserializeAws_json1_1GetMappingCommand = exports.deserializeAws_json1_1GetJobsCommand = exports.deserializeAws_json1_1GetJobRunsCommand = exports.deserializeAws_json1_1GetJobRunCommand = exports.deserializeAws_json1_1GetJobBookmarkCommand = exports.deserializeAws_json1_1GetJobCommand = exports.deserializeAws_json1_1GetDevEndpointsCommand = exports.deserializeAws_json1_1GetDevEndpointCommand = exports.deserializeAws_json1_1GetDataQualityRulesetEvaluationRunCommand = exports.deserializeAws_json1_1GetDataQualityRulesetCommand = exports.deserializeAws_json1_1GetDataQualityRuleRecommendationRunCommand = exports.deserializeAws_json1_1GetDataQualityResultCommand = exports.deserializeAws_json1_1GetDataflowGraphCommand = exports.deserializeAws_json1_1GetDataCatalogEncryptionSettingsCommand = exports.deserializeAws_json1_1GetDatabasesCommand = exports.deserializeAws_json1_1GetDatabaseCommand = exports.deserializeAws_json1_1GetCustomEntityTypeCommand = exports.deserializeAws_json1_1GetCrawlersCommand = exports.deserializeAws_json1_1GetCrawlerMetricsCommand = exports.deserializeAws_json1_1GetCrawlerCommand = exports.deserializeAws_json1_1GetConnectionsCommand = exports.deserializeAws_json1_1GetConnectionCommand = exports.deserializeAws_json1_1GetColumnStatisticsForTableCommand = exports.deserializeAws_json1_1GetColumnStatisticsForPartitionCommand = exports.deserializeAws_json1_1GetClassifiersCommand = exports.deserializeAws_json1_1GetClassifierCommand = exports.deserializeAws_json1_1GetCatalogImportStatusCommand = exports.deserializeAws_json1_1GetBlueprintRunsCommand = exports.deserializeAws_json1_1GetBlueprintRunCommand = exports.deserializeAws_json1_1GetBlueprintCommand = exports.deserializeAws_json1_1DeleteWorkflowCommand = exports.deserializeAws_json1_1DeleteUserDefinedFunctionCommand = exports.deserializeAws_json1_1DeleteTriggerCommand = exports.deserializeAws_json1_1DeleteTableVersionCommand = exports.deserializeAws_json1_1DeleteTableCommand = exports.deserializeAws_json1_1DeleteSessionCommand = exports.deserializeAws_json1_1DeleteSecurityConfigurationCommand = exports.deserializeAws_json1_1DeleteSchemaVersionsCommand = exports.deserializeAws_json1_1DeleteSchemaCommand = exports.deserializeAws_json1_1DeleteResourcePolicyCommand = exports.deserializeAws_json1_1DeleteRegistryCommand = exports.deserializeAws_json1_1DeletePartitionIndexCommand = exports.deserializeAws_json1_1DeletePartitionCommand = exports.deserializeAws_json1_1DeleteMLTransformCommand = exports.deserializeAws_json1_1DeleteJobCommand = exports.deserializeAws_json1_1DeleteDevEndpointCommand = exports.deserializeAws_json1_1DeleteDataQualityRulesetCommand = exports.deserializeAws_json1_1DeleteDatabaseCommand = exports.deserializeAws_json1_1DeleteCustomEntityTypeCommand = void 0;
9
+ exports.deserializeAws_json1_1ListSessionsCommand = exports.deserializeAws_json1_1ListSchemaVersionsCommand = exports.deserializeAws_json1_1ListSchemasCommand = exports.deserializeAws_json1_1ListRegistriesCommand = exports.deserializeAws_json1_1ListMLTransformsCommand = exports.deserializeAws_json1_1ListJobsCommand = exports.deserializeAws_json1_1ListDevEndpointsCommand = exports.deserializeAws_json1_1ListDataQualityRulesetsCommand = exports.deserializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommand = exports.deserializeAws_json1_1ListDataQualityRuleRecommendationRunsCommand = exports.deserializeAws_json1_1ListDataQualityResultsCommand = exports.deserializeAws_json1_1ListCustomEntityTypesCommand = exports.deserializeAws_json1_1ListCrawlsCommand = exports.deserializeAws_json1_1ListCrawlersCommand = exports.deserializeAws_json1_1ListBlueprintsCommand = exports.deserializeAws_json1_1ImportCatalogToGlueCommand = exports.deserializeAws_json1_1GetWorkflowRunsCommand = exports.deserializeAws_json1_1GetWorkflowRunPropertiesCommand = exports.deserializeAws_json1_1GetWorkflowRunCommand = exports.deserializeAws_json1_1GetWorkflowCommand = exports.deserializeAws_json1_1GetUserDefinedFunctionsCommand = exports.deserializeAws_json1_1GetUserDefinedFunctionCommand = exports.deserializeAws_json1_1GetUnfilteredTableMetadataCommand = exports.deserializeAws_json1_1GetUnfilteredPartitionsMetadataCommand = exports.deserializeAws_json1_1GetUnfilteredPartitionMetadataCommand = exports.deserializeAws_json1_1GetTriggersCommand = exports.deserializeAws_json1_1GetTriggerCommand = exports.deserializeAws_json1_1GetTagsCommand = exports.deserializeAws_json1_1GetTableVersionsCommand = exports.deserializeAws_json1_1GetTableVersionCommand = exports.deserializeAws_json1_1GetTablesCommand = exports.deserializeAws_json1_1GetTableCommand = exports.deserializeAws_json1_1GetStatementCommand = exports.deserializeAws_json1_1GetSessionCommand = exports.deserializeAws_json1_1GetSecurityConfigurationsCommand = exports.deserializeAws_json1_1GetSecurityConfigurationCommand = exports.deserializeAws_json1_1GetSchemaVersionsDiffCommand = exports.deserializeAws_json1_1GetSchemaVersionCommand = exports.deserializeAws_json1_1GetSchemaByDefinitionCommand = exports.deserializeAws_json1_1GetSchemaCommand = exports.deserializeAws_json1_1GetResourcePolicyCommand = exports.deserializeAws_json1_1GetResourcePoliciesCommand = exports.deserializeAws_json1_1GetRegistryCommand = exports.deserializeAws_json1_1GetPlanCommand = exports.deserializeAws_json1_1GetPartitionsCommand = exports.deserializeAws_json1_1GetPartitionIndexesCommand = exports.deserializeAws_json1_1GetPartitionCommand = exports.deserializeAws_json1_1GetMLTransformsCommand = exports.deserializeAws_json1_1GetMLTransformCommand = exports.deserializeAws_json1_1GetMLTaskRunsCommand = void 0;
10
+ exports.deserializeAws_json1_1UpdateSourceControlFromJobCommand = exports.deserializeAws_json1_1UpdateSchemaCommand = exports.deserializeAws_json1_1UpdateRegistryCommand = exports.deserializeAws_json1_1UpdatePartitionCommand = exports.deserializeAws_json1_1UpdateMLTransformCommand = exports.deserializeAws_json1_1UpdateJobFromSourceControlCommand = exports.deserializeAws_json1_1UpdateJobCommand = exports.deserializeAws_json1_1UpdateDevEndpointCommand = exports.deserializeAws_json1_1UpdateDataQualityRulesetCommand = exports.deserializeAws_json1_1UpdateDatabaseCommand = exports.deserializeAws_json1_1UpdateCrawlerScheduleCommand = exports.deserializeAws_json1_1UpdateCrawlerCommand = exports.deserializeAws_json1_1UpdateConnectionCommand = exports.deserializeAws_json1_1UpdateColumnStatisticsForTableCommand = exports.deserializeAws_json1_1UpdateColumnStatisticsForPartitionCommand = exports.deserializeAws_json1_1UpdateClassifierCommand = exports.deserializeAws_json1_1UpdateBlueprintCommand = exports.deserializeAws_json1_1UntagResourceCommand = exports.deserializeAws_json1_1TagResourceCommand = exports.deserializeAws_json1_1StopWorkflowRunCommand = exports.deserializeAws_json1_1StopTriggerCommand = exports.deserializeAws_json1_1StopSessionCommand = exports.deserializeAws_json1_1StopCrawlerScheduleCommand = exports.deserializeAws_json1_1StopCrawlerCommand = exports.deserializeAws_json1_1StartWorkflowRunCommand = exports.deserializeAws_json1_1StartTriggerCommand = exports.deserializeAws_json1_1StartMLLabelingSetGenerationTaskRunCommand = exports.deserializeAws_json1_1StartMLEvaluationTaskRunCommand = exports.deserializeAws_json1_1StartJobRunCommand = exports.deserializeAws_json1_1StartImportLabelsTaskRunCommand = exports.deserializeAws_json1_1StartExportLabelsTaskRunCommand = exports.deserializeAws_json1_1StartDataQualityRulesetEvaluationRunCommand = exports.deserializeAws_json1_1StartDataQualityRuleRecommendationRunCommand = exports.deserializeAws_json1_1StartCrawlerScheduleCommand = exports.deserializeAws_json1_1StartCrawlerCommand = exports.deserializeAws_json1_1StartBlueprintRunCommand = exports.deserializeAws_json1_1SearchTablesCommand = exports.deserializeAws_json1_1RunStatementCommand = exports.deserializeAws_json1_1ResumeWorkflowRunCommand = exports.deserializeAws_json1_1ResetJobBookmarkCommand = exports.deserializeAws_json1_1RemoveSchemaVersionMetadataCommand = exports.deserializeAws_json1_1RegisterSchemaVersionCommand = exports.deserializeAws_json1_1QuerySchemaVersionMetadataCommand = exports.deserializeAws_json1_1PutWorkflowRunPropertiesCommand = exports.deserializeAws_json1_1PutSchemaVersionMetadataCommand = exports.deserializeAws_json1_1PutResourcePolicyCommand = exports.deserializeAws_json1_1PutDataCatalogEncryptionSettingsCommand = exports.deserializeAws_json1_1ListWorkflowsCommand = exports.deserializeAws_json1_1ListTriggersCommand = exports.deserializeAws_json1_1ListStatementsCommand = void 0;
11
+ exports.deserializeAws_json1_1UpdateWorkflowCommand = exports.deserializeAws_json1_1UpdateUserDefinedFunctionCommand = exports.deserializeAws_json1_1UpdateTriggerCommand = exports.deserializeAws_json1_1UpdateTableCommand = void 0;
11
12
  const protocol_http_1 = require("@aws-sdk/protocol-http");
12
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
13
14
  const GlueServiceException_1 = require("../models/GlueServiceException");
@@ -94,6 +95,16 @@ const serializeAws_json1_1BatchGetCustomEntityTypesCommand = async (input, conte
94
95
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
95
96
  };
96
97
  exports.serializeAws_json1_1BatchGetCustomEntityTypesCommand = serializeAws_json1_1BatchGetCustomEntityTypesCommand;
98
+ const serializeAws_json1_1BatchGetDataQualityResultCommand = async (input, context) => {
99
+ const headers = {
100
+ "content-type": "application/x-amz-json-1.1",
101
+ "x-amz-target": "AWSGlue.BatchGetDataQualityResult",
102
+ };
103
+ let body;
104
+ body = JSON.stringify(serializeAws_json1_1BatchGetDataQualityResultRequest(input, context));
105
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
106
+ };
107
+ exports.serializeAws_json1_1BatchGetDataQualityResultCommand = serializeAws_json1_1BatchGetDataQualityResultCommand;
97
108
  const serializeAws_json1_1BatchGetDevEndpointsCommand = async (input, context) => {
98
109
  const headers = {
99
110
  "content-type": "application/x-amz-json-1.1",
@@ -164,6 +175,26 @@ const serializeAws_json1_1BatchUpdatePartitionCommand = async (input, context) =
164
175
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
165
176
  };
166
177
  exports.serializeAws_json1_1BatchUpdatePartitionCommand = serializeAws_json1_1BatchUpdatePartitionCommand;
178
+ const serializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand = async (input, context) => {
179
+ const headers = {
180
+ "content-type": "application/x-amz-json-1.1",
181
+ "x-amz-target": "AWSGlue.CancelDataQualityRuleRecommendationRun",
182
+ };
183
+ let body;
184
+ body = JSON.stringify(serializeAws_json1_1CancelDataQualityRuleRecommendationRunRequest(input, context));
185
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
186
+ };
187
+ exports.serializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand = serializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand;
188
+ const serializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand = async (input, context) => {
189
+ const headers = {
190
+ "content-type": "application/x-amz-json-1.1",
191
+ "x-amz-target": "AWSGlue.CancelDataQualityRulesetEvaluationRun",
192
+ };
193
+ let body;
194
+ body = JSON.stringify(serializeAws_json1_1CancelDataQualityRulesetEvaluationRunRequest(input, context));
195
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
196
+ };
197
+ exports.serializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand = serializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand;
167
198
  const serializeAws_json1_1CancelMLTaskRunCommand = async (input, context) => {
168
199
  const headers = {
169
200
  "content-type": "application/x-amz-json-1.1",
@@ -254,6 +285,16 @@ const serializeAws_json1_1CreateDatabaseCommand = async (input, context) => {
254
285
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
255
286
  };
256
287
  exports.serializeAws_json1_1CreateDatabaseCommand = serializeAws_json1_1CreateDatabaseCommand;
288
+ const serializeAws_json1_1CreateDataQualityRulesetCommand = async (input, context) => {
289
+ const headers = {
290
+ "content-type": "application/x-amz-json-1.1",
291
+ "x-amz-target": "AWSGlue.CreateDataQualityRuleset",
292
+ };
293
+ let body;
294
+ body = JSON.stringify(serializeAws_json1_1CreateDataQualityRulesetRequest(input, context));
295
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
296
+ };
297
+ exports.serializeAws_json1_1CreateDataQualityRulesetCommand = serializeAws_json1_1CreateDataQualityRulesetCommand;
257
298
  const serializeAws_json1_1CreateDevEndpointCommand = async (input, context) => {
258
299
  const headers = {
259
300
  "content-type": "application/x-amz-json-1.1",
@@ -474,6 +515,16 @@ const serializeAws_json1_1DeleteDatabaseCommand = async (input, context) => {
474
515
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
475
516
  };
476
517
  exports.serializeAws_json1_1DeleteDatabaseCommand = serializeAws_json1_1DeleteDatabaseCommand;
518
+ const serializeAws_json1_1DeleteDataQualityRulesetCommand = async (input, context) => {
519
+ const headers = {
520
+ "content-type": "application/x-amz-json-1.1",
521
+ "x-amz-target": "AWSGlue.DeleteDataQualityRuleset",
522
+ };
523
+ let body;
524
+ body = JSON.stringify(serializeAws_json1_1DeleteDataQualityRulesetRequest(input, context));
525
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
526
+ };
527
+ exports.serializeAws_json1_1DeleteDataQualityRulesetCommand = serializeAws_json1_1DeleteDataQualityRulesetCommand;
477
528
  const serializeAws_json1_1DeleteDevEndpointCommand = async (input, context) => {
478
529
  const headers = {
479
530
  "content-type": "application/x-amz-json-1.1",
@@ -814,6 +865,46 @@ const serializeAws_json1_1GetDataflowGraphCommand = async (input, context) => {
814
865
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
815
866
  };
816
867
  exports.serializeAws_json1_1GetDataflowGraphCommand = serializeAws_json1_1GetDataflowGraphCommand;
868
+ const serializeAws_json1_1GetDataQualityResultCommand = async (input, context) => {
869
+ const headers = {
870
+ "content-type": "application/x-amz-json-1.1",
871
+ "x-amz-target": "AWSGlue.GetDataQualityResult",
872
+ };
873
+ let body;
874
+ body = JSON.stringify(serializeAws_json1_1GetDataQualityResultRequest(input, context));
875
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
876
+ };
877
+ exports.serializeAws_json1_1GetDataQualityResultCommand = serializeAws_json1_1GetDataQualityResultCommand;
878
+ const serializeAws_json1_1GetDataQualityRuleRecommendationRunCommand = async (input, context) => {
879
+ const headers = {
880
+ "content-type": "application/x-amz-json-1.1",
881
+ "x-amz-target": "AWSGlue.GetDataQualityRuleRecommendationRun",
882
+ };
883
+ let body;
884
+ body = JSON.stringify(serializeAws_json1_1GetDataQualityRuleRecommendationRunRequest(input, context));
885
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
886
+ };
887
+ exports.serializeAws_json1_1GetDataQualityRuleRecommendationRunCommand = serializeAws_json1_1GetDataQualityRuleRecommendationRunCommand;
888
+ const serializeAws_json1_1GetDataQualityRulesetCommand = async (input, context) => {
889
+ const headers = {
890
+ "content-type": "application/x-amz-json-1.1",
891
+ "x-amz-target": "AWSGlue.GetDataQualityRuleset",
892
+ };
893
+ let body;
894
+ body = JSON.stringify(serializeAws_json1_1GetDataQualityRulesetRequest(input, context));
895
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
896
+ };
897
+ exports.serializeAws_json1_1GetDataQualityRulesetCommand = serializeAws_json1_1GetDataQualityRulesetCommand;
898
+ const serializeAws_json1_1GetDataQualityRulesetEvaluationRunCommand = async (input, context) => {
899
+ const headers = {
900
+ "content-type": "application/x-amz-json-1.1",
901
+ "x-amz-target": "AWSGlue.GetDataQualityRulesetEvaluationRun",
902
+ };
903
+ let body;
904
+ body = JSON.stringify(serializeAws_json1_1GetDataQualityRulesetEvaluationRunRequest(input, context));
905
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
906
+ };
907
+ exports.serializeAws_json1_1GetDataQualityRulesetEvaluationRunCommand = serializeAws_json1_1GetDataQualityRulesetEvaluationRunCommand;
817
908
  const serializeAws_json1_1GetDevEndpointCommand = async (input, context) => {
818
909
  const headers = {
819
910
  "content-type": "application/x-amz-json-1.1",
@@ -1294,6 +1385,46 @@ const serializeAws_json1_1ListCustomEntityTypesCommand = async (input, context)
1294
1385
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
1295
1386
  };
1296
1387
  exports.serializeAws_json1_1ListCustomEntityTypesCommand = serializeAws_json1_1ListCustomEntityTypesCommand;
1388
+ const serializeAws_json1_1ListDataQualityResultsCommand = async (input, context) => {
1389
+ const headers = {
1390
+ "content-type": "application/x-amz-json-1.1",
1391
+ "x-amz-target": "AWSGlue.ListDataQualityResults",
1392
+ };
1393
+ let body;
1394
+ body = JSON.stringify(serializeAws_json1_1ListDataQualityResultsRequest(input, context));
1395
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
1396
+ };
1397
+ exports.serializeAws_json1_1ListDataQualityResultsCommand = serializeAws_json1_1ListDataQualityResultsCommand;
1398
+ const serializeAws_json1_1ListDataQualityRuleRecommendationRunsCommand = async (input, context) => {
1399
+ const headers = {
1400
+ "content-type": "application/x-amz-json-1.1",
1401
+ "x-amz-target": "AWSGlue.ListDataQualityRuleRecommendationRuns",
1402
+ };
1403
+ let body;
1404
+ body = JSON.stringify(serializeAws_json1_1ListDataQualityRuleRecommendationRunsRequest(input, context));
1405
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
1406
+ };
1407
+ exports.serializeAws_json1_1ListDataQualityRuleRecommendationRunsCommand = serializeAws_json1_1ListDataQualityRuleRecommendationRunsCommand;
1408
+ const serializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommand = async (input, context) => {
1409
+ const headers = {
1410
+ "content-type": "application/x-amz-json-1.1",
1411
+ "x-amz-target": "AWSGlue.ListDataQualityRulesetEvaluationRuns",
1412
+ };
1413
+ let body;
1414
+ body = JSON.stringify(serializeAws_json1_1ListDataQualityRulesetEvaluationRunsRequest(input, context));
1415
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
1416
+ };
1417
+ exports.serializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommand = serializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommand;
1418
+ const serializeAws_json1_1ListDataQualityRulesetsCommand = async (input, context) => {
1419
+ const headers = {
1420
+ "content-type": "application/x-amz-json-1.1",
1421
+ "x-amz-target": "AWSGlue.ListDataQualityRulesets",
1422
+ };
1423
+ let body;
1424
+ body = JSON.stringify(serializeAws_json1_1ListDataQualityRulesetsRequest(input, context));
1425
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
1426
+ };
1427
+ exports.serializeAws_json1_1ListDataQualityRulesetsCommand = serializeAws_json1_1ListDataQualityRulesetsCommand;
1297
1428
  const serializeAws_json1_1ListDevEndpointsCommand = async (input, context) => {
1298
1429
  const headers = {
1299
1430
  "content-type": "application/x-amz-json-1.1",
@@ -1534,6 +1665,26 @@ const serializeAws_json1_1StartCrawlerScheduleCommand = async (input, context) =
1534
1665
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
1535
1666
  };
1536
1667
  exports.serializeAws_json1_1StartCrawlerScheduleCommand = serializeAws_json1_1StartCrawlerScheduleCommand;
1668
+ const serializeAws_json1_1StartDataQualityRuleRecommendationRunCommand = async (input, context) => {
1669
+ const headers = {
1670
+ "content-type": "application/x-amz-json-1.1",
1671
+ "x-amz-target": "AWSGlue.StartDataQualityRuleRecommendationRun",
1672
+ };
1673
+ let body;
1674
+ body = JSON.stringify(serializeAws_json1_1StartDataQualityRuleRecommendationRunRequest(input, context));
1675
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
1676
+ };
1677
+ exports.serializeAws_json1_1StartDataQualityRuleRecommendationRunCommand = serializeAws_json1_1StartDataQualityRuleRecommendationRunCommand;
1678
+ const serializeAws_json1_1StartDataQualityRulesetEvaluationRunCommand = async (input, context) => {
1679
+ const headers = {
1680
+ "content-type": "application/x-amz-json-1.1",
1681
+ "x-amz-target": "AWSGlue.StartDataQualityRulesetEvaluationRun",
1682
+ };
1683
+ let body;
1684
+ body = JSON.stringify(serializeAws_json1_1StartDataQualityRulesetEvaluationRunRequest(input, context));
1685
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
1686
+ };
1687
+ exports.serializeAws_json1_1StartDataQualityRulesetEvaluationRunCommand = serializeAws_json1_1StartDataQualityRulesetEvaluationRunCommand;
1537
1688
  const serializeAws_json1_1StartExportLabelsTaskRunCommand = async (input, context) => {
1538
1689
  const headers = {
1539
1690
  "content-type": "application/x-amz-json-1.1",
@@ -1754,6 +1905,16 @@ const serializeAws_json1_1UpdateDatabaseCommand = async (input, context) => {
1754
1905
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
1755
1906
  };
1756
1907
  exports.serializeAws_json1_1UpdateDatabaseCommand = serializeAws_json1_1UpdateDatabaseCommand;
1908
+ const serializeAws_json1_1UpdateDataQualityRulesetCommand = async (input, context) => {
1909
+ const headers = {
1910
+ "content-type": "application/x-amz-json-1.1",
1911
+ "x-amz-target": "AWSGlue.UpdateDataQualityRuleset",
1912
+ };
1913
+ let body;
1914
+ body = JSON.stringify(serializeAws_json1_1UpdateDataQualityRulesetRequest(input, context));
1915
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
1916
+ };
1917
+ exports.serializeAws_json1_1UpdateDataQualityRulesetCommand = serializeAws_json1_1UpdateDataQualityRulesetCommand;
1757
1918
  const serializeAws_json1_1UpdateDevEndpointCommand = async (input, context) => {
1758
1919
  const headers = {
1759
1920
  "content-type": "application/x-amz-json-1.1",
@@ -2215,6 +2376,46 @@ const deserializeAws_json1_1BatchGetCustomEntityTypesCommandError = async (outpu
2215
2376
  });
2216
2377
  }
2217
2378
  };
2379
+ const deserializeAws_json1_1BatchGetDataQualityResultCommand = async (output, context) => {
2380
+ if (output.statusCode >= 300) {
2381
+ return deserializeAws_json1_1BatchGetDataQualityResultCommandError(output, context);
2382
+ }
2383
+ const data = await parseBody(output.body, context);
2384
+ let contents = {};
2385
+ contents = deserializeAws_json1_1BatchGetDataQualityResultResponse(data, context);
2386
+ const response = {
2387
+ $metadata: deserializeMetadata(output),
2388
+ ...contents,
2389
+ };
2390
+ return Promise.resolve(response);
2391
+ };
2392
+ exports.deserializeAws_json1_1BatchGetDataQualityResultCommand = deserializeAws_json1_1BatchGetDataQualityResultCommand;
2393
+ const deserializeAws_json1_1BatchGetDataQualityResultCommandError = async (output, context) => {
2394
+ const parsedOutput = {
2395
+ ...output,
2396
+ body: await parseErrorBody(output.body, context),
2397
+ };
2398
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
2399
+ switch (errorCode) {
2400
+ case "InternalServiceException":
2401
+ case "com.amazonaws.glue#InternalServiceException":
2402
+ throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
2403
+ case "InvalidInputException":
2404
+ case "com.amazonaws.glue#InvalidInputException":
2405
+ throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
2406
+ case "OperationTimeoutException":
2407
+ case "com.amazonaws.glue#OperationTimeoutException":
2408
+ throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
2409
+ default:
2410
+ const parsedBody = parsedOutput.body;
2411
+ (0, smithy_client_1.throwDefaultError)({
2412
+ output,
2413
+ parsedBody,
2414
+ exceptionCtor: GlueServiceException_1.GlueServiceException,
2415
+ errorCode,
2416
+ });
2417
+ }
2418
+ };
2218
2419
  const deserializeAws_json1_1BatchGetDevEndpointsCommand = async (output, context) => {
2219
2420
  if (output.statusCode >= 300) {
2220
2421
  return deserializeAws_json1_1BatchGetDevEndpointsCommandError(output, context);
@@ -2513,6 +2714,92 @@ const deserializeAws_json1_1BatchUpdatePartitionCommandError = async (output, co
2513
2714
  });
2514
2715
  }
2515
2716
  };
2717
+ const deserializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand = async (output, context) => {
2718
+ if (output.statusCode >= 300) {
2719
+ return deserializeAws_json1_1CancelDataQualityRuleRecommendationRunCommandError(output, context);
2720
+ }
2721
+ const data = await parseBody(output.body, context);
2722
+ let contents = {};
2723
+ contents = deserializeAws_json1_1CancelDataQualityRuleRecommendationRunResponse(data, context);
2724
+ const response = {
2725
+ $metadata: deserializeMetadata(output),
2726
+ ...contents,
2727
+ };
2728
+ return Promise.resolve(response);
2729
+ };
2730
+ exports.deserializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand = deserializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand;
2731
+ const deserializeAws_json1_1CancelDataQualityRuleRecommendationRunCommandError = async (output, context) => {
2732
+ const parsedOutput = {
2733
+ ...output,
2734
+ body: await parseErrorBody(output.body, context),
2735
+ };
2736
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
2737
+ switch (errorCode) {
2738
+ case "EntityNotFoundException":
2739
+ case "com.amazonaws.glue#EntityNotFoundException":
2740
+ throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
2741
+ case "InternalServiceException":
2742
+ case "com.amazonaws.glue#InternalServiceException":
2743
+ throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
2744
+ case "InvalidInputException":
2745
+ case "com.amazonaws.glue#InvalidInputException":
2746
+ throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
2747
+ case "OperationTimeoutException":
2748
+ case "com.amazonaws.glue#OperationTimeoutException":
2749
+ throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
2750
+ default:
2751
+ const parsedBody = parsedOutput.body;
2752
+ (0, smithy_client_1.throwDefaultError)({
2753
+ output,
2754
+ parsedBody,
2755
+ exceptionCtor: GlueServiceException_1.GlueServiceException,
2756
+ errorCode,
2757
+ });
2758
+ }
2759
+ };
2760
+ const deserializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand = async (output, context) => {
2761
+ if (output.statusCode >= 300) {
2762
+ return deserializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommandError(output, context);
2763
+ }
2764
+ const data = await parseBody(output.body, context);
2765
+ let contents = {};
2766
+ contents = deserializeAws_json1_1CancelDataQualityRulesetEvaluationRunResponse(data, context);
2767
+ const response = {
2768
+ $metadata: deserializeMetadata(output),
2769
+ ...contents,
2770
+ };
2771
+ return Promise.resolve(response);
2772
+ };
2773
+ exports.deserializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand = deserializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand;
2774
+ const deserializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommandError = async (output, context) => {
2775
+ const parsedOutput = {
2776
+ ...output,
2777
+ body: await parseErrorBody(output.body, context),
2778
+ };
2779
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
2780
+ switch (errorCode) {
2781
+ case "EntityNotFoundException":
2782
+ case "com.amazonaws.glue#EntityNotFoundException":
2783
+ throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
2784
+ case "InternalServiceException":
2785
+ case "com.amazonaws.glue#InternalServiceException":
2786
+ throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
2787
+ case "InvalidInputException":
2788
+ case "com.amazonaws.glue#InvalidInputException":
2789
+ throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
2790
+ case "OperationTimeoutException":
2791
+ case "com.amazonaws.glue#OperationTimeoutException":
2792
+ throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
2793
+ default:
2794
+ const parsedBody = parsedOutput.body;
2795
+ (0, smithy_client_1.throwDefaultError)({
2796
+ output,
2797
+ parsedBody,
2798
+ exceptionCtor: GlueServiceException_1.GlueServiceException,
2799
+ errorCode,
2800
+ });
2801
+ }
2802
+ };
2516
2803
  const deserializeAws_json1_1CancelMLTaskRunCommand = async (output, context) => {
2517
2804
  if (output.statusCode >= 300) {
2518
2805
  return deserializeAws_json1_1CancelMLTaskRunCommandError(output, context);
@@ -2924,6 +3211,52 @@ const deserializeAws_json1_1CreateDatabaseCommandError = async (output, context)
2924
3211
  });
2925
3212
  }
2926
3213
  };
3214
+ const deserializeAws_json1_1CreateDataQualityRulesetCommand = async (output, context) => {
3215
+ if (output.statusCode >= 300) {
3216
+ return deserializeAws_json1_1CreateDataQualityRulesetCommandError(output, context);
3217
+ }
3218
+ const data = await parseBody(output.body, context);
3219
+ let contents = {};
3220
+ contents = deserializeAws_json1_1CreateDataQualityRulesetResponse(data, context);
3221
+ const response = {
3222
+ $metadata: deserializeMetadata(output),
3223
+ ...contents,
3224
+ };
3225
+ return Promise.resolve(response);
3226
+ };
3227
+ exports.deserializeAws_json1_1CreateDataQualityRulesetCommand = deserializeAws_json1_1CreateDataQualityRulesetCommand;
3228
+ const deserializeAws_json1_1CreateDataQualityRulesetCommandError = async (output, context) => {
3229
+ const parsedOutput = {
3230
+ ...output,
3231
+ body: await parseErrorBody(output.body, context),
3232
+ };
3233
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
3234
+ switch (errorCode) {
3235
+ case "AlreadyExistsException":
3236
+ case "com.amazonaws.glue#AlreadyExistsException":
3237
+ throw await deserializeAws_json1_1AlreadyExistsExceptionResponse(parsedOutput, context);
3238
+ case "InternalServiceException":
3239
+ case "com.amazonaws.glue#InternalServiceException":
3240
+ throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
3241
+ case "InvalidInputException":
3242
+ case "com.amazonaws.glue#InvalidInputException":
3243
+ throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
3244
+ case "OperationTimeoutException":
3245
+ case "com.amazonaws.glue#OperationTimeoutException":
3246
+ throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
3247
+ case "ResourceNumberLimitExceededException":
3248
+ case "com.amazonaws.glue#ResourceNumberLimitExceededException":
3249
+ throw await deserializeAws_json1_1ResourceNumberLimitExceededExceptionResponse(parsedOutput, context);
3250
+ default:
3251
+ const parsedBody = parsedOutput.body;
3252
+ (0, smithy_client_1.throwDefaultError)({
3253
+ output,
3254
+ parsedBody,
3255
+ exceptionCtor: GlueServiceException_1.GlueServiceException,
3256
+ errorCode,
3257
+ });
3258
+ }
3259
+ };
2927
3260
  const deserializeAws_json1_1CreateDevEndpointCommand = async (output, context) => {
2928
3261
  if (output.statusCode >= 300) {
2929
3262
  return deserializeAws_json1_1CreateDevEndpointCommandError(output, context);
@@ -3984,21 +4317,21 @@ const deserializeAws_json1_1DeleteDatabaseCommandError = async (output, context)
3984
4317
  });
3985
4318
  }
3986
4319
  };
3987
- const deserializeAws_json1_1DeleteDevEndpointCommand = async (output, context) => {
4320
+ const deserializeAws_json1_1DeleteDataQualityRulesetCommand = async (output, context) => {
3988
4321
  if (output.statusCode >= 300) {
3989
- return deserializeAws_json1_1DeleteDevEndpointCommandError(output, context);
4322
+ return deserializeAws_json1_1DeleteDataQualityRulesetCommandError(output, context);
3990
4323
  }
3991
4324
  const data = await parseBody(output.body, context);
3992
4325
  let contents = {};
3993
- contents = deserializeAws_json1_1DeleteDevEndpointResponse(data, context);
4326
+ contents = deserializeAws_json1_1DeleteDataQualityRulesetResponse(data, context);
3994
4327
  const response = {
3995
4328
  $metadata: deserializeMetadata(output),
3996
4329
  ...contents,
3997
4330
  };
3998
4331
  return Promise.resolve(response);
3999
4332
  };
4000
- exports.deserializeAws_json1_1DeleteDevEndpointCommand = deserializeAws_json1_1DeleteDevEndpointCommand;
4001
- const deserializeAws_json1_1DeleteDevEndpointCommandError = async (output, context) => {
4333
+ exports.deserializeAws_json1_1DeleteDataQualityRulesetCommand = deserializeAws_json1_1DeleteDataQualityRulesetCommand;
4334
+ const deserializeAws_json1_1DeleteDataQualityRulesetCommandError = async (output, context) => {
4002
4335
  const parsedOutput = {
4003
4336
  ...output,
4004
4337
  body: await parseErrorBody(output.body, context),
@@ -4027,9 +4360,52 @@ const deserializeAws_json1_1DeleteDevEndpointCommandError = async (output, conte
4027
4360
  });
4028
4361
  }
4029
4362
  };
4030
- const deserializeAws_json1_1DeleteJobCommand = async (output, context) => {
4363
+ const deserializeAws_json1_1DeleteDevEndpointCommand = async (output, context) => {
4031
4364
  if (output.statusCode >= 300) {
4032
- return deserializeAws_json1_1DeleteJobCommandError(output, context);
4365
+ return deserializeAws_json1_1DeleteDevEndpointCommandError(output, context);
4366
+ }
4367
+ const data = await parseBody(output.body, context);
4368
+ let contents = {};
4369
+ contents = deserializeAws_json1_1DeleteDevEndpointResponse(data, context);
4370
+ const response = {
4371
+ $metadata: deserializeMetadata(output),
4372
+ ...contents,
4373
+ };
4374
+ return Promise.resolve(response);
4375
+ };
4376
+ exports.deserializeAws_json1_1DeleteDevEndpointCommand = deserializeAws_json1_1DeleteDevEndpointCommand;
4377
+ const deserializeAws_json1_1DeleteDevEndpointCommandError = async (output, context) => {
4378
+ const parsedOutput = {
4379
+ ...output,
4380
+ body: await parseErrorBody(output.body, context),
4381
+ };
4382
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
4383
+ switch (errorCode) {
4384
+ case "EntityNotFoundException":
4385
+ case "com.amazonaws.glue#EntityNotFoundException":
4386
+ throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
4387
+ case "InternalServiceException":
4388
+ case "com.amazonaws.glue#InternalServiceException":
4389
+ throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
4390
+ case "InvalidInputException":
4391
+ case "com.amazonaws.glue#InvalidInputException":
4392
+ throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
4393
+ case "OperationTimeoutException":
4394
+ case "com.amazonaws.glue#OperationTimeoutException":
4395
+ throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
4396
+ default:
4397
+ const parsedBody = parsedOutput.body;
4398
+ (0, smithy_client_1.throwDefaultError)({
4399
+ output,
4400
+ parsedBody,
4401
+ exceptionCtor: GlueServiceException_1.GlueServiceException,
4402
+ errorCode,
4403
+ });
4404
+ }
4405
+ };
4406
+ const deserializeAws_json1_1DeleteJobCommand = async (output, context) => {
4407
+ if (output.statusCode >= 300) {
4408
+ return deserializeAws_json1_1DeleteJobCommandError(output, context);
4033
4409
  }
4034
4410
  const data = await parseBody(output.body, context);
4035
4411
  let contents = {};
@@ -5422,6 +5798,178 @@ const deserializeAws_json1_1GetDataflowGraphCommandError = async (output, contex
5422
5798
  });
5423
5799
  }
5424
5800
  };
5801
+ const deserializeAws_json1_1GetDataQualityResultCommand = async (output, context) => {
5802
+ if (output.statusCode >= 300) {
5803
+ return deserializeAws_json1_1GetDataQualityResultCommandError(output, context);
5804
+ }
5805
+ const data = await parseBody(output.body, context);
5806
+ let contents = {};
5807
+ contents = deserializeAws_json1_1GetDataQualityResultResponse(data, context);
5808
+ const response = {
5809
+ $metadata: deserializeMetadata(output),
5810
+ ...contents,
5811
+ };
5812
+ return Promise.resolve(response);
5813
+ };
5814
+ exports.deserializeAws_json1_1GetDataQualityResultCommand = deserializeAws_json1_1GetDataQualityResultCommand;
5815
+ const deserializeAws_json1_1GetDataQualityResultCommandError = async (output, context) => {
5816
+ const parsedOutput = {
5817
+ ...output,
5818
+ body: await parseErrorBody(output.body, context),
5819
+ };
5820
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
5821
+ switch (errorCode) {
5822
+ case "EntityNotFoundException":
5823
+ case "com.amazonaws.glue#EntityNotFoundException":
5824
+ throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
5825
+ case "InternalServiceException":
5826
+ case "com.amazonaws.glue#InternalServiceException":
5827
+ throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
5828
+ case "InvalidInputException":
5829
+ case "com.amazonaws.glue#InvalidInputException":
5830
+ throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
5831
+ case "OperationTimeoutException":
5832
+ case "com.amazonaws.glue#OperationTimeoutException":
5833
+ throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
5834
+ default:
5835
+ const parsedBody = parsedOutput.body;
5836
+ (0, smithy_client_1.throwDefaultError)({
5837
+ output,
5838
+ parsedBody,
5839
+ exceptionCtor: GlueServiceException_1.GlueServiceException,
5840
+ errorCode,
5841
+ });
5842
+ }
5843
+ };
5844
+ const deserializeAws_json1_1GetDataQualityRuleRecommendationRunCommand = async (output, context) => {
5845
+ if (output.statusCode >= 300) {
5846
+ return deserializeAws_json1_1GetDataQualityRuleRecommendationRunCommandError(output, context);
5847
+ }
5848
+ const data = await parseBody(output.body, context);
5849
+ let contents = {};
5850
+ contents = deserializeAws_json1_1GetDataQualityRuleRecommendationRunResponse(data, context);
5851
+ const response = {
5852
+ $metadata: deserializeMetadata(output),
5853
+ ...contents,
5854
+ };
5855
+ return Promise.resolve(response);
5856
+ };
5857
+ exports.deserializeAws_json1_1GetDataQualityRuleRecommendationRunCommand = deserializeAws_json1_1GetDataQualityRuleRecommendationRunCommand;
5858
+ const deserializeAws_json1_1GetDataQualityRuleRecommendationRunCommandError = async (output, context) => {
5859
+ const parsedOutput = {
5860
+ ...output,
5861
+ body: await parseErrorBody(output.body, context),
5862
+ };
5863
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
5864
+ switch (errorCode) {
5865
+ case "EntityNotFoundException":
5866
+ case "com.amazonaws.glue#EntityNotFoundException":
5867
+ throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
5868
+ case "InternalServiceException":
5869
+ case "com.amazonaws.glue#InternalServiceException":
5870
+ throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
5871
+ case "InvalidInputException":
5872
+ case "com.amazonaws.glue#InvalidInputException":
5873
+ throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
5874
+ case "OperationTimeoutException":
5875
+ case "com.amazonaws.glue#OperationTimeoutException":
5876
+ throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
5877
+ default:
5878
+ const parsedBody = parsedOutput.body;
5879
+ (0, smithy_client_1.throwDefaultError)({
5880
+ output,
5881
+ parsedBody,
5882
+ exceptionCtor: GlueServiceException_1.GlueServiceException,
5883
+ errorCode,
5884
+ });
5885
+ }
5886
+ };
5887
+ const deserializeAws_json1_1GetDataQualityRulesetCommand = async (output, context) => {
5888
+ if (output.statusCode >= 300) {
5889
+ return deserializeAws_json1_1GetDataQualityRulesetCommandError(output, context);
5890
+ }
5891
+ const data = await parseBody(output.body, context);
5892
+ let contents = {};
5893
+ contents = deserializeAws_json1_1GetDataQualityRulesetResponse(data, context);
5894
+ const response = {
5895
+ $metadata: deserializeMetadata(output),
5896
+ ...contents,
5897
+ };
5898
+ return Promise.resolve(response);
5899
+ };
5900
+ exports.deserializeAws_json1_1GetDataQualityRulesetCommand = deserializeAws_json1_1GetDataQualityRulesetCommand;
5901
+ const deserializeAws_json1_1GetDataQualityRulesetCommandError = async (output, context) => {
5902
+ const parsedOutput = {
5903
+ ...output,
5904
+ body: await parseErrorBody(output.body, context),
5905
+ };
5906
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
5907
+ switch (errorCode) {
5908
+ case "EntityNotFoundException":
5909
+ case "com.amazonaws.glue#EntityNotFoundException":
5910
+ throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
5911
+ case "InternalServiceException":
5912
+ case "com.amazonaws.glue#InternalServiceException":
5913
+ throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
5914
+ case "InvalidInputException":
5915
+ case "com.amazonaws.glue#InvalidInputException":
5916
+ throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
5917
+ case "OperationTimeoutException":
5918
+ case "com.amazonaws.glue#OperationTimeoutException":
5919
+ throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
5920
+ default:
5921
+ const parsedBody = parsedOutput.body;
5922
+ (0, smithy_client_1.throwDefaultError)({
5923
+ output,
5924
+ parsedBody,
5925
+ exceptionCtor: GlueServiceException_1.GlueServiceException,
5926
+ errorCode,
5927
+ });
5928
+ }
5929
+ };
5930
+ const deserializeAws_json1_1GetDataQualityRulesetEvaluationRunCommand = async (output, context) => {
5931
+ if (output.statusCode >= 300) {
5932
+ return deserializeAws_json1_1GetDataQualityRulesetEvaluationRunCommandError(output, context);
5933
+ }
5934
+ const data = await parseBody(output.body, context);
5935
+ let contents = {};
5936
+ contents = deserializeAws_json1_1GetDataQualityRulesetEvaluationRunResponse(data, context);
5937
+ const response = {
5938
+ $metadata: deserializeMetadata(output),
5939
+ ...contents,
5940
+ };
5941
+ return Promise.resolve(response);
5942
+ };
5943
+ exports.deserializeAws_json1_1GetDataQualityRulesetEvaluationRunCommand = deserializeAws_json1_1GetDataQualityRulesetEvaluationRunCommand;
5944
+ const deserializeAws_json1_1GetDataQualityRulesetEvaluationRunCommandError = async (output, context) => {
5945
+ const parsedOutput = {
5946
+ ...output,
5947
+ body: await parseErrorBody(output.body, context),
5948
+ };
5949
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
5950
+ switch (errorCode) {
5951
+ case "EntityNotFoundException":
5952
+ case "com.amazonaws.glue#EntityNotFoundException":
5953
+ throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
5954
+ case "InternalServiceException":
5955
+ case "com.amazonaws.glue#InternalServiceException":
5956
+ throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
5957
+ case "InvalidInputException":
5958
+ case "com.amazonaws.glue#InvalidInputException":
5959
+ throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
5960
+ case "OperationTimeoutException":
5961
+ case "com.amazonaws.glue#OperationTimeoutException":
5962
+ throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
5963
+ default:
5964
+ const parsedBody = parsedOutput.body;
5965
+ (0, smithy_client_1.throwDefaultError)({
5966
+ output,
5967
+ parsedBody,
5968
+ exceptionCtor: GlueServiceException_1.GlueServiceException,
5969
+ errorCode,
5970
+ });
5971
+ }
5972
+ };
5425
5973
  const deserializeAws_json1_1GetDevEndpointCommand = async (output, context) => {
5426
5974
  if (output.statusCode >= 300) {
5427
5975
  return deserializeAws_json1_1GetDevEndpointCommandError(output, context);
@@ -7525,6 +8073,169 @@ const deserializeAws_json1_1ListCustomEntityTypesCommandError = async (output, c
7525
8073
  });
7526
8074
  }
7527
8075
  };
8076
+ const deserializeAws_json1_1ListDataQualityResultsCommand = async (output, context) => {
8077
+ if (output.statusCode >= 300) {
8078
+ return deserializeAws_json1_1ListDataQualityResultsCommandError(output, context);
8079
+ }
8080
+ const data = await parseBody(output.body, context);
8081
+ let contents = {};
8082
+ contents = deserializeAws_json1_1ListDataQualityResultsResponse(data, context);
8083
+ const response = {
8084
+ $metadata: deserializeMetadata(output),
8085
+ ...contents,
8086
+ };
8087
+ return Promise.resolve(response);
8088
+ };
8089
+ exports.deserializeAws_json1_1ListDataQualityResultsCommand = deserializeAws_json1_1ListDataQualityResultsCommand;
8090
+ const deserializeAws_json1_1ListDataQualityResultsCommandError = async (output, context) => {
8091
+ const parsedOutput = {
8092
+ ...output,
8093
+ body: await parseErrorBody(output.body, context),
8094
+ };
8095
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
8096
+ switch (errorCode) {
8097
+ case "InternalServiceException":
8098
+ case "com.amazonaws.glue#InternalServiceException":
8099
+ throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
8100
+ case "InvalidInputException":
8101
+ case "com.amazonaws.glue#InvalidInputException":
8102
+ throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
8103
+ case "OperationTimeoutException":
8104
+ case "com.amazonaws.glue#OperationTimeoutException":
8105
+ throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
8106
+ default:
8107
+ const parsedBody = parsedOutput.body;
8108
+ (0, smithy_client_1.throwDefaultError)({
8109
+ output,
8110
+ parsedBody,
8111
+ exceptionCtor: GlueServiceException_1.GlueServiceException,
8112
+ errorCode,
8113
+ });
8114
+ }
8115
+ };
8116
+ const deserializeAws_json1_1ListDataQualityRuleRecommendationRunsCommand = async (output, context) => {
8117
+ if (output.statusCode >= 300) {
8118
+ return deserializeAws_json1_1ListDataQualityRuleRecommendationRunsCommandError(output, context);
8119
+ }
8120
+ const data = await parseBody(output.body, context);
8121
+ let contents = {};
8122
+ contents = deserializeAws_json1_1ListDataQualityRuleRecommendationRunsResponse(data, context);
8123
+ const response = {
8124
+ $metadata: deserializeMetadata(output),
8125
+ ...contents,
8126
+ };
8127
+ return Promise.resolve(response);
8128
+ };
8129
+ exports.deserializeAws_json1_1ListDataQualityRuleRecommendationRunsCommand = deserializeAws_json1_1ListDataQualityRuleRecommendationRunsCommand;
8130
+ const deserializeAws_json1_1ListDataQualityRuleRecommendationRunsCommandError = async (output, context) => {
8131
+ const parsedOutput = {
8132
+ ...output,
8133
+ body: await parseErrorBody(output.body, context),
8134
+ };
8135
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
8136
+ switch (errorCode) {
8137
+ case "InternalServiceException":
8138
+ case "com.amazonaws.glue#InternalServiceException":
8139
+ throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
8140
+ case "InvalidInputException":
8141
+ case "com.amazonaws.glue#InvalidInputException":
8142
+ throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
8143
+ case "OperationTimeoutException":
8144
+ case "com.amazonaws.glue#OperationTimeoutException":
8145
+ throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
8146
+ default:
8147
+ const parsedBody = parsedOutput.body;
8148
+ (0, smithy_client_1.throwDefaultError)({
8149
+ output,
8150
+ parsedBody,
8151
+ exceptionCtor: GlueServiceException_1.GlueServiceException,
8152
+ errorCode,
8153
+ });
8154
+ }
8155
+ };
8156
+ const deserializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommand = async (output, context) => {
8157
+ if (output.statusCode >= 300) {
8158
+ return deserializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommandError(output, context);
8159
+ }
8160
+ const data = await parseBody(output.body, context);
8161
+ let contents = {};
8162
+ contents = deserializeAws_json1_1ListDataQualityRulesetEvaluationRunsResponse(data, context);
8163
+ const response = {
8164
+ $metadata: deserializeMetadata(output),
8165
+ ...contents,
8166
+ };
8167
+ return Promise.resolve(response);
8168
+ };
8169
+ exports.deserializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommand = deserializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommand;
8170
+ const deserializeAws_json1_1ListDataQualityRulesetEvaluationRunsCommandError = async (output, context) => {
8171
+ const parsedOutput = {
8172
+ ...output,
8173
+ body: await parseErrorBody(output.body, context),
8174
+ };
8175
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
8176
+ switch (errorCode) {
8177
+ case "InternalServiceException":
8178
+ case "com.amazonaws.glue#InternalServiceException":
8179
+ throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
8180
+ case "InvalidInputException":
8181
+ case "com.amazonaws.glue#InvalidInputException":
8182
+ throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
8183
+ case "OperationTimeoutException":
8184
+ case "com.amazonaws.glue#OperationTimeoutException":
8185
+ throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
8186
+ default:
8187
+ const parsedBody = parsedOutput.body;
8188
+ (0, smithy_client_1.throwDefaultError)({
8189
+ output,
8190
+ parsedBody,
8191
+ exceptionCtor: GlueServiceException_1.GlueServiceException,
8192
+ errorCode,
8193
+ });
8194
+ }
8195
+ };
8196
+ const deserializeAws_json1_1ListDataQualityRulesetsCommand = async (output, context) => {
8197
+ if (output.statusCode >= 300) {
8198
+ return deserializeAws_json1_1ListDataQualityRulesetsCommandError(output, context);
8199
+ }
8200
+ const data = await parseBody(output.body, context);
8201
+ let contents = {};
8202
+ contents = deserializeAws_json1_1ListDataQualityRulesetsResponse(data, context);
8203
+ const response = {
8204
+ $metadata: deserializeMetadata(output),
8205
+ ...contents,
8206
+ };
8207
+ return Promise.resolve(response);
8208
+ };
8209
+ exports.deserializeAws_json1_1ListDataQualityRulesetsCommand = deserializeAws_json1_1ListDataQualityRulesetsCommand;
8210
+ const deserializeAws_json1_1ListDataQualityRulesetsCommandError = async (output, context) => {
8211
+ const parsedOutput = {
8212
+ ...output,
8213
+ body: await parseErrorBody(output.body, context),
8214
+ };
8215
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
8216
+ switch (errorCode) {
8217
+ case "EntityNotFoundException":
8218
+ case "com.amazonaws.glue#EntityNotFoundException":
8219
+ throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
8220
+ case "InternalServiceException":
8221
+ case "com.amazonaws.glue#InternalServiceException":
8222
+ throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
8223
+ case "InvalidInputException":
8224
+ case "com.amazonaws.glue#InvalidInputException":
8225
+ throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
8226
+ case "OperationTimeoutException":
8227
+ case "com.amazonaws.glue#OperationTimeoutException":
8228
+ throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
8229
+ default:
8230
+ const parsedBody = parsedOutput.body;
8231
+ (0, smithy_client_1.throwDefaultError)({
8232
+ output,
8233
+ parsedBody,
8234
+ exceptionCtor: GlueServiceException_1.GlueServiceException,
8235
+ errorCode,
8236
+ });
8237
+ }
8238
+ };
7528
8239
  const deserializeAws_json1_1ListDevEndpointsCommand = async (output, context) => {
7529
8240
  if (output.statusCode >= 300) {
7530
8241
  return deserializeAws_json1_1ListDevEndpointsCommandError(output, context);
@@ -8504,33 +9215,122 @@ const deserializeAws_json1_1StartBlueprintRunCommandError = async (output, conte
8504
9215
  });
8505
9216
  }
8506
9217
  };
8507
- const deserializeAws_json1_1StartCrawlerCommand = async (output, context) => {
9218
+ const deserializeAws_json1_1StartCrawlerCommand = async (output, context) => {
9219
+ if (output.statusCode >= 300) {
9220
+ return deserializeAws_json1_1StartCrawlerCommandError(output, context);
9221
+ }
9222
+ const data = await parseBody(output.body, context);
9223
+ let contents = {};
9224
+ contents = deserializeAws_json1_1StartCrawlerResponse(data, context);
9225
+ const response = {
9226
+ $metadata: deserializeMetadata(output),
9227
+ ...contents,
9228
+ };
9229
+ return Promise.resolve(response);
9230
+ };
9231
+ exports.deserializeAws_json1_1StartCrawlerCommand = deserializeAws_json1_1StartCrawlerCommand;
9232
+ const deserializeAws_json1_1StartCrawlerCommandError = async (output, context) => {
9233
+ const parsedOutput = {
9234
+ ...output,
9235
+ body: await parseErrorBody(output.body, context),
9236
+ };
9237
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
9238
+ switch (errorCode) {
9239
+ case "CrawlerRunningException":
9240
+ case "com.amazonaws.glue#CrawlerRunningException":
9241
+ throw await deserializeAws_json1_1CrawlerRunningExceptionResponse(parsedOutput, context);
9242
+ case "EntityNotFoundException":
9243
+ case "com.amazonaws.glue#EntityNotFoundException":
9244
+ throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
9245
+ case "OperationTimeoutException":
9246
+ case "com.amazonaws.glue#OperationTimeoutException":
9247
+ throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
9248
+ default:
9249
+ const parsedBody = parsedOutput.body;
9250
+ (0, smithy_client_1.throwDefaultError)({
9251
+ output,
9252
+ parsedBody,
9253
+ exceptionCtor: GlueServiceException_1.GlueServiceException,
9254
+ errorCode,
9255
+ });
9256
+ }
9257
+ };
9258
+ const deserializeAws_json1_1StartCrawlerScheduleCommand = async (output, context) => {
9259
+ if (output.statusCode >= 300) {
9260
+ return deserializeAws_json1_1StartCrawlerScheduleCommandError(output, context);
9261
+ }
9262
+ const data = await parseBody(output.body, context);
9263
+ let contents = {};
9264
+ contents = deserializeAws_json1_1StartCrawlerScheduleResponse(data, context);
9265
+ const response = {
9266
+ $metadata: deserializeMetadata(output),
9267
+ ...contents,
9268
+ };
9269
+ return Promise.resolve(response);
9270
+ };
9271
+ exports.deserializeAws_json1_1StartCrawlerScheduleCommand = deserializeAws_json1_1StartCrawlerScheduleCommand;
9272
+ const deserializeAws_json1_1StartCrawlerScheduleCommandError = async (output, context) => {
9273
+ const parsedOutput = {
9274
+ ...output,
9275
+ body: await parseErrorBody(output.body, context),
9276
+ };
9277
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
9278
+ switch (errorCode) {
9279
+ case "EntityNotFoundException":
9280
+ case "com.amazonaws.glue#EntityNotFoundException":
9281
+ throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
9282
+ case "NoScheduleException":
9283
+ case "com.amazonaws.glue#NoScheduleException":
9284
+ throw await deserializeAws_json1_1NoScheduleExceptionResponse(parsedOutput, context);
9285
+ case "OperationTimeoutException":
9286
+ case "com.amazonaws.glue#OperationTimeoutException":
9287
+ throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
9288
+ case "SchedulerRunningException":
9289
+ case "com.amazonaws.glue#SchedulerRunningException":
9290
+ throw await deserializeAws_json1_1SchedulerRunningExceptionResponse(parsedOutput, context);
9291
+ case "SchedulerTransitioningException":
9292
+ case "com.amazonaws.glue#SchedulerTransitioningException":
9293
+ throw await deserializeAws_json1_1SchedulerTransitioningExceptionResponse(parsedOutput, context);
9294
+ default:
9295
+ const parsedBody = parsedOutput.body;
9296
+ (0, smithy_client_1.throwDefaultError)({
9297
+ output,
9298
+ parsedBody,
9299
+ exceptionCtor: GlueServiceException_1.GlueServiceException,
9300
+ errorCode,
9301
+ });
9302
+ }
9303
+ };
9304
+ const deserializeAws_json1_1StartDataQualityRuleRecommendationRunCommand = async (output, context) => {
8508
9305
  if (output.statusCode >= 300) {
8509
- return deserializeAws_json1_1StartCrawlerCommandError(output, context);
9306
+ return deserializeAws_json1_1StartDataQualityRuleRecommendationRunCommandError(output, context);
8510
9307
  }
8511
9308
  const data = await parseBody(output.body, context);
8512
9309
  let contents = {};
8513
- contents = deserializeAws_json1_1StartCrawlerResponse(data, context);
9310
+ contents = deserializeAws_json1_1StartDataQualityRuleRecommendationRunResponse(data, context);
8514
9311
  const response = {
8515
9312
  $metadata: deserializeMetadata(output),
8516
9313
  ...contents,
8517
9314
  };
8518
9315
  return Promise.resolve(response);
8519
9316
  };
8520
- exports.deserializeAws_json1_1StartCrawlerCommand = deserializeAws_json1_1StartCrawlerCommand;
8521
- const deserializeAws_json1_1StartCrawlerCommandError = async (output, context) => {
9317
+ exports.deserializeAws_json1_1StartDataQualityRuleRecommendationRunCommand = deserializeAws_json1_1StartDataQualityRuleRecommendationRunCommand;
9318
+ const deserializeAws_json1_1StartDataQualityRuleRecommendationRunCommandError = async (output, context) => {
8522
9319
  const parsedOutput = {
8523
9320
  ...output,
8524
9321
  body: await parseErrorBody(output.body, context),
8525
9322
  };
8526
9323
  const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
8527
9324
  switch (errorCode) {
8528
- case "CrawlerRunningException":
8529
- case "com.amazonaws.glue#CrawlerRunningException":
8530
- throw await deserializeAws_json1_1CrawlerRunningExceptionResponse(parsedOutput, context);
8531
- case "EntityNotFoundException":
8532
- case "com.amazonaws.glue#EntityNotFoundException":
8533
- throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
9325
+ case "ConflictException":
9326
+ case "com.amazonaws.glue#ConflictException":
9327
+ throw await deserializeAws_json1_1ConflictExceptionResponse(parsedOutput, context);
9328
+ case "InternalServiceException":
9329
+ case "com.amazonaws.glue#InternalServiceException":
9330
+ throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
9331
+ case "InvalidInputException":
9332
+ case "com.amazonaws.glue#InvalidInputException":
9333
+ throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
8534
9334
  case "OperationTimeoutException":
8535
9335
  case "com.amazonaws.glue#OperationTimeoutException":
8536
9336
  throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
@@ -8544,42 +9344,42 @@ const deserializeAws_json1_1StartCrawlerCommandError = async (output, context) =
8544
9344
  });
8545
9345
  }
8546
9346
  };
8547
- const deserializeAws_json1_1StartCrawlerScheduleCommand = async (output, context) => {
9347
+ const deserializeAws_json1_1StartDataQualityRulesetEvaluationRunCommand = async (output, context) => {
8548
9348
  if (output.statusCode >= 300) {
8549
- return deserializeAws_json1_1StartCrawlerScheduleCommandError(output, context);
9349
+ return deserializeAws_json1_1StartDataQualityRulesetEvaluationRunCommandError(output, context);
8550
9350
  }
8551
9351
  const data = await parseBody(output.body, context);
8552
9352
  let contents = {};
8553
- contents = deserializeAws_json1_1StartCrawlerScheduleResponse(data, context);
9353
+ contents = deserializeAws_json1_1StartDataQualityRulesetEvaluationRunResponse(data, context);
8554
9354
  const response = {
8555
9355
  $metadata: deserializeMetadata(output),
8556
9356
  ...contents,
8557
9357
  };
8558
9358
  return Promise.resolve(response);
8559
9359
  };
8560
- exports.deserializeAws_json1_1StartCrawlerScheduleCommand = deserializeAws_json1_1StartCrawlerScheduleCommand;
8561
- const deserializeAws_json1_1StartCrawlerScheduleCommandError = async (output, context) => {
9360
+ exports.deserializeAws_json1_1StartDataQualityRulesetEvaluationRunCommand = deserializeAws_json1_1StartDataQualityRulesetEvaluationRunCommand;
9361
+ const deserializeAws_json1_1StartDataQualityRulesetEvaluationRunCommandError = async (output, context) => {
8562
9362
  const parsedOutput = {
8563
9363
  ...output,
8564
9364
  body: await parseErrorBody(output.body, context),
8565
9365
  };
8566
9366
  const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
8567
9367
  switch (errorCode) {
9368
+ case "ConflictException":
9369
+ case "com.amazonaws.glue#ConflictException":
9370
+ throw await deserializeAws_json1_1ConflictExceptionResponse(parsedOutput, context);
8568
9371
  case "EntityNotFoundException":
8569
9372
  case "com.amazonaws.glue#EntityNotFoundException":
8570
9373
  throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
8571
- case "NoScheduleException":
8572
- case "com.amazonaws.glue#NoScheduleException":
8573
- throw await deserializeAws_json1_1NoScheduleExceptionResponse(parsedOutput, context);
9374
+ case "InternalServiceException":
9375
+ case "com.amazonaws.glue#InternalServiceException":
9376
+ throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
9377
+ case "InvalidInputException":
9378
+ case "com.amazonaws.glue#InvalidInputException":
9379
+ throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
8574
9380
  case "OperationTimeoutException":
8575
9381
  case "com.amazonaws.glue#OperationTimeoutException":
8576
9382
  throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
8577
- case "SchedulerRunningException":
8578
- case "com.amazonaws.glue#SchedulerRunningException":
8579
- throw await deserializeAws_json1_1SchedulerRunningExceptionResponse(parsedOutput, context);
8580
- case "SchedulerTransitioningException":
8581
- case "com.amazonaws.glue#SchedulerTransitioningException":
8582
- throw await deserializeAws_json1_1SchedulerTransitioningExceptionResponse(parsedOutput, context);
8583
9383
  default:
8584
9384
  const parsedBody = parsedOutput.body;
8585
9385
  (0, smithy_client_1.throwDefaultError)({
@@ -9602,6 +10402,58 @@ const deserializeAws_json1_1UpdateDatabaseCommandError = async (output, context)
9602
10402
  });
9603
10403
  }
9604
10404
  };
10405
+ const deserializeAws_json1_1UpdateDataQualityRulesetCommand = async (output, context) => {
10406
+ if (output.statusCode >= 300) {
10407
+ return deserializeAws_json1_1UpdateDataQualityRulesetCommandError(output, context);
10408
+ }
10409
+ const data = await parseBody(output.body, context);
10410
+ let contents = {};
10411
+ contents = deserializeAws_json1_1UpdateDataQualityRulesetResponse(data, context);
10412
+ const response = {
10413
+ $metadata: deserializeMetadata(output),
10414
+ ...contents,
10415
+ };
10416
+ return Promise.resolve(response);
10417
+ };
10418
+ exports.deserializeAws_json1_1UpdateDataQualityRulesetCommand = deserializeAws_json1_1UpdateDataQualityRulesetCommand;
10419
+ const deserializeAws_json1_1UpdateDataQualityRulesetCommandError = async (output, context) => {
10420
+ const parsedOutput = {
10421
+ ...output,
10422
+ body: await parseErrorBody(output.body, context),
10423
+ };
10424
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
10425
+ switch (errorCode) {
10426
+ case "AlreadyExistsException":
10427
+ case "com.amazonaws.glue#AlreadyExistsException":
10428
+ throw await deserializeAws_json1_1AlreadyExistsExceptionResponse(parsedOutput, context);
10429
+ case "EntityNotFoundException":
10430
+ case "com.amazonaws.glue#EntityNotFoundException":
10431
+ throw await deserializeAws_json1_1EntityNotFoundExceptionResponse(parsedOutput, context);
10432
+ case "IdempotentParameterMismatchException":
10433
+ case "com.amazonaws.glue#IdempotentParameterMismatchException":
10434
+ throw await deserializeAws_json1_1IdempotentParameterMismatchExceptionResponse(parsedOutput, context);
10435
+ case "InternalServiceException":
10436
+ case "com.amazonaws.glue#InternalServiceException":
10437
+ throw await deserializeAws_json1_1InternalServiceExceptionResponse(parsedOutput, context);
10438
+ case "InvalidInputException":
10439
+ case "com.amazonaws.glue#InvalidInputException":
10440
+ throw await deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context);
10441
+ case "OperationTimeoutException":
10442
+ case "com.amazonaws.glue#OperationTimeoutException":
10443
+ throw await deserializeAws_json1_1OperationTimeoutExceptionResponse(parsedOutput, context);
10444
+ case "ResourceNumberLimitExceededException":
10445
+ case "com.amazonaws.glue#ResourceNumberLimitExceededException":
10446
+ throw await deserializeAws_json1_1ResourceNumberLimitExceededExceptionResponse(parsedOutput, context);
10447
+ default:
10448
+ const parsedBody = parsedOutput.body;
10449
+ (0, smithy_client_1.throwDefaultError)({
10450
+ output,
10451
+ parsedBody,
10452
+ exceptionCtor: GlueServiceException_1.GlueServiceException,
10453
+ errorCode,
10454
+ });
10455
+ }
10456
+ };
9605
10457
  const deserializeAws_json1_1UpdateDevEndpointCommand = async (output, context) => {
9606
10458
  if (output.statusCode >= 300) {
9607
10459
  return deserializeAws_json1_1UpdateDevEndpointCommandError(output, context);
@@ -10633,6 +11485,11 @@ const serializeAws_json1_1BatchGetCustomEntityTypesRequest = (input, context) =>
10633
11485
  ...(input.Names != null && { Names: serializeAws_json1_1CustomEntityTypeNames(input.Names, context) }),
10634
11486
  };
10635
11487
  };
11488
+ const serializeAws_json1_1BatchGetDataQualityResultRequest = (input, context) => {
11489
+ return {
11490
+ ...(input.ResultIds != null && { ResultIds: serializeAws_json1_1DataQualityResultIds(input.ResultIds, context) }),
11491
+ };
11492
+ };
10636
11493
  const serializeAws_json1_1BatchGetDevEndpointsRequest = (input, context) => {
10637
11494
  return {
10638
11495
  ...(input.DevEndpointNames != null && {
@@ -10738,6 +11595,16 @@ const serializeAws_json1_1BoundedPartitionValueList = (input, context) => {
10738
11595
  return entry;
10739
11596
  });
10740
11597
  };
11598
+ const serializeAws_json1_1CancelDataQualityRuleRecommendationRunRequest = (input, context) => {
11599
+ return {
11600
+ ...(input.RunId != null && { RunId: input.RunId }),
11601
+ };
11602
+ };
11603
+ const serializeAws_json1_1CancelDataQualityRulesetEvaluationRunRequest = (input, context) => {
11604
+ return {
11605
+ ...(input.RunId != null && { RunId: input.RunId }),
11606
+ };
11607
+ };
10741
11608
  const serializeAws_json1_1CancelMLTaskRunRequest = (input, context) => {
10742
11609
  return {
10743
11610
  ...(input.TaskRunId != null && { TaskRunId: input.TaskRunId }),
@@ -10888,6 +11755,9 @@ const serializeAws_json1_1CodeGenConfigurationNode = (input, context) => {
10888
11755
  ...(input.DynamoDBCatalogSource != null && {
10889
11756
  DynamoDBCatalogSource: serializeAws_json1_1DynamoDBCatalogSource(input.DynamoDBCatalogSource, context),
10890
11757
  }),
11758
+ ...(input.EvaluateDataQuality != null && {
11759
+ EvaluateDataQuality: serializeAws_json1_1EvaluateDataQuality(input.EvaluateDataQuality, context),
11760
+ }),
10891
11761
  ...(input.FillMissingValues != null && {
10892
11762
  FillMissingValues: serializeAws_json1_1FillMissingValues(input.FillMissingValues, context),
10893
11763
  }),
@@ -11267,6 +12137,18 @@ const serializeAws_json1_1CreateDatabaseRequest = (input, context) => {
11267
12137
  ...(input.Tags != null && { Tags: serializeAws_json1_1TagsMap(input.Tags, context) }),
11268
12138
  };
11269
12139
  };
12140
+ const serializeAws_json1_1CreateDataQualityRulesetRequest = (input, context) => {
12141
+ return {
12142
+ ...(input.ClientToken != null && { ClientToken: input.ClientToken }),
12143
+ ...(input.Description != null && { Description: input.Description }),
12144
+ ...(input.Name != null && { Name: input.Name }),
12145
+ ...(input.Ruleset != null && { Ruleset: input.Ruleset }),
12146
+ ...(input.Tags != null && { Tags: serializeAws_json1_1TagsMap(input.Tags, context) }),
12147
+ ...(input.TargetTable != null && {
12148
+ TargetTable: serializeAws_json1_1DataQualityTargetTable(input.TargetTable, context),
12149
+ }),
12150
+ };
12151
+ };
11270
12152
  const serializeAws_json1_1CreateDevEndpointRequest = (input, context) => {
11271
12153
  return {
11272
12154
  ...(input.Arguments != null && { Arguments: serializeAws_json1_1MapValue(input.Arguments, context) }),
@@ -11572,6 +12454,68 @@ const serializeAws_json1_1DataLakePrincipal = (input, context) => {
11572
12454
  }),
11573
12455
  };
11574
12456
  };
12457
+ const serializeAws_json1_1DataQualityEvaluationRunAdditionalRunOptions = (input, context) => {
12458
+ return {
12459
+ ...(input.CloudWatchMetricsEnabled != null && { CloudWatchMetricsEnabled: input.CloudWatchMetricsEnabled }),
12460
+ ...(input.ResultsS3Prefix != null && { ResultsS3Prefix: input.ResultsS3Prefix }),
12461
+ };
12462
+ };
12463
+ const serializeAws_json1_1DataQualityResultFilterCriteria = (input, context) => {
12464
+ return {
12465
+ ...(input.DataSource != null && { DataSource: serializeAws_json1_1DataSource(input.DataSource, context) }),
12466
+ ...(input.JobName != null && { JobName: input.JobName }),
12467
+ ...(input.JobRunId != null && { JobRunId: input.JobRunId }),
12468
+ ...(input.StartedAfter != null && { StartedAfter: Math.round(input.StartedAfter.getTime() / 1000) }),
12469
+ ...(input.StartedBefore != null && { StartedBefore: Math.round(input.StartedBefore.getTime() / 1000) }),
12470
+ };
12471
+ };
12472
+ const serializeAws_json1_1DataQualityResultIds = (input, context) => {
12473
+ return input
12474
+ .filter((e) => e != null)
12475
+ .map((entry) => {
12476
+ return entry;
12477
+ });
12478
+ };
12479
+ const serializeAws_json1_1DataQualityRuleRecommendationRunFilter = (input, context) => {
12480
+ return {
12481
+ ...(input.DataSource != null && { DataSource: serializeAws_json1_1DataSource(input.DataSource, context) }),
12482
+ ...(input.StartedAfter != null && { StartedAfter: Math.round(input.StartedAfter.getTime() / 1000) }),
12483
+ ...(input.StartedBefore != null && { StartedBefore: Math.round(input.StartedBefore.getTime() / 1000) }),
12484
+ };
12485
+ };
12486
+ const serializeAws_json1_1DataQualityRulesetEvaluationRunFilter = (input, context) => {
12487
+ return {
12488
+ ...(input.DataSource != null && { DataSource: serializeAws_json1_1DataSource(input.DataSource, context) }),
12489
+ ...(input.StartedAfter != null && { StartedAfter: Math.round(input.StartedAfter.getTime() / 1000) }),
12490
+ ...(input.StartedBefore != null && { StartedBefore: Math.round(input.StartedBefore.getTime() / 1000) }),
12491
+ };
12492
+ };
12493
+ const serializeAws_json1_1DataQualityRulesetFilterCriteria = (input, context) => {
12494
+ return {
12495
+ ...(input.CreatedAfter != null && { CreatedAfter: Math.round(input.CreatedAfter.getTime() / 1000) }),
12496
+ ...(input.CreatedBefore != null && { CreatedBefore: Math.round(input.CreatedBefore.getTime() / 1000) }),
12497
+ ...(input.Description != null && { Description: input.Description }),
12498
+ ...(input.LastModifiedAfter != null && { LastModifiedAfter: Math.round(input.LastModifiedAfter.getTime() / 1000) }),
12499
+ ...(input.LastModifiedBefore != null && {
12500
+ LastModifiedBefore: Math.round(input.LastModifiedBefore.getTime() / 1000),
12501
+ }),
12502
+ ...(input.Name != null && { Name: input.Name }),
12503
+ ...(input.TargetTable != null && {
12504
+ TargetTable: serializeAws_json1_1DataQualityTargetTable(input.TargetTable, context),
12505
+ }),
12506
+ };
12507
+ };
12508
+ const serializeAws_json1_1DataQualityTargetTable = (input, context) => {
12509
+ return {
12510
+ ...(input.DatabaseName != null && { DatabaseName: input.DatabaseName }),
12511
+ ...(input.TableName != null && { TableName: input.TableName }),
12512
+ };
12513
+ };
12514
+ const serializeAws_json1_1DataSource = (input, context) => {
12515
+ return {
12516
+ ...(input.GlueTable != null && { GlueTable: serializeAws_json1_1GlueTable(input.GlueTable, context) }),
12517
+ };
12518
+ };
11575
12519
  const serializeAws_json1_1Datatype = (input, context) => {
11576
12520
  return {
11577
12521
  ...(input.Id != null && { Id: input.Id }),
@@ -11658,6 +12602,11 @@ const serializeAws_json1_1DeleteDatabaseRequest = (input, context) => {
11658
12602
  ...(input.Name != null && { Name: input.Name }),
11659
12603
  };
11660
12604
  };
12605
+ const serializeAws_json1_1DeleteDataQualityRulesetRequest = (input, context) => {
12606
+ return {
12607
+ ...(input.Name != null && { Name: input.Name }),
12608
+ };
12609
+ };
11661
12610
  const serializeAws_json1_1DeleteDevEndpointRequest = (input, context) => {
11662
12611
  return {
11663
12612
  ...(input.EndpointName != null && { EndpointName: input.EndpointName }),
@@ -11826,6 +12775,19 @@ const serializeAws_json1_1DoubleColumnStatisticsData = (input, context) => {
11826
12775
  ...(input.NumberOfNulls != null && { NumberOfNulls: input.NumberOfNulls }),
11827
12776
  };
11828
12777
  };
12778
+ const serializeAws_json1_1DQResultsPublishingOptions = (input, context) => {
12779
+ return {
12780
+ ...(input.CloudWatchMetricsEnabled != null && { CloudWatchMetricsEnabled: input.CloudWatchMetricsEnabled }),
12781
+ ...(input.EvaluationContext != null && { EvaluationContext: input.EvaluationContext }),
12782
+ ...(input.ResultsPublishingEnabled != null && { ResultsPublishingEnabled: input.ResultsPublishingEnabled }),
12783
+ ...(input.ResultsS3Prefix != null && { ResultsS3Prefix: input.ResultsS3Prefix }),
12784
+ };
12785
+ };
12786
+ const serializeAws_json1_1DQStopJobOnFailureOptions = (input, context) => {
12787
+ return {
12788
+ ...(input.StopJobOnFailureTiming != null && { StopJobOnFailureTiming: input.StopJobOnFailureTiming }),
12789
+ };
12790
+ };
11829
12791
  const serializeAws_json1_1DropDuplicates = (input, context) => {
11830
12792
  return {
11831
12793
  ...(input.Columns != null && { Columns: serializeAws_json1_1LimitedPathList(input.Columns, context) }),
@@ -11926,6 +12888,20 @@ const serializeAws_json1_1EncryptionConfiguration = (input, context) => {
11926
12888
  }),
11927
12889
  };
11928
12890
  };
12891
+ const serializeAws_json1_1EvaluateDataQuality = (input, context) => {
12892
+ return {
12893
+ ...(input.Inputs != null && { Inputs: serializeAws_json1_1OneInput(input.Inputs, context) }),
12894
+ ...(input.Name != null && { Name: input.Name }),
12895
+ ...(input.Output != null && { Output: input.Output }),
12896
+ ...(input.PublishingOptions != null && {
12897
+ PublishingOptions: serializeAws_json1_1DQResultsPublishingOptions(input.PublishingOptions, context),
12898
+ }),
12899
+ ...(input.Ruleset != null && { Ruleset: input.Ruleset }),
12900
+ ...(input.StopJobOnFailureOptions != null && {
12901
+ StopJobOnFailureOptions: serializeAws_json1_1DQStopJobOnFailureOptions(input.StopJobOnFailureOptions, context),
12902
+ }),
12903
+ };
12904
+ };
11929
12905
  const serializeAws_json1_1EventBatchingCondition = (input, context) => {
11930
12906
  return {
11931
12907
  ...(input.BatchSize != null && { BatchSize: input.BatchSize }),
@@ -12138,6 +13114,26 @@ const serializeAws_json1_1GetDataflowGraphRequest = (input, context) => {
12138
13114
  ...(input.PythonScript != null && { PythonScript: input.PythonScript }),
12139
13115
  };
12140
13116
  };
13117
+ const serializeAws_json1_1GetDataQualityResultRequest = (input, context) => {
13118
+ return {
13119
+ ...(input.ResultId != null && { ResultId: input.ResultId }),
13120
+ };
13121
+ };
13122
+ const serializeAws_json1_1GetDataQualityRuleRecommendationRunRequest = (input, context) => {
13123
+ return {
13124
+ ...(input.RunId != null && { RunId: input.RunId }),
13125
+ };
13126
+ };
13127
+ const serializeAws_json1_1GetDataQualityRulesetEvaluationRunRequest = (input, context) => {
13128
+ return {
13129
+ ...(input.RunId != null && { RunId: input.RunId }),
13130
+ };
13131
+ };
13132
+ const serializeAws_json1_1GetDataQualityRulesetRequest = (input, context) => {
13133
+ return {
13134
+ ...(input.Name != null && { Name: input.Name }),
13135
+ };
13136
+ };
12141
13137
  const serializeAws_json1_1GetDevEndpointRequest = (input, context) => {
12142
13138
  return {
12143
13139
  ...(input.EndpointName != null && { EndpointName: input.EndpointName }),
@@ -12502,12 +13498,24 @@ const serializeAws_json1_1GlueStudioSchemaColumnList = (input, context) => {
12502
13498
  };
12503
13499
  const serializeAws_json1_1GlueTable = (input, context) => {
12504
13500
  return {
13501
+ ...(input.AdditionalOptions != null && {
13502
+ AdditionalOptions: serializeAws_json1_1GlueTableAdditionalOptions(input.AdditionalOptions, context),
13503
+ }),
12505
13504
  ...(input.CatalogId != null && { CatalogId: input.CatalogId }),
12506
13505
  ...(input.ConnectionName != null && { ConnectionName: input.ConnectionName }),
12507
13506
  ...(input.DatabaseName != null && { DatabaseName: input.DatabaseName }),
12508
13507
  ...(input.TableName != null && { TableName: input.TableName }),
12509
13508
  };
12510
13509
  };
13510
+ const serializeAws_json1_1GlueTableAdditionalOptions = (input, context) => {
13511
+ return Object.entries(input).reduce((acc, [key, value]) => {
13512
+ if (value === null) {
13513
+ return acc;
13514
+ }
13515
+ acc[key] = value;
13516
+ return acc;
13517
+ }, {});
13518
+ };
12511
13519
  const serializeAws_json1_1GlueTables = (input, context) => {
12512
13520
  return input
12513
13521
  .filter((e) => e != null)
@@ -12799,6 +13807,41 @@ const serializeAws_json1_1ListCustomEntityTypesRequest = (input, context) => {
12799
13807
  ...(input.NextToken != null && { NextToken: input.NextToken }),
12800
13808
  };
12801
13809
  };
13810
+ const serializeAws_json1_1ListDataQualityResultsRequest = (input, context) => {
13811
+ return {
13812
+ ...(input.Filter != null && { Filter: serializeAws_json1_1DataQualityResultFilterCriteria(input.Filter, context) }),
13813
+ ...(input.MaxResults != null && { MaxResults: input.MaxResults }),
13814
+ ...(input.NextToken != null && { NextToken: input.NextToken }),
13815
+ };
13816
+ };
13817
+ const serializeAws_json1_1ListDataQualityRuleRecommendationRunsRequest = (input, context) => {
13818
+ return {
13819
+ ...(input.Filter != null && {
13820
+ Filter: serializeAws_json1_1DataQualityRuleRecommendationRunFilter(input.Filter, context),
13821
+ }),
13822
+ ...(input.MaxResults != null && { MaxResults: input.MaxResults }),
13823
+ ...(input.NextToken != null && { NextToken: input.NextToken }),
13824
+ };
13825
+ };
13826
+ const serializeAws_json1_1ListDataQualityRulesetEvaluationRunsRequest = (input, context) => {
13827
+ return {
13828
+ ...(input.Filter != null && {
13829
+ Filter: serializeAws_json1_1DataQualityRulesetEvaluationRunFilter(input.Filter, context),
13830
+ }),
13831
+ ...(input.MaxResults != null && { MaxResults: input.MaxResults }),
13832
+ ...(input.NextToken != null && { NextToken: input.NextToken }),
13833
+ };
13834
+ };
13835
+ const serializeAws_json1_1ListDataQualityRulesetsRequest = (input, context) => {
13836
+ return {
13837
+ ...(input.Filter != null && {
13838
+ Filter: serializeAws_json1_1DataQualityRulesetFilterCriteria(input.Filter, context),
13839
+ }),
13840
+ ...(input.MaxResults != null && { MaxResults: input.MaxResults }),
13841
+ ...(input.NextToken != null && { NextToken: input.NextToken }),
13842
+ ...(input.Tags != null && { Tags: serializeAws_json1_1TagsMap(input.Tags, context) }),
13843
+ };
13844
+ };
12802
13845
  const serializeAws_json1_1ListDevEndpointsRequest = (input, context) => {
12803
13846
  return {
12804
13847
  ...(input.MaxResults != null && { MaxResults: input.MaxResults }),
@@ -13407,6 +14450,13 @@ const serializeAws_json1_1ResumeWorkflowRunRequest = (input, context) => {
13407
14450
  ...(input.RunId != null && { RunId: input.RunId }),
13408
14451
  };
13409
14452
  };
14453
+ const serializeAws_json1_1RulesetNames = (input, context) => {
14454
+ return input
14455
+ .filter((e) => e != null)
14456
+ .map((entry) => {
14457
+ return entry;
14458
+ });
14459
+ };
13410
14460
  const serializeAws_json1_1RunStatementRequest = (input, context) => {
13411
14461
  return {
13412
14462
  ...(input.Code != null && { Code: input.Code }),
@@ -13799,6 +14849,29 @@ const serializeAws_json1_1StartCrawlerScheduleRequest = (input, context) => {
13799
14849
  ...(input.CrawlerName != null && { CrawlerName: input.CrawlerName }),
13800
14850
  };
13801
14851
  };
14852
+ const serializeAws_json1_1StartDataQualityRuleRecommendationRunRequest = (input, context) => {
14853
+ return {
14854
+ ...(input.ClientToken != null && { ClientToken: input.ClientToken }),
14855
+ ...(input.CreatedRulesetName != null && { CreatedRulesetName: input.CreatedRulesetName }),
14856
+ ...(input.DataSource != null && { DataSource: serializeAws_json1_1DataSource(input.DataSource, context) }),
14857
+ ...(input.NumberOfWorkers != null && { NumberOfWorkers: input.NumberOfWorkers }),
14858
+ ...(input.Role != null && { Role: input.Role }),
14859
+ ...(input.Timeout != null && { Timeout: input.Timeout }),
14860
+ };
14861
+ };
14862
+ const serializeAws_json1_1StartDataQualityRulesetEvaluationRunRequest = (input, context) => {
14863
+ return {
14864
+ ...(input.AdditionalRunOptions != null && {
14865
+ AdditionalRunOptions: serializeAws_json1_1DataQualityEvaluationRunAdditionalRunOptions(input.AdditionalRunOptions, context),
14866
+ }),
14867
+ ...(input.ClientToken != null && { ClientToken: input.ClientToken }),
14868
+ ...(input.DataSource != null && { DataSource: serializeAws_json1_1DataSource(input.DataSource, context) }),
14869
+ ...(input.NumberOfWorkers != null && { NumberOfWorkers: input.NumberOfWorkers }),
14870
+ ...(input.Role != null && { Role: input.Role }),
14871
+ ...(input.RulesetNames != null && { RulesetNames: serializeAws_json1_1RulesetNames(input.RulesetNames, context) }),
14872
+ ...(input.Timeout != null && { Timeout: input.Timeout }),
14873
+ };
14874
+ };
13802
14875
  const serializeAws_json1_1StartExportLabelsTaskRunRequest = (input, context) => {
13803
14876
  return {
13804
14877
  ...(input.OutputS3Path != null && { OutputS3Path: input.OutputS3Path }),
@@ -14212,6 +15285,14 @@ const serializeAws_json1_1UpdateDatabaseRequest = (input, context) => {
14212
15285
  ...(input.Name != null && { Name: input.Name }),
14213
15286
  };
14214
15287
  };
15288
+ const serializeAws_json1_1UpdateDataQualityRulesetRequest = (input, context) => {
15289
+ return {
15290
+ ...(input.Description != null && { Description: input.Description }),
15291
+ ...(input.Name != null && { Name: input.Name }),
15292
+ ...(input.Ruleset != null && { Ruleset: input.Ruleset }),
15293
+ ...(input.UpdatedName != null && { UpdatedName: input.UpdatedName }),
15294
+ };
15295
+ };
14215
15296
  const serializeAws_json1_1UpdateDevEndpointRequest = (input, context) => {
14216
15297
  return {
14217
15298
  ...(input.AddArguments != null && { AddArguments: serializeAws_json1_1MapValue(input.AddArguments, context) }),
@@ -14585,6 +15666,14 @@ const deserializeAws_json1_1BatchGetCustomEntityTypesResponse = (output, context
14585
15666
  : undefined,
14586
15667
  };
14587
15668
  };
15669
+ const deserializeAws_json1_1BatchGetDataQualityResultResponse = (output, context) => {
15670
+ return {
15671
+ Results: output.Results != null ? deserializeAws_json1_1DataQualityResultsList(output.Results, context) : undefined,
15672
+ ResultsNotFound: output.ResultsNotFound != null
15673
+ ? deserializeAws_json1_1DataQualityResultIds(output.ResultsNotFound, context)
15674
+ : undefined,
15675
+ };
15676
+ };
14588
15677
  const deserializeAws_json1_1BatchGetDevEndpointsResponse = (output, context) => {
14589
15678
  return {
14590
15679
  DevEndpoints: output.DevEndpoints != null ? deserializeAws_json1_1DevEndpointList(output.DevEndpoints, context) : undefined,
@@ -14799,6 +15888,12 @@ const deserializeAws_json1_1BoundedPartitionValueList = (output, context) => {
14799
15888
  });
14800
15889
  return retVal;
14801
15890
  };
15891
+ const deserializeAws_json1_1CancelDataQualityRuleRecommendationRunResponse = (output, context) => {
15892
+ return {};
15893
+ };
15894
+ const deserializeAws_json1_1CancelDataQualityRulesetEvaluationRunResponse = (output, context) => {
15895
+ return {};
15896
+ };
14802
15897
  const deserializeAws_json1_1CancelMLTaskRunResponse = (output, context) => {
14803
15898
  return {
14804
15899
  Status: (0, smithy_client_1.expectString)(output.Status),
@@ -14965,6 +16060,9 @@ const deserializeAws_json1_1CodeGenConfigurationNode = (output, context) => {
14965
16060
  DynamoDBCatalogSource: output.DynamoDBCatalogSource != null
14966
16061
  ? deserializeAws_json1_1DynamoDBCatalogSource(output.DynamoDBCatalogSource, context)
14967
16062
  : undefined,
16063
+ EvaluateDataQuality: output.EvaluateDataQuality != null
16064
+ ? deserializeAws_json1_1EvaluateDataQuality(output.EvaluateDataQuality, context)
16065
+ : undefined,
14968
16066
  FillMissingValues: output.FillMissingValues != null
14969
16067
  ? deserializeAws_json1_1FillMissingValues(output.FillMissingValues, context)
14970
16068
  : undefined,
@@ -15534,6 +16632,11 @@ const deserializeAws_json1_1CreateCustomEntityTypeResponse = (output, context) =
15534
16632
  const deserializeAws_json1_1CreateDatabaseResponse = (output, context) => {
15535
16633
  return {};
15536
16634
  };
16635
+ const deserializeAws_json1_1CreateDataQualityRulesetResponse = (output, context) => {
16636
+ return {
16637
+ Name: (0, smithy_client_1.expectString)(output.Name),
16638
+ };
16639
+ };
15537
16640
  const deserializeAws_json1_1CreateDevEndpointResponse = (output, context) => {
15538
16641
  return {
15539
16642
  Arguments: output.Arguments != null ? deserializeAws_json1_1MapValue(output.Arguments, context) : undefined,
@@ -15788,6 +16891,178 @@ const deserializeAws_json1_1DataLakePrincipal = (output, context) => {
15788
16891
  DataLakePrincipalIdentifier: (0, smithy_client_1.expectString)(output.DataLakePrincipalIdentifier),
15789
16892
  };
15790
16893
  };
16894
+ const deserializeAws_json1_1DataQualityEvaluationRunAdditionalRunOptions = (output, context) => {
16895
+ return {
16896
+ CloudWatchMetricsEnabled: (0, smithy_client_1.expectBoolean)(output.CloudWatchMetricsEnabled),
16897
+ ResultsS3Prefix: (0, smithy_client_1.expectString)(output.ResultsS3Prefix),
16898
+ };
16899
+ };
16900
+ const deserializeAws_json1_1DataQualityResult = (output, context) => {
16901
+ return {
16902
+ CompletedOn: output.CompletedOn != null
16903
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CompletedOn)))
16904
+ : undefined,
16905
+ DataSource: output.DataSource != null ? deserializeAws_json1_1DataSource(output.DataSource, context) : undefined,
16906
+ EvaluationContext: (0, smithy_client_1.expectString)(output.EvaluationContext),
16907
+ JobName: (0, smithy_client_1.expectString)(output.JobName),
16908
+ JobRunId: (0, smithy_client_1.expectString)(output.JobRunId),
16909
+ ResultId: (0, smithy_client_1.expectString)(output.ResultId),
16910
+ RuleResults: output.RuleResults != null
16911
+ ? deserializeAws_json1_1DataQualityRuleResults(output.RuleResults, context)
16912
+ : undefined,
16913
+ RulesetEvaluationRunId: (0, smithy_client_1.expectString)(output.RulesetEvaluationRunId),
16914
+ RulesetName: (0, smithy_client_1.expectString)(output.RulesetName),
16915
+ Score: (0, smithy_client_1.limitedParseDouble)(output.Score),
16916
+ StartedOn: output.StartedOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartedOn))) : undefined,
16917
+ };
16918
+ };
16919
+ const deserializeAws_json1_1DataQualityResultDescription = (output, context) => {
16920
+ return {
16921
+ DataSource: output.DataSource != null ? deserializeAws_json1_1DataSource(output.DataSource, context) : undefined,
16922
+ JobName: (0, smithy_client_1.expectString)(output.JobName),
16923
+ JobRunId: (0, smithy_client_1.expectString)(output.JobRunId),
16924
+ ResultId: (0, smithy_client_1.expectString)(output.ResultId),
16925
+ StartedOn: output.StartedOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartedOn))) : undefined,
16926
+ };
16927
+ };
16928
+ const deserializeAws_json1_1DataQualityResultDescriptionList = (output, context) => {
16929
+ const retVal = (output || [])
16930
+ .filter((e) => e != null)
16931
+ .map((entry) => {
16932
+ if (entry === null) {
16933
+ return null;
16934
+ }
16935
+ return deserializeAws_json1_1DataQualityResultDescription(entry, context);
16936
+ });
16937
+ return retVal;
16938
+ };
16939
+ const deserializeAws_json1_1DataQualityResultIdList = (output, context) => {
16940
+ const retVal = (output || [])
16941
+ .filter((e) => e != null)
16942
+ .map((entry) => {
16943
+ if (entry === null) {
16944
+ return null;
16945
+ }
16946
+ return (0, smithy_client_1.expectString)(entry);
16947
+ });
16948
+ return retVal;
16949
+ };
16950
+ const deserializeAws_json1_1DataQualityResultIds = (output, context) => {
16951
+ const retVal = (output || [])
16952
+ .filter((e) => e != null)
16953
+ .map((entry) => {
16954
+ if (entry === null) {
16955
+ return null;
16956
+ }
16957
+ return (0, smithy_client_1.expectString)(entry);
16958
+ });
16959
+ return retVal;
16960
+ };
16961
+ const deserializeAws_json1_1DataQualityResultsList = (output, context) => {
16962
+ const retVal = (output || [])
16963
+ .filter((e) => e != null)
16964
+ .map((entry) => {
16965
+ if (entry === null) {
16966
+ return null;
16967
+ }
16968
+ return deserializeAws_json1_1DataQualityResult(entry, context);
16969
+ });
16970
+ return retVal;
16971
+ };
16972
+ const deserializeAws_json1_1DataQualityRuleRecommendationRunDescription = (output, context) => {
16973
+ return {
16974
+ DataSource: output.DataSource != null ? deserializeAws_json1_1DataSource(output.DataSource, context) : undefined,
16975
+ RunId: (0, smithy_client_1.expectString)(output.RunId),
16976
+ StartedOn: output.StartedOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartedOn))) : undefined,
16977
+ Status: (0, smithy_client_1.expectString)(output.Status),
16978
+ };
16979
+ };
16980
+ const deserializeAws_json1_1DataQualityRuleRecommendationRunList = (output, context) => {
16981
+ const retVal = (output || [])
16982
+ .filter((e) => e != null)
16983
+ .map((entry) => {
16984
+ if (entry === null) {
16985
+ return null;
16986
+ }
16987
+ return deserializeAws_json1_1DataQualityRuleRecommendationRunDescription(entry, context);
16988
+ });
16989
+ return retVal;
16990
+ };
16991
+ const deserializeAws_json1_1DataQualityRuleResult = (output, context) => {
16992
+ return {
16993
+ Description: (0, smithy_client_1.expectString)(output.Description),
16994
+ EvaluationMessage: (0, smithy_client_1.expectString)(output.EvaluationMessage),
16995
+ Name: (0, smithy_client_1.expectString)(output.Name),
16996
+ Result: (0, smithy_client_1.expectString)(output.Result),
16997
+ };
16998
+ };
16999
+ const deserializeAws_json1_1DataQualityRuleResults = (output, context) => {
17000
+ const retVal = (output || [])
17001
+ .filter((e) => e != null)
17002
+ .map((entry) => {
17003
+ if (entry === null) {
17004
+ return null;
17005
+ }
17006
+ return deserializeAws_json1_1DataQualityRuleResult(entry, context);
17007
+ });
17008
+ return retVal;
17009
+ };
17010
+ const deserializeAws_json1_1DataQualityRulesetEvaluationRunDescription = (output, context) => {
17011
+ return {
17012
+ DataSource: output.DataSource != null ? deserializeAws_json1_1DataSource(output.DataSource, context) : undefined,
17013
+ RunId: (0, smithy_client_1.expectString)(output.RunId),
17014
+ StartedOn: output.StartedOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartedOn))) : undefined,
17015
+ Status: (0, smithy_client_1.expectString)(output.Status),
17016
+ };
17017
+ };
17018
+ const deserializeAws_json1_1DataQualityRulesetEvaluationRunList = (output, context) => {
17019
+ const retVal = (output || [])
17020
+ .filter((e) => e != null)
17021
+ .map((entry) => {
17022
+ if (entry === null) {
17023
+ return null;
17024
+ }
17025
+ return deserializeAws_json1_1DataQualityRulesetEvaluationRunDescription(entry, context);
17026
+ });
17027
+ return retVal;
17028
+ };
17029
+ const deserializeAws_json1_1DataQualityRulesetList = (output, context) => {
17030
+ const retVal = (output || [])
17031
+ .filter((e) => e != null)
17032
+ .map((entry) => {
17033
+ if (entry === null) {
17034
+ return null;
17035
+ }
17036
+ return deserializeAws_json1_1DataQualityRulesetListDetails(entry, context);
17037
+ });
17038
+ return retVal;
17039
+ };
17040
+ const deserializeAws_json1_1DataQualityRulesetListDetails = (output, context) => {
17041
+ return {
17042
+ CreatedOn: output.CreatedOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedOn))) : undefined,
17043
+ Description: (0, smithy_client_1.expectString)(output.Description),
17044
+ LastModifiedOn: output.LastModifiedOn != null
17045
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedOn)))
17046
+ : undefined,
17047
+ Name: (0, smithy_client_1.expectString)(output.Name),
17048
+ RecommendationRunId: (0, smithy_client_1.expectString)(output.RecommendationRunId),
17049
+ RuleCount: (0, smithy_client_1.expectInt32)(output.RuleCount),
17050
+ TargetTable: output.TargetTable != null
17051
+ ? deserializeAws_json1_1DataQualityTargetTable(output.TargetTable, context)
17052
+ : undefined,
17053
+ };
17054
+ };
17055
+ const deserializeAws_json1_1DataQualityTargetTable = (output, context) => {
17056
+ return {
17057
+ DatabaseName: (0, smithy_client_1.expectString)(output.DatabaseName),
17058
+ TableName: (0, smithy_client_1.expectString)(output.TableName),
17059
+ };
17060
+ };
17061
+ const deserializeAws_json1_1DataSource = (output, context) => {
17062
+ return {
17063
+ GlueTable: output.GlueTable != null ? deserializeAws_json1_1GlueTable(output.GlueTable, context) : undefined,
17064
+ };
17065
+ };
15791
17066
  const deserializeAws_json1_1Datatype = (output, context) => {
15792
17067
  return {
15793
17068
  Id: (0, smithy_client_1.expectString)(output.Id),
@@ -15848,6 +17123,9 @@ const deserializeAws_json1_1DeleteCustomEntityTypeResponse = (output, context) =
15848
17123
  const deserializeAws_json1_1DeleteDatabaseResponse = (output, context) => {
15849
17124
  return {};
15850
17125
  };
17126
+ const deserializeAws_json1_1DeleteDataQualityRulesetResponse = (output, context) => {
17127
+ return {};
17128
+ };
15851
17129
  const deserializeAws_json1_1DeleteDevEndpointResponse = (output, context) => {
15852
17130
  return {};
15853
17131
  };
@@ -16044,6 +17322,19 @@ const deserializeAws_json1_1DoubleColumnStatisticsData = (output, context) => {
16044
17322
  NumberOfNulls: (0, smithy_client_1.expectLong)(output.NumberOfNulls),
16045
17323
  };
16046
17324
  };
17325
+ const deserializeAws_json1_1DQResultsPublishingOptions = (output, context) => {
17326
+ return {
17327
+ CloudWatchMetricsEnabled: (0, smithy_client_1.expectBoolean)(output.CloudWatchMetricsEnabled),
17328
+ EvaluationContext: (0, smithy_client_1.expectString)(output.EvaluationContext),
17329
+ ResultsPublishingEnabled: (0, smithy_client_1.expectBoolean)(output.ResultsPublishingEnabled),
17330
+ ResultsS3Prefix: (0, smithy_client_1.expectString)(output.ResultsS3Prefix),
17331
+ };
17332
+ };
17333
+ const deserializeAws_json1_1DQStopJobOnFailureOptions = (output, context) => {
17334
+ return {
17335
+ StopJobOnFailureTiming: (0, smithy_client_1.expectString)(output.StopJobOnFailureTiming),
17336
+ };
17337
+ };
16047
17338
  const deserializeAws_json1_1DropDuplicates = (output, context) => {
16048
17339
  return {
16049
17340
  Columns: output.Columns != null ? deserializeAws_json1_1LimitedPathList(output.Columns, context) : undefined,
@@ -16199,6 +17490,20 @@ const deserializeAws_json1_1ErrorDetails = (output, context) => {
16199
17490
  ErrorMessage: (0, smithy_client_1.expectString)(output.ErrorMessage),
16200
17491
  };
16201
17492
  };
17493
+ const deserializeAws_json1_1EvaluateDataQuality = (output, context) => {
17494
+ return {
17495
+ Inputs: output.Inputs != null ? deserializeAws_json1_1OneInput(output.Inputs, context) : undefined,
17496
+ Name: (0, smithy_client_1.expectString)(output.Name),
17497
+ Output: (0, smithy_client_1.expectString)(output.Output),
17498
+ PublishingOptions: output.PublishingOptions != null
17499
+ ? deserializeAws_json1_1DQResultsPublishingOptions(output.PublishingOptions, context)
17500
+ : undefined,
17501
+ Ruleset: (0, smithy_client_1.expectString)(output.Ruleset),
17502
+ StopJobOnFailureOptions: output.StopJobOnFailureOptions != null
17503
+ ? deserializeAws_json1_1DQStopJobOnFailureOptions(output.StopJobOnFailureOptions, context)
17504
+ : undefined,
17505
+ };
17506
+ };
16202
17507
  const deserializeAws_json1_1EvaluationMetrics = (output, context) => {
16203
17508
  return {
16204
17509
  FindMatchesMetrics: output.FindMatchesMetrics != null
@@ -16421,6 +17726,85 @@ const deserializeAws_json1_1GetDataflowGraphResponse = (output, context) => {
16421
17726
  DagNodes: output.DagNodes != null ? deserializeAws_json1_1DagNodes(output.DagNodes, context) : undefined,
16422
17727
  };
16423
17728
  };
17729
+ const deserializeAws_json1_1GetDataQualityResultResponse = (output, context) => {
17730
+ return {
17731
+ CompletedOn: output.CompletedOn != null
17732
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CompletedOn)))
17733
+ : undefined,
17734
+ DataSource: output.DataSource != null ? deserializeAws_json1_1DataSource(output.DataSource, context) : undefined,
17735
+ EvaluationContext: (0, smithy_client_1.expectString)(output.EvaluationContext),
17736
+ JobName: (0, smithy_client_1.expectString)(output.JobName),
17737
+ JobRunId: (0, smithy_client_1.expectString)(output.JobRunId),
17738
+ ResultId: (0, smithy_client_1.expectString)(output.ResultId),
17739
+ RuleResults: output.RuleResults != null
17740
+ ? deserializeAws_json1_1DataQualityRuleResults(output.RuleResults, context)
17741
+ : undefined,
17742
+ RulesetEvaluationRunId: (0, smithy_client_1.expectString)(output.RulesetEvaluationRunId),
17743
+ RulesetName: (0, smithy_client_1.expectString)(output.RulesetName),
17744
+ Score: (0, smithy_client_1.limitedParseDouble)(output.Score),
17745
+ StartedOn: output.StartedOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartedOn))) : undefined,
17746
+ };
17747
+ };
17748
+ const deserializeAws_json1_1GetDataQualityRuleRecommendationRunResponse = (output, context) => {
17749
+ return {
17750
+ CompletedOn: output.CompletedOn != null
17751
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CompletedOn)))
17752
+ : undefined,
17753
+ CreatedRulesetName: (0, smithy_client_1.expectString)(output.CreatedRulesetName),
17754
+ DataSource: output.DataSource != null ? deserializeAws_json1_1DataSource(output.DataSource, context) : undefined,
17755
+ ErrorString: (0, smithy_client_1.expectString)(output.ErrorString),
17756
+ ExecutionTime: (0, smithy_client_1.expectInt32)(output.ExecutionTime),
17757
+ LastModifiedOn: output.LastModifiedOn != null
17758
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedOn)))
17759
+ : undefined,
17760
+ NumberOfWorkers: (0, smithy_client_1.expectInt32)(output.NumberOfWorkers),
17761
+ RecommendedRuleset: (0, smithy_client_1.expectString)(output.RecommendedRuleset),
17762
+ Role: (0, smithy_client_1.expectString)(output.Role),
17763
+ RunId: (0, smithy_client_1.expectString)(output.RunId),
17764
+ StartedOn: output.StartedOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartedOn))) : undefined,
17765
+ Status: (0, smithy_client_1.expectString)(output.Status),
17766
+ Timeout: (0, smithy_client_1.expectInt32)(output.Timeout),
17767
+ };
17768
+ };
17769
+ const deserializeAws_json1_1GetDataQualityRulesetEvaluationRunResponse = (output, context) => {
17770
+ return {
17771
+ AdditionalRunOptions: output.AdditionalRunOptions != null
17772
+ ? deserializeAws_json1_1DataQualityEvaluationRunAdditionalRunOptions(output.AdditionalRunOptions, context)
17773
+ : undefined,
17774
+ CompletedOn: output.CompletedOn != null
17775
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CompletedOn)))
17776
+ : undefined,
17777
+ DataSource: output.DataSource != null ? deserializeAws_json1_1DataSource(output.DataSource, context) : undefined,
17778
+ ErrorString: (0, smithy_client_1.expectString)(output.ErrorString),
17779
+ ExecutionTime: (0, smithy_client_1.expectInt32)(output.ExecutionTime),
17780
+ LastModifiedOn: output.LastModifiedOn != null
17781
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedOn)))
17782
+ : undefined,
17783
+ NumberOfWorkers: (0, smithy_client_1.expectInt32)(output.NumberOfWorkers),
17784
+ ResultIds: output.ResultIds != null ? deserializeAws_json1_1DataQualityResultIdList(output.ResultIds, context) : undefined,
17785
+ Role: (0, smithy_client_1.expectString)(output.Role),
17786
+ RulesetNames: output.RulesetNames != null ? deserializeAws_json1_1RulesetNames(output.RulesetNames, context) : undefined,
17787
+ RunId: (0, smithy_client_1.expectString)(output.RunId),
17788
+ StartedOn: output.StartedOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartedOn))) : undefined,
17789
+ Status: (0, smithy_client_1.expectString)(output.Status),
17790
+ Timeout: (0, smithy_client_1.expectInt32)(output.Timeout),
17791
+ };
17792
+ };
17793
+ const deserializeAws_json1_1GetDataQualityRulesetResponse = (output, context) => {
17794
+ return {
17795
+ CreatedOn: output.CreatedOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedOn))) : undefined,
17796
+ Description: (0, smithy_client_1.expectString)(output.Description),
17797
+ LastModifiedOn: output.LastModifiedOn != null
17798
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedOn)))
17799
+ : undefined,
17800
+ Name: (0, smithy_client_1.expectString)(output.Name),
17801
+ RecommendationRunId: (0, smithy_client_1.expectString)(output.RecommendationRunId),
17802
+ Ruleset: (0, smithy_client_1.expectString)(output.Ruleset),
17803
+ TargetTable: output.TargetTable != null
17804
+ ? deserializeAws_json1_1DataQualityTargetTable(output.TargetTable, context)
17805
+ : undefined,
17806
+ };
17807
+ };
16424
17808
  const deserializeAws_json1_1GetDevEndpointResponse = (output, context) => {
16425
17809
  return {
16426
17810
  DevEndpoint: output.DevEndpoint != null ? deserializeAws_json1_1DevEndpoint(output.DevEndpoint, context) : undefined,
@@ -16831,12 +18215,24 @@ const deserializeAws_json1_1GlueStudioSchemaColumnList = (output, context) => {
16831
18215
  };
16832
18216
  const deserializeAws_json1_1GlueTable = (output, context) => {
16833
18217
  return {
18218
+ AdditionalOptions: output.AdditionalOptions != null
18219
+ ? deserializeAws_json1_1GlueTableAdditionalOptions(output.AdditionalOptions, context)
18220
+ : undefined,
16834
18221
  CatalogId: (0, smithy_client_1.expectString)(output.CatalogId),
16835
18222
  ConnectionName: (0, smithy_client_1.expectString)(output.ConnectionName),
16836
18223
  DatabaseName: (0, smithy_client_1.expectString)(output.DatabaseName),
16837
18224
  TableName: (0, smithy_client_1.expectString)(output.TableName),
16838
18225
  };
16839
18226
  };
18227
+ const deserializeAws_json1_1GlueTableAdditionalOptions = (output, context) => {
18228
+ return Object.entries(output).reduce((acc, [key, value]) => {
18229
+ if (value === null) {
18230
+ return acc;
18231
+ }
18232
+ acc[key] = (0, smithy_client_1.expectString)(value);
18233
+ return acc;
18234
+ }, {});
18235
+ };
16840
18236
  const deserializeAws_json1_1GlueTables = (output, context) => {
16841
18237
  const retVal = (output || [])
16842
18238
  .filter((e) => e != null)
@@ -17324,6 +18720,34 @@ const deserializeAws_json1_1ListCustomEntityTypesResponse = (output, context) =>
17324
18720
  NextToken: (0, smithy_client_1.expectString)(output.NextToken),
17325
18721
  };
17326
18722
  };
18723
+ const deserializeAws_json1_1ListDataQualityResultsResponse = (output, context) => {
18724
+ return {
18725
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
18726
+ Results: output.Results != null
18727
+ ? deserializeAws_json1_1DataQualityResultDescriptionList(output.Results, context)
18728
+ : undefined,
18729
+ };
18730
+ };
18731
+ const deserializeAws_json1_1ListDataQualityRuleRecommendationRunsResponse = (output, context) => {
18732
+ return {
18733
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
18734
+ Runs: output.Runs != null
18735
+ ? deserializeAws_json1_1DataQualityRuleRecommendationRunList(output.Runs, context)
18736
+ : undefined,
18737
+ };
18738
+ };
18739
+ const deserializeAws_json1_1ListDataQualityRulesetEvaluationRunsResponse = (output, context) => {
18740
+ return {
18741
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
18742
+ Runs: output.Runs != null ? deserializeAws_json1_1DataQualityRulesetEvaluationRunList(output.Runs, context) : undefined,
18743
+ };
18744
+ };
18745
+ const deserializeAws_json1_1ListDataQualityRulesetsResponse = (output, context) => {
18746
+ return {
18747
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
18748
+ Rulesets: output.Rulesets != null ? deserializeAws_json1_1DataQualityRulesetList(output.Rulesets, context) : undefined,
18749
+ };
18750
+ };
17327
18751
  const deserializeAws_json1_1ListDevEndpointsResponse = (output, context) => {
17328
18752
  return {
17329
18753
  DevEndpointNames: output.DevEndpointNames != null
@@ -18128,6 +19552,17 @@ const deserializeAws_json1_1ResumeWorkflowRunResponse = (output, context) => {
18128
19552
  RunId: (0, smithy_client_1.expectString)(output.RunId),
18129
19553
  };
18130
19554
  };
19555
+ const deserializeAws_json1_1RulesetNames = (output, context) => {
19556
+ const retVal = (output || [])
19557
+ .filter((e) => e != null)
19558
+ .map((entry) => {
19559
+ if (entry === null) {
19560
+ return null;
19561
+ }
19562
+ return (0, smithy_client_1.expectString)(entry);
19563
+ });
19564
+ return retVal;
19565
+ };
18131
19566
  const deserializeAws_json1_1RunStatementResponse = (output, context) => {
18132
19567
  return {
18133
19568
  Id: (0, smithy_client_1.expectInt32)(output.Id),
@@ -18622,6 +20057,16 @@ const deserializeAws_json1_1StartCrawlerResponse = (output, context) => {
18622
20057
  const deserializeAws_json1_1StartCrawlerScheduleResponse = (output, context) => {
18623
20058
  return {};
18624
20059
  };
20060
+ const deserializeAws_json1_1StartDataQualityRuleRecommendationRunResponse = (output, context) => {
20061
+ return {
20062
+ RunId: (0, smithy_client_1.expectString)(output.RunId),
20063
+ };
20064
+ };
20065
+ const deserializeAws_json1_1StartDataQualityRulesetEvaluationRunResponse = (output, context) => {
20066
+ return {
20067
+ RunId: (0, smithy_client_1.expectString)(output.RunId),
20068
+ };
20069
+ };
18625
20070
  const deserializeAws_json1_1StartExportLabelsTaskRunResponse = (output, context) => {
18626
20071
  return {
18627
20072
  TaskRunId: (0, smithy_client_1.expectString)(output.TaskRunId),
@@ -19098,6 +20543,13 @@ const deserializeAws_json1_1UpdateCrawlerScheduleResponse = (output, context) =>
19098
20543
  const deserializeAws_json1_1UpdateDatabaseResponse = (output, context) => {
19099
20544
  return {};
19100
20545
  };
20546
+ const deserializeAws_json1_1UpdateDataQualityRulesetResponse = (output, context) => {
20547
+ return {
20548
+ Description: (0, smithy_client_1.expectString)(output.Description),
20549
+ Name: (0, smithy_client_1.expectString)(output.Name),
20550
+ Ruleset: (0, smithy_client_1.expectString)(output.Ruleset),
20551
+ };
20552
+ };
19101
20553
  const deserializeAws_json1_1UpdateDevEndpointResponse = (output, context) => {
19102
20554
  return {};
19103
20555
  };