{ "opencollection": "1.0.0", "info": { "name": "Amazon CloudFront Distributions Functions API", "version": "2020-05-31" }, "items": [ { "info": { "name": "Functions", "type": "folder" }, "items": [ { "info": { "name": "Amazon CloudFront List CloudFront functions", "type": "http" }, "http": { "method": "GET", "url": "https://cloudfront.amazonaws.com/2020-05-31/function", "params": [ { "name": "Marker", "value": "", "type": "query", "description": "Use this to paginate results." }, { "name": "MaxItems", "value": "", "type": "query", "description": "The maximum number of functions to return." }, { "name": "Stage", "value": "", "type": "query", "description": "The function stage to filter by." } ] }, "docs": "Gets a list of all CloudFront functions in your AWS account." }, { "info": { "name": "Amazon CloudFront Create a CloudFront function", "type": "http" }, "http": { "method": "POST", "url": "https://cloudfront.amazonaws.com/2020-05-31/function" }, "docs": "Creates a CloudFront function. CloudFront functions are lightweight functions in JavaScript for high-scale, latency-sensitive CDN customizations." } ] } ], "bundled": true }