AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/datazone/create-group-profile.md

Summary

Updated CLI version reference from 2.32.33 to 2.33.1. Reordered --client-token parameter. Modified regex patterns for domainId, groupIdentifier, id, and groupName parameters by removing start/end anchors and adjusting pattern syntax. Reordered output fields.

Security assessment

Changes consist of version updates, parameter reorganization, and regex pattern syntax adjustments. The groupIdentifier pattern modification expands matching rules but lacks security context. No evidence of security vulnerabilities, exploits, or security feature enhancements.

Diff

diff --git a/cli/latest/reference/datazone/create-group-profile.md b/cli/latest/reference/datazone/create-group-profile.md
index 88c65c8df..a507b08ae 100644
--- a//cli/latest/reference/datazone/create-group-profile.md
+++ b//cli/latest/reference/datazone/create-group-profile.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>]
@@ -69,0 +69 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+    [--client-token <value>]
@@ -94,4 +93,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.
-
@@ -104 +100 @@ 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}`
@@ -114 +110 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * pattern: `(^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$|[\p{L}\p{M}\p{S}\p{N}\p{P}\t\n\r ]+)`
+>   * pattern: `.*(^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$|[\p{L}\p{M}\p{S}\p{N}\p{P}\t\n\r ]+).*`
@@ -117,0 +114,4 @@ 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.
+
@@ -223,13 +223 @@ domainId -> (string)
->   * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$`
-> 
-
-
-groupName -> (string)
-
-> The name of the group for which group profile is created.
-> 
-> Constraints:
-> 
->   * min: `1`
->   * max: `1024`
->   * pattern: `^[a-zA-Z_0-9+=,.@-]+$`
+>   * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}`
@@ -245 +233 @@ id -> (string)
->   * pattern: `^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$`
+>   * pattern: `([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}`
@@ -259,0 +248,12 @@ status -> (string)
+groupName -> (string)
+
+> The name of the group for which group profile is created.
+> 
+> Constraints:
+> 
+>   * min: `1`
+>   * max: `1024`
+>   * pattern: `[a-zA-Z_0-9+=,.@-]+`
+> 
+
+
@@ -270 +270 @@ status -> (string)
-  * [AWS CLI 2.32.33 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.1 Command Reference](../../index.html) »