AWS cli documentation change
Summary
Updated AWS CLI version from 2.34.29 to 2.34.32 and added documentation for two new fields in subscribedPrincipal: sessionName (for IAM role sessions) and groupProfileId (linking users to group profiles)
Security assessment
Similar to the first file, this adds documentation for IAM role session management features. The sessionName field documentation relates to security practices for IAM role sessions, but there's no evidence of a security vulnerability being addressed.
Diff
diff --git a/cli/latest/reference/datazone/cancel-subscription.md b/cli/latest/reference/datazone/cancel-subscription.md index 456a136ab..99cf6982d 100644 --- a//cli/latest/reference/datazone/cancel-subscription.md +++ b//cli/latest/reference/datazone/cancel-subscription.md @@ -15 +15 @@ - * [AWS CLI 2.34.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.32 Command Reference](../../index.html) » @@ -341,0 +342,8 @@ subscribedPrincipal -> (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. @@ -711 +719 @@ retainPermissions -> (boolean) - * [AWS CLI 2.34.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.32 Command Reference](../../index.html) »