{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Zero Trust Gateway Rules API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Zero Trust Gateway Rules", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Zero Trust Gateway rules", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/rules", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches the Zero Trust Gateway rules for an account." }, { "info": { "name": "APIs.io Engineering Platform Create a Zero Trust Gateway rule", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/rules", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Zero Trust Gateway rule." }, { "info": { "name": "APIs.io Engineering Platform Get Zero Trust Gateway rule details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/rules/:rule_id", "params": [ { "name": "rule_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches a single Zero Trust Gateway rule." }, { "info": { "name": "APIs.io Engineering Platform Update a Zero Trust Gateway rule", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/rules/:rule_id", "params": [ { "name": "rule_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a configured Zero Trust Gateway rule." }, { "info": { "name": "APIs.io Engineering Platform Delete a Zero Trust Gateway rule", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/rules/:rule_id", "params": [ { "name": "rule_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a Zero Trust Gateway rule." } ] } ], "bundled": true }