{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Secondary DNS (ACL) API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Secondary DNS (ACL)", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List ACLs", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/secondary_dns/acls", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "List ACLs." }, { "info": { "name": "APIs.io Engineering Platform Create ACL", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/secondary_dns/acls", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create ACL." }, { "info": { "name": "APIs.io Engineering Platform ACL Details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/secondary_dns/acls/:acl_id", "params": [ { "name": "acl_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get ACL." }, { "info": { "name": "APIs.io Engineering Platform Update ACL", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/secondary_dns/acls/:acl_id", "params": [ { "name": "acl_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify ACL." }, { "info": { "name": "APIs.io Engineering Platform Delete ACL", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/secondary_dns/acls/:acl_id", "params": [ { "name": "acl_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete ACL." } ] } ], "bundled": true }