{ "opencollection": "1.0.0", "info": { "name": "Amazon Athena Data Catalogs Databases API", "version": "2017-05-18" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Databases", "type": "folder" }, "items": [ { "info": { "name": "Amazon Athena List Databases", "type": "http" }, "http": { "method": "POST", "url": "https://athena.us-east-1.amazonaws.com/?Action=ListDatabases", "body": { "type": "json", "data": "{}" } }, "docs": "Lists the databases in the specified data catalog." }, { "info": { "name": "Amazon Athena Get Database", "type": "http" }, "http": { "method": "POST", "url": "https://athena.us-east-1.amazonaws.com/?Action=GetDatabase", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a database object for the specified database and data catalog." } ] } ], "bundled": true }