{ "opencollection": "1.0.0", "info": { "name": "Amazon Athena Data Catalogs API", "version": "2017-05-18" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Data Catalogs", "type": "folder" }, "items": [ { "info": { "name": "Amazon Athena Create Data Catalog", "type": "http" }, "http": { "method": "POST", "url": "https://athena.us-east-1.amazonaws.com/?Action=CreateDataCatalog", "body": { "type": "json", "data": "{}" } }, "docs": "Creates (registers) a data catalog with the specified name and properties. Catalogs created are visible to all users of the same AWS account." }, { "info": { "name": "Amazon Athena Delete Data Catalog", "type": "http" }, "http": { "method": "POST", "url": "https://athena.us-east-1.amazonaws.com/?Action=DeleteDataCatalog", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a data catalog." }, { "info": { "name": "Amazon Athena Get Data Catalog", "type": "http" }, "http": { "method": "POST", "url": "https://athena.us-east-1.amazonaws.com/?Action=GetDataCatalog", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the specified data catalog." }, { "info": { "name": "Amazon Athena List Data Catalogs", "type": "http" }, "http": { "method": "POST", "url": "https://athena.us-east-1.amazonaws.com/?Action=ListDataCatalogs", "body": { "type": "json", "data": "{}" } }, "docs": "Lists the data catalogs in the current AWS account." } ] } ], "bundled": true }