AWS cli documentation change
Summary
Added detailed state transition documentation for incident response cases
Security assessment
Documents security incident response workflows and state management, which is a security feature but does not address a specific vulnerability
Diff
diff --git a/cli/latest/reference/security-ir/update-case-status.md b/cli/latest/reference/security-ir/update-case-status.md index 175952a4e..6c99b1ce9 100644 --- a//cli/latest/reference/security-ir/update-case-status.md +++ b//cli/latest/reference/security-ir/update-case-status.md @@ -15 +15 @@ - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) » @@ -59 +59,16 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Grants permission to update the status for a designated cases. Options include `Submitted | Detection and Analysis | Eradication, Containment and Recovery | Post-Incident Activities | Closed` . +Updates the state transitions for a designated cases. + +> **Self-managed** : the following states are available for self-managed cases. + + * Submitted → Detection and Analysis + * Detection and Analysis → Containment, Eradication, and Recovery + * Detection and Analysis → Post-incident Activities + * Containment, Eradication, and Recovery → Detection and Analysis + * Containment, Eradication, and Recovery → Post-incident Activities + * Post-incident Activities → Containment, Eradication, and Recovery + * Post-incident Activities → Detection and Analysis + * Any → Closed + + + +> **AWS supported** : You must use the `CloseCase` API to close. @@ -223 +238 @@ caseStatus -> (string) - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) »