AWS cli documentation change
Summary
Added documentation for new approval tracking fields (LastActivity, LastActivityTime, PendingBaselineSessionArn)
Security assessment
Adds audit trail capabilities for approval processes but doesn't address specific vulnerabilities. Enhances security documentation by providing visibility into approval activities and session tracking.
Diff
diff --git a/cli/latest/reference/mpa/get-approval-team.md b/cli/latest/reference/mpa/get-approval-team.md index 7afcd8a15..b066ac5ef 100644 --- a//cli/latest/reference/mpa/get-approval-team.md +++ b//cli/latest/reference/mpa/get-approval-team.md @@ -15 +15 @@ - * [AWS CLI 2.34.1 Command Reference](../../index.html) » + * [AWS CLI 2.34.4 Command Reference](../../index.html) » @@ -311,0 +312,28 @@ Approvers -> (list) +>> +>> LastActivity -> (string) +>> +>>> Last Activity performed by the approver. +>>> +>>> Possible values: +>>> +>>> * `VOTED` +>>> * `BASELINED` +>>> * `RESPONDED_TO_INVITATION` +>>> + +>> +>> LastActivityTime -> (timestamp) +>> +>>> Timestamp when the approver last responded to an operation or invitation request. +>> +>> PendingBaselineSessionArn -> (string) +>> +>>> Amazon Resource Name (ARN) for the pending baseline session. +>>> +>>> Constraints: +>>> +>>> * min: `20` +>>> * max: `2048` +>>> * pattern: `arn:aws(-[^:]+)?:mpa:[a-z0-9-]{1,20}:[0-9]{12}:session/[a-zA-Z0-9._-]+/[a-zA-Z0-9_-]+` +>>> + @@ -640,0 +669,28 @@ PendingUpdate -> (structure) +>>> +>>> LastActivity -> (string) +>>> +>>>> Last Activity performed by the approver. +>>>> +>>>> Possible values: +>>>> +>>>> * `VOTED` +>>>> * `BASELINED` +>>>> * `RESPONDED_TO_INVITATION` +>>>> + +>>> +>>> LastActivityTime -> (timestamp) +>>> +>>>> Timestamp when the approver last responded to an operation or invitation request. +>>> +>>> PendingBaselineSessionArn -> (string) +>>> +>>>> Amazon Resource Name (ARN) for the pending baseline session. +>>>> +>>>> Constraints: +>>>> +>>>> * min: `20` +>>>> * max: `2048` +>>>> * pattern: `arn:aws(-[^:]+)?:mpa:[a-z0-9-]{1,20}:[0-9]{12}:session/[a-zA-Z0-9._-]+/[a-zA-Z0-9_-]+` +>>>> + @@ -692 +748 @@ PendingUpdate -> (structure) - * [AWS CLI 2.34.1 Command Reference](../../index.html) » + * [AWS CLI 2.34.4 Command Reference](../../index.html) »