AWS cli documentation change
Summary
Updated CLI version from 2.34.29 to 2.34.32, added --session-name parameter with constraints, and documented sessionName and groupProfileId fields for IAM role sessions
Security assessment
The change adds a new session-name parameter with validation constraints (min:2, max:64) and documents IAM role session management features. This enhances security documentation by providing details about IAM session configuration and access control, but shows no evidence of addressing a specific security vulnerability.
Diff
diff --git a/cli/latest/reference/datazone/update-user-profile.md b/cli/latest/reference/datazone/update-user-profile.md index 8187243e3..4eb72bebc 100644 --- a//cli/latest/reference/datazone/update-user-profile.md +++ b//cli/latest/reference/datazone/update-user-profile.md @@ -15 +15 @@ - * [AWS CLI 2.34.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.32 Command Reference](../../index.html) » @@ -70,0 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo + [--session-name <value>] @@ -139,0 +141,11 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo +`--session-name` (string) + +> The session name for IAM role sessions. +> +> Constraints: +> +> * min: `2` +> * max: `64` +> + + @@ -315,0 +328,8 @@ details -> (tagged union structure) +>> +>> sessionName -> (string) +>> +>>> The session name for IAM role sessions. +>> +>> groupProfileId -> (string) +>> +>>> The identifier of the group profile associated with the IAM user profile. This links the user to a specific group profile within the Amazon DataZone domain. @@ -351 +371 @@ details -> (tagged union structure) - * [AWS CLI 2.34.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.32 Command Reference](../../index.html) »