AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Updated AWS CLI command reference version from 2.32.33 to 2.33.1. Restructured parameters by reordering required/optional fields, modified parameter constraints (patterns, min/max lengths), updated output field descriptions/order, and adjusted pattern validations.

Security assessment

The changes involve routine documentation updates including version bump, parameter reordering, and constraint adjustments. No security vulnerabilities, fixes, or security features are mentioned. Pattern changes (e.g., from '^[a-zA-Z0-9_-]{1,36}$' to '[a-zA-Z0-9_-]{1,36}') appear to be syntax relaxations unrelated to security threats. The client-token (idempotency token) pattern was updated but without security context.

Diff

diff --git a/cli/latest/reference/datazone/create-asset-revision.md b/cli/latest/reference/datazone/create-asset-revision.md
index 995b92929..7a20afa34 100644
--- a//cli/latest/reference/datazone/create-asset-revision.md
+++ b//cli/latest/reference/datazone/create-asset-revision.md
@@ -15 +15 @@
-  * [AWS CLI 2.32.33 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.1 Command Reference](../../index.html) »
@@ -79,2 +79 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-    [--client-token <value>]
-    [--description <value>]
+    --name <value>
@@ -82,2 +80,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-    [--forms-input <value>]
-    [--glossary-terms <value>]
@@ -85,2 +81,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-    --name <value>
-    [--prediction-configuration <value>]
@@ -87,0 +83,5 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+    [--description <value>]
+    [--glossary-terms <value>]
+    [--forms-input <value>]
+    [--prediction-configuration <value>]
+    [--client-token <value>]
@@ -112 +112 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--client-token` (string)
+`--name` (string) [required]
@@ -114 +114 @@ 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.
+> Te revised name of the asset.
@@ -119,2 +119,32 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * max: `128`
->   * pattern: `^[\x21-\x7E]+$`
+>   * max: `256`
+> 
+
+
+`--domain-identifier` (string) [required]
+
+> The unique identifier of the domain where the asset is being revised.
+> 
+> Constraints:
+> 
+>   * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}`
+> 
+
+
+`--identifier` (string) [required]
+
+> The identifier of the asset.
+> 
+> Constraints:
+> 
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
+> 
+
+
+`--type-revision` (string)
+
+> The revision type of the asset.
+> 
+> Constraints:
+> 
+>   * min: `1`
+>   * max: `64`
@@ -135 +165 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--domain-identifier` (string) [required]
+`--glossary-terms` (list)
@@ -137 +167 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> The unique identifier of the domain where the asset is being revised.
+> The glossary terms to be attached to the asset as part of asset revision.
@@ -141 +171,2 @@ 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`
@@ -143,0 +175,14 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+> 
+> (string)
+>
+>> Constraints:
+>> 
+>>   * pattern: `[a-zA-Z0-9_-]{1,36}`
+>> 
+
+
+Syntax:
+    
+    
+    "string" "string" ...
+    
@@ -159,11 +203,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->> 
->> content -> (string)
->>
->>> The content of the metadata form.
->>> 
->>> Constraints:
->>> 
->>>   * min: `0`
->>>   * max: `300000`
->>> 
-
@@ -179 +213 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->>>   * pattern: `^(?![0-9_])\w+$|^_\w*[a-zA-Z0-9]\w*$`
+>>>   * pattern: `(?![0-9_])\w+$|^_\w*[a-zA-Z0-9]\w*`
@@ -191 +225 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->>>   * pattern: `^(?!\.)[\w\.]*\w$`
+>>>   * pattern: `(?!\.)[\w\.]*\w`
@@ -203 +237,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->>>   * pattern: `^[a-zA-Z0-9_-]+$`
+>>>   * pattern: `[a-zA-Z0-9_-]+`
+>>> 
+
+>> 
+>> content -> (string)
+>>
+>>> The content of the metadata form.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `0`
+>>>   * max: `300000`
@@ -210 +255 @@ Shorthand Syntax:
-    content=string,formName=string,typeIdentifier=string,typeRevision=string ...
+    formName=string,typeIdentifier=string,typeRevision=string,content=string ...
@@ -218 +262,0 @@ JSON Syntax:
-        "content": "string",
@@ -221 +265,2 @@ JSON Syntax:
-        "typeRevision": "string"
+        "typeRevision": "string",
+        "content": "string"
@@ -227,46 +271,0 @@ JSON Syntax:
-`--glossary-terms` (list)
-
-> The glossary terms to be attached to the asset as part of asset revision.
-> 
-> Constraints:
-> 
->   * min: `1`
->   * max: `20`
-> 
-
-> 
-> (string)
->
->> Constraints:
->> 
->>   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
->> 
-
-
-Syntax:
-    
-    
-    "string" "string" ...
-    
-
-`--identifier` (string) [required]
-
-> The identifier of the asset.
-> 
-> Constraints:
-> 
->   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
-> 
-
-
-`--name` (string) [required]
-
-> Te revised name of the asset.
-> 
-> Constraints:
-> 
->   * min: `1`
->   * max: `256`
-> 
-
-
@@ -301 +300 @@ JSON Syntax:
-`--type-revision` (string)
+`--client-token` (string)
@@ -303 +302 @@ JSON Syntax:
-> The revision type of the asset.
+> A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
@@ -308 +307,2 @@ JSON Syntax:
->   * max: `64`
+>   * max: `128`
+>   * pattern: `[\x21-\x7E]+`
@@ -411 +411 @@ Disable automatically prompt for CLI input parameters.
-createdAt -> (timestamp)
+id -> (string)
@@ -413 +413,6 @@ createdAt -> (timestamp)
-> The timestamp of when the asset revision occured.
+> The unique identifier of the asset revision.
+> 
+> Constraints:
+> 
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
+> 
@@ -415 +419,0 @@ createdAt -> (timestamp)
-createdBy -> (string)