AWS Security ChangesHomeSearch

AWS solutions documentation change

Service: solutions · 2025-03-10 · Documentation low

File: solutions/latest/dea-api/datavaults-datavaultid-files.md

Summary

Restructured API documentation for Datavaults dataVaultId Files endpoint, removed schemas/properties sections, added OPTIONS method documentation, and updated response codes

Security assessment

Changes appear to be documentation restructuring and endpoint method updates without any explicit security context or vulnerability references

Diff

diff --git a/solutions/latest/dea-api/datavaults-datavaultid-files.md
index 6abe4001e..07dc3a3cc 100644
--- a/solutions/latest/dea-api/datavaults-datavaultid-files.md
+++ b/solutions/latest/dea-api/datavaults-datavaultid-files.md
@@ -5 +5 @@
-URIHTTP methodsSchemasProperties
+URIHTTP methods
@@ -7,3 +7 @@ URIHTTP methodsSchemasProperties
-# Data vaults – Files
-
-This endpoint provides a way to retrieve information about the files or evidence associated with a specific data vault in Digital Evidence Archive, allowing users to access and manage the evidence related to the data vault. 
+#  Datavaults dataVaultId Files
@@ -25 +23,3 @@ Path parametersName| Type| Required| Description
-Query parametersName| Type| Required| Description  
+### OPTIONS
+
+Path parametersName| Type| Required| Description  
@@ -27,3 +27 @@ Query parametersName| Type| Required| Description
-`filePath`| String| False|   
-`limit`| Integer| False|   
-`next`| String| False|   
+`dataVaultId`| String| True| Data vault ID to generate audit log for  
@@ -33,74 +31 @@ ResponsesStatus code| Response model| Description
-`200`| `DataVaults_response_200_1`| Success  
-  
-## Schemas
-
-### Response bodies
-    
-    
-    {
-      "dataVaultFiles": [
-        [
-          {
-            "fileName": "string",
-            "filePath": "string",
-            "dataVaultUlid": "string",
-            "fileSizeBytes": number,
-            "sha256Hash": "string",
-            "ulid": "string",
-            "versionId": "string",
-            "fileS3Key": "string",
-            "uploadId": "string",
-            "isFile": boolean,
-            "contentType": "string",
-            "executionId": "string",
-            "created": "string",
-            "updated": "string",
-            "caseCount": number,
-            "cases": [
-              {
-                "ulid": "string",
-                "name": "string"
-              }
-            ]
-          }
-        ]
-      ],
-      "next": "string"
-    }
-
-## Properties
-
-### DataVaultFile
-
-Property| Type| Required| Description  
----|---|---|---  
-`caseCount`| number| False|   
-`cases`| Array of type ScopedCase| False|   
-`contentType`| string| False|   
-`created`| string| False|   
-`dataVaultUlid`| string| False|   
-`executionId`| string| False|   
-`fileName`| string| False|   
-`filePath`| string| False|   
-`fileS3Key`| string| False|   
-`fileSizeBytes`| number| False|   
-`isFile`| boolean| False|   
-`sha256Hash`| string| False|   
-`ulid`| string| False|   
-`updated`| string| False|   
-`uploadId`| string| False|   
-`versionId`| string| False|   
-  
-### DataVaults_response_200_1
-
-Property| Type| Required| Description  
----|---|---|---  
-`dataVaultFiles`| Array of type Array of type DataVaultFile| False|   
-`next`| string| False|   
-  
-### ScopedCase
-
-Property| Type| Required| Description  
----|---|---|---  
-`name`| string| False|   
-`ulid`| string| False|   
+`204`| None| 204 response  
@@ -114 +39 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Data vaults – File info
+Datavaults dataVaultId Details
@@ -116 +41 @@ Data vaults – File info
-Data vaults – Task execution
+Datavaults dataVaultId Files fileId Audit