@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.
- package/README.md +48 -0
- package/dist-cjs/index.js +465 -34
- package/dist-es/Glue.js +12 -0
- package/dist-es/commands/BatchGetDataQualityResultCommand.js +2 -1
- package/dist-es/commands/BatchGetJobsCommand.js +1 -1
- package/dist-es/commands/BatchPutDataQualityStatisticAnnotationCommand.js +24 -0
- package/dist-es/commands/CreateJobCommand.js +1 -1
- package/dist-es/commands/GetDataQualityModelCommand.js +24 -0
- package/dist-es/commands/GetDataQualityModelResultCommand.js +24 -0
- package/dist-es/commands/GetDataQualityResultCommand.js +2 -1
- package/dist-es/commands/GetJobCommand.js +1 -1
- package/dist-es/commands/GetJobsCommand.js +1 -1
- package/dist-es/commands/ListDataQualityStatisticAnnotationsCommand.js +24 -0
- package/dist-es/commands/ListDataQualityStatisticsCommand.js +25 -0
- package/dist-es/commands/PutDataQualityProfileAnnotationCommand.js +24 -0
- package/dist-es/commands/UpdateJobCommand.js +1 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +35 -10
- package/dist-es/models/models_1.js +26 -13
- package/dist-es/models/models_2.js +22 -24
- package/dist-es/models/models_3.js +29 -0
- package/dist-es/protocols/Aws_json1_1.js +233 -0
- package/dist-types/Glue.d.ts +44 -0
- package/dist-types/GlueClient.d.ts +8 -2
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +3 -0
- package/dist-types/commands/BatchGetJobsCommand.d.ts +1 -1
- package/dist-types/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +85 -0
- package/dist-types/commands/CreateBlueprintCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +1 -0
- package/dist-types/commands/CreateJobCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityModelCommand.d.ts +76 -0
- package/dist-types/commands/GetDataQualityModelResultCommand.d.ts +83 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +3 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +1 -0
- package/dist-types/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/commands/GetJobsCommand.d.ts +1 -1
- package/dist-types/commands/GetMLTransformsCommand.d.ts +1 -1
- package/dist-types/commands/GetPartitionCommand.d.ts +1 -1
- package/dist-types/commands/GetPartitionIndexesCommand.d.ts +1 -1
- package/dist-types/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +84 -0
- package/dist-types/commands/ListDataQualityStatisticsCommand.d.ts +103 -0
- package/dist-types/commands/PutDataQualityProfileAnnotationCommand.d.ts +68 -0
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +2 -1
- package/dist-types/commands/UpdateUsageProfileCommand.d.ts +2 -1
- package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +146 -152
- package/dist-types/models/models_1.d.ts +305 -420
- package/dist-types/models/models_2.d.ts +3184 -3802
- package/dist-types/models/models_3.d.ts +1272 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +54 -0
- package/dist-types/ts3.4/Glue.d.ts +116 -0
- package/dist-types/ts3.4/GlueClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityModelCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetDataQualityModelResultCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListDataQualityStatisticsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/PutDataQualityProfileAnnotationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateUsageProfileCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +51 -45
- package/dist-types/ts3.4/models/models_1.d.ts +86 -92
- package/dist-types/ts3.4/models/models_2.d.ts +156 -292
- package/dist-types/ts3.4/models/models_3.d.ts +296 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +72 -0
- 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>
|