{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 DLP Settings API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "DLP Settings", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Fetch limits associated with DLP for account", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dlp/limits", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Fetch limits associated with DLP for account" }, { "info": { "name": "APIs.io Engineering Platform Validate a DLP regex pattern", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dlp/patterns/validate", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Account ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Validates whether this pattern is a valid regular expression. Rejects it if\nthe regular expression is too complex or can match an unbounded-length\nstring. The regex will be rejected if it uses `*` or `+`. Bound the maximum\nnumber of characters that can be matched using a range, e.g. `{1,100}`." }, { "info": { "name": "APIs.io Engineering Platform Get payload log settings", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dlp/payload_log", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Get payload log settings" }, { "info": { "name": "APIs.io Engineering Platform Set payload log settings", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dlp/payload_log", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "APIs.io Engineering Platform Set payload log settings" } ] } ], "bundled": true }