{ "opencollection": "1.0.0", "info": { "name": "AWS Database Migration Service Endpoints API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Endpoints", "type": "folder" }, "items": [ { "info": { "name": "Amazon DMS Create an endpoint", "type": "http" }, "http": { "method": "POST", "url": "http://dms.{region}.amazonaws.com/createEndpoint", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an endpoint using the provided settings, representing a source or target database for migration." }, { "info": { "name": "Amazon DMS Describe endpoints", "type": "http" }, "http": { "method": "POST", "url": "http://dms.{region}.amazonaws.com/describeEndpoints", "body": { "type": "json", "data": "{}" } }, "docs": "Returns information about the endpoints for your account." } ] } ], "bundled": true }