AWS solutions documentation change
Summary
Enhanced DataSync tasks documentation with response schemas, task properties, and pagination support. Removed OPTIONS method.
Security assessment
Changes describe DataSync task metadata and API response structure without addressing security aspects or introducing security-related content. Standard API documentation update.
Diff
diff --git a/solutions/latest/dea-api/datasync-tasks.md b/solutions/latest/dea-api/datasync-tasks.md index 480251659..298a1b2e4 100644 --- a//solutions/latest/dea-api/datasync-tasks.md +++ b//solutions/latest/dea-api/datasync-tasks.md @@ -5 +5 @@ -URIHTTP methods +URIHTTP methodsSchemasProperties @@ -7 +7,3 @@ URIHTTP methods -# Datasync Tasks +# DataSync tasks + +This endpoint provides a way to return a list of all tasks in AWS DataSync with associated metadata. @@ -19,2 +20,0 @@ returns list of datasync tasks -### OPTIONS - @@ -23 +23,46 @@ ResponsesStatus code| Response model| Description -`204`| None| 204 response +`200`| `DataSync_response_200`| Success Response + +## Schemas + +### Response bodies + + + { + "DataSyncTasks": [ + [ + { + "taskArn": "string", + "taskId": "string", + "sourceLocationArn": "string", + "destinationLocationArn": "string", + "dataVaultUlid": "string", + "status": "string", + "created": "string", + "lastExecutionCompleted": "string" + } + ] + ], + "next": "string" + } + +## Properties + +### DataSyncTask + +Property| Type| Required| Description +---|---|---|--- +`created`| string| False| +`dataVaultUlid`| string| False| +`destinationLocationArn`| string| False| +`lastExecutionCompleted`| string| False| +`sourceLocationArn`| string| False| +`status`| string| False| +`taskArn`| string| False| +`taskId`| string| False| + +### DataSync_response_200 + +Property| Type| Required| Description +---|---|---|--- +`DataSyncTasks`| Array of type Array of type DataSyncTask| False| +`next`| string| False| @@ -31 +76 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Cases My-cases +Data vaults – Tasks @@ -33 +78 @@ Cases My-cases -Datavaults +System audit