@aws-sdk/client-datazone 3.623.0 → 3.624.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 +40 -0
- package/dist-cjs/index.js +530 -50
- package/dist-es/DataZone.js +10 -0
- package/dist-es/commands/CreateDataProductCommand.js +25 -0
- package/dist-es/commands/CreateDataProductRevisionCommand.js +25 -0
- package/dist-es/commands/DeleteDataProductCommand.js +24 -0
- package/dist-es/commands/GetDataProductCommand.js +25 -0
- package/dist-es/commands/GetGlossaryCommand.js +1 -1
- package/dist-es/commands/GetGlossaryTermCommand.js +1 -1
- package/dist-es/commands/ListAssetFiltersCommand.js +1 -1
- package/dist-es/commands/ListDataProductRevisionsCommand.js +24 -0
- package/dist-es/commands/ListDataSourceRunActivitiesCommand.js +1 -1
- package/dist-es/commands/UpdateGlossaryCommand.js +1 -1
- package/dist-es/commands/UpdateGlossaryTermCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +80 -41
- package/dist-es/models/models_1.js +55 -1
- package/dist-es/pagination/ListDataProductRevisionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +258 -0
- package/dist-types/DataZone.d.ts +35 -0
- package/dist-types/DataZoneClient.d.ts +7 -2
- package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +19 -0
- package/dist-types/commands/CancelSubscriptionCommand.d.ts +19 -0
- package/dist-types/commands/CreateDataProductCommand.d.ts +140 -0
- package/dist-types/commands/CreateDataProductRevisionCommand.d.ts +137 -0
- package/dist-types/commands/CreateListingChangeSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +19 -0
- package/dist-types/commands/DeleteAssetCommand.d.ts +4 -1
- package/dist-types/commands/DeleteDataProductCommand.d.ts +80 -0
- package/dist-types/commands/DeleteGlossaryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +1 -1
- package/dist-types/commands/GetDataProductCommand.d.ts +111 -0
- package/dist-types/commands/GetGlossaryCommand.d.ts +1 -1
- package/dist-types/commands/GetGlossaryTermCommand.d.ts +1 -1
- package/dist-types/commands/GetListingCommand.d.ts +27 -1
- package/dist-types/commands/GetSubscriptionCommand.d.ts +19 -0
- package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +19 -0
- package/dist-types/commands/ListAssetFiltersCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetRevisionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataProductRevisionsCommand.d.ts +90 -0
- package/dist-types/commands/ListDataSourceRunActivitiesCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +1 -0
- package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +19 -0
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +19 -0
- package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +19 -0
- package/dist-types/commands/RevokeSubscriptionCommand.d.ts +19 -0
- package/dist-types/commands/SearchCommand.d.ts +15 -1
- package/dist-types/commands/SearchListingsCommand.d.ts +33 -0
- package/dist-types/commands/UpdateGlossaryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +19 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +2313 -2177
- package/dist-types/models/models_1.d.ts +763 -5
- package/dist-types/pagination/ListDataProductRevisionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/DataZone.d.ts +85 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateDataProductCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateDataProductRevisionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetRevisionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataProductRevisionsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListDataSourceRunActivitiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEnvironmentActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +208 -150
- package/dist-types/ts3.4/models/models_1.d.ts +201 -0
- package/dist-types/ts3.4/pagination/ListDataProductRevisionsPaginator.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 +60 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -278,6 +278,22 @@ CreateAssetType
|
|
|
278
278
|
|
|
279
279
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/CreateAssetTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/CreateAssetTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/CreateAssetTypeCommandOutput/)
|
|
280
280
|
|
|
281
|
+
</details>
|
|
282
|
+
<details>
|
|
283
|
+
<summary>
|
|
284
|
+
CreateDataProduct
|
|
285
|
+
</summary>
|
|
286
|
+
|
|
287
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/CreateDataProductCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/CreateDataProductCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/CreateDataProductCommandOutput/)
|
|
288
|
+
|
|
289
|
+
</details>
|
|
290
|
+
<details>
|
|
291
|
+
<summary>
|
|
292
|
+
CreateDataProductRevision
|
|
293
|
+
</summary>
|
|
294
|
+
|
|
295
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/CreateDataProductRevisionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/CreateDataProductRevisionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/CreateDataProductRevisionCommandOutput/)
|
|
296
|
+
|
|
281
297
|
</details>
|
|
282
298
|
<details>
|
|
283
299
|
<summary>
|
|
@@ -430,6 +446,14 @@ DeleteAssetType
|
|
|
430
446
|
|
|
431
447
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/DeleteAssetTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/DeleteAssetTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/DeleteAssetTypeCommandOutput/)
|
|
432
448
|
|
|
449
|
+
</details>
|
|
450
|
+
<details>
|
|
451
|
+
<summary>
|
|
452
|
+
DeleteDataProduct
|
|
453
|
+
</summary>
|
|
454
|
+
|
|
455
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/DeleteDataProductCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/DeleteDataProductCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/DeleteDataProductCommandOutput/)
|
|
456
|
+
|
|
433
457
|
</details>
|
|
434
458
|
<details>
|
|
435
459
|
<summary>
|
|
@@ -590,6 +614,14 @@ GetAssetType
|
|
|
590
614
|
|
|
591
615
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/GetAssetTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/GetAssetTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/GetAssetTypeCommandOutput/)
|
|
592
616
|
|
|
617
|
+
</details>
|
|
618
|
+
<details>
|
|
619
|
+
<summary>
|
|
620
|
+
GetDataProduct
|
|
621
|
+
</summary>
|
|
622
|
+
|
|
623
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/GetDataProductCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/GetDataProductCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/GetDataProductCommandOutput/)
|
|
624
|
+
|
|
593
625
|
</details>
|
|
594
626
|
<details>
|
|
595
627
|
<summary>
|
|
@@ -798,6 +830,14 @@ ListAssetRevisions
|
|
|
798
830
|
|
|
799
831
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/ListAssetRevisionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/ListAssetRevisionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/ListAssetRevisionsCommandOutput/)
|
|
800
832
|
|
|
833
|
+
</details>
|
|
834
|
+
<details>
|
|
835
|
+
<summary>
|
|
836
|
+
ListDataProductRevisions
|
|
837
|
+
</summary>
|
|
838
|
+
|
|
839
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/ListDataProductRevisionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/ListDataProductRevisionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/ListDataProductRevisionsCommandOutput/)
|
|
840
|
+
|
|
801
841
|
</details>
|
|
802
842
|
<details>
|
|
803
843
|
<summary>
|