AWS cli documentation change
Summary
Updated CLI version reference from 2.28.25 to 2.29.0 and added prerequisites section outlining requirements for creating data product revisions
Security assessment
The prerequisites mention user permissions and domain validity but do not address specific security vulnerabilities or introduce new security features. These are standard operational checks.
Diff
diff --git a/cli/latest/reference/datazone/create-data-product-revision.md b/cli/latest/reference/datazone/create-data-product-revision.md index 14eae93b9..0f9b12668 100644 --- a//cli/latest/reference/datazone/create-data-product-revision.md +++ b//cli/latest/reference/datazone/create-data-product-revision.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 @@ Creates a data product revision. +Prerequisites: + + * The original data product must exist in the given domain. + * User must have permissions on the data product. + * The domain must be valid and accessible. + * The new revision name must comply with naming constraints (if required). + + + @@ -430 +439 @@ status -> (string) - * [AWS CLI 2.28.25 Command Reference](../../index.html) » + * [AWS CLI 2.29.0 Command Reference](../../index.html) »