AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/datazone/search.md

Summary

Added prerequisites section and expanded search functionality documentation

Security assessment

Added prerequisites include security-related requirements like user permissions and input validation for filters, which helps enforce proper access controls but doesn't address a specific vulnerability

Diff

diff --git a/cli/latest/reference/datazone/search.md b/cli/latest/reference/datazone/search.md
index ffb11a44a..c6bba8bd7 100644
--- a//cli/latest/reference/datazone/search.md
+++ b//cli/latest/reference/datazone/search.md
@@ -15 +15 @@
-  * [AWS CLI 2.28.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.29.0 Command Reference](../../index.html) »
@@ -60,0 +61,14 @@ Searches for assets in Amazon DataZone.
+Search in Amazon DataZone is a powerful capability that enables users to discover and explore data assets, glossary terms, and data products across their organization. It provides both basic and advanced search functionality, allowing users to find resources based on names, descriptions, metadata, and other attributes. Search can be scoped to specific types of resources (like assets, glossary terms, or data products) and can be filtered using various criteria such as creation date, owner, or status. The search functionality is essential for making the wealth of data resources in an organization discoverable and usable, helping users find the right data for their needs quickly and efficiently.
+
+Many search commands in Amazon DataZone are paginated, including `search` and `search-types` . When the result set is large, Amazon DataZone returns a `nextToken` in the response. This token can be used to retrieve the next page of results.
+
+Prerequisites:
+
+  * The –domain-identifier must refer to an existing Amazon DataZone domain.
+  * –search-scope must be one of: ASSET, GLOSSARY_TERM, DATA_PRODUCT, or GLOSSARY.
+  * The user must have search permissions in the specified domain.
+  * If using –filters, ensure that the JSON is well-formed and that each filter includes valid attribute and value keys.
+  * For paginated results, be prepared to use –next-token to fetch additional pages.
+
+
+
@@ -988 +1002 @@ totalMatchCount -> (integer)
-  * [AWS CLI 2.28.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.29.0 Command Reference](../../index.html) »