AWS Security ChangesHomeSearch

AWS solutions documentation change

Service: solutions · 2025-04-20 · Documentation medium

File: solutions/latest/dea-api/cases-caseid-audit.md

Summary

Expanded audit trail documentation with time range parameters and response schema including auditId

Security assessment

Explicitly states audit trails are for security/compliance purposes, enhancing transparency but not resolving a specific security issue.

Diff

diff --git a/solutions/latest/dea-api/cases-caseid-audit.md b/solutions/latest/dea-api/cases-caseid-audit.md
index cbfe9086a..0ede15ca2 100644
--- a//solutions/latest/dea-api/cases-caseid-audit.md
+++ b//solutions/latest/dea-api/cases-caseid-audit.md
@@ -5 +5 @@
-URIHTTP methods
+URIHTTP methodsSchemasProperties
@@ -7 +7,3 @@ URIHTTP methods
-#  Cases caseId Audit
+# Cases – Audit by caseId
+
+This endpoint provides visibility into the history of actions performed on a specific case within DEA. The audit trail provided by this endpoint is crucial for security and compliance purposes, as it provides a record of who accessed the case and what actions were taken.
@@ -17,6 +18,0 @@ URIHTTP methods
-Path parametersName| Type| Required| Description  
----|---|---|---  
-`caseId`| String| True| Case ID to generate audit log for  
-  
-### OPTIONS
-
@@ -29 +25,33 @@ ResponsesStatus code| Response model| Description
-`204`| None| 204 response  
+`200`| `Cases_response_200_6`| Audit Query ID  
+  
+## Schemas
+
+### Request bodies
+    
+    
+    {
+      "from": number,
+      "to": number
+    }
+
+### Response bodies
+    
+    
+    {
+      "auditId": "string"
+    }
+
+## Properties
+
+### AuditPayload
+
+Property| Type| Required| Description  
+---|---|---|---  
+`from`| number| False|   
+`to`| number| False|   
+  
+### Cases_response_200_6
+
+Property| Type| Required| Description  
+---|---|---|---  
+`auditId`| string| False|   
@@ -37 +65 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Cases caseId Actions
+Available endpoints
@@ -39 +67 @@ Cases caseId Actions
-Cases caseId Audit auditId Csv
+Cases – Available actions by caseId