AWS cli documentation change
Summary
Updated CLI version reference and added prerequisites including domain validation, permission requirements, and filter validation
Security assessment
Documents permission requirements and input validation for search operations, improving security awareness but not addressing a specific vulnerability. The filter validation note helps prevent potential injection attacks through proper input handling.
Diff
diff --git a/cli/latest/reference/datazone/search-types.md b/cli/latest/reference/datazone/search-types.md index 263d8bb77..fde1f4430 100644 --- a//cli/latest/reference/datazone/search-types.md +++ b//cli/latest/reference/datazone/search-types.md @@ -15 +15 @@ - * [AWS CLI 2.28.25 Command Reference](../../index.html) » + * [AWS CLI 2.29.0 Command Reference](../../index.html) » @@ -60,0 +61,11 @@ Searches for types in Amazon DataZone. +Prerequisites: + + * The –domain-identifier must refer to an existing Amazon DataZone domain. + * –search-scope must be one of the valid values including: ASSET_TYPE, GLOSSARY_TERM_TYPE, DATA_PRODUCT_TYPE. + * The –managed flag must be present without a value. + * The user must have permissions for form or asset types in the domain. + * If using –filters, ensure that the JSON is valid. + * Filters contain correct structure (attribute, value, operator). + + + @@ -667 +678 @@ totalMatchCount -> (integer) - * [AWS CLI 2.28.25 Command Reference](../../index.html) » + * [AWS CLI 2.29.0 Command Reference](../../index.html) »