{ "opencollection": "1.0.0", "info": { "name": "Amazon CloudFront CachePolicies Functions API", "version": "2020-05-31" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Functions", "type": "folder" }, "items": [ { "info": { "name": "ListFunctions", "type": "http" }, "http": { "method": "GET", "url": "https://cloudfront.amazonaws.com/2020-05-31/function" }, "docs": "ListFunctions" }, { "info": { "name": "CreateFunction", "type": "http" }, "http": { "method": "POST", "url": "https://cloudfront.amazonaws.com/2020-05-31/function" }, "docs": "CreateFunction" }, { "info": { "name": "DescribeFunction", "type": "http" }, "http": { "method": "GET", "url": "https://cloudfront.amazonaws.com/2020-05-31/function/:Name", "params": [ { "name": "Name", "value": "", "type": "path" } ] }, "docs": "DescribeFunction" }, { "info": { "name": "DeleteFunction", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloudfront.amazonaws.com/2020-05-31/function/:Name", "params": [ { "name": "Name", "value": "", "type": "path" } ] }, "docs": "DeleteFunction" } ] } ], "bundled": true }