AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/datazone/create-data-product-revision.md

Summary

Updated command reference for AWS DataZone create-data-product-revision. Changes include: AWS CLI version update from 2.32.33 to 2.33.1; reordering of parameters; modifications to parameter constraints and patterns; restructured input/output field descriptions; and updated syntax for items and forms-input parameters.

Security assessment

The changes primarily involve documentation restructuring, parameter reordering, and constraint updates without evidence of addressing security vulnerabilities. No security-related terms, vulnerability fixes, or incident responses are mentioned. Pattern constraint changes (e.g., removing regex anchors) are documentation refinements, not security patches.

Diff

diff --git a/cli/latest/reference/datazone/create-data-product-revision.md b/cli/latest/reference/datazone/create-data-product-revision.md
index 33292914b..d24a627a5 100644
--- a//cli/latest/reference/datazone/create-data-product-revision.md
+++ b//cli/latest/reference/datazone/create-data-product-revision.md
@@ -15 +15 @@
-  * [AWS CLI 2.32.33 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.1 Command Reference](../../index.html) »
@@ -76,2 +75,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-    [--client-token <value>]
-    [--description <value>]
@@ -79,2 +76,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-    [--forms-input <value>]
-    [--glossary-terms <value>]
@@ -82 +77,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-    [--items <value>]
@@ -83,0 +79,5 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+    [--description <value>]
+    [--glossary-terms <value>]
+    [--items <value>]
+    [--forms-input <value>]
+    [--client-token <value>]
@@ -108 +108 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--client-token` (string)
+`--domain-identifier` (string) [required]
@@ -110 +110,21 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
+> The ID of the domain where the data product revision is created.
+> 
+> Constraints:
+> 
+>   * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}`
+> 
+
+
+`--identifier` (string) [required]
+
+> The ID of the data product revision.
+> 
+> Constraints:
+> 
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
+> 
+
+
+`--name` (string) [required]
+
+> The name of the data product revision.
@@ -115,2 +135 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * max: `128`
->   * pattern: `^[\x21-\x7E]+$`
+>   * max: `64`
@@ -131 +150 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--domain-identifier` (string) [required]
+`--glossary-terms` (list)
@@ -133 +152 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> The ID of the domain where the data product revision is created.
+> The glossary terms of the data product revision.
@@ -137 +156,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$`
+>   * min: `1`
+>   * max: `20`
+> 
+
@@ -138,0 +161,6 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+> (string)
+>
+>> Constraints:
+>> 
+>>   * pattern: `[a-zA-Z0-9_-]{1,36}`
+>> 
@@ -141 +169 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--forms-input` (list)
+Syntax:
@@ -143 +171,7 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> The metadata forms of the data product revision.
+    
+    "string" "string" ...
+    
+
+`--items` (list)
+
+> The data assets of the data product revision.
@@ -147,2 +181 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * min: `0`
->   * max: `10`
+>   * min: `1`
@@ -154 +187 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->> The details of a metadata form.
+>> The data product.
@@ -156 +189 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->> content -> (string)
+>> itemType -> (string) [required]
@@ -158 +191 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->>> The content of the metadata form.
+>>> The type of the data product.
@@ -160 +193 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->>> Constraints:
+>>> Possible values:
@@ -162,2 +195 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->>>   * min: `0`
->>>   * max: `300000`
+>>>   * `ASSET`
@@ -167 +199 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->> formName -> (string) [required]
+>> identifier -> (string) [required]
@@ -169 +201 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->>> The name of the metadata form.
+>>> The ID of the data product.
@@ -173,3 +205 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->>>   * min: `1`
->>>   * max: `128`
->>>   * pattern: `^(?![0-9_])\w+$|^_\w*[a-zA-Z0-9]\w*$`
+>>>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -179 +209 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->> typeIdentifier -> (string)
+>> revision -> (string)
@@ -181 +211 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->>> The ID of the metadata form type.
+>>> The revision of the data product.
@@ -186,2 +216 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->>>   * max: `385`
->>>   * pattern: `^(?!\.)[\w\.]*\w$`
+>>>   * max: `64`
@@ -191 +220 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->> typeRevision -> (string)
+>> glossaryTerms -> (list)
@@ -193 +222 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->>> The revision of the metadata form type.
+>>> The glossary terms of the data product.
@@ -198,2 +227 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->>>   * max: `64`
->>>   * pattern: `^[a-zA-Z0-9_-]+$`
+>>>   * max: `2`
@@ -201,0 +230,8 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+>>> 
+>>> (string)
+>>>
+>>>> Constraints:
+>>>> 
+>>>>   * pattern: `[a-zA-Z0-9_-]{1,36}`
+>>>> 
+
@@ -206 +242 @@ Shorthand Syntax:
-    content=string,formName=string,typeIdentifier=string,typeRevision=string ...
+    itemType=string,identifier=string,revision=string,glossaryTerms=string,string ...
@@ -214,4 +250,4 @@ JSON Syntax:
-        "content": "string",
-        "formName": "string",
-        "typeIdentifier": "string",
-        "typeRevision": "string"
+        "itemType": "ASSET",
+        "identifier": "string",
+        "revision": "string",
+        "glossaryTerms": ["string", ...]
@@ -223,36 +259 @@ JSON Syntax:
-`--glossary-terms` (list)
-
-> The glossary terms of the data product revision.
-> 
-> Constraints:
-> 
->   * min: `1`
->   * max: `20`
-> 
-
-> 
-> (string)
->
->> Constraints:
->> 
->>   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
->> 
-
-
-Syntax:
-    
-    
-    "string" "string" ...
-    
-
-`--identifier` (string) [required]
-
-> The ID of the data product revision.
-> 
-> Constraints:
-> 
->   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
-> 
-
-
-`--items` (list)
+`--forms-input` (list)
@@ -260 +261 @@ Syntax:
-> The data assets of the data product revision.
+> The metadata forms of the data product revision.
@@ -264 +265,2 @@ Syntax:
->   * min: `1`
+>   * min: `0`
+>   * max: `10`
@@ -270 +272 @@ Syntax: