AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-09-10 · Documentation low

File: cli/latest/reference/datazone/delete-form-type.md

Summary

Updated CLI version reference and added prerequisites for form type deletion, including permissions and dependency checks

Security assessment

The documentation now specifies delete permissions and dependency removal requirements, which are security-related but not linked to a vulnerability fix.

Diff

diff --git a/cli/latest/reference/datazone/delete-form-type.md b/cli/latest/reference/datazone/delete-form-type.md
index 2ec00174c..76eb563cb 100644
--- a//cli/latest/reference/datazone/delete-form-type.md
+++ b//cli/latest/reference/datazone/delete-form-type.md
@@ -15 +15 @@
-  * [AWS CLI 2.28.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.29.0 Command Reference](../../index.html) »
@@ -59 +59,11 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c
-Delets and metadata form type in Amazon DataZone.
+Deletes and metadata form type in Amazon DataZone.
+
+Prerequisites:
+
+  * The form type must exist in the domain.
+  * The form type must not be in use by any asset types or assets.
+  * The domain must be valid and accessible.
+  * User must have delete permissions on the form type.
+  * Any dependencies (such as linked asset types) must be removed first.
+
+
@@ -212 +222 @@ None
-  * [AWS CLI 2.28.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.29.0 Command Reference](../../index.html) »