{ "opencollection": "1.0.0", "info": { "name": "Amazon Athena Data Catalogs Work Groups API", "version": "2017-05-18" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Work Groups", "type": "folder" }, "items": [ { "info": { "name": "Amazon Athena Create Work Group", "type": "http" }, "http": { "method": "POST", "url": "https://athena.us-east-1.amazonaws.com/?Action=CreateWorkGroup", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a workgroup with the specified name. A workgroup can contain one or more named queries or scheduled queries." }, { "info": { "name": "Amazon Athena Delete Work Group", "type": "http" }, "http": { "method": "POST", "url": "https://athena.us-east-1.amazonaws.com/?Action=DeleteWorkGroup", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes the workgroup with the specified name. The primary workgroup cannot be deleted." }, { "info": { "name": "Amazon Athena Get Work Group", "type": "http" }, "http": { "method": "POST", "url": "https://athena.us-east-1.amazonaws.com/?Action=GetWorkGroup", "body": { "type": "json", "data": "{}" } }, "docs": "Returns information about the workgroup with the specified name." }, { "info": { "name": "Amazon Athena Update Work Group", "type": "http" }, "http": { "method": "POST", "url": "https://athena.us-east-1.amazonaws.com/?Action=UpdateWorkGroup", "body": { "type": "json", "data": "{}" } }, "docs": "Updates the workgroup with the specified name. The workgroup's name cannot be changed." }, { "info": { "name": "Amazon Athena List Work Groups", "type": "http" }, "http": { "method": "POST", "url": "https://athena.us-east-1.amazonaws.com/?Action=ListWorkGroups", "body": { "type": "json", "data": "{}" } }, "docs": "Lists available workgroups for the account." } ] } ], "bundled": true }