AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.34.14 to 2.34.16 and added documentation for valid audit event types including RelatedItem.Deleted and RelatedItem.Updated
Security assessment
The change adds documentation for valid audit event types which enhances security auditing capabilities by clarifying what events are tracked. This improves security visibility but doesn't address a specific security vulnerability.
Diff
diff --git a/cli/latest/reference/connectcases/get-case-audit-events.md b/cli/latest/reference/connectcases/get-case-audit-events.md index 5ed9df7e1..7dc135c12 100644 --- a//cli/latest/reference/connectcases/get-case-audit-events.md +++ b//cli/latest/reference/connectcases/get-case-audit-events.md @@ -15 +15 @@ - * [AWS CLI 2.34.14 Command Reference](../../index.html) » + * [AWS CLI 2.34.16 Command Reference](../../index.html) » @@ -292 +292,3 @@ auditEvents -> (list) ->>> The Type of an audit history event. +>>> The type of audit history event. +>>> +>>> Valid Values: `Case.Created` | `Case.Updated` | `RelatedItem.Created` | `RelatedItem.Updated` | `RelatedItem.Deleted` @@ -298,0 +301,2 @@ auditEvents -> (list) +>>> * `RelatedItem.Deleted` +>>> * `RelatedItem.Updated` @@ -470 +474 @@ auditEvents -> (list) - * [AWS CLI 2.34.14 Command Reference](../../index.html) » + * [AWS CLI 2.34.16 Command Reference](../../index.html) »