{ "opencollection": "1.0.0", "info": { "name": "Amazon Forecast Dataset Groups API", "version": "2018-06-26" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Dataset Groups", "type": "folder" }, "items": [ { "info": { "name": "List Dataset Groups", "type": "http" }, "http": { "method": "GET", "url": "https://forecast.{region}.amazonaws.com/dataset-groups", "params": [ { "name": "maxResults", "value": "", "type": "query", "description": "Maximum results." }, { "name": "nextToken", "value": "", "type": "query", "description": "Pagination token." } ] }, "docs": "Returns a list of dataset groups." }, { "info": { "name": "Create Dataset Group", "type": "http" }, "http": { "method": "POST", "url": "https://forecast.{region}.amazonaws.com/dataset-groups", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a dataset group, which holds a collection of related datasets." } ] } ], "bundled": true }