AWS Security ChangesHomeSearch

AWS solutions documentation change

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

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

Summary

Updated API documentation for Data Vaults endpoint with corrected parameter types (String->Integer for 'limit'), added request/response schemas, response codes, and property definitions. Added endpoint description and improved section organization.

Security assessment

Changes focus on API specification improvements and documentation structure without mentioning security controls, vulnerabilities, or security-related features. The type correction for 'limit' parameter improves API accuracy but doesn't address security.

Diff

diff --git a/solutions/latest/dea-api/datavaults.md b/solutions/latest/dea-api/datavaults.md
index 970926e6a..fcffada22 100644
--- a//solutions/latest/dea-api/datavaults.md
+++ b//solutions/latest/dea-api/datavaults.md
@@ -5 +5 @@
-URIHTTP methods
+URIHTTP methodsSchemasProperties
@@ -8,0 +9,2 @@ URIHTTP methods
+This endpoint provides a way to manage data vaults in DEA, allowing users to create and retrieve information about data vaults as needed.
+
@@ -20,0 +23 @@ Query parametersName| Type| Required| Description
+`limit`| Integer| False|   
@@ -22 +24,0 @@ Query parametersName| Type| Required| Description
-`limit`| String| False|   
@@ -24 +26,3 @@ Query parametersName| Type| Required| Description
-### POST
+ResponsesStatus code| Response model| Description  
+---|---|---  
+`200`| `DataVaults_response_200`| Success Response  
@@ -26 +30 @@ Query parametersName| Type| Required| Description
-### OPTIONS
+### POST
@@ -30 +34,70 @@ ResponsesStatus code| Response model| Description
-`204`| None| 204 response  
+`200`| `DataVault`| Data Vault successfully created  
+  
+## Schemas
+
+### Request bodies
+    
+    
+    {
+      "name": "string",
+      "description": "string"
+    }
+
+### Response bodies
+    
+    
+    {
+      "datavaults": [
+        [
+          {
+            "ulid": "string",
+            "name": "string",
+            "description": "string",
+            "objectCount": number,
+            "totalSizeBytes": number,
+            "created": "string",
+            "updated": "string"
+          }
+        ]
+      ],
+      "next": "string"
+    }
+    
+    
+    {
+      "ulid": "string",
+      "name": "string",
+      "description": "string",
+      "objectCount": number,
+      "totalSizeBytes": number,
+      "created": "string",
+      "updated": "string"
+    }
+
+## Properties
+
+### CreateDataVaultObject
+
+Property| Type| Required| Description  
+---|---|---|---  
+`description`| string| True|   
+`name`| string| True|   
+  
+### DataVault
+
+Property| Type| Required| Description  
+---|---|---|---  
+`created`| string| False|   
+`description`| string| False|   
+`name`| string| False|   
+`objectCount`| number| False|   
+`totalSizeBytes`| number| False|   
+`ulid`| string| False|   
+`updated`| string| False|   
+  
+### DataVaults_response_200
+
+Property| Type| Required| Description  
+---|---|---|---  
+`datavaults`| Array of type Array of type DataVault| False|   
+`next`| string| False|   
@@ -38 +111 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Datasync Tasks
+Cases – Status
@@ -40 +113 @@ Datasync Tasks
-Datavaults dataVaultId Audit
+Data vaults – Audit