{ "opencollection": "1.0.0", "info": { "name": "Amazon Aurora DB Cluster Endpoints Global Clusters API", "version": "2014-10-31" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Global Clusters", "type": "folder" }, "items": [ { "info": { "name": "Amazon Aurora Create Global Cluster", "type": "http" }, "http": { "method": "POST", "url": "https://rds.us-east-1.amazonaws.com/?Action=CreateGlobalCluster", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an Aurora global database spread across multiple Amazon Web Services Regions." }, { "info": { "name": "Amazon Aurora Delete Global Cluster", "type": "http" }, "http": { "method": "POST", "url": "https://rds.us-east-1.amazonaws.com/?Action=DeleteGlobalCluster", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a global database cluster. The primary and secondary clusters must already be detached or deleted before attempting to delete a global cluster." }, { "info": { "name": "Amazon Aurora Describe Global Clusters", "type": "http" }, "http": { "method": "POST", "url": "https://rds.us-east-1.amazonaws.com/?Action=DescribeGlobalClusters", "body": { "type": "json", "data": "{}" } }, "docs": "Returns information about Aurora global database clusters." } ] } ], "bundled": true }