AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/datazone/post-time-series-data-points.md

Summary

Updated CLI version, adjusted parameter order, modified regex patterns (removed ^/$ anchors), reordered JSON syntax fields, and corrected constraints for client-token/content/patterns.

Security assessment

Changes involve documentation formatting, parameter ordering, and regex pattern adjustments (removing start/end anchors). While regex changes could theoretically impact validation, there's no explicit indication these address security vulnerabilities. Client-token pattern change ([\x21-\x7E]+ instead of ^[...]+$) slightly relaxes validation but doesn't directly indicate a security fix.

Diff

diff --git a/cli/latest/reference/datazone/post-time-series-data-points.md b/cli/latest/reference/datazone/post-time-series-data-points.md
index bafab2cc6..e54abb44b 100644
--- a//cli/latest/reference/datazone/post-time-series-data-points.md
+++ b//cli/latest/reference/datazone/post-time-series-data-points.md
@@ -15 +15 @@
-  * [AWS CLI 2.32.33 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.1 Command Reference](../../index.html) »
@@ -67 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-    [--client-token <value>]
@@ -71,0 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+    [--client-token <value>]
@@ -96,12 +95,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]+$`
-> 
-
-
@@ -114 +102 @@ 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}`
@@ -124 +112 @@ 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}`
@@ -146,11 +133,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->> 
->> content -> (string)
->>
->>> The content of the time series data points form.
->>> 
->>> Constraints:
->>> 
->>>   * min: `0`
->>>   * max: `500000`
->>> 
-
@@ -168,4 +144,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->> 
->> timestamp -> (timestamp) [required]
->>
->>> The timestamp of the time series data points form.
@@ -181 +154 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->>>   * pattern: `^(?!\.)[\w\.]*\w$`
+>>>   * pattern: `(?!\.)[\w\.]*\w`
@@ -194,0 +168,15 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+>> 
+>> timestamp -> (timestamp) [required]
+>>
+>>> The timestamp of the time series data points form.
+>> 
+>> content -> (string)
+>>
+>>> The content of the time series data points form.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `0`
+>>>   * max: `500000`
+>>> 
+
@@ -199 +187 @@ Shorthand Syntax:
-    content=string,formName=string,timestamp=timestamp,typeIdentifier=string,typeRevision=string ...
+    formName=string,typeIdentifier=string,typeRevision=string,timestamp=timestamp,content=string ...
@@ -207 +194,0 @@ JSON Syntax:
-        "content": "string",
@@ -209 +195,0 @@ JSON Syntax:
-        "timestamp": timestamp,
@@ -211 +197,3 @@ JSON Syntax:
-        "typeRevision": "string"
+        "typeRevision": "string",
+        "timestamp": timestamp,
+        "content": "string"
@@ -216,0 +205,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]+`
+> 
+
+
@@ -322 +322 @@ domainId -> (string)
->   * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$`
+>   * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}`
@@ -332 +332 @@ entityId -> (string)
->   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -355 +355 @@ forms -> (list)
->> content -> (string)
+>> formName -> (string) [required]
@@ -357 +357 @@ forms -> (list)
->>> The content of the time series data points form.
+>>> The name of the time series data points form.
@@ -361,2 +361,2 @@ forms -> (list)
->>>   * min: `0`
->>>   * max: `500000`
+>>>   * min: `1`
+>>>   * max: `128`
@@ -366 +366 @@ forms -> (list)
->> formName -> (string) [required]
+>> typeIdentifier -> (string) [required]
@@ -368 +368 @@ forms -> (list)
->>> The name of the time series data points form.
+>>> The ID of the type of the time series data points form.
@@ -373 +373,2 @@ forms -> (list)
->>>   * max: `128`
+>>>   * max: `385`
+>>>   * pattern: `(?!\.)[\w\.]*\w`
@@ -377 +378 @@ forms -> (list)
->> id -> (string)
+>> typeRevision -> (string)
@@ -379 +380 @@ forms -> (list)
->>> The ID of the time series data points form.
+>>> The revision type of the time series data points form.
@@ -383 +384,2 @@ forms -> (list)
->>>   * pattern: `^[a-zA-Z0-9_-]{0,36}$`
+>>>   * min: `1`
+>>>   * max: `64`
@@ -391 +393 @@ forms -> (list)
->> typeIdentifier -> (string) [required]
+>> content -> (string)
@@ -393 +395 @@ forms -> (list)
->>> The ID of the type of the time series data points form.
+>>> The content of the time series data points form.
@@ -397,3 +399,2 @@ forms -> (list)
->>>   * min: `1`
->>>   * max: `385`
->>>   * pattern: `^(?!\.)[\w\.]*\w$`
+>>>   * min: `0`
+>>>   * max: `500000`
@@ -403 +404 @@ forms -> (list)
->> typeRevision -> (string)
+>> id -> (string)
@@ -405 +406 @@ forms -> (list)
->>> The revision type of the time series data points form.
+>>> The ID of the time series data points form.
@@ -409,2 +410 @@ forms -> (list)
->>>   * min: `1`
->>>   * max: `64`
+>>>   * pattern: `[a-zA-Z0-9_-]{0,36}`
@@ -424 +424 @@ forms -> (list)
-  * [AWS CLI 2.32.33 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.1 Command Reference](../../index.html) »