{ "opencollection": "1.0.0", "info": { "name": "AWS Budgets Anomaly Detection Notifications API", "version": "2016-10-20" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "Create Notification", "type": "http" }, "http": { "method": "POST", "url": "https://budgets.amazonaws.com/CreateNotification", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a notification. You must create the budget before you create the associated notification." }, { "info": { "name": "Describe Notifications For Budget", "type": "http" }, "http": { "method": "POST", "url": "https://budgets.amazonaws.com/DescribeNotificationsForBudget", "body": { "type": "json", "data": "{}" } }, "docs": "Lists the notifications that are associated with a budget." } ] } ], "bundled": true }