{ "opencollection": "1.0.0", "info": { "name": "AWS Database Migration Service Endpoints Replication Tasks API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Replication Tasks", "type": "folder" }, "items": [ { "info": { "name": "Amazon DMS Create a replication task", "type": "http" }, "http": { "method": "POST", "url": "http://dms.{region}.amazonaws.com/createReplicationTask", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a replication task using the specified parameters. A replication task moves data from a source endpoint to a target endpoint." }, { "info": { "name": "Amazon DMS Start a replication task", "type": "http" }, "http": { "method": "POST", "url": "http://dms.{region}.amazonaws.com/startReplicationTask", "body": { "type": "json", "data": "{}" } }, "docs": "Starts the replication task." } ] } ], "bundled": true }