@aws-sdk/client-glue 3.623.0 → 3.626.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 (84) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +465 -34
  3. package/dist-es/Glue.js +12 -0
  4. package/dist-es/commands/BatchGetDataQualityResultCommand.js +2 -1
  5. package/dist-es/commands/BatchGetJobsCommand.js +1 -1
  6. package/dist-es/commands/BatchPutDataQualityStatisticAnnotationCommand.js +24 -0
  7. package/dist-es/commands/CreateJobCommand.js +1 -1
  8. package/dist-es/commands/GetDataQualityModelCommand.js +24 -0
  9. package/dist-es/commands/GetDataQualityModelResultCommand.js +24 -0
  10. package/dist-es/commands/GetDataQualityResultCommand.js +2 -1
  11. package/dist-es/commands/GetJobCommand.js +1 -1
  12. package/dist-es/commands/GetJobsCommand.js +1 -1
  13. package/dist-es/commands/ListDataQualityStatisticAnnotationsCommand.js +24 -0
  14. package/dist-es/commands/ListDataQualityStatisticsCommand.js +25 -0
  15. package/dist-es/commands/PutDataQualityProfileAnnotationCommand.js +24 -0
  16. package/dist-es/commands/UpdateJobCommand.js +1 -1
  17. package/dist-es/commands/index.js +6 -0
  18. package/dist-es/models/index.js +1 -0
  19. package/dist-es/models/models_0.js +35 -10
  20. package/dist-es/models/models_1.js +26 -13
  21. package/dist-es/models/models_2.js +22 -24
  22. package/dist-es/models/models_3.js +29 -0
  23. package/dist-es/protocols/Aws_json1_1.js +233 -0
  24. package/dist-types/Glue.d.ts +44 -0
  25. package/dist-types/GlueClient.d.ts +8 -2
  26. package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +3 -0
  27. package/dist-types/commands/BatchGetJobsCommand.d.ts +1 -1
  28. package/dist-types/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +85 -0
  29. package/dist-types/commands/CreateBlueprintCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +1 -0
  31. package/dist-types/commands/CreateJobCommand.d.ts +1 -1
  32. package/dist-types/commands/GetDataQualityModelCommand.d.ts +76 -0
  33. package/dist-types/commands/GetDataQualityModelResultCommand.d.ts +83 -0
  34. package/dist-types/commands/GetDataQualityResultCommand.d.ts +3 -0
  35. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -0
  36. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +1 -0
  37. package/dist-types/commands/GetJobCommand.d.ts +1 -1
  38. package/dist-types/commands/GetJobsCommand.d.ts +1 -1
  39. package/dist-types/commands/GetMLTransformsCommand.d.ts +1 -1
  40. package/dist-types/commands/GetPartitionCommand.d.ts +1 -1
  41. package/dist-types/commands/GetPartitionIndexesCommand.d.ts +1 -1
  42. package/dist-types/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +84 -0
  43. package/dist-types/commands/ListDataQualityStatisticsCommand.d.ts +103 -0
  44. package/dist-types/commands/PutDataQualityProfileAnnotationCommand.d.ts +68 -0
  45. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -0
  46. package/dist-types/commands/UpdateJobCommand.d.ts +2 -1
  47. package/dist-types/commands/UpdateUsageProfileCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +1 -1
  49. package/dist-types/commands/UpdateWorkflowCommand.d.ts +1 -1
  50. package/dist-types/commands/index.d.ts +6 -0
  51. package/dist-types/models/index.d.ts +1 -0
  52. package/dist-types/models/models_0.d.ts +146 -152
  53. package/dist-types/models/models_1.d.ts +305 -420
  54. package/dist-types/models/models_2.d.ts +3184 -3802
  55. package/dist-types/models/models_3.d.ts +1272 -0
  56. package/dist-types/protocols/Aws_json1_1.d.ts +54 -0
  57. package/dist-types/ts3.4/Glue.d.ts +116 -0
  58. package/dist-types/ts3.4/GlueClient.d.ts +36 -0
  59. package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +40 -0
  61. package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/GetDataQualityModelCommand.d.ts +40 -0
  64. package/dist-types/ts3.4/commands/GetDataQualityModelResultCommand.d.ts +40 -0
  65. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +40 -0
  71. package/dist-types/ts3.4/commands/ListDataQualityStatisticsCommand.d.ts +40 -0
  72. package/dist-types/ts3.4/commands/PutDataQualityProfileAnnotationCommand.d.ts +40 -0
  73. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/UpdateUsageProfileCommand.d.ts +2 -4
  75. package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  78. package/dist-types/ts3.4/models/index.d.ts +1 -0
  79. package/dist-types/ts3.4/models/models_0.d.ts +51 -45
  80. package/dist-types/ts3.4/models/models_1.d.ts +86 -92
  81. package/dist-types/ts3.4/models/models_2.d.ts +156 -292
  82. package/dist-types/ts3.4/models/models_3.d.ts +296 -0
  83. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +72 -0
  84. package/package.json +5 -5
package/README.md CHANGED
@@ -324,6 +324,14 @@ BatchGetWorkflows
324
324
 
325
325
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/BatchGetWorkflowsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/BatchGetWorkflowsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/BatchGetWorkflowsCommandOutput/)
326
326
 
327
+ </details>
328
+ <details>
329
+ <summary>
330
+ BatchPutDataQualityStatisticAnnotation
331
+ </summary>
332
+
333
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/BatchPutDataQualityStatisticAnnotationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/BatchPutDataQualityStatisticAnnotationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/BatchPutDataQualityStatisticAnnotationCommandOutput/)
334
+
327
335
  </details>
328
336
  <details>
329
337
  <summary>
@@ -940,6 +948,22 @@ GetDataflowGraph
940
948
 
941
949
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/GetDataflowGraphCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetDataflowGraphCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetDataflowGraphCommandOutput/)
942
950
 
951
+ </details>
952
+ <details>
953
+ <summary>
954
+ GetDataQualityModel
955
+ </summary>
956
+
957
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/GetDataQualityModelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetDataQualityModelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetDataQualityModelCommandOutput/)
958
+
959
+ </details>
960
+ <details>
961
+ <summary>
962
+ GetDataQualityModelResult
963
+ </summary>
964
+
965
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/GetDataQualityModelResultCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetDataQualityModelResultCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetDataQualityModelResultCommandOutput/)
966
+
943
967
  </details>
944
968
  <details>
945
969
  <summary>
@@ -1412,6 +1436,22 @@ ListDataQualityRulesets
1412
1436
 
1413
1437
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/ListDataQualityRulesetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/ListDataQualityRulesetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/ListDataQualityRulesetsCommandOutput/)
1414
1438
 
1439
+ </details>
1440
+ <details>
1441
+ <summary>
1442
+ ListDataQualityStatisticAnnotations
1443
+ </summary>
1444
+
1445
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/ListDataQualityStatisticAnnotationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/ListDataQualityStatisticAnnotationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/ListDataQualityStatisticAnnotationsCommandOutput/)
1446
+
1447
+ </details>
1448
+ <details>
1449
+ <summary>
1450
+ ListDataQualityStatistics
1451
+ </summary>
1452
+
1453
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/ListDataQualityStatisticsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/ListDataQualityStatisticsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/ListDataQualityStatisticsCommandOutput/)
1454
+
1415
1455
  </details>
1416
1456
  <details>
1417
1457
  <summary>
@@ -1516,6 +1556,14 @@ PutDataCatalogEncryptionSettings
1516
1556
 
1517
1557
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/PutDataCatalogEncryptionSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/PutDataCatalogEncryptionSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/PutDataCatalogEncryptionSettingsCommandOutput/)
1518
1558
 
1559
+ </details>
1560
+ <details>
1561
+ <summary>
1562
+ PutDataQualityProfileAnnotation
1563
+ </summary>
1564
+
1565
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/PutDataQualityProfileAnnotationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/PutDataQualityProfileAnnotationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/PutDataQualityProfileAnnotationCommandOutput/)
1566
+
1519
1567
  </details>
1520
1568
  <details>
1521
1569
  <summary>