AWS solutions documentation change
Summary
Removed audit request/response schemas, added OPTIONS method documentation, changed response code to 204
Security assessment
Changes focus on documentation structure simplification rather than security improvements. Audit functionality remains a security feature but no new security documentation is added.
Diff
diff --git a/solutions/latest/dea-api/datavaults-datavaultid-audit.md index d8e58d1c5..ea6259014 100644 --- a/solutions/latest/dea-api/datavaults-datavaultid-audit.md +++ b/solutions/latest/dea-api/datavaults-datavaultid-audit.md @@ -5 +5 @@ -URIHTTP methodsSchemasProperties +URIHTTP methods @@ -7,3 +7 @@ URIHTTP methodsSchemasProperties -# Data vaults – Audit - -This endpoint provides visibility into the history of actions that have been performed on a specific data vault in DEA. +# Datavaults dataVaultId Audit @@ -19,2 +16,0 @@ This endpoint provides visibility into the history of actions that have been per -**Operation ID:** `requestDataVaultAudit` - @@ -25,16 +21 @@ Path parametersName| Type| Required| Description -ResponsesStatus code| Response model| Description ----|---|--- -`200`| `DataVaults_response_200_4`| Audit Query ID - -## Schemas - -### Request bodies - - - { - "from": number, - "to": number - } - -### Response bodies - +### OPTIONS @@ -42,9 +23 @@ ResponsesStatus code| Response model| Description - { - "auditId": "string" - } - -## Properties - -### AuditPayload - -Property| Type| Required| Description +Path parametersName| Type| Required| Description @@ -52,4 +25 @@ Property| Type| Required| Description -`from`| number| False| -`to`| number| False| - -### DataVaults_response_200_4 +`dataVaultId`| String| True| Data vault ID to generate audit log for @@ -57,3 +27,3 @@ Property| Type| Required| Description -Property| Type| Required| Description ----|---|---|--- -`auditId`| string| False| +ResponsesStatus code| Response model| Description +---|---|--- +`204`| None| 204 response @@ -69 +39 @@ Data vaults -Data vaults – Audit export as CSV +Datavaults dataVaultId Audit auditId Csv