{ "opencollection": "1.0.0", "info": { "name": "Amazon Audit Manager Assessments Controls API", "version": "2017-07-25" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Controls", "type": "folder" }, "items": [ { "info": { "name": "Amazon Audit Manager List Controls", "type": "http" }, "http": { "method": "GET", "url": "https://auditmanager.us-east-1.amazonaws.com/controls", "params": [ { "name": "controlType", "value": "", "type": "query" }, { "name": "maxResults", "value": "", "type": "query" }, { "name": "nextToken", "value": "", "type": "query" } ] }, "docs": "Returns a list of controls from AWS Audit Manager." }, { "info": { "name": "Amazon Audit Manager Create Control", "type": "http" }, "http": { "method": "POST", "url": "https://auditmanager.us-east-1.amazonaws.com/controls", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new custom control in AWS Audit Manager." }, { "info": { "name": "Amazon Audit Manager Get Control", "type": "http" }, "http": { "method": "GET", "url": "https://auditmanager.us-east-1.amazonaws.com/controls/:controlId", "params": [ { "name": "controlId", "value": "", "type": "path" } ] }, "docs": "Returns a control from AWS Audit Manager." }, { "info": { "name": "Amazon Audit Manager Update Control", "type": "http" }, "http": { "method": "PUT", "url": "https://auditmanager.us-east-1.amazonaws.com/controls/:controlId", "params": [ { "name": "controlId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a custom control in AWS Audit Manager." }, { "info": { "name": "Amazon Audit Manager Delete Control", "type": "http" }, "http": { "method": "DELETE", "url": "https://auditmanager.us-east-1.amazonaws.com/controls/:controlId", "params": [ { "name": "controlId", "value": "", "type": "path" } ] }, "docs": "Deletes a custom control in AWS Audit Manager." } ] } ], "bundled": true }