AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Added documentation about search indexing annotations and glossary term ID handling

Security assessment

Explains metadata search capabilities without addressing security vulnerabilities or introducing security features. Focuses on search functionality annotations rather than security controls.

Diff

diff --git a/cli/latest/reference/datazone/get-form-type.md b/cli/latest/reference/datazone/get-form-type.md
index 0da1bc9d6..2532e552a 100644
--- a//cli/latest/reference/datazone/get-form-type.md
+++ b//cli/latest/reference/datazone/get-form-type.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.5 Command Reference](../../index.html) »
@@ -69,0 +70,6 @@ Form types define the structure and validation rules for collecting metadata abo
+One use case for this API is to determine whether a form field is indexed for search.
+
+A searchable field will be annotated with `@amazon.datazone#searchable` . By default, searchable fields are indexed for semantic search, where related query terms will match the attribute value even if they are not stemmed or keyword matches. If a field is indexed technical identifier search, it will be annotated with `@amazon.datazone#searchable(modes:["TECHNICAL"])` . If a field is indexed for lexical search (supports stemmed and prefix matches but not semantic matches), it will be annotated with `@amazon.datazone#searchable(modes:["LEXICAL"])` .
+
+A field storing glossary term IDs (which is filterable) will be annotated with `@amazon.datazone#glossaryterm("${glossaryId}")` .
+
@@ -395 +401 @@ status -> (string)
-  * [AWS CLI 2.31.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.5 Command Reference](../../index.html) »