AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/datazone/create-domain-unit.md

Summary

Updated AWS CLI version reference, reordered command parameters, modified parameter constraints/patterns, and restructured output fields including changes to field names, descriptions, constraints, and pattern validations.

Security assessment

The changes involve routine documentation updates including CLI version bump, parameter reordering, and constraint modifications without any mention of security vulnerabilities, exploits, or security enhancements. Pattern validations were updated (e.g., anchor removals in regex patterns) but these appear to be syntax refinements rather than security fixes. No CVE references, vulnerability disclosures, or security advisories are present.

Diff

diff --git a/cli/latest/reference/datazone/create-domain-unit.md b/cli/latest/reference/datazone/create-domain-unit.md
index 784ecf9b3..cf6c17c1b 100644
--- a//cli/latest/reference/datazone/create-domain-unit.md
+++ b//cli/latest/reference/datazone/create-domain-unit.md
@@ -15 +15 @@
-  * [AWS CLI 2.32.33 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.1 Command Reference](../../index.html) »
@@ -67,2 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-    [--client-token <value>]
-    [--description <value>]
@@ -71,0 +70,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+    [--description <value>]
+    [--client-token <value>]
@@ -96 +96 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--client-token` (string)
+`--domain-identifier` (string) [required]
@@ -98 +98 @@ 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 you want to crate a domain unit.
@@ -102,3 +102 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * min: `1`
->   * max: `128`
->   * pattern: `^[\x21-\x7E]+$`
+>   * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}`
@@ -108 +106 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--description` (string)
+`--name` (string) [required]
@@ -110 +108 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> The description of the domain unit.
+> The name of the domain unit.
@@ -114,2 +112,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * min: `0`
->   * max: `2048`
+>   * min: `1`
+>   * max: `128`
+>   * pattern: `[\w -]+`
@@ -119 +118 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--domain-identifier` (string) [required]
+`--parent-domain-unit-identifier` (string) [required]
@@ -121 +120 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> The ID of the domain where you want to crate a domain unit.
+> The ID of the parent domain unit.
@@ -125 +124,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$`
+>   * min: `1`
+>   * max: `256`
+>   * pattern: `[a-z0-9_\-]+`
@@ -129 +130 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--name` (string) [required]
+`--description` (string)
@@ -131 +132 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> The name of the domain unit.
+> The description of the domain unit.
@@ -135,3 +136,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * min: `1`
->   * max: `128`
->   * pattern: `^[\w -]+$`
+>   * min: `0`
+>   * max: `2048`
@@ -141 +141 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--parent-domain-unit-identifier` (string) [required]
+`--client-token` (string)
@@ -143 +143 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> The ID of the parent domain unit.
+> A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
@@ -148,2 +148,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * max: `256`
->   * pattern: `^[a-z0-9_\-]+$`
+>   * max: `128`
+>   * pattern: `[\x21-\x7E]+`
@@ -252 +252 @@ Disable automatically prompt for CLI input parameters.
-ancestorDomainUnitIds -> (list)
+id -> (string)
@@ -254 +254 @@ ancestorDomainUnitIds -> (list)
-> The IDs of the ancestor domain units.
+> The ID of the domain unit.
@@ -256 +256,5 @@ ancestorDomainUnitIds -> (list)
-> (string)
+> Constraints:
+> 
+>   * min: `1`
+>   * max: `256`
+>   * pattern: `[a-z0-9_\-]+`
@@ -258,13 +261,0 @@ ancestorDomainUnitIds -> (list)
->> Constraints:
->> 
->>   * min: `1`
->>   * max: `256`
->>   * pattern: `^[a-z0-9_\-]+$`
->> 
-
-
-createdAt -> (timestamp)
-
-> The timestamp at which the domain unit was created.
-
-createdBy -> (string)
@@ -272 +262,0 @@ createdBy -> (string)
-> The user who created the domain unit.
@@ -274 +264 @@ createdBy -> (string)
-description -> (string)
+domainId -> (string)
@@ -276 +266 @@ description -> (string)
-> The description of the domain unit.
+> The ID of the domain where the domain unit was created.
@@ -280,2 +270 @@ description -> (string)
->   * min: `0`
->   * max: `2048`
+>   * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}`
@@ -285 +274 @@ description -> (string)
-domainId -> (string)
+name -> (string)
@@ -287 +276 @@ domainId -> (string)
-> The ID of the domain where the domain unit was created.
+> The name of the domain unit.
@@ -291 +280,3 @@ domainId -> (string)
->   * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$`
+>   * min: `1`
+>   * max: `128`
+>   * pattern: `[\w -]+`
@@ -295 +286 @@ domainId -> (string)
-id -> (string)
+parentDomainUnitId -> (string)
@@ -297 +288 @@ id -> (string)
-> The ID of the domain unit.
+> The ID of the parent domain unit.
@@ -303 +294 @@ id -> (string)
->   * pattern: `^[a-z0-9_\-]+$`
+>   * pattern: `[a-z0-9_\-]+`
@@ -307 +298 @@ id -> (string)
-name -> (string)
+description -> (string)
@@ -309 +300 @@ name -> (string)
-> The name of the domain unit.
+> The description of the domain unit.
@@ -313,3 +304,2 @@ name -> (string)
->   * min: `1`
->   * max: `128`
->   * pattern: `^[\w -]+$`
+>   * min: `0`
+>   * max: `2048`
@@ -336,9 +326 @@ owners -> (list)
->> This is a Tagged Union structure. Only one of the following top level keys can be set: `group`, `user`.
->> 
->> group -> (structure)
->>
->>> Indicates that the domain unit owner is a group.
->>> 
->>> groupId -> (string)
->>>
->>>> The ID of the domain unit group.
+>> This is a Tagged Union structure. Only one of the following top level keys can be set: `user`, `group`.
@@ -352,0 +335,8 @@ owners -> (list)
+>> 
+>> group -> (structure)
+>>
+>>> Indicates that the domain unit owner is a group.
+>>> 
+>>> groupId -> (string)
+>>>
+>>>> The ID of the domain unit group.
@@ -354 +344 @@ owners -> (list)
-parentDomainUnitId -> (string)
+ancestorDomainUnitIds -> (list)
@@ -356,3 +346 @@ parentDomainUnitId -> (string)
-> The ID of the parent domain unit.
-> 
-> Constraints:
+> The IDs of the ancestor domain units.
@@ -360,3 +348 @@ parentDomainUnitId -> (string)
->   * min: `1`
->   * max: `256`
->   * pattern: `^[a-z0-9_\-]+$`
+> (string)
@@ -363,0 +350,7 @@ parentDomainUnitId -> (string)
+>> Constraints:
+>> 
+>>   * min: `1`
+>>   * max: `256`
+>>   * pattern: `[a-z0-9_\-]+`
+>> 
+
@@ -364,0 +358,7 @@ parentDomainUnitId -> (string)
+createdAt -> (timestamp)
+
+> The timestamp at which the domain unit was created.
+
+createdBy -> (string)
+
+> The user who created the domain unit.
@@ -376 +376 @@ parentDomainUnitId -> (string)
-  * [AWS CLI 2.32.33 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.1 Command Reference](../../index.html) »