AWS Security ChangesHomeSearch

AWS solutions documentation change

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

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

Summary

Expanded file information documentation with detailed response schema including SHA256 hashes and case associations

Security assessment

The addition of SHA256 hash documentation supports integrity verification, a security-related feature, but does not indicate remediation of a specific security flaw. Enhanced metadata improves security posture without addressing vulnerabilities.

Diff

diff --git a/solutions/latest/dea-api/datavaults-datavaultid-files-fileid-info.md b/solutions/latest/dea-api/datavaults-datavaultid-files-fileid-info.md
index e1f33c13a..a61811d56 100644
--- a//solutions/latest/dea-api/datavaults-datavaultid-files-fileid-info.md
+++ b//solutions/latest/dea-api/datavaults-datavaultid-files-fileid-info.md
@@ -5 +5 @@
-URIHTTP methods
+URIHTTP methodsSchemasProperties
@@ -7 +7,3 @@ URIHTTP methods
-#  Datavaults dataVaultId Files fileId Info
+# Data vaults – File info
+
+This endpoint provides a way to retrieve detailed information about a specific file within a data vault in Digital Evidence Archive, facilitating better management and understanding of the file. 
@@ -22,8 +24 @@ Path parametersName| Type| Required| Description
-`fileId`| String| True| File ID to generate audit log for  
-  
-### OPTIONS
-
-Path parametersName| Type| Required| Description  
----|---|---|---  
-`dataVaultId`| String| True| Data vault ID to generate audit log for  
-`fileId`| String| True| File ID to generate audit log for  
+`fileId`| String| True|   
@@ -33 +28,68 @@ ResponsesStatus code| Response model| Description
-`204`| None| 204 response  
+`200`| `DataVaults_response_200_3`| Success Response  
+  
+## Schemas
+
+### Response bodies
+    
+    
+    {
+      "file": {
+        "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"
+          }
+        ]
+      }
+    }
+
+## 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_3
+
+Property| Type| Required| Description  
+---|---|---|---  
+`file`| DataVaultFile| False|   
+  
+### ScopedCase
+
+Property| Type| Required| Description  
+---|---|---|---  
+`name`| string| False|   
+`ulid`| string| False|   
@@ -41 +103 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Datavaults dataVaultId Files fileId CaseAssociations
+Data vaults – File audit as CSV
@@ -43 +105 @@ Datavaults dataVaultId Files fileId CaseAssociations
-Datavaults dataVaultId Tasks
+Data vaults – Files