AWS cli documentation change
Summary
Updated AWS CLI version from 2.34.29 to 2.34.32 and changed --user-id parameter from required to optional with deprecation note indicating the service now resolves user identity from authenticated session
Security assessment
The change deprecates explicit user-id parameter in favor of using authenticated session, which improves security by ensuring user identity is derived from authentication context rather than user input. However, there's no evidence this addresses a specific security vulnerability or incident.
Diff
diff --git a/cli/latest/reference/devops-agent/list-chats.md b/cli/latest/reference/devops-agent/list-chats.md index 3d52a5bfe..bf6659b91 100644 --- a//cli/latest/reference/devops-agent/list-chats.md +++ b//cli/latest/reference/devops-agent/list-chats.md @@ -15 +15 @@ - * [AWS CLI 2.34.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.32 Command Reference](../../index.html) » @@ -68 +68 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/devops - --user-id <value> + [--user-id <value>] @@ -106 +106 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/devops -`--user-id` (string) [required] +`--user-id` (string) @@ -108 +108 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/devops -> The user identifier to list chats for +> The user identifier to list chats for. This field is deprecated and will be ignored — the service resolves user identity from the authenticated session. @@ -292 +292 @@ nextToken -> (string) - * [AWS CLI 2.34.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.32 Command Reference](../../index.html) »