{ "opencollection": "1.0.0", "info": { "name": "AWS Database Migration Service Endpoints Replication Instances API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Replication Instances", "type": "folder" }, "items": [ { "info": { "name": "Amazon DMS Create a replication instance", "type": "http" }, "http": { "method": "POST", "url": "http://dms.{region}.amazonaws.com/", "body": { "type": "json", "data": "{}" } }, "docs": "Creates the replication instance using the specified parameters. A replication instance is used to run replication tasks." }, { "info": { "name": "Amazon DMS Describe replication instances", "type": "http" }, "http": { "method": "POST", "url": "http://dms.{region}.amazonaws.com/describeReplicationInstances", "body": { "type": "json", "data": "{}" } }, "docs": "Returns information about replication instances." } ] } ], "bundled": true }