AWS cli documentation change
Summary
Updated AWS CLI version from 2.34.29 to 2.34.32, added new group type 'IAM_ROLE_SESSION_GROUP', and added documentation for rolePrincipalArn and rolePrincipalId fields.
Security assessment
The change adds documentation for a new IAM role session group type and IAM role principal fields, which are security-related features for identity management. However, there's no evidence this addresses a specific security vulnerability.
Diff
diff --git a/cli/latest/reference/datazone/search-group-profiles.md b/cli/latest/reference/datazone/search-group-profiles.md index d4d2f43c2..eb5bfc951 100644 --- a//cli/latest/reference/datazone/search-group-profiles.md +++ b//cli/latest/reference/datazone/search-group-profiles.md @@ -15 +15 @@ - * [AWS CLI 2.34.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.32 Command Reference](../../index.html) » @@ -117,0 +118 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo +> * `IAM_ROLE_SESSION_GROUP` @@ -312,0 +314,8 @@ items -> (list) +>> +>> rolePrincipalArn -> (string) +>> +>>> The ARN of the IAM role principal. This role is associated with the group profile. +>> +>> rolePrincipalId -> (string) +>> +>>> The unique identifier of the IAM role principal. This principal is associated with the group profile. @@ -335 +344 @@ nextToken -> (string) - * [AWS CLI 2.34.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.32 Command Reference](../../index.html) »