@aws-sdk/client-glue 3.1095.0 → 3.1097.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 (62) hide show
  1. package/README.md +7 -0
  2. package/dist-cjs/index.js +221 -90
  3. package/dist-es/Glue.js +2 -0
  4. package/dist-es/commands/BatchGetDataQualityRulesetEvaluationRunCommand.js +4 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/enums.js +26 -13
  7. package/dist-es/schemas/schemas_0.js +177 -76
  8. package/dist-types/Glue.d.ts +7 -0
  9. package/dist-types/GlueClient.d.ts +3 -2
  10. package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +11 -0
  11. package/dist-types/commands/BatchGetDataQualityRulesetEvaluationRunCommand.d.ts +202 -0
  12. package/dist-types/commands/CreateClassifierCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateCrawlerCommand.d.ts +1 -2
  16. package/dist-types/commands/GetDataQualityModelCommand.d.ts +1 -1
  17. package/dist-types/commands/GetDataQualityModelResultCommand.d.ts +1 -1
  18. package/dist-types/commands/GetDataQualityResultCommand.d.ts +12 -1
  19. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +4 -1
  20. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +1 -1
  21. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +48 -0
  22. package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +4 -0
  23. package/dist-types/commands/ListDataQualityStatisticsCommand.d.ts +9 -0
  24. package/dist-types/commands/SearchTablesCommand.d.ts +1 -2
  25. package/dist-types/commands/StartBlueprintRunCommand.d.ts +1 -1
  26. package/dist-types/commands/StartColumnStatisticsTaskRunCommand.d.ts +1 -1
  27. package/dist-types/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  28. package/dist-types/commands/StartCrawlerCommand.d.ts +1 -1
  29. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +3 -0
  30. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +48 -0
  31. package/dist-types/commands/index.d.ts +1 -0
  32. package/dist-types/models/enums.d.ts +66 -29
  33. package/dist-types/models/models_0.d.ts +305 -439
  34. package/dist-types/models/models_1.d.ts +440 -342
  35. package/dist-types/models/models_2.d.ts +358 -222
  36. package/dist-types/models/models_3.d.ts +218 -4
  37. package/dist-types/schemas/schemas_0.d.ts +12 -0
  38. package/dist-types/ts3.4/Glue.d.ts +17 -0
  39. package/dist-types/ts3.4/GlueClient.d.ts +6 -0
  40. package/dist-types/ts3.4/commands/BatchGetDataQualityRulesetEvaluationRunCommand.d.ts +42 -0
  41. package/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/CreateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +1 -2
  45. package/dist-types/ts3.4/commands/GetDataQualityModelCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/GetDataQualityModelResultCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +1 -2
  51. package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  56. package/dist-types/ts3.4/models/enums.d.ts +33 -16
  57. package/dist-types/ts3.4/models/models_0.d.ts +74 -76
  58. package/dist-types/ts3.4/models/models_1.d.ts +80 -87
  59. package/dist-types/ts3.4/models/models_2.d.ts +91 -57
  60. package/dist-types/ts3.4/models/models_3.d.ts +55 -2
  61. package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -0
  62. package/package.json +3 -3
package/README.md CHANGED
@@ -252,6 +252,13 @@ BatchGetDataQualityResult
252
252
  </details>
253
253
  <details>
254
254
  <summary>
255
+ BatchGetDataQualityRulesetEvaluationRun
256
+ </summary>
257
+
258
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/BatchGetDataQualityRulesetEvaluationRunCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/BatchGetDataQualityRulesetEvaluationRunCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/BatchGetDataQualityRulesetEvaluationRunCommandOutput/)
259
+ </details>
260
+ <details>
261
+ <summary>
255
262
  BatchGetDevEndpoints
256
263
  </summary>
257
264