AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-01-16 · Documentation low

File: cli/latest/reference/datazone/create-glossary-term.md

Summary

Updated AWS CLI version reference, reordered command parameters, modified pattern constraints by removing start/end anchors (^/$), swapped positions of 'classifies' and 'isA' in term relations, and adjusted output field order/descriptions.

Security assessment

Changes involve routine documentation updates like version bumps, parameter reordering, and pattern syntax adjustments (removing regex anchors). No evidence of security vulnerability fixes or security feature additions. Pattern changes appear to be syntax normalization (e.g., changing '^pattern$' to 'pattern') without security implications.

Diff

diff --git a/cli/latest/reference/datazone/create-glossary-term.md b/cli/latest/reference/datazone/create-glossary-term.md
index 891753108..6a5a21e7b 100644
--- a//cli/latest/reference/datazone/create-glossary-term.md
+++ b//cli/latest/reference/datazone/create-glossary-term.md
@@ -15 +15 @@
-  * [AWS CLI 2.32.33 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.1 Command Reference](../../index.html) »
@@ -78 +77,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-    [--client-token <value>]
@@ -81 +79,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-    [--long-description <value>]
@@ -83 +80,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-    [--short-description <value>]
@@ -84,0 +82,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+    [--short-description <value>]
+    [--long-description <value>]
@@ -85,0 +85 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+    [--client-token <value>]
@@ -110,12 +109,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--client-token` (string)
-
-> A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
-> 
-> Constraints:
-> 
->   * min: `1`
->   * max: `128`
->   * pattern: `^[\x21-\x7E]+$`
-> 
-
-
@@ -128 +116 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$`
+>   * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}`
@@ -138 +126 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -142 +130 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--long-description` (string)
+`--name` (string) [required]
@@ -144 +132 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> The long description of this business glossary term.
+> The name of this business glossary term.
@@ -148,2 +136,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * min: `0`
->   * max: `4096`
+>   * min: `1`
+>   * max: `256`
@@ -153 +141 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--name` (string) [required]
+`--status` (string)
@@ -155 +143 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> The name of this business glossary term.
+> The status of this business glossary term.
@@ -157 +145 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> Constraints:
+> Possible values:
@@ -159,2 +147,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * min: `1`
->   * max: `256`
+>   * `ENABLED`
+>   * `DISABLED`
@@ -175 +163 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--status` (string)
+`--long-description` (string)
@@ -177 +165 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> The status of this business glossary term.
+> The long description of this business glossary term.
@@ -179 +167 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> Possible values:
+> Constraints:
@@ -181,2 +169,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * `ENABLED`
->   * `DISABLED`
+>   * min: `0`
+>   * max: `4096`
@@ -190 +178 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> classifies -> (list)
+> isA -> (list)
@@ -192 +180 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->> The classifies of the term relations.
+>> The `isA` property of the term relations.
@@ -205 +193 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->>>   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+>>>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -209 +197 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> isA -> (list)
+> classifies -> (list)
@@ -211 +199 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->> The `isA` property of the term relations.
+>> The classifies of the term relations.
@@ -224 +212 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->>>   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+>>>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -231 +219 @@ Shorthand Syntax:
-    classifies=string,string,isA=string,string
+    isA=string,string,classifies=string,string
@@ -238,2 +226,2 @@ JSON Syntax:
-      "classifies": ["string", ...],
-      "isA": ["string", ...]
+      "isA": ["string", ...],
+      "classifies": ["string", ...]
@@ -242,0 +231,12 @@ JSON Syntax:
+`--client-token` (string)
+
+> A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
+> 
+> Constraints:
+> 
+>   * min: `1`
+>   * max: `128`
+>   * pattern: `[\x21-\x7E]+`
+> 
+
+
@@ -342 +342 @@ Disable automatically prompt for CLI input parameters.
-domainId -> (string)
+id -> (string)
@@ -344 +344 @@ domainId -> (string)
-> The ID of the Amazon DataZone domain in which this business glossary term is created.
+> The ID of this business glossary term.
@@ -348 +348 @@ domainId -> (string)
->   * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$`
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -352 +352 @@ domainId -> (string)
-glossaryId -> (string)
+domainId -> (string)
@@ -354 +354 @@ glossaryId -> (string)
-> The ID of the business glossary in which this term is created.
+> The ID of the Amazon DataZone domain in which this business glossary term is created.
@@ -358 +358 @@ glossaryId -> (string)
->   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+>   * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}`
@@ -362 +362 @@ glossaryId -> (string)
-id -> (string)
+glossaryId -> (string)
@@ -364 +364 @@ id -> (string)
-> The ID of this business glossary term.
+> The ID of the business glossary in which this term is created.
@@ -368 +368 @@ id -> (string)
->   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -372 +372 @@ id -> (string)
-longDescription -> (string)
+name -> (string)
@@ -374 +374 @@ longDescription -> (string)
-> The long description of this business glossary term.
+> The name of this business glossary term.
@@ -378,2 +378,2 @@ longDescription -> (string)
->   * min: `0`
->   * max: `4096`
+>   * min: `1`
+>   * max: `256`
@@ -383 +383 @@ longDescription -> (string)
-name -> (string)
+status -> (string)
@@ -385 +385 @@ name -> (string)
-> The name of this business glossary term.
+> The status of this business glossary term.
@@ -387 +387 @@ name -> (string)
-> Constraints:
+> Possible values:
@@ -389,2 +389,2 @@ name -> (string)
->   * min: `1`
->   * max: `256`
+>   * `ENABLED`
+>   * `DISABLED`
@@ -405 +405 @@ shortDescription -> (string)
-status -> (string)
+longDescription -> (string)
@@ -407 +407 @@ status -> (string)
-> The status of this business glossary term.
+> The long description of this business glossary term.
@@ -409 +409 @@ status -> (string)
-> Possible values:
+> Constraints:
@@ -411,2 +411,2 @@ status -> (string)
->   * `ENABLED`
->   * `DISABLED`
+>   * min: `0`
+>   * max: `4096`
@@ -420 +420 @@ termRelations -> (structure)
-> classifies -> (list)
+> isA -> (list)
@@ -422 +422 @@ termRelations -> (structure)
->> The classifies of the term relations.
+>> The `isA` property of the term relations.
@@ -435 +435 @@ termRelations -> (structure)
->>>   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+>>>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -439 +439 @@ termRelations -> (structure)
-> isA -> (list)
+> classifies -> (list)
@@ -441 +441 @@ termRelations -> (structure)
->> The `isA` property of the term relations.
+>> The classifies of the term relations.
@@ -454 +454 @@ termRelations -> (structure)
->>>   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+>>>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -487 +487 @@ usageRestrictions -> (list)