AWS cli documentation change
Summary
Updated CLI version from 2.34.29 to 2.34.32 and added documentation for new IAM role principal fields (rolePrincipalArn and rolePrincipalId) in the group profile update command
Security assessment
The change adds documentation for IAM role principal fields which are security-related constructs for managing access control in AWS DataZone. This enhances security documentation by clarifying how IAM roles are associated with group profiles, but there's no evidence of addressing a specific security vulnerability.
Diff
diff --git a/cli/latest/reference/datazone/update-group-profile.md b/cli/latest/reference/datazone/update-group-profile.md index 61d3566c4..a784cfa08 100644 --- a//cli/latest/reference/datazone/update-group-profile.md +++ b//cli/latest/reference/datazone/update-group-profile.md @@ -15 +15 @@ - * [AWS CLI 2.34.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.32 Command Reference](../../index.html) » @@ -281,0 +282,8 @@ groupName -> (string) +rolePrincipalArn -> (string) + +> The ARN of the IAM role principal. This role is associated with the updated group profile. + +rolePrincipalId -> (string) + +> The unique identifier of the IAM role principal. This principal is associated with the updated group profile. + @@ -292 +300 @@ groupName -> (string) - * [AWS CLI 2.34.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.32 Command Reference](../../index.html) »