AWS cli documentation change
Summary
Updated CLI version reference and added prerequisites for data product deletion, including permissions and dependency checks
Security assessment
The added prerequisites highlight permission requirements and dependency management, which are security-related operational controls but not tied to a specific security issue.
Diff
diff --git a/cli/latest/reference/datazone/delete-data-product.md b/cli/latest/reference/datazone/delete-data-product.md index 8974abf9d..7cbb2d6fc 100644 --- a//cli/latest/reference/datazone/delete-data-product.md +++ b//cli/latest/reference/datazone/delete-data-product.md @@ -15 +15 @@ - * [AWS CLI 2.28.25 Command Reference](../../index.html) » + * [AWS CLI 2.29.0 Command Reference](../../index.html) » @@ -60,0 +61,9 @@ Deletes a data product in Amazon DataZone. +Prerequisites: + + * The data product must exist and not be deleted or archived. + * The user must have delete permissions for the data product. + * Ensure there are no active dependencies (e.g., published links, assets using the product). + * Domain and project must be active. + + + @@ -212 +221 @@ None - * [AWS CLI 2.28.25 Command Reference](../../index.html) » + * [AWS CLI 2.29.0 Command Reference](../../index.html) »