AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/datazone/accept-predictions.md

Summary

Updated command reference version from 2.32.33 to 2.33.1, reordered parameters, modified parameter descriptions/constraints, and adjusted JSON syntax structures

Security assessment

Changes primarily involve documentation formatting, parameter reordering, and pattern constraint adjustments (removing regex anchors). While pattern changes (e.g., domain/asset ID patterns) could theoretically affect validation, there's no explicit evidence of security vulnerability fixes or security-related context in the diff. Client token pattern was simplified but remains within printable ASCII range.

Diff

diff --git a/cli/latest/reference/datazone/accept-predictions.md b/cli/latest/reference/datazone/accept-predictions.md
index f3161a1de..2e859eed7 100644
--- a//cli/latest/reference/datazone/accept-predictions.md
+++ b//cli/latest/reference/datazone/accept-predictions.md
@@ -15 +15 @@
-  * [AWS CLI 2.32.33 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.1 Command Reference](../../index.html) »
@@ -67,3 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-    [--accept-choices <value>]
-    [--accept-rule <value>]
-    [--client-token <value>]
@@ -72,0 +70,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+    [--accept-rule <value>]
+    [--accept-choices <value>]
+    [--client-token <value>]
@@ -97 +97 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--accept-choices` (list)
+`--domain-identifier` (string) [required]
@@ -99 +99 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.
+> The identifier of the Amazon DataZone domain.
@@ -101 +101,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> (structure)
+> Constraints:
+> 
+>   * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}`
@@ -103,22 +104,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->> Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.
->> 
->> editedValue -> (string)
->>
->>> The edit of the prediction.
->>> 
->>> Constraints:
->>> 
->>>   * min: `1`
->>>   * max: `5000`
->>> 
-
->> 
->> predictionChoice -> (integer)
->>
->>> Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.
->> 
->> predictionTarget -> (string) [required]
->>
->>> Specifies the target (for example, a column name) where a prediction can be accepted.
-
-Shorthand Syntax:
@@ -127 +107 @@ Shorthand Syntax:
-    editedValue=string,predictionChoice=integer,predictionTarget=string ...
+`--identifier` (string) [required]
@@ -128,0 +109,6 @@ Shorthand Syntax:
+> The identifier of the asset.
+> 
+> Constraints:
+> 
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
+> 
@@ -130 +115,0 @@ Shorthand Syntax:
-JSON Syntax:
@@ -131,0 +117 @@ JSON Syntax:
+`--revision` (string)
@@ -133,8 +119,7 @@ JSON Syntax:
-    [
-      {
-        "editedValue": "string",
-        "predictionChoice": integer,
-        "predictionTarget": "string"
-      }
-      ...
-    ]
+> The revision that is to be made to the asset.
+> 
+> Constraints:
+> 
+>   * min: `1`
+>   * max: `64`
+> 
@@ -177 +162 @@ JSON Syntax:
-`--client-token` (string)
+`--accept-choices` (list)
@@ -179,3 +164 @@ JSON Syntax:
-> A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
-> 
-> Constraints:
+> Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.
@@ -183,3 +166 @@ JSON Syntax:
->   * min: `1`
->   * max: `128`
->   * pattern: `^[\x21-\x7E]+$`
+> (structure)
@@ -186,0 +168,19 @@ JSON Syntax:
+>> Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.
+>> 
+>> predictionTarget -> (string) [required]
+>>
+>>> Specifies the target (for example, a column name) where a prediction can be accepted.
+>> 
+>> predictionChoice -> (integer)
+>>
+>>> Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.
+>> 
+>> editedValue -> (string)
+>>
+>>> The edit of the prediction.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `1`
+>>>   * max: `5000`
+>>> 
@@ -189 +189 @@ JSON Syntax:
-`--domain-identifier` (string) [required]
+Shorthand Syntax:
@@ -191,6 +190,0 @@ JSON Syntax:
-> The identifier of the Amazon DataZone domain.
-> 
-> Constraints:
-> 
->   * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$`
-> 
@@ -197,0 +192 @@ JSON Syntax:
+    predictionTarget=string,predictionChoice=integer,editedValue=string ...
@@ -199 +193,0 @@ JSON Syntax:
-`--identifier` (string) [required]
@@ -201,6 +195 @@ JSON Syntax:
-> The identifier of the asset.
-> 
-> Constraints:
-> 
->   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
-> 
+JSON Syntax:
@@ -209 +198,8 @@ JSON Syntax:
-`--revision` (string)
+    [
+      {
+        "predictionTarget": "string",
+        "predictionChoice": integer,
+        "editedValue": "string"
+      }
+      ...
+    ]
@@ -211 +207,4 @@ JSON Syntax:
-> The revision that is to be made to the asset.
+
+`--client-token` (string)
+
+> A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
@@ -216 +215,2 @@ JSON Syntax:
->   * max: `64`
+>   * max: `128`
+>   * pattern: `[\x21-\x7E]+`
@@ -319 +319 @@ Disable automatically prompt for CLI input parameters.
-assetId -> (string)
+domainId -> (string)
@@ -321 +321 @@ assetId -> (string)
-> The ID of the asset.
+> The identifier of the Amazon DataZone domain.
@@ -325 +325 @@ assetId -> (string)
->   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+>   * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}`
@@ -329 +329 @@ assetId -> (string)
-domainId -> (string)
+assetId -> (string)
@@ -331 +331 @@ domainId -> (string)
-> The identifier of the Amazon DataZone domain.
+> The ID of the asset.
@@ -335 +335 @@ domainId -> (string)
->   * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$`
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -360 +360 @@ revision -> (string)
-  * [AWS CLI 2.32.33 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.1 Command Reference](../../index.html) »