@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
@@ -7,6 +7,7 @@ import { BatchDeleteTableVersionCommandInput, BatchDeleteTableVersionCommandOutp
7
7
  import { BatchGetBlueprintsCommandInput, BatchGetBlueprintsCommandOutput } from "./commands/BatchGetBlueprintsCommand";
8
8
  import { BatchGetCrawlersCommandInput, BatchGetCrawlersCommandOutput } from "./commands/BatchGetCrawlersCommand";
9
9
  import { BatchGetCustomEntityTypesCommandInput, BatchGetCustomEntityTypesCommandOutput } from "./commands/BatchGetCustomEntityTypesCommand";
10
+ import { BatchGetDataQualityResultCommandInput, BatchGetDataQualityResultCommandOutput } from "./commands/BatchGetDataQualityResultCommand";
10
11
  import { BatchGetDevEndpointsCommandInput, BatchGetDevEndpointsCommandOutput } from "./commands/BatchGetDevEndpointsCommand";
11
12
  import { BatchGetJobsCommandInput, BatchGetJobsCommandOutput } from "./commands/BatchGetJobsCommand";
12
13
  import { BatchGetPartitionCommandInput, BatchGetPartitionCommandOutput } from "./commands/BatchGetPartitionCommand";
@@ -14,6 +15,8 @@ import { BatchGetTriggersCommandInput, BatchGetTriggersCommandOutput } from "./c
14
15
  import { BatchGetWorkflowsCommandInput, BatchGetWorkflowsCommandOutput } from "./commands/BatchGetWorkflowsCommand";
15
16
  import { BatchStopJobRunCommandInput, BatchStopJobRunCommandOutput } from "./commands/BatchStopJobRunCommand";
16
17
  import { BatchUpdatePartitionCommandInput, BatchUpdatePartitionCommandOutput } from "./commands/BatchUpdatePartitionCommand";
18
+ import { CancelDataQualityRuleRecommendationRunCommandInput, CancelDataQualityRuleRecommendationRunCommandOutput } from "./commands/CancelDataQualityRuleRecommendationRunCommand";
19
+ import { CancelDataQualityRulesetEvaluationRunCommandInput, CancelDataQualityRulesetEvaluationRunCommandOutput } from "./commands/CancelDataQualityRulesetEvaluationRunCommand";
17
20
  import { CancelMLTaskRunCommandInput, CancelMLTaskRunCommandOutput } from "./commands/CancelMLTaskRunCommand";
18
21
  import { CancelStatementCommandInput, CancelStatementCommandOutput } from "./commands/CancelStatementCommand";
19
22
  import { CheckSchemaVersionValidityCommandInput, CheckSchemaVersionValidityCommandOutput } from "./commands/CheckSchemaVersionValidityCommand";
@@ -23,6 +26,7 @@ import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./c
23
26
  import { CreateCrawlerCommandInput, CreateCrawlerCommandOutput } from "./commands/CreateCrawlerCommand";
24
27
  import { CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput } from "./commands/CreateCustomEntityTypeCommand";
25
28
  import { CreateDatabaseCommandInput, CreateDatabaseCommandOutput } from "./commands/CreateDatabaseCommand";
29
+ import { CreateDataQualityRulesetCommandInput, CreateDataQualityRulesetCommandOutput } from "./commands/CreateDataQualityRulesetCommand";
26
30
  import { CreateDevEndpointCommandInput, CreateDevEndpointCommandOutput } from "./commands/CreateDevEndpointCommand";
27
31
  import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
28
32
  import { CreateMLTransformCommandInput, CreateMLTransformCommandOutput } from "./commands/CreateMLTransformCommand";
@@ -45,6 +49,7 @@ import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./c
45
49
  import { DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput } from "./commands/DeleteCrawlerCommand";
46
50
  import { DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput } from "./commands/DeleteCustomEntityTypeCommand";
47
51
  import { DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput } from "./commands/DeleteDatabaseCommand";
52
+ import { DeleteDataQualityRulesetCommandInput, DeleteDataQualityRulesetCommandOutput } from "./commands/DeleteDataQualityRulesetCommand";
48
53
  import { DeleteDevEndpointCommandInput, DeleteDevEndpointCommandOutput } from "./commands/DeleteDevEndpointCommand";
49
54
  import { DeleteJobCommandInput, DeleteJobCommandOutput } from "./commands/DeleteJobCommand";
50
55
  import { DeleteMLTransformCommandInput, DeleteMLTransformCommandOutput } from "./commands/DeleteMLTransformCommand";
@@ -79,6 +84,10 @@ import { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "./commands/Ge
79
84
  import { GetDatabasesCommandInput, GetDatabasesCommandOutput } from "./commands/GetDatabasesCommand";
80
85
  import { GetDataCatalogEncryptionSettingsCommandInput, GetDataCatalogEncryptionSettingsCommandOutput } from "./commands/GetDataCatalogEncryptionSettingsCommand";
81
86
  import { GetDataflowGraphCommandInput, GetDataflowGraphCommandOutput } from "./commands/GetDataflowGraphCommand";
87
+ import { GetDataQualityResultCommandInput, GetDataQualityResultCommandOutput } from "./commands/GetDataQualityResultCommand";
88
+ import { GetDataQualityRuleRecommendationRunCommandInput, GetDataQualityRuleRecommendationRunCommandOutput } from "./commands/GetDataQualityRuleRecommendationRunCommand";
89
+ import { GetDataQualityRulesetCommandInput, GetDataQualityRulesetCommandOutput } from "./commands/GetDataQualityRulesetCommand";
90
+ import { GetDataQualityRulesetEvaluationRunCommandInput, GetDataQualityRulesetEvaluationRunCommandOutput } from "./commands/GetDataQualityRulesetEvaluationRunCommand";
82
91
  import { GetDevEndpointCommandInput, GetDevEndpointCommandOutput } from "./commands/GetDevEndpointCommand";
83
92
  import { GetDevEndpointsCommandInput, GetDevEndpointsCommandOutput } from "./commands/GetDevEndpointsCommand";
84
93
  import { GetJobBookmarkCommandInput, GetJobBookmarkCommandOutput } from "./commands/GetJobBookmarkCommand";
@@ -127,6 +136,10 @@ import { ListBlueprintsCommandInput, ListBlueprintsCommandOutput } from "./comma
127
136
  import { ListCrawlersCommandInput, ListCrawlersCommandOutput } from "./commands/ListCrawlersCommand";
128
137
  import { ListCrawlsCommandInput, ListCrawlsCommandOutput } from "./commands/ListCrawlsCommand";
129
138
  import { ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput } from "./commands/ListCustomEntityTypesCommand";
139
+ import { ListDataQualityResultsCommandInput, ListDataQualityResultsCommandOutput } from "./commands/ListDataQualityResultsCommand";
140
+ import { ListDataQualityRuleRecommendationRunsCommandInput, ListDataQualityRuleRecommendationRunsCommandOutput } from "./commands/ListDataQualityRuleRecommendationRunsCommand";
141
+ import { ListDataQualityRulesetEvaluationRunsCommandInput, ListDataQualityRulesetEvaluationRunsCommandOutput } from "./commands/ListDataQualityRulesetEvaluationRunsCommand";
142
+ import { ListDataQualityRulesetsCommandInput, ListDataQualityRulesetsCommandOutput } from "./commands/ListDataQualityRulesetsCommand";
130
143
  import { ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput } from "./commands/ListDevEndpointsCommand";
131
144
  import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
132
145
  import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "./commands/ListMLTransformsCommand";
@@ -151,6 +164,8 @@ import { SearchTablesCommandInput, SearchTablesCommandOutput } from "./commands/
151
164
  import { StartBlueprintRunCommandInput, StartBlueprintRunCommandOutput } from "./commands/StartBlueprintRunCommand";
152
165
  import { StartCrawlerCommandInput, StartCrawlerCommandOutput } from "./commands/StartCrawlerCommand";
153
166
  import { StartCrawlerScheduleCommandInput, StartCrawlerScheduleCommandOutput } from "./commands/StartCrawlerScheduleCommand";
167
+ import { StartDataQualityRuleRecommendationRunCommandInput, StartDataQualityRuleRecommendationRunCommandOutput } from "./commands/StartDataQualityRuleRecommendationRunCommand";
168
+ import { StartDataQualityRulesetEvaluationRunCommandInput, StartDataQualityRulesetEvaluationRunCommandOutput } from "./commands/StartDataQualityRulesetEvaluationRunCommand";
154
169
  import { StartExportLabelsTaskRunCommandInput, StartExportLabelsTaskRunCommandOutput } from "./commands/StartExportLabelsTaskRunCommand";
155
170
  import { StartImportLabelsTaskRunCommandInput, StartImportLabelsTaskRunCommandOutput } from "./commands/StartImportLabelsTaskRunCommand";
156
171
  import { StartJobRunCommandInput, StartJobRunCommandOutput } from "./commands/StartJobRunCommand";
@@ -173,6 +188,7 @@ import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./c
173
188
  import { UpdateCrawlerCommandInput, UpdateCrawlerCommandOutput } from "./commands/UpdateCrawlerCommand";
174
189
  import { UpdateCrawlerScheduleCommandInput, UpdateCrawlerScheduleCommandOutput } from "./commands/UpdateCrawlerScheduleCommand";
175
190
  import { UpdateDatabaseCommandInput, UpdateDatabaseCommandOutput } from "./commands/UpdateDatabaseCommand";
191
+ import { UpdateDataQualityRulesetCommandInput, UpdateDataQualityRulesetCommandOutput } from "./commands/UpdateDataQualityRulesetCommand";
176
192
  import { UpdateDevEndpointCommandInput, UpdateDevEndpointCommandOutput } from "./commands/UpdateDevEndpointCommand";
177
193
  import { UpdateJobCommandInput, UpdateJobCommandOutput } from "./commands/UpdateJobCommand";
178
194
  import { UpdateJobFromSourceControlCommandInput, UpdateJobFromSourceControlCommandOutput } from "./commands/UpdateJobFromSourceControlCommand";
@@ -249,6 +265,12 @@ export declare class Glue extends GlueClient {
249
265
  batchGetCustomEntityTypes(args: BatchGetCustomEntityTypesCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetCustomEntityTypesCommandOutput>;
250
266
  batchGetCustomEntityTypes(args: BatchGetCustomEntityTypesCommandInput, cb: (err: any, data?: BatchGetCustomEntityTypesCommandOutput) => void): void;
251
267
  batchGetCustomEntityTypes(args: BatchGetCustomEntityTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetCustomEntityTypesCommandOutput) => void): void;
268
+ /**
269
+ * <p>Retrieves a list of data quality results for the specified result IDs.</p>
270
+ */
271
+ batchGetDataQualityResult(args: BatchGetDataQualityResultCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetDataQualityResultCommandOutput>;
272
+ batchGetDataQualityResult(args: BatchGetDataQualityResultCommandInput, cb: (err: any, data?: BatchGetDataQualityResultCommandOutput) => void): void;
273
+ batchGetDataQualityResult(args: BatchGetDataQualityResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDataQualityResultCommandOutput) => void): void;
252
274
  /**
253
275
  * <p>Returns a list of resource metadata for a given list of development endpoint names. After
254
276
  * calling the <code>ListDevEndpoints</code> operation, you can call this operation to access the
@@ -295,6 +317,18 @@ export declare class Glue extends GlueClient {
295
317
  batchUpdatePartition(args: BatchUpdatePartitionCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdatePartitionCommandOutput>;
296
318
  batchUpdatePartition(args: BatchUpdatePartitionCommandInput, cb: (err: any, data?: BatchUpdatePartitionCommandOutput) => void): void;
297
319
  batchUpdatePartition(args: BatchUpdatePartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdatePartitionCommandOutput) => void): void;
320
+ /**
321
+ * <p>Cancels the specified recommendation run that was being used to generate rules.</p>
322
+ */
323
+ cancelDataQualityRuleRecommendationRun(args: CancelDataQualityRuleRecommendationRunCommandInput, options?: __HttpHandlerOptions): Promise<CancelDataQualityRuleRecommendationRunCommandOutput>;
324
+ cancelDataQualityRuleRecommendationRun(args: CancelDataQualityRuleRecommendationRunCommandInput, cb: (err: any, data?: CancelDataQualityRuleRecommendationRunCommandOutput) => void): void;
325
+ cancelDataQualityRuleRecommendationRun(args: CancelDataQualityRuleRecommendationRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelDataQualityRuleRecommendationRunCommandOutput) => void): void;
326
+ /**
327
+ * <p>Cancels a run where a ruleset is being evaluated against a data source.</p>
328
+ */
329
+ cancelDataQualityRulesetEvaluationRun(args: CancelDataQualityRulesetEvaluationRunCommandInput, options?: __HttpHandlerOptions): Promise<CancelDataQualityRulesetEvaluationRunCommandOutput>;
330
+ cancelDataQualityRulesetEvaluationRun(args: CancelDataQualityRulesetEvaluationRunCommandInput, cb: (err: any, data?: CancelDataQualityRulesetEvaluationRunCommandOutput) => void): void;
331
+ cancelDataQualityRulesetEvaluationRun(args: CancelDataQualityRulesetEvaluationRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelDataQualityRulesetEvaluationRunCommandOutput) => void): void;
298
332
  /**
299
333
  * <p>Cancels (stops) a task run. Machine learning task runs are asynchronous tasks that Glue runs on your behalf as part of various machine learning workflows. You can cancel a
300
334
  * machine learning task run at any time by calling <code>CancelMLTaskRun</code> with a task
@@ -345,7 +379,8 @@ export declare class Glue extends GlueClient {
345
379
  createCrawler(args: CreateCrawlerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCrawlerCommandOutput) => void): void;
346
380
  /**
347
381
  * <p>Creates a custom pattern that is used to detect sensitive data across the columns and rows of your structured data.</p>
348
- * <p>Each custom pattern you create specifies a regular expression and an optional list of context words. If no context words are passed only a regular expression is checked.</p>
382
+ *
383
+ * <p>Each custom pattern you create specifies a regular expression and an optional list of context words. If no context words are passed only a regular expression is checked.</p>
349
384
  */
350
385
  createCustomEntityType(args: CreateCustomEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomEntityTypeCommandOutput>;
351
386
  createCustomEntityType(args: CreateCustomEntityTypeCommandInput, cb: (err: any, data?: CreateCustomEntityTypeCommandOutput) => void): void;
@@ -356,6 +391,14 @@ export declare class Glue extends GlueClient {
356
391
  createDatabase(args: CreateDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<CreateDatabaseCommandOutput>;
357
392
  createDatabase(args: CreateDatabaseCommandInput, cb: (err: any, data?: CreateDatabaseCommandOutput) => void): void;
358
393
  createDatabase(args: CreateDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDatabaseCommandOutput) => void): void;
394
+ /**
395
+ * <p>Creates a data quality ruleset with DQDL rules applied to a specified Glue table.</p>
396
+ *
397
+ * <p>You create the ruleset using the Data Quality Definition Language (DQDL). For more information, see the Glue developer guide.</p>
398
+ */
399
+ createDataQualityRuleset(args: CreateDataQualityRulesetCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataQualityRulesetCommandOutput>;
400
+ createDataQualityRuleset(args: CreateDataQualityRulesetCommandInput, cb: (err: any, data?: CreateDataQualityRulesetCommandOutput) => void): void;
401
+ createDataQualityRuleset(args: CreateDataQualityRulesetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataQualityRulesetCommandOutput) => void): void;
359
402
  /**
360
403
  * <p>Creates a new development endpoint.</p>
361
404
  */
@@ -371,10 +414,12 @@ export declare class Glue extends GlueClient {
371
414
  /**
372
415
  * <p>Creates an Glue machine learning transform. This operation creates the transform and
373
416
  * all the necessary parameters to train it.</p>
374
- * <p>Call this operation as the first step in the process of using a machine learning transform
417
+ *
418
+ * <p>Call this operation as the first step in the process of using a machine learning transform
375
419
  * (such as the <code>FindMatches</code> transform) for deduplicating data. You can provide an
376
420
  * optional <code>Description</code>, in addition to the parameters that you want to use for your
377
421
  * algorithm.</p>
422
+ *
378
423
  * <p>You must also specify certain parameters for the tasks that Glue runs on your
379
424
  * behalf as part of learning from your data and creating a high-quality machine learning
380
425
  * transform. These parameters include <code>Role</code>, and optionally,
@@ -466,14 +511,16 @@ export declare class Glue extends GlueClient {
466
511
  deleteClassifier(args: DeleteClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteClassifierCommandOutput) => void): void;
467
512
  /**
468
513
  * <p>Delete the partition column statistics of a column.</p>
469
- * <p>The Identity and Access Management (IAM) permission required for this operation is <code>DeletePartition</code>.</p>
514
+ *
515
+ * <p>The Identity and Access Management (IAM) permission required for this operation is <code>DeletePartition</code>.</p>
470
516
  */
471
517
  deleteColumnStatisticsForPartition(args: DeleteColumnStatisticsForPartitionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteColumnStatisticsForPartitionCommandOutput>;
472
518
  deleteColumnStatisticsForPartition(args: DeleteColumnStatisticsForPartitionCommandInput, cb: (err: any, data?: DeleteColumnStatisticsForPartitionCommandOutput) => void): void;
473
519
  deleteColumnStatisticsForPartition(args: DeleteColumnStatisticsForPartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteColumnStatisticsForPartitionCommandOutput) => void): void;
474
520
  /**
475
521
  * <p>Retrieves table statistics of columns.</p>
476
- * <p>The Identity and Access Management (IAM) permission required for this operation is <code>DeleteTable</code>.</p>
522
+ *
523
+ * <p>The Identity and Access Management (IAM) permission required for this operation is <code>DeleteTable</code>.</p>
477
524
  */
478
525
  deleteColumnStatisticsForTable(args: DeleteColumnStatisticsForTableCommandInput, options?: __HttpHandlerOptions): Promise<DeleteColumnStatisticsForTableCommandOutput>;
479
526
  deleteColumnStatisticsForTable(args: DeleteColumnStatisticsForTableCommandInput, cb: (err: any, data?: DeleteColumnStatisticsForTableCommandOutput) => void): void;
@@ -515,6 +562,12 @@ export declare class Glue extends GlueClient {
515
562
  deleteDatabase(args: DeleteDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDatabaseCommandOutput>;
516
563
  deleteDatabase(args: DeleteDatabaseCommandInput, cb: (err: any, data?: DeleteDatabaseCommandOutput) => void): void;
517
564
  deleteDatabase(args: DeleteDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDatabaseCommandOutput) => void): void;
565
+ /**
566
+ * <p>Deletes a data quality ruleset.</p>
567
+ */
568
+ deleteDataQualityRuleset(args: DeleteDataQualityRulesetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataQualityRulesetCommandOutput>;
569
+ deleteDataQualityRuleset(args: DeleteDataQualityRulesetCommandInput, cb: (err: any, data?: DeleteDataQualityRulesetCommandOutput) => void): void;
570
+ deleteDataQualityRuleset(args: DeleteDataQualityRulesetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataQualityRulesetCommandOutput) => void): void;
518
571
  /**
519
572
  * <p>Deletes a specified development endpoint.</p>
520
573
  */
@@ -669,13 +722,15 @@ export declare class Glue extends GlueClient {
669
722
  getClassifiers(args: GetClassifiersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetClassifiersCommandOutput) => void): void;
670
723
  /**
671
724
  * <p>Retrieves partition statistics of columns.</p>
672
- * <p>The Identity and Access Management (IAM) permission required for this operation is <code>GetPartition</code>.</p>
725
+ *
726
+ * <p>The Identity and Access Management (IAM) permission required for this operation is <code>GetPartition</code>.</p>
673
727
  */
674
728
  getColumnStatisticsForPartition(args: GetColumnStatisticsForPartitionCommandInput, options?: __HttpHandlerOptions): Promise<GetColumnStatisticsForPartitionCommandOutput>;
675
729
  getColumnStatisticsForPartition(args: GetColumnStatisticsForPartitionCommandInput, cb: (err: any, data?: GetColumnStatisticsForPartitionCommandOutput) => void): void;
676
730
  getColumnStatisticsForPartition(args: GetColumnStatisticsForPartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetColumnStatisticsForPartitionCommandOutput) => void): void;
677
731
  /**
678
732
  * <p>Retrieves table statistics of columns.</p>
733
+ *
679
734
  * <p>The Identity and Access Management (IAM) permission required for this operation is <code>GetTable</code>.</p>
680
735
  */
681
736
  getColumnStatisticsForTable(args: GetColumnStatisticsForTableCommandInput, options?: __HttpHandlerOptions): Promise<GetColumnStatisticsForTableCommandOutput>;
@@ -742,6 +797,30 @@ export declare class Glue extends GlueClient {
742
797
  getDataflowGraph(args: GetDataflowGraphCommandInput, options?: __HttpHandlerOptions): Promise<GetDataflowGraphCommandOutput>;
743
798
  getDataflowGraph(args: GetDataflowGraphCommandInput, cb: (err: any, data?: GetDataflowGraphCommandOutput) => void): void;
744
799
  getDataflowGraph(args: GetDataflowGraphCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataflowGraphCommandOutput) => void): void;
800
+ /**
801
+ * <p>Retrieves the result of a data quality rule evaluation.</p>
802
+ */
803
+ getDataQualityResult(args: GetDataQualityResultCommandInput, options?: __HttpHandlerOptions): Promise<GetDataQualityResultCommandOutput>;
804
+ getDataQualityResult(args: GetDataQualityResultCommandInput, cb: (err: any, data?: GetDataQualityResultCommandOutput) => void): void;
805
+ getDataQualityResult(args: GetDataQualityResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataQualityResultCommandOutput) => void): void;
806
+ /**
807
+ * <p>Gets the specified recommendation run that was used to generate rules.</p>
808
+ */
809
+ getDataQualityRuleRecommendationRun(args: GetDataQualityRuleRecommendationRunCommandInput, options?: __HttpHandlerOptions): Promise<GetDataQualityRuleRecommendationRunCommandOutput>;
810
+ getDataQualityRuleRecommendationRun(args: GetDataQualityRuleRecommendationRunCommandInput, cb: (err: any, data?: GetDataQualityRuleRecommendationRunCommandOutput) => void): void;
811
+ getDataQualityRuleRecommendationRun(args: GetDataQualityRuleRecommendationRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataQualityRuleRecommendationRunCommandOutput) => void): void;
812
+ /**
813
+ * <p>Returns an existing ruleset by identifier or name.</p>
814
+ */
815
+ getDataQualityRuleset(args: GetDataQualityRulesetCommandInput, options?: __HttpHandlerOptions): Promise<GetDataQualityRulesetCommandOutput>;
816
+ getDataQualityRuleset(args: GetDataQualityRulesetCommandInput, cb: (err: any, data?: GetDataQualityRulesetCommandOutput) => void): void;
817
+ getDataQualityRuleset(args: GetDataQualityRulesetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataQualityRulesetCommandOutput) => void): void;
818
+ /**
819
+ * <p>Retrieves a specific run where a ruleset is evaluated against a data source.</p>
820
+ */
821
+ getDataQualityRulesetEvaluationRun(args: GetDataQualityRulesetEvaluationRunCommandInput, options?: __HttpHandlerOptions): Promise<GetDataQualityRulesetEvaluationRunCommandOutput>;
822
+ getDataQualityRulesetEvaluationRun(args: GetDataQualityRulesetEvaluationRunCommandInput, cb: (err: any, data?: GetDataQualityRulesetEvaluationRunCommandOutput) => void): void;
823
+ getDataQualityRulesetEvaluationRun(args: GetDataQualityRulesetEvaluationRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataQualityRulesetEvaluationRunCommandOutput) => void): void;
745
824
  /**
746
825
  * <p>Retrieves information about a specified development endpoint.</p>
747
826
  * <note>
@@ -772,8 +851,10 @@ export declare class Glue extends GlueClient {
772
851
  getJob(args: GetJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobCommandOutput) => void): void;
773
852
  /**
774
853
  * <p>Returns information on a job bookmark entry.</p>
775
- * <p>For more information about enabling and using job bookmarks, see:</p>
776
- * <ul>
854
+ *
855
+ * <p>For more information about enabling and using job bookmarks, see:</p>
856
+ *
857
+ * <ul>
777
858
  * <li>
778
859
  * <p>
779
860
  * <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-continuations.html">Tracking processed data using job bookmarks</a>
@@ -834,7 +915,8 @@ export declare class Glue extends GlueClient {
834
915
  * workflows. You can get a sortable, filterable list of machine learning task runs by calling
835
916
  * <code>GetMLTaskRuns</code> with their parent transform's <code>TransformID</code> and other
836
917
  * optional parameters as documented in this section.</p>
837
- * <p>This operation returns a list of historic runs and must be paginated.</p>
918
+ *
919
+ * <p>This operation returns a list of historic runs and must be paginated.</p>
838
920
  */
839
921
  getMLTaskRuns(args: GetMLTaskRunsCommandInput, options?: __HttpHandlerOptions): Promise<GetMLTaskRunsCommandOutput>;
840
922
  getMLTaskRuns(args: GetMLTaskRunsCommandInput, cb: (err: any, data?: GetMLTaskRunsCommandOutput) => void): void;
@@ -1061,6 +1143,7 @@ export declare class Glue extends GlueClient {
1061
1143
  * <p>Retrieves the names of all crawler resources in this Amazon Web Services account, or the
1062
1144
  * resources with the specified tag. This operation allows you to see which
1063
1145
  * resources are available in your account, and their names.</p>
1146
+ *
1064
1147
  * <p>This operation takes the optional <code>Tags</code> field, which you can use as a filter on
1065
1148
  * the response so that tagged resources can be retrieved as a group. If you choose to use tags
1066
1149
  * filtering, only resources with the tag are retrieved.</p>
@@ -1070,8 +1153,9 @@ export declare class Glue extends GlueClient {
1070
1153
  listCrawlers(args: ListCrawlersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCrawlersCommandOutput) => void): void;
1071
1154
  /**
1072
1155
  * <p>Returns all the crawls of a specified crawler. Returns only the crawls that have occurred since the launch date of the crawler history feature, and only retains up to 12 months of crawls. Older crawls will not be returned.</p>
1073
- * <p>You may use this API to:</p>
1074
- * <ul>
1156
+ *
1157
+ * <p>You may use this API to:</p>
1158
+ * <ul>
1075
1159
  * <li>
1076
1160
  * <p>Retrive all the crawls of a specified crawler.</p>
1077
1161
  * </li>
@@ -1095,10 +1179,35 @@ export declare class Glue extends GlueClient {
1095
1179
  listCustomEntityTypes(args: ListCustomEntityTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomEntityTypesCommandOutput>;
1096
1180
  listCustomEntityTypes(args: ListCustomEntityTypesCommandInput, cb: (err: any, data?: ListCustomEntityTypesCommandOutput) => void): void;
1097
1181
  listCustomEntityTypes(args: ListCustomEntityTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomEntityTypesCommandOutput) => void): void;
1182
+ /**
1183
+ * <p>Returns all data quality execution results for your account.</p>
1184
+ */
1185
+ listDataQualityResults(args: ListDataQualityResultsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataQualityResultsCommandOutput>;
1186
+ listDataQualityResults(args: ListDataQualityResultsCommandInput, cb: (err: any, data?: ListDataQualityResultsCommandOutput) => void): void;
1187
+ listDataQualityResults(args: ListDataQualityResultsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataQualityResultsCommandOutput) => void): void;
1188
+ /**
1189
+ * <p>Lists the recommendation runs meeting the filter criteria.</p>
1190
+ */
1191
+ listDataQualityRuleRecommendationRuns(args: ListDataQualityRuleRecommendationRunsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataQualityRuleRecommendationRunsCommandOutput>;
1192
+ listDataQualityRuleRecommendationRuns(args: ListDataQualityRuleRecommendationRunsCommandInput, cb: (err: any, data?: ListDataQualityRuleRecommendationRunsCommandOutput) => void): void;
1193
+ listDataQualityRuleRecommendationRuns(args: ListDataQualityRuleRecommendationRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataQualityRuleRecommendationRunsCommandOutput) => void): void;
1194
+ /**
1195
+ * <p>Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.</p>
1196
+ */
1197
+ listDataQualityRulesetEvaluationRuns(args: ListDataQualityRulesetEvaluationRunsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataQualityRulesetEvaluationRunsCommandOutput>;
1198
+ listDataQualityRulesetEvaluationRuns(args: ListDataQualityRulesetEvaluationRunsCommandInput, cb: (err: any, data?: ListDataQualityRulesetEvaluationRunsCommandOutput) => void): void;
1199
+ listDataQualityRulesetEvaluationRuns(args: ListDataQualityRulesetEvaluationRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataQualityRulesetEvaluationRunsCommandOutput) => void): void;
1200
+ /**
1201
+ * <p>Returns a paginated list of rulesets for the specified list of Glue tables.</p>
1202
+ */
1203
+ listDataQualityRulesets(args: ListDataQualityRulesetsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataQualityRulesetsCommandOutput>;
1204
+ listDataQualityRulesets(args: ListDataQualityRulesetsCommandInput, cb: (err: any, data?: ListDataQualityRulesetsCommandOutput) => void): void;
1205
+ listDataQualityRulesets(args: ListDataQualityRulesetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataQualityRulesetsCommandOutput) => void): void;
1098
1206
  /**
1099
1207
  * <p>Retrieves the names of all <code>DevEndpoint</code> resources in this Amazon Web Services account, or the
1100
1208
  * resources with the specified tag. This operation allows you to see which resources are
1101
1209
  * available in your account, and their names.</p>
1210
+ *
1102
1211
  * <p>This operation takes the optional <code>Tags</code> field, which you can use as a filter on
1103
1212
  * the response so that tagged resources can be retrieved as a group. If you choose to use tags
1104
1213
  * filtering, only resources with the tag are retrieved.</p>
@@ -1108,7 +1217,8 @@ export declare class Glue extends GlueClient {
1108
1217
  listDevEndpoints(args: ListDevEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevEndpointsCommandOutput) => void): void;
1109
1218
  /**
1110
1219
  * <p>Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.</p>
1111
- * <p>This operation takes the optional <code>Tags</code> field, which you can use as a filter on
1220
+ *
1221
+ * <p>This operation takes the optional <code>Tags</code> field, which you can use as a filter on
1112
1222
  * the response so that tagged resources can be retrieved as a group. If you choose to use tags
1113
1223
  * filtering, only resources with the tag are retrieved.</p>
1114
1224
  */
@@ -1158,6 +1268,7 @@ export declare class Glue extends GlueClient {
1158
1268
  listStatements(args: ListStatementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStatementsCommandOutput) => void): void;
1159
1269
  /**
1160
1270
  * <p>Retrieves the names of all trigger resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.</p>
1271
+ *
1161
1272
  * <p>This operation takes the optional <code>Tags</code> field, which you can use as a filter on
1162
1273
  * the response so that tagged resources can be retrieved as a group. If you choose to use tags
1163
1274
  * filtering, only resources with the tag are retrieved.</p>
@@ -1205,7 +1316,7 @@ export declare class Glue extends GlueClient {
1205
1316
  /**
1206
1317
  * <p>Adds a new version to the existing schema. Returns an error if new version of schema does not meet the compatibility requirements of the schema set. This API will not create a new schema set and will return a 404 error if the schema set is not already present in the Schema Registry.</p>
1207
1318
  * <p>If this is the first schema definition to be registered in the Schema Registry, this API will store the schema version and return immediately. Otherwise, this call has the potential to run longer than other operations due to compatibility modes. You can call the <code>GetSchemaVersion</code> API with the <code>SchemaVersionId</code> to check compatibility modes.</p>
1208
- * <p>If the same schema definition is already stored in Schema Registry as a version, the schema ID of the existing schema is returned to the caller.</p>
1319
+ * <p>If the same schema definition is already stored in Schema Registry as a version, the schema ID of the existing schema is returned to the caller.</p>
1209
1320
  */
1210
1321
  registerSchemaVersion(args: RegisterSchemaVersionCommandInput, options?: __HttpHandlerOptions): Promise<RegisterSchemaVersionCommandOutput>;
1211
1322
  registerSchemaVersion(args: RegisterSchemaVersionCommandInput, cb: (err: any, data?: RegisterSchemaVersionCommandOutput) => void): void;
@@ -1218,8 +1329,10 @@ export declare class Glue extends GlueClient {
1218
1329
  removeSchemaVersionMetadata(args: RemoveSchemaVersionMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveSchemaVersionMetadataCommandOutput) => void): void;
1219
1330
  /**
1220
1331
  * <p>Resets a bookmark entry.</p>
1221
- * <p>For more information about enabling and using job bookmarks, see:</p>
1222
- * <ul>
1332
+ *
1333
+ * <p>For more information about enabling and using job bookmarks, see:</p>
1334
+ *
1335
+ * <ul>
1223
1336
  * <li>
1224
1337
  * <p>
1225
1338
  * <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-continuations.html">Tracking processed data using job bookmarks</a>
@@ -1281,6 +1394,18 @@ export declare class Glue extends GlueClient {
1281
1394
  startCrawlerSchedule(args: StartCrawlerScheduleCommandInput, options?: __HttpHandlerOptions): Promise<StartCrawlerScheduleCommandOutput>;
1282
1395
  startCrawlerSchedule(args: StartCrawlerScheduleCommandInput, cb: (err: any, data?: StartCrawlerScheduleCommandOutput) => void): void;
1283
1396
  startCrawlerSchedule(args: StartCrawlerScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartCrawlerScheduleCommandOutput) => void): void;
1397
+ /**
1398
+ * <p>Starts a recommendation run that is used to generate rules when you don't know what rules to write. Glue Data Quality analyzes the data and comes up with recommendations for a potential ruleset. You can then triage the ruleset and modify the generated ruleset to your liking.</p>
1399
+ */
1400
+ startDataQualityRuleRecommendationRun(args: StartDataQualityRuleRecommendationRunCommandInput, options?: __HttpHandlerOptions): Promise<StartDataQualityRuleRecommendationRunCommandOutput>;
1401
+ startDataQualityRuleRecommendationRun(args: StartDataQualityRuleRecommendationRunCommandInput, cb: (err: any, data?: StartDataQualityRuleRecommendationRunCommandOutput) => void): void;
1402
+ startDataQualityRuleRecommendationRun(args: StartDataQualityRuleRecommendationRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDataQualityRuleRecommendationRunCommandOutput) => void): void;
1403
+ /**
1404
+ * <p>Once you have a ruleset definition (either recommended or your own), you call this operation to evaluate the ruleset against a data source (Glue table). The evaluation computes results which you can retrieve with the <code>GetDataQualityResult</code> API.</p>
1405
+ */
1406
+ startDataQualityRulesetEvaluationRun(args: StartDataQualityRulesetEvaluationRunCommandInput, options?: __HttpHandlerOptions): Promise<StartDataQualityRulesetEvaluationRunCommandOutput>;
1407
+ startDataQualityRulesetEvaluationRun(args: StartDataQualityRulesetEvaluationRunCommandInput, cb: (err: any, data?: StartDataQualityRulesetEvaluationRunCommandOutput) => void): void;
1408
+ startDataQualityRulesetEvaluationRun(args: StartDataQualityRulesetEvaluationRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDataQualityRulesetEvaluationRunCommandOutput) => void): void;
1284
1409
  /**
1285
1410
  * <p>Begins an asynchronous task to export all labeled data for a particular transform. This
1286
1411
  * task is the only label-related API call that is not part of the typical active learning
@@ -1301,6 +1426,7 @@ export declare class Glue extends GlueClient {
1301
1426
  * part of the active learning workflow that starts with the
1302
1427
  * <code>StartMLLabelingSetGenerationTaskRun</code> call and that ultimately results in
1303
1428
  * improving the quality of your machine learning transform. </p>
1429
+ *
1304
1430
  * <p>After the <code>StartMLLabelingSetGenerationTaskRun</code> finishes, Glue machine learning
1305
1431
  * will have generated a series of questions for humans to answer. (Answering these questions is
1306
1432
  * often called 'labeling' in the machine learning workflows). In the case of the
@@ -1310,12 +1436,14 @@ export declare class Glue extends GlueClient {
1310
1436
  * <code>StartImportLabelsTaskRun</code>. After <code>StartImportLabelsTaskRun</code> finishes,
1311
1437
  * all future runs of the machine learning transform use the new and improved labels and perform
1312
1438
  * a higher-quality transformation.</p>
1439
+ *
1313
1440
  * <p>By default, <code>StartMLLabelingSetGenerationTaskRun</code> continually learns from and
1314
1441
  * combines all labels that you upload unless you set <code>Replace</code> to true. If you set
1315
1442
  * <code>Replace</code> to true, <code>StartImportLabelsTaskRun</code> deletes and forgets all
1316
1443
  * previously uploaded labels and learns only from the exact set that you upload. Replacing
1317
1444
  * labels can be helpful if you realize that you previously uploaded incorrect labels, and you
1318
1445
  * believe that they are having a negative effect on your transform quality.</p>
1446
+ *
1319
1447
  * <p>You can check on the status of your task run by calling the <code>GetMLTaskRun</code>
1320
1448
  * operation. </p>
1321
1449
  */
@@ -1330,10 +1458,12 @@ export declare class Glue extends GlueClient {
1330
1458
  startJobRun(args: StartJobRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartJobRunCommandOutput) => void): void;
1331
1459
  /**
1332
1460
  * <p>Starts a task to estimate the quality of the transform. </p>
1333
- * <p>When you provide label sets as examples of truth, Glue machine learning uses some of
1461
+ *
1462
+ * <p>When you provide label sets as examples of truth, Glue machine learning uses some of
1334
1463
  * those examples to learn from them. The rest of the labels are used as a test to estimate
1335
1464
  * quality.</p>
1336
- * <p>Returns a unique identifier for the run. You can call <code>GetMLTaskRun</code> to get more
1465
+ *
1466
+ * <p>Returns a unique identifier for the run. You can call <code>GetMLTaskRun</code> to get more
1337
1467
  * information about the stats of the <code>EvaluationTaskRun</code>.</p>
1338
1468
  */
1339
1469
  startMLEvaluationTaskRun(args: StartMLEvaluationTaskRunCommandInput, options?: __HttpHandlerOptions): Promise<StartMLEvaluationTaskRunCommandOutput>;
@@ -1342,11 +1472,14 @@ export declare class Glue extends GlueClient {
1342
1472
  /**
1343
1473
  * <p>Starts the active learning workflow for your machine learning transform to improve the
1344
1474
  * transform's quality by generating label sets and adding labels.</p>
1345
- * <p>When the <code>StartMLLabelingSetGenerationTaskRun</code> finishes, Glue will have
1475
+ *
1476
+ * <p>When the <code>StartMLLabelingSetGenerationTaskRun</code> finishes, Glue will have
1346
1477
  * generated a "labeling set" or a set of questions for humans to answer.</p>
1478
+ *
1347
1479
  * <p>In the case of the <code>FindMatches</code> transform, these questions are of the form,
1348
1480
  * “What is the correct way to group these rows together into groups composed entirely of
1349
1481
  * matching records?” </p>
1482
+ *
1350
1483
  * <p>After the labeling process is finished, you can upload your labels with a call to
1351
1484
  * <code>StartImportLabelsTaskRun</code>. After <code>StartImportLabelsTaskRun</code> finishes,
1352
1485
  * all future runs of the machine learning transform will use the new and improved labels and
@@ -1431,6 +1564,7 @@ export declare class Glue extends GlueClient {
1431
1564
  updateClassifier(args: UpdateClassifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClassifierCommandOutput) => void): void;
1432
1565
  /**
1433
1566
  * <p>Creates or updates partition statistics of columns.</p>
1567
+ *
1434
1568
  * <p>The Identity and Access Management (IAM) permission required for this operation is <code>UpdatePartition</code>.</p>
1435
1569
  */
1436
1570
  updateColumnStatisticsForPartition(args: UpdateColumnStatisticsForPartitionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateColumnStatisticsForPartitionCommandOutput>;
@@ -1438,7 +1572,8 @@ export declare class Glue extends GlueClient {
1438
1572
  updateColumnStatisticsForPartition(args: UpdateColumnStatisticsForPartitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateColumnStatisticsForPartitionCommandOutput) => void): void;
1439
1573
  /**
1440
1574
  * <p>Creates or updates table statistics of columns.</p>
1441
- * <p>The Identity and Access Management (IAM) permission required for this operation is <code>UpdateTable</code>.</p>
1575
+ *
1576
+ * <p>The Identity and Access Management (IAM) permission required for this operation is <code>UpdateTable</code>.</p>
1442
1577
  */
1443
1578
  updateColumnStatisticsForTable(args: UpdateColumnStatisticsForTableCommandInput, options?: __HttpHandlerOptions): Promise<UpdateColumnStatisticsForTableCommandOutput>;
1444
1579
  updateColumnStatisticsForTable(args: UpdateColumnStatisticsForTableCommandInput, cb: (err: any, data?: UpdateColumnStatisticsForTableCommandOutput) => void): void;
@@ -1469,6 +1604,12 @@ export declare class Glue extends GlueClient {
1469
1604
  updateDatabase(args: UpdateDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDatabaseCommandOutput>;
1470
1605
  updateDatabase(args: UpdateDatabaseCommandInput, cb: (err: any, data?: UpdateDatabaseCommandOutput) => void): void;
1471
1606
  updateDatabase(args: UpdateDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDatabaseCommandOutput) => void): void;
1607
+ /**
1608
+ * <p>Updates the specified data quality ruleset.</p>
1609
+ */
1610
+ updateDataQualityRuleset(args: UpdateDataQualityRulesetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataQualityRulesetCommandOutput>;
1611
+ updateDataQualityRuleset(args: UpdateDataQualityRulesetCommandInput, cb: (err: any, data?: UpdateDataQualityRulesetCommandOutput) => void): void;
1612
+ updateDataQualityRuleset(args: UpdateDataQualityRulesetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataQualityRulesetCommandOutput) => void): void;
1472
1613
  /**
1473
1614
  * <p>Updates a specified development endpoint.</p>
1474
1615
  */
@@ -1483,13 +1624,15 @@ export declare class Glue extends GlueClient {
1483
1624
  updateJob(args: UpdateJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateJobCommandOutput) => void): void;
1484
1625
  /**
1485
1626
  * <p>Synchronizes a job from the source control repository. This operation takes the job artifacts that are located in the remote repository and updates the Glue internal stores with these artifacts.</p>
1486
- * <p>This API supports optional parameters which take in the repository information.</p>
1627
+ *
1628
+ * <p>This API supports optional parameters which take in the repository information.</p>
1487
1629
  */
1488
1630
  updateJobFromSourceControl(args: UpdateJobFromSourceControlCommandInput, options?: __HttpHandlerOptions): Promise<UpdateJobFromSourceControlCommandOutput>;
1489
1631
  updateJobFromSourceControl(args: UpdateJobFromSourceControlCommandInput, cb: (err: any, data?: UpdateJobFromSourceControlCommandOutput) => void): void;
1490
1632
  updateJobFromSourceControl(args: UpdateJobFromSourceControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateJobFromSourceControlCommandOutput) => void): void;
1491
1633
  /**
1492
1634
  * <p>Updates an existing machine learning transform. Call this operation to tune the algorithm parameters to achieve better results.</p>
1635
+ *
1493
1636
  * <p>After calling this operation, you can call the <code>StartMLEvaluationTaskRun</code>
1494
1637
  * operation to assess how well your new parameters achieved your goals (such as improving the
1495
1638
  * quality of your machine learning transform, or making it more cost-effective).</p>
@@ -1511,16 +1654,17 @@ export declare class Glue extends GlueClient {
1511
1654
  updateRegistry(args: UpdateRegistryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRegistryCommandOutput) => void): void;
1512
1655
  /**
1513
1656
  * <p>Updates the description, compatibility setting, or version checkpoint for a schema set.</p>
1514
- * <p>For updating the compatibility setting, the call will not validate compatibility for the entire set of schema versions with the new compatibility setting. If the value for <code>Compatibility</code> is provided, the <code>VersionNumber</code> (a checkpoint) is also required. The API will validate the checkpoint version number for consistency.</p>
1657
+ * <p>For updating the compatibility setting, the call will not validate compatibility for the entire set of schema versions with the new compatibility setting. If the value for <code>Compatibility</code> is provided, the <code>VersionNumber</code> (a checkpoint) is also required. The API will validate the checkpoint version number for consistency.</p>
1515
1658
  * <p>If the value for the <code>VersionNumber</code> (checkpoint) is provided, <code>Compatibility</code> is optional and this can be used to set/reset a checkpoint for the schema.</p>
1516
- * <p>This update will happen only if the schema is in the AVAILABLE state.</p>
1659
+ * <p>This update will happen only if the schema is in the AVAILABLE state.</p>
1517
1660
  */
1518
1661
  updateSchema(args: UpdateSchemaCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSchemaCommandOutput>;
1519
1662
  updateSchema(args: UpdateSchemaCommandInput, cb: (err: any, data?: UpdateSchemaCommandOutput) => void): void;
1520
1663
  updateSchema(args: UpdateSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSchemaCommandOutput) => void): void;
1521
1664
  /**
1522
1665
  * <p>Synchronizes a job to the source control repository. This operation takes the job artifacts from the Glue internal stores and makes a commit to the remote repository that is configured on the job.</p>
1523
- * <p>This API supports optional parameters which take in the repository information.</p>
1666
+ *
1667
+ * <p>This API supports optional parameters which take in the repository information.</p>
1524
1668
  */
1525
1669
  updateSourceControlFromJob(args: UpdateSourceControlFromJobCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSourceControlFromJobCommandOutput>;
1526
1670
  updateSourceControlFromJob(args: UpdateSourceControlFromJobCommandInput, cb: (err: any, data?: UpdateSourceControlFromJobCommandOutput) => void): void;