@aws-sdk/client-datazone 3.600.0 → 3.609.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 +24 -0
- package/dist-cjs/index.js +298 -41
- package/dist-es/DataZone.js +6 -0
- package/dist-es/commands/GetLineageNodeCommand.js +25 -0
- package/dist-es/commands/ListLineageNodeHistoryCommand.js +24 -0
- package/dist-es/commands/ListNotificationsCommand.js +1 -1
- package/dist-es/commands/PostLineageEventCommand.js +25 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +12 -29
- package/dist-es/models/models_1.js +41 -1
- package/dist-es/pagination/ListLineageNodeHistoryPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +169 -5
- package/dist-types/DataZone.d.ts +21 -0
- package/dist-types/DataZoneClient.d.ts +5 -2
- package/dist-types/commands/GetLineageNodeCommand.d.ts +111 -0
- package/dist-types/commands/ListLineageNodeHistoryCommand.d.ts +101 -0
- package/dist-types/commands/ListNotificationsCommand.d.ts +2 -1
- package/dist-types/commands/PostLineageEventCommand.d.ts +90 -0
- package/dist-types/commands/SearchTypesCommand.d.ts +18 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +256 -145
- package/dist-types/models/models_1.d.ts +271 -2
- package/dist-types/pagination/ListLineageNodeHistoryPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/DataZone.d.ts +51 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/GetLineageNodeCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListLineageNodeHistoryCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +67 -57
- package/dist-types/ts3.4/models/models_1.d.ts +90 -1
- package/dist-types/ts3.4/pagination/ListLineageNodeHistoryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +35 -35
package/README.md
CHANGED
|
@@ -670,6 +670,14 @@ GetIamPortalLoginUrl
|
|
|
670
670
|
|
|
671
671
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/GetIamPortalLoginUrlCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/GetIamPortalLoginUrlCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/GetIamPortalLoginUrlCommandOutput/)
|
|
672
672
|
|
|
673
|
+
</details>
|
|
674
|
+
<details>
|
|
675
|
+
<summary>
|
|
676
|
+
GetLineageNode
|
|
677
|
+
</summary>
|
|
678
|
+
|
|
679
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/GetLineageNodeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/GetLineageNodeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/GetLineageNodeCommandOutput/)
|
|
680
|
+
|
|
673
681
|
</details>
|
|
674
682
|
<details>
|
|
675
683
|
<summary>
|
|
@@ -822,6 +830,14 @@ ListEnvironments
|
|
|
822
830
|
|
|
823
831
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/ListEnvironmentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/ListEnvironmentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/ListEnvironmentsCommandOutput/)
|
|
824
832
|
|
|
833
|
+
</details>
|
|
834
|
+
<details>
|
|
835
|
+
<summary>
|
|
836
|
+
ListLineageNodeHistory
|
|
837
|
+
</summary>
|
|
838
|
+
|
|
839
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/ListLineageNodeHistoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/ListLineageNodeHistoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/ListLineageNodeHistoryCommandOutput/)
|
|
840
|
+
|
|
825
841
|
</details>
|
|
826
842
|
<details>
|
|
827
843
|
<summary>
|
|
@@ -902,6 +918,14 @@ ListTimeSeriesDataPoints
|
|
|
902
918
|
|
|
903
919
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/ListTimeSeriesDataPointsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/ListTimeSeriesDataPointsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/ListTimeSeriesDataPointsCommandOutput/)
|
|
904
920
|
|
|
921
|
+
</details>
|
|
922
|
+
<details>
|
|
923
|
+
<summary>
|
|
924
|
+
PostLineageEvent
|
|
925
|
+
</summary>
|
|
926
|
+
|
|
927
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/PostLineageEventCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/PostLineageEventCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/PostLineageEventCommandOutput/)
|
|
928
|
+
|
|
905
929
|
</details>
|
|
906
930
|
<details>
|
|
907
931
|
<summary>
|