AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/datazone/list-project-memberships.md

Summary

Updated AWS CLI version references from 2.32.33 to 2.33.1, modified regex patterns by removing start anchors (^), restructured project membership role documentation, and added user details structure.

Security assessment

The regex pattern changes (removing ^) loosen input validation but there's no explicit mention of security vulnerabilities being addressed. The documentation restructuring clarifies API response structure without introducing security controls. No CVEs or security advisories are referenced in the changes.

Diff

diff --git a/cli/latest/reference/datazone/list-project-memberships.md b/cli/latest/reference/datazone/list-project-memberships.md
index 19783c587..8b406607f 100644
--- a//cli/latest/reference/datazone/list-project-memberships.md
+++ b//cli/latest/reference/datazone/list-project-memberships.md
@@ -15 +15 @@
-  * [AWS CLI 2.32.33 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.1 Command Reference](../../index.html) »
@@ -106 +106 @@ 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}`
@@ -116 +116 @@ 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}`
@@ -265,14 +264,0 @@ members -> (list)
->> 
->> designation -> (string) [required]
->>
->>> The designated role of a project member.
->>> 
->>> Possible values:
->>> 
->>>   * `PROJECT_OWNER`
->>>   * `PROJECT_CONTRIBUTOR`
->>>   * `PROJECT_CATALOG_VIEWER`
->>>   * `PROJECT_CATALOG_CONSUMER`
->>>   * `PROJECT_CATALOG_STEWARD`
->>> 
-
@@ -286 +272,9 @@ members -> (list)
->>> This is a Tagged Union structure. Only one of the following top level keys can be set: `group`, `user`.
+>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `user`, `group`.
+>>> 
+>>> user -> (structure)
+>>>
+>>>> The user details of a project member.
+>>>> 
+>>>> userId -> (string) [required]
+>>>>
+>>>>> The identifier of the Amazon DataZone user.
@@ -294,0 +289,4 @@ members -> (list)
+>> 
+>> designation -> (string) [required]
+>>
+>>> The designated role of a project member.
@@ -296 +294 @@ members -> (list)
->>> user -> (structure)
+>>> Possible values:
@@ -298,5 +296,7 @@ members -> (list)
->>>> The user details of a project member.
->>>> 
->>>> userId -> (string) [required]
->>>>
->>>>> The identifier of the Amazon DataZone user.
+>>>   * `PROJECT_OWNER`
+>>>   * `PROJECT_CONTRIBUTOR`
+>>>   * `PROJECT_CATALOG_VIEWER`
+>>>   * `PROJECT_CATALOG_CONSUMER`
+>>>   * `PROJECT_CATALOG_STEWARD`
+>>> 
+
@@ -325 +325 @@ nextToken -> (string)
-  * [AWS CLI 2.32.33 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.1 Command Reference](../../index.html) »