@aws-sdk/client-glue 3.218.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 (191) 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/CreateUserDefinedFunctionCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteDataQualityRulesetCommand.js +46 -0
  12. package/dist-cjs/commands/GetDataQualityResultCommand.js +46 -0
  13. package/dist-cjs/commands/GetDataQualityRuleRecommendationRunCommand.js +46 -0
  14. package/dist-cjs/commands/GetDataQualityRulesetCommand.js +46 -0
  15. package/dist-cjs/commands/GetDataQualityRulesetEvaluationRunCommand.js +46 -0
  16. package/dist-cjs/commands/ListDataQualityResultsCommand.js +46 -0
  17. package/dist-cjs/commands/ListDataQualityRuleRecommendationRunsCommand.js +46 -0
  18. package/dist-cjs/commands/ListDataQualityRulesetEvaluationRunsCommand.js +46 -0
  19. package/dist-cjs/commands/ListDataQualityRulesetsCommand.js +46 -0
  20. package/dist-cjs/commands/ListDevEndpointsCommand.js +3 -3
  21. package/dist-cjs/commands/ListJobsCommand.js +3 -3
  22. package/dist-cjs/commands/ListMLTransformsCommand.js +3 -3
  23. package/dist-cjs/commands/ListRegistriesCommand.js +3 -3
  24. package/dist-cjs/commands/ListSchemaVersionsCommand.js +3 -3
  25. package/dist-cjs/commands/ListSchemasCommand.js +3 -3
  26. package/dist-cjs/commands/ListSessionsCommand.js +3 -3
  27. package/dist-cjs/commands/ListStatementsCommand.js +3 -3
  28. package/dist-cjs/commands/ListTriggersCommand.js +3 -3
  29. package/dist-cjs/commands/ListWorkflowsCommand.js +3 -3
  30. package/dist-cjs/commands/PutDataCatalogEncryptionSettingsCommand.js +3 -3
  31. package/dist-cjs/commands/PutResourcePolicyCommand.js +3 -3
  32. package/dist-cjs/commands/PutSchemaVersionMetadataCommand.js +3 -3
  33. package/dist-cjs/commands/PutWorkflowRunPropertiesCommand.js +1 -2
  34. package/dist-cjs/commands/StartDataQualityRuleRecommendationRunCommand.js +46 -0
  35. package/dist-cjs/commands/StartDataQualityRulesetEvaluationRunCommand.js +46 -0
  36. package/dist-cjs/commands/UpdateDataQualityRulesetCommand.js +46 -0
  37. package/dist-cjs/commands/index.js +16 -0
  38. package/dist-cjs/endpoint/ruleset.js +1 -1
  39. package/dist-cjs/models/models_0.js +104 -103
  40. package/dist-cjs/models/models_1.js +145 -139
  41. package/dist-cjs/models/models_2.js +223 -3
  42. package/dist-cjs/pagination/ListDataQualityResultsPaginator.js +36 -0
  43. package/dist-cjs/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +36 -0
  44. package/dist-cjs/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +36 -0
  45. package/dist-cjs/pagination/ListDataQualityRulesetsPaginator.js +36 -0
  46. package/dist-cjs/pagination/index.js +4 -0
  47. package/dist-cjs/protocols/Aws_json1_1.js +1653 -129
  48. package/dist-es/Glue.js +240 -0
  49. package/dist-es/commands/BatchGetDataQualityResultCommand.js +42 -0
  50. package/dist-es/commands/CancelDataQualityRuleRecommendationRunCommand.js +42 -0
  51. package/dist-es/commands/CancelDataQualityRulesetEvaluationRunCommand.js +42 -0
  52. package/dist-es/commands/CreateDataQualityRulesetCommand.js +42 -0
  53. package/dist-es/commands/CreateSecurityConfigurationCommand.js +1 -1
  54. package/dist-es/commands/CreateSessionCommand.js +1 -1
  55. package/dist-es/commands/CreateTableCommand.js +1 -1
  56. package/dist-es/commands/CreateTriggerCommand.js +1 -1
  57. package/dist-es/commands/CreateUserDefinedFunctionCommand.js +1 -1
  58. package/dist-es/commands/DeleteDataQualityRulesetCommand.js +42 -0
  59. package/dist-es/commands/GetDataQualityResultCommand.js +42 -0
  60. package/dist-es/commands/GetDataQualityRuleRecommendationRunCommand.js +42 -0
  61. package/dist-es/commands/GetDataQualityRulesetCommand.js +42 -0
  62. package/dist-es/commands/GetDataQualityRulesetEvaluationRunCommand.js +42 -0
  63. package/dist-es/commands/ListDataQualityResultsCommand.js +42 -0
  64. package/dist-es/commands/ListDataQualityRuleRecommendationRunsCommand.js +42 -0
  65. package/dist-es/commands/ListDataQualityRulesetEvaluationRunsCommand.js +42 -0
  66. package/dist-es/commands/ListDataQualityRulesetsCommand.js +42 -0
  67. package/dist-es/commands/ListDevEndpointsCommand.js +1 -1
  68. package/dist-es/commands/ListJobsCommand.js +1 -1
  69. package/dist-es/commands/ListMLTransformsCommand.js +1 -1
  70. package/dist-es/commands/ListRegistriesCommand.js +1 -1
  71. package/dist-es/commands/ListSchemaVersionsCommand.js +1 -1
  72. package/dist-es/commands/ListSchemasCommand.js +1 -1
  73. package/dist-es/commands/ListSessionsCommand.js +1 -1
  74. package/dist-es/commands/ListStatementsCommand.js +1 -1
  75. package/dist-es/commands/ListTriggersCommand.js +1 -1
  76. package/dist-es/commands/ListWorkflowsCommand.js +1 -1
  77. package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +1 -1
  78. package/dist-es/commands/PutResourcePolicyCommand.js +1 -1
  79. package/dist-es/commands/PutSchemaVersionMetadataCommand.js +1 -1
  80. package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +1 -2
  81. package/dist-es/commands/StartDataQualityRuleRecommendationRunCommand.js +42 -0
  82. package/dist-es/commands/StartDataQualityRulesetEvaluationRunCommand.js +42 -0
  83. package/dist-es/commands/UpdateDataQualityRulesetCommand.js +42 -0
  84. package/dist-es/commands/index.js +16 -0
  85. package/dist-es/endpoint/ruleset.js +1 -1
  86. package/dist-es/models/models_0.js +80 -78
  87. package/dist-es/models/models_1.js +109 -102
  88. package/dist-es/models/models_2.js +167 -0
  89. package/dist-es/pagination/ListDataQualityResultsPaginator.js +32 -0
  90. package/dist-es/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +32 -0
  91. package/dist-es/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +32 -0
  92. package/dist-es/pagination/ListDataQualityRulesetsPaginator.js +32 -0
  93. package/dist-es/pagination/index.js +4 -0
  94. package/dist-es/protocols/Aws_json1_1.js +1610 -119
  95. package/dist-types/Glue.d.ts +114 -0
  96. package/dist-types/GlueClient.d.ts +18 -2
  97. package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +37 -0
  98. package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +37 -0
  99. package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
  100. package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +39 -0
  101. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateSessionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateTableCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateTriggerCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +1 -1
  106. package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +37 -0
  107. package/dist-types/commands/GetDataQualityResultCommand.d.ts +37 -0
  108. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +37 -0
  109. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +37 -0
  110. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
  111. package/dist-types/commands/ListDataQualityResultsCommand.d.ts +37 -0
  112. package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +37 -0
  113. package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +37 -0
  114. package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +37 -0
  115. package/dist-types/commands/ListDevEndpointsCommand.d.ts +1 -1
  116. package/dist-types/commands/ListJobsCommand.d.ts +1 -1
  117. package/dist-types/commands/ListMLTransformsCommand.d.ts +1 -1
  118. package/dist-types/commands/ListRegistriesCommand.d.ts +1 -1
  119. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +1 -1
  120. package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
  121. package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
  122. package/dist-types/commands/ListStatementsCommand.d.ts +1 -1
  123. package/dist-types/commands/ListTriggersCommand.d.ts +1 -1
  124. package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
  125. package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  126. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  127. package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +1 -1
  128. package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +1 -2
  129. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +37 -0
  130. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
  131. package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +37 -0
  132. package/dist-types/commands/index.d.ts +16 -0
  133. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  134. package/dist-types/models/models_0.d.ts +417 -552
  135. package/dist-types/models/models_1.d.ts +3382 -3180
  136. package/dist-types/models/models_2.d.ts +1086 -2
  137. package/dist-types/pagination/ListDataQualityResultsPaginator.d.ts +4 -0
  138. package/dist-types/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +4 -0
  139. package/dist-types/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +4 -0
  140. package/dist-types/pagination/ListDataQualityRulesetsPaginator.d.ts +4 -0
  141. package/dist-types/pagination/index.d.ts +4 -0
  142. package/dist-types/protocols/Aws_json1_1.d.ts +48 -0
  143. package/dist-types/ts3.4/Glue.d.ts +320 -0
  144. package/dist-types/ts3.4/GlueClient.d.ts +96 -0
  145. package/dist-types/ts3.4/commands/BatchGetDataQualityResultCommand.d.ts +41 -0
  146. package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +41 -0
  147. package/dist-types/ts3.4/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
  148. package/dist-types/ts3.4/commands/CreateDataQualityRulesetCommand.d.ts +41 -0
  149. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/DeleteDataQualityRulesetCommand.d.ts +41 -0
  155. package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +41 -0
  156. package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +41 -0
  157. package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +41 -0
  158. package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
  159. package/dist-types/ts3.4/commands/ListDataQualityResultsCommand.d.ts +41 -0
  160. package/dist-types/ts3.4/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +41 -0
  161. package/dist-types/ts3.4/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +41 -0
  162. package/dist-types/ts3.4/commands/ListDataQualityRulesetsCommand.d.ts +41 -0
  163. package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +4 -2
  177. package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +41 -0
  178. package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
  179. package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +41 -0
  180. package/dist-types/ts3.4/commands/index.d.ts +16 -0
  181. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  182. package/dist-types/ts3.4/models/models_0.d.ts +166 -187
  183. package/dist-types/ts3.4/models/models_1.d.ts +306 -262
  184. package/dist-types/ts3.4/models/models_2.d.ts +458 -3
  185. package/dist-types/ts3.4/pagination/ListDataQualityResultsPaginator.d.ts +11 -0
  186. package/dist-types/ts3.4/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +11 -0
  187. package/dist-types/ts3.4/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +11 -0
  188. package/dist-types/ts3.4/pagination/ListDataQualityRulesetsPaginator.d.ts +11 -0
  189. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  190. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +192 -0
  191. 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
@@ -357,6 +391,14 @@ export declare class Glue extends GlueClient {
357
391
  createDatabase(args: CreateDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<CreateDatabaseCommandOutput>;
358
392
  createDatabase(args: CreateDatabaseCommandInput, cb: (err: any, data?: CreateDatabaseCommandOutput) => void): void;
359
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;
360
402
  /**
361
403
  * <p>Creates a new development endpoint.</p>
362
404
  */
@@ -520,6 +562,12 @@ export declare class Glue extends GlueClient {
520
562
  deleteDatabase(args: DeleteDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDatabaseCommandOutput>;
521
563
  deleteDatabase(args: DeleteDatabaseCommandInput, cb: (err: any, data?: DeleteDatabaseCommandOutput) => void): void;
522
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;
523
571
  /**
524
572
  * <p>Deletes a specified development endpoint.</p>
525
573
  */
@@ -749,6 +797,30 @@ export declare class Glue extends GlueClient {
749
797
  getDataflowGraph(args: GetDataflowGraphCommandInput, options?: __HttpHandlerOptions): Promise<GetDataflowGraphCommandOutput>;
750
798
  getDataflowGraph(args: GetDataflowGraphCommandInput, cb: (err: any, data?: GetDataflowGraphCommandOutput) => void): void;
751
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;
752
824
  /**
753
825
  * <p>Retrieves information about a specified development endpoint.</p>
754
826
  * <note>
@@ -1107,6 +1179,30 @@ export declare class Glue extends GlueClient {
1107
1179
  listCustomEntityTypes(args: ListCustomEntityTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomEntityTypesCommandOutput>;
1108
1180
  listCustomEntityTypes(args: ListCustomEntityTypesCommandInput, cb: (err: any, data?: ListCustomEntityTypesCommandOutput) => void): void;
1109
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;
1110
1206
  /**
1111
1207
  * <p>Retrieves the names of all <code>DevEndpoint</code> resources in this Amazon Web Services account, or the
1112
1208
  * resources with the specified tag. This operation allows you to see which resources are
@@ -1298,6 +1394,18 @@ export declare class Glue extends GlueClient {
1298
1394
  startCrawlerSchedule(args: StartCrawlerScheduleCommandInput, options?: __HttpHandlerOptions): Promise<StartCrawlerScheduleCommandOutput>;
1299
1395
  startCrawlerSchedule(args: StartCrawlerScheduleCommandInput, cb: (err: any, data?: StartCrawlerScheduleCommandOutput) => void): void;
1300
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;
1301
1409
  /**
1302
1410
  * <p>Begins an asynchronous task to export all labeled data for a particular transform. This
1303
1411
  * task is the only label-related API call that is not part of the typical active learning
@@ -1496,6 +1604,12 @@ export declare class Glue extends GlueClient {
1496
1604
  updateDatabase(args: UpdateDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDatabaseCommandOutput>;
1497
1605
  updateDatabase(args: UpdateDatabaseCommandInput, cb: (err: any, data?: UpdateDatabaseCommandOutput) => void): void;
1498
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;
1499
1613
  /**
1500
1614
  * <p>Updates a specified development endpoint.</p>
1501
1615
  */
@@ -15,6 +15,7 @@ import { BatchDeleteTableVersionCommandInput, BatchDeleteTableVersionCommandOutp
15
15
  import { BatchGetBlueprintsCommandInput, BatchGetBlueprintsCommandOutput } from "./commands/BatchGetBlueprintsCommand";
16
16
  import { BatchGetCrawlersCommandInput, BatchGetCrawlersCommandOutput } from "./commands/BatchGetCrawlersCommand";
17
17
  import { BatchGetCustomEntityTypesCommandInput, BatchGetCustomEntityTypesCommandOutput } from "./commands/BatchGetCustomEntityTypesCommand";
18
+ import { BatchGetDataQualityResultCommandInput, BatchGetDataQualityResultCommandOutput } from "./commands/BatchGetDataQualityResultCommand";
18
19
  import { BatchGetDevEndpointsCommandInput, BatchGetDevEndpointsCommandOutput } from "./commands/BatchGetDevEndpointsCommand";
19
20
  import { BatchGetJobsCommandInput, BatchGetJobsCommandOutput } from "./commands/BatchGetJobsCommand";
20
21
  import { BatchGetPartitionCommandInput, BatchGetPartitionCommandOutput } from "./commands/BatchGetPartitionCommand";
@@ -22,6 +23,8 @@ import { BatchGetTriggersCommandInput, BatchGetTriggersCommandOutput } from "./c
22
23
  import { BatchGetWorkflowsCommandInput, BatchGetWorkflowsCommandOutput } from "./commands/BatchGetWorkflowsCommand";
23
24
  import { BatchStopJobRunCommandInput, BatchStopJobRunCommandOutput } from "./commands/BatchStopJobRunCommand";
24
25
  import { BatchUpdatePartitionCommandInput, BatchUpdatePartitionCommandOutput } from "./commands/BatchUpdatePartitionCommand";
26
+ import { CancelDataQualityRuleRecommendationRunCommandInput, CancelDataQualityRuleRecommendationRunCommandOutput } from "./commands/CancelDataQualityRuleRecommendationRunCommand";
27
+ import { CancelDataQualityRulesetEvaluationRunCommandInput, CancelDataQualityRulesetEvaluationRunCommandOutput } from "./commands/CancelDataQualityRulesetEvaluationRunCommand";
25
28
  import { CancelMLTaskRunCommandInput, CancelMLTaskRunCommandOutput } from "./commands/CancelMLTaskRunCommand";
26
29
  import { CancelStatementCommandInput, CancelStatementCommandOutput } from "./commands/CancelStatementCommand";
27
30
  import { CheckSchemaVersionValidityCommandInput, CheckSchemaVersionValidityCommandOutput } from "./commands/CheckSchemaVersionValidityCommand";
@@ -31,6 +34,7 @@ import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./c
31
34
  import { CreateCrawlerCommandInput, CreateCrawlerCommandOutput } from "./commands/CreateCrawlerCommand";
32
35
  import { CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput } from "./commands/CreateCustomEntityTypeCommand";
33
36
  import { CreateDatabaseCommandInput, CreateDatabaseCommandOutput } from "./commands/CreateDatabaseCommand";
37
+ import { CreateDataQualityRulesetCommandInput, CreateDataQualityRulesetCommandOutput } from "./commands/CreateDataQualityRulesetCommand";
34
38
  import { CreateDevEndpointCommandInput, CreateDevEndpointCommandOutput } from "./commands/CreateDevEndpointCommand";
35
39
  import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
36
40
  import { CreateMLTransformCommandInput, CreateMLTransformCommandOutput } from "./commands/CreateMLTransformCommand";
@@ -53,6 +57,7 @@ import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./c
53
57
  import { DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput } from "./commands/DeleteCrawlerCommand";
54
58
  import { DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput } from "./commands/DeleteCustomEntityTypeCommand";
55
59
  import { DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput } from "./commands/DeleteDatabaseCommand";
60
+ import { DeleteDataQualityRulesetCommandInput, DeleteDataQualityRulesetCommandOutput } from "./commands/DeleteDataQualityRulesetCommand";
56
61
  import { DeleteDevEndpointCommandInput, DeleteDevEndpointCommandOutput } from "./commands/DeleteDevEndpointCommand";
57
62
  import { DeleteJobCommandInput, DeleteJobCommandOutput } from "./commands/DeleteJobCommand";
58
63
  import { DeleteMLTransformCommandInput, DeleteMLTransformCommandOutput } from "./commands/DeleteMLTransformCommand";
@@ -87,6 +92,10 @@ import { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "./commands/Ge
87
92
  import { GetDatabasesCommandInput, GetDatabasesCommandOutput } from "./commands/GetDatabasesCommand";
88
93
  import { GetDataCatalogEncryptionSettingsCommandInput, GetDataCatalogEncryptionSettingsCommandOutput } from "./commands/GetDataCatalogEncryptionSettingsCommand";
89
94
  import { GetDataflowGraphCommandInput, GetDataflowGraphCommandOutput } from "./commands/GetDataflowGraphCommand";
95
+ import { GetDataQualityResultCommandInput, GetDataQualityResultCommandOutput } from "./commands/GetDataQualityResultCommand";
96
+ import { GetDataQualityRuleRecommendationRunCommandInput, GetDataQualityRuleRecommendationRunCommandOutput } from "./commands/GetDataQualityRuleRecommendationRunCommand";
97
+ import { GetDataQualityRulesetCommandInput, GetDataQualityRulesetCommandOutput } from "./commands/GetDataQualityRulesetCommand";
98
+ import { GetDataQualityRulesetEvaluationRunCommandInput, GetDataQualityRulesetEvaluationRunCommandOutput } from "./commands/GetDataQualityRulesetEvaluationRunCommand";
90
99
  import { GetDevEndpointCommandInput, GetDevEndpointCommandOutput } from "./commands/GetDevEndpointCommand";
91
100
  import { GetDevEndpointsCommandInput, GetDevEndpointsCommandOutput } from "./commands/GetDevEndpointsCommand";
92
101
  import { GetJobBookmarkCommandInput, GetJobBookmarkCommandOutput } from "./commands/GetJobBookmarkCommand";
@@ -135,6 +144,10 @@ import { ListBlueprintsCommandInput, ListBlueprintsCommandOutput } from "./comma
135
144
  import { ListCrawlersCommandInput, ListCrawlersCommandOutput } from "./commands/ListCrawlersCommand";
136
145
  import { ListCrawlsCommandInput, ListCrawlsCommandOutput } from "./commands/ListCrawlsCommand";
137
146
  import { ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput } from "./commands/ListCustomEntityTypesCommand";
147
+ import { ListDataQualityResultsCommandInput, ListDataQualityResultsCommandOutput } from "./commands/ListDataQualityResultsCommand";
148
+ import { ListDataQualityRuleRecommendationRunsCommandInput, ListDataQualityRuleRecommendationRunsCommandOutput } from "./commands/ListDataQualityRuleRecommendationRunsCommand";
149
+ import { ListDataQualityRulesetEvaluationRunsCommandInput, ListDataQualityRulesetEvaluationRunsCommandOutput } from "./commands/ListDataQualityRulesetEvaluationRunsCommand";
150
+ import { ListDataQualityRulesetsCommandInput, ListDataQualityRulesetsCommandOutput } from "./commands/ListDataQualityRulesetsCommand";
138
151
  import { ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput } from "./commands/ListDevEndpointsCommand";
139
152
  import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
140
153
  import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "./commands/ListMLTransformsCommand";
@@ -159,6 +172,8 @@ import { SearchTablesCommandInput, SearchTablesCommandOutput } from "./commands/
159
172
  import { StartBlueprintRunCommandInput, StartBlueprintRunCommandOutput } from "./commands/StartBlueprintRunCommand";
160
173
  import { StartCrawlerCommandInput, StartCrawlerCommandOutput } from "./commands/StartCrawlerCommand";
161
174
  import { StartCrawlerScheduleCommandInput, StartCrawlerScheduleCommandOutput } from "./commands/StartCrawlerScheduleCommand";
175
+ import { StartDataQualityRuleRecommendationRunCommandInput, StartDataQualityRuleRecommendationRunCommandOutput } from "./commands/StartDataQualityRuleRecommendationRunCommand";
176
+ import { StartDataQualityRulesetEvaluationRunCommandInput, StartDataQualityRulesetEvaluationRunCommandOutput } from "./commands/StartDataQualityRulesetEvaluationRunCommand";
162
177
  import { StartExportLabelsTaskRunCommandInput, StartExportLabelsTaskRunCommandOutput } from "./commands/StartExportLabelsTaskRunCommand";
163
178
  import { StartImportLabelsTaskRunCommandInput, StartImportLabelsTaskRunCommandOutput } from "./commands/StartImportLabelsTaskRunCommand";
164
179
  import { StartJobRunCommandInput, StartJobRunCommandOutput } from "./commands/StartJobRunCommand";
@@ -181,6 +196,7 @@ import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./c
181
196
  import { UpdateCrawlerCommandInput, UpdateCrawlerCommandOutput } from "./commands/UpdateCrawlerCommand";
182
197
  import { UpdateCrawlerScheduleCommandInput, UpdateCrawlerScheduleCommandOutput } from "./commands/UpdateCrawlerScheduleCommand";
183
198
  import { UpdateDatabaseCommandInput, UpdateDatabaseCommandOutput } from "./commands/UpdateDatabaseCommand";
199
+ import { UpdateDataQualityRulesetCommandInput, UpdateDataQualityRulesetCommandOutput } from "./commands/UpdateDataQualityRulesetCommand";
184
200
  import { UpdateDevEndpointCommandInput, UpdateDevEndpointCommandOutput } from "./commands/UpdateDevEndpointCommand";
185
201
  import { UpdateJobCommandInput, UpdateJobCommandOutput } from "./commands/UpdateJobCommand";
186
202
  import { UpdateJobFromSourceControlCommandInput, UpdateJobFromSourceControlCommandOutput } from "./commands/UpdateJobFromSourceControlCommand";
@@ -194,8 +210,8 @@ import { UpdateTriggerCommandInput, UpdateTriggerCommandOutput } from "./command
194
210
  import { UpdateUserDefinedFunctionCommandInput, UpdateUserDefinedFunctionCommandOutput } from "./commands/UpdateUserDefinedFunctionCommand";
195
211
  import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
196
212
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
197
- export declare type ServiceInputTypes = BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetCustomEntityTypesCommandInput | BatchGetDevEndpointsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelMLTaskRunCommandInput | CancelStatementCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateClassifierCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateCustomEntityTypeCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateSessionCommandInput | CreateTableCommandInput | CreateTriggerCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteBlueprintCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteConnectionCommandInput | DeleteCrawlerCommandInput | DeleteCustomEntityTypeCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteSessionCommandInput | DeleteTableCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogImportStatusCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetCustomEntityTypeCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetSessionCommandInput | GetStatementCommandInput | GetTableCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUnfilteredPartitionMetadataCommandInput | GetUnfilteredPartitionsMetadataCommandInput | GetUnfilteredTableMetadataCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListBlueprintsCommandInput | ListCrawlersCommandInput | ListCrawlsCommandInput | ListCustomEntityTypesCommandInput | ListDevEndpointsCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListSessionsCommandInput | ListStatementsCommandInput | ListTriggersCommandInput | ListWorkflowsCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | RunStatementCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopSessionCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateJobCommandInput | UpdateJobFromSourceControlCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateSourceControlFromJobCommandInput | UpdateTableCommandInput | UpdateTriggerCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
198
- export declare type ServiceOutputTypes = BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetCustomEntityTypesCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelMLTaskRunCommandOutput | CancelStatementCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateClassifierCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateCustomEntityTypeCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateSessionCommandOutput | CreateTableCommandOutput | CreateTriggerCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteBlueprintCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteConnectionCommandOutput | DeleteCrawlerCommandOutput | DeleteCustomEntityTypeCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteSessionCommandOutput | DeleteTableCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogImportStatusCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetCustomEntityTypeCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetSessionCommandOutput | GetStatementCommandOutput | GetTableCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUnfilteredPartitionMetadataCommandOutput | GetUnfilteredPartitionsMetadataCommandOutput | GetUnfilteredTableMetadataCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListBlueprintsCommandOutput | ListCrawlersCommandOutput | ListCrawlsCommandOutput | ListCustomEntityTypesCommandOutput | ListDevEndpointsCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListSessionsCommandOutput | ListStatementsCommandOutput | ListTriggersCommandOutput | ListWorkflowsCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | RunStatementCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopSessionCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateJobCommandOutput | UpdateJobFromSourceControlCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateSourceControlFromJobCommandOutput | UpdateTableCommandOutput | UpdateTriggerCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
213
+ export declare type ServiceInputTypes = BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetCustomEntityTypesCommandInput | BatchGetDataQualityResultCommandInput | BatchGetDevEndpointsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelDataQualityRuleRecommendationRunCommandInput | CancelDataQualityRulesetEvaluationRunCommandInput | CancelMLTaskRunCommandInput | CancelStatementCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateClassifierCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateCustomEntityTypeCommandInput | CreateDataQualityRulesetCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateSessionCommandInput | CreateTableCommandInput | CreateTriggerCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteBlueprintCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteConnectionCommandInput | DeleteCrawlerCommandInput | DeleteCustomEntityTypeCommandInput | DeleteDataQualityRulesetCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteSessionCommandInput | DeleteTableCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogImportStatusCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetCustomEntityTypeCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDataQualityResultCommandInput | GetDataQualityRuleRecommendationRunCommandInput | GetDataQualityRulesetCommandInput | GetDataQualityRulesetEvaluationRunCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetSessionCommandInput | GetStatementCommandInput | GetTableCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUnfilteredPartitionMetadataCommandInput | GetUnfilteredPartitionsMetadataCommandInput | GetUnfilteredTableMetadataCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListBlueprintsCommandInput | ListCrawlersCommandInput | ListCrawlsCommandInput | ListCustomEntityTypesCommandInput | ListDataQualityResultsCommandInput | ListDataQualityRuleRecommendationRunsCommandInput | ListDataQualityRulesetEvaluationRunsCommandInput | ListDataQualityRulesetsCommandInput | ListDevEndpointsCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListSessionsCommandInput | ListStatementsCommandInput | ListTriggersCommandInput | ListWorkflowsCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | RunStatementCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartDataQualityRuleRecommendationRunCommandInput | StartDataQualityRulesetEvaluationRunCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopSessionCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDataQualityRulesetCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateJobCommandInput | UpdateJobFromSourceControlCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateSourceControlFromJobCommandInput | UpdateTableCommandInput | UpdateTriggerCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
214
+ export declare type ServiceOutputTypes = BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetCustomEntityTypesCommandOutput | BatchGetDataQualityResultCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelDataQualityRuleRecommendationRunCommandOutput | CancelDataQualityRulesetEvaluationRunCommandOutput | CancelMLTaskRunCommandOutput | CancelStatementCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateClassifierCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateCustomEntityTypeCommandOutput | CreateDataQualityRulesetCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateSessionCommandOutput | CreateTableCommandOutput | CreateTriggerCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteBlueprintCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteConnectionCommandOutput | DeleteCrawlerCommandOutput | DeleteCustomEntityTypeCommandOutput | DeleteDataQualityRulesetCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteSessionCommandOutput | DeleteTableCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogImportStatusCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetCustomEntityTypeCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDataQualityResultCommandOutput | GetDataQualityRuleRecommendationRunCommandOutput | GetDataQualityRulesetCommandOutput | GetDataQualityRulesetEvaluationRunCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetSessionCommandOutput | GetStatementCommandOutput | GetTableCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUnfilteredPartitionMetadataCommandOutput | GetUnfilteredPartitionsMetadataCommandOutput | GetUnfilteredTableMetadataCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListBlueprintsCommandOutput | ListCrawlersCommandOutput | ListCrawlsCommandOutput | ListCustomEntityTypesCommandOutput | ListDataQualityResultsCommandOutput | ListDataQualityRuleRecommendationRunsCommandOutput | ListDataQualityRulesetEvaluationRunsCommandOutput | ListDataQualityRulesetsCommandOutput | ListDevEndpointsCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListSessionsCommandOutput | ListStatementsCommandOutput | ListTriggersCommandOutput | ListWorkflowsCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | RunStatementCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartDataQualityRuleRecommendationRunCommandOutput | StartDataQualityRulesetEvaluationRunCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopSessionCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDataQualityRulesetCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateJobCommandOutput | UpdateJobFromSourceControlCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateSourceControlFromJobCommandOutput | UpdateTableCommandOutput | UpdateTriggerCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
199
215
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
200
216
  /**
201
217
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
+ import { BatchGetDataQualityResultRequest, BatchGetDataQualityResultResponse } from "../models/models_0";
6
+ export interface BatchGetDataQualityResultCommandInput extends BatchGetDataQualityResultRequest {
7
+ }
8
+ export interface BatchGetDataQualityResultCommandOutput extends BatchGetDataQualityResultResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Retrieves a list of data quality results for the specified result IDs.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { GlueClient, BatchGetDataQualityResultCommand } from "@aws-sdk/client-glue"; // ES Modules import
16
+ * // const { GlueClient, BatchGetDataQualityResultCommand } = require("@aws-sdk/client-glue"); // CommonJS import
17
+ * const client = new GlueClient(config);
18
+ * const command = new BatchGetDataQualityResultCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link BatchGetDataQualityResultCommandInput} for command's `input` shape.
23
+ * @see {@link BatchGetDataQualityResultCommandOutput} for command's `response` shape.
24
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class BatchGetDataQualityResultCommand extends $Command<BatchGetDataQualityResultCommandInput, BatchGetDataQualityResultCommandOutput, GlueClientResolvedConfig> {
28
+ readonly input: BatchGetDataQualityResultCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: BatchGetDataQualityResultCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetDataQualityResultCommandInput, BatchGetDataQualityResultCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
+ import { CancelDataQualityRuleRecommendationRunRequest, CancelDataQualityRuleRecommendationRunResponse } from "../models/models_0";
6
+ export interface CancelDataQualityRuleRecommendationRunCommandInput extends CancelDataQualityRuleRecommendationRunRequest {
7
+ }
8
+ export interface CancelDataQualityRuleRecommendationRunCommandOutput extends CancelDataQualityRuleRecommendationRunResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Cancels the specified recommendation run that was being used to generate rules.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { GlueClient, CancelDataQualityRuleRecommendationRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
16
+ * // const { GlueClient, CancelDataQualityRuleRecommendationRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
17
+ * const client = new GlueClient(config);
18
+ * const command = new CancelDataQualityRuleRecommendationRunCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link CancelDataQualityRuleRecommendationRunCommandInput} for command's `input` shape.
23
+ * @see {@link CancelDataQualityRuleRecommendationRunCommandOutput} for command's `response` shape.
24
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class CancelDataQualityRuleRecommendationRunCommand extends $Command<CancelDataQualityRuleRecommendationRunCommandInput, CancelDataQualityRuleRecommendationRunCommandOutput, GlueClientResolvedConfig> {
28
+ readonly input: CancelDataQualityRuleRecommendationRunCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: CancelDataQualityRuleRecommendationRunCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelDataQualityRuleRecommendationRunCommandInput, CancelDataQualityRuleRecommendationRunCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
+ import { CancelDataQualityRulesetEvaluationRunRequest, CancelDataQualityRulesetEvaluationRunResponse } from "../models/models_0";
6
+ export interface CancelDataQualityRulesetEvaluationRunCommandInput extends CancelDataQualityRulesetEvaluationRunRequest {
7
+ }
8
+ export interface CancelDataQualityRulesetEvaluationRunCommandOutput extends CancelDataQualityRulesetEvaluationRunResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Cancels a run where a ruleset is being evaluated against a data source.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { GlueClient, CancelDataQualityRulesetEvaluationRunCommand } from "@aws-sdk/client-glue"; // ES Modules import
16
+ * // const { GlueClient, CancelDataQualityRulesetEvaluationRunCommand } = require("@aws-sdk/client-glue"); // CommonJS import
17
+ * const client = new GlueClient(config);
18
+ * const command = new CancelDataQualityRulesetEvaluationRunCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link CancelDataQualityRulesetEvaluationRunCommandInput} for command's `input` shape.
23
+ * @see {@link CancelDataQualityRulesetEvaluationRunCommandOutput} for command's `response` shape.
24
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class CancelDataQualityRulesetEvaluationRunCommand extends $Command<CancelDataQualityRulesetEvaluationRunCommandInput, CancelDataQualityRulesetEvaluationRunCommandOutput, GlueClientResolvedConfig> {
28
+ readonly input: CancelDataQualityRulesetEvaluationRunCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: CancelDataQualityRulesetEvaluationRunCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelDataQualityRulesetEvaluationRunCommandInput, CancelDataQualityRulesetEvaluationRunCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
+ import { CreateDataQualityRulesetRequest, CreateDataQualityRulesetResponse } from "../models/models_0";
6
+ export interface CreateDataQualityRulesetCommandInput extends CreateDataQualityRulesetRequest {
7
+ }
8
+ export interface CreateDataQualityRulesetCommandOutput extends CreateDataQualityRulesetResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Creates a data quality ruleset with DQDL rules applied to a specified Glue table.</p>
12
+ *
13
+ * <p>You create the ruleset using the Data Quality Definition Language (DQDL). For more information, see the Glue developer guide.</p>
14
+ * @example
15
+ * Use a bare-bones client and the command you need to make an API call.
16
+ * ```javascript
17
+ * import { GlueClient, CreateDataQualityRulesetCommand } from "@aws-sdk/client-glue"; // ES Modules import
18
+ * // const { GlueClient, CreateDataQualityRulesetCommand } = require("@aws-sdk/client-glue"); // CommonJS import
19
+ * const client = new GlueClient(config);
20
+ * const command = new CreateDataQualityRulesetCommand(input);
21
+ * const response = await client.send(command);
22
+ * ```
23
+ *
24
+ * @see {@link CreateDataQualityRulesetCommandInput} for command's `input` shape.
25
+ * @see {@link CreateDataQualityRulesetCommandOutput} for command's `response` shape.
26
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
27
+ *
28
+ */
29
+ export declare class CreateDataQualityRulesetCommand extends $Command<CreateDataQualityRulesetCommandInput, CreateDataQualityRulesetCommandOutput, GlueClientResolvedConfig> {
30
+ readonly input: CreateDataQualityRulesetCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
+ constructor(input: CreateDataQualityRulesetCommandInput);
33
+ /**
34
+ * @internal
35
+ */
36
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataQualityRulesetCommandInput, CreateDataQualityRulesetCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
- import { CreateSecurityConfigurationRequest, CreateSecurityConfigurationResponse } from "../models/models_0";
5
+ import { CreateSecurityConfigurationRequest, CreateSecurityConfigurationResponse } from "../models/models_1";
6
6
  export interface CreateSecurityConfigurationCommandInput extends CreateSecurityConfigurationRequest {
7
7
  }
8
8
  export interface CreateSecurityConfigurationCommandOutput extends CreateSecurityConfigurationResponse, __MetadataBearer {
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
- import { CreateSessionRequest, CreateSessionResponse } from "../models/models_0";
5
+ import { CreateSessionRequest, CreateSessionResponse } from "../models/models_1";
6
6
  export interface CreateSessionCommandInput extends CreateSessionRequest {
7
7
  }
8
8
  export interface CreateSessionCommandOutput extends CreateSessionResponse, __MetadataBearer {
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
- import { CreateTableRequest, CreateTableResponse } from "../models/models_0";
5
+ import { CreateTableRequest, CreateTableResponse } from "../models/models_1";
6
6
  export interface CreateTableCommandInput extends CreateTableRequest {
7
7
  }
8
8
  export interface CreateTableCommandOutput extends CreateTableResponse, __MetadataBearer {
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
- import { CreateTriggerRequest, CreateTriggerResponse } from "../models/models_0";
5
+ import { CreateTriggerRequest, CreateTriggerResponse } from "../models/models_1";
6
6
  export interface CreateTriggerCommandInput extends CreateTriggerRequest {
7
7
  }
8
8
  export interface CreateTriggerCommandOutput extends CreateTriggerResponse, __MetadataBearer {
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
5
- import { CreateUserDefinedFunctionRequest, CreateUserDefinedFunctionResponse } from "../models/models_0";
5
+ import { CreateUserDefinedFunctionRequest, CreateUserDefinedFunctionResponse } from "../models/models_1";
6
6
  export interface CreateUserDefinedFunctionCommandInput extends CreateUserDefinedFunctionRequest {
7
7
  }
8
8
  export interface CreateUserDefinedFunctionCommandOutput extends CreateUserDefinedFunctionResponse, __MetadataBearer {