AWS cli documentation change
Summary
Updated CLI version reference and added prerequisites for glossary term deletion, including permissions and association checks
Security assessment
The prerequisites include permission checks and association validations, which are security-aware practices but do not address a specific security incident.
Diff
diff --git a/cli/latest/reference/datazone/delete-glossary-term.md b/cli/latest/reference/datazone/delete-glossary-term.md index fd8d24ca8..15a14a253 100644 --- a//cli/latest/reference/datazone/delete-glossary-term.md +++ b//cli/latest/reference/datazone/delete-glossary-term.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 business glossary term in Amazon DataZone. +Prerequisites: + + * Glossary term must exist and be active. + * The term must not be linked to other assets or child terms. + * Caller must have delete permissions in the domain/glossary. + * Ensure all associations (such as to assets or parent terms) are removed before deletion. + + + @@ -212 +221 @@ None - * [AWS CLI 2.28.25 Command Reference](../../index.html) » + * [AWS CLI 2.29.0 Command Reference](../../index.html) »