AWS Security ChangesHomeSearch

AWS solutions documentation change

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

File: solutions/latest/dea-api/system-audit-auditid-csv.md

Summary

Updated endpoint documentation for CSV audit trail export, added operation ID, response schema, and clarified security context

Security assessment

The change adds documentation about audit trail exports which supports security monitoring but doesn't address a specific vulnerability. The description mentions 'ensuring security and integrity' but lacks evidence of patching a security issue.

Diff

diff --git a/solutions/latest/dea-api/system-audit-auditid-csv.md b/solutions/latest/dea-api/system-audit-auditid-csv.md
index 33e8ad431..9a904de1c 100644
--- a//solutions/latest/dea-api/system-audit-auditid-csv.md
+++ b//solutions/latest/dea-api/system-audit-auditid-csv.md
@@ -5 +5 @@
-URIHTTP methods
+URIHTTP methodsSchemasProperties
@@ -7 +7,3 @@ URIHTTP methods
-#  System Audit auditId Csv
+# System audit – CSV export
+
+This endpoint endpoint provides a way to export a specific audit trail entry within the Digital Evidence Archive system in CSV format, allowing users to further analyze or process the audit trail data. 
@@ -17,5 +19 @@ URIHTTP methods
-Path parametersName| Type| Required| Description  
----|---|---|---  
-`auditId`| String| True| Audit log ID  
-  
-### OPTIONS
+**Operation ID:** `getSystemAudit`
@@ -29 +27,20 @@ ResponsesStatus code| Response model| Description
-`204`| None| 204 response  
+`200`| `AuditResult`| Audit log CSV result and status  
+  
+## Schemas
+
+### Response bodies
+    
+    
+    {
+      "status": "string",
+      "downloadUrl": "string"
+    }
+
+## Properties
+
+### AuditResult
+
+Property| Type| Required| Description  
+---|---|---|---  
+`downloadUrl`| string| False|   
+`status`| string| False|   
@@ -37 +54 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-System Audit
+System audit
@@ -39 +56 @@ System Audit
-Ui
+Users