{ "opencollection": "1.0.0", "info": { "name": "Amazon CloudFront Distributions API", "version": "2020-05-31" }, "items": [ { "info": { "name": "Distributions", "type": "folder" }, "items": [ { "info": { "name": "Amazon CloudFront List CloudFront distributions", "type": "http" }, "http": { "method": "GET", "url": "https://cloudfront.amazonaws.com/2020-05-31/distribution", "params": [ { "name": "Marker", "value": "", "type": "query", "description": "Use this when paginating results to indicate where to begin in your list of distributions." }, { "name": "MaxItems", "value": "", "type": "query", "description": "The maximum number of distributions to return." } ] }, "docs": "Returns a list of distributions for the current AWS account." }, { "info": { "name": "Amazon CloudFront Create a new CloudFront distribution", "type": "http" }, "http": { "method": "POST", "url": "https://cloudfront.amazonaws.com/2020-05-31/distribution" }, "docs": "Creates a new CloudFront distribution. You create a distribution to tell CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery." }, { "info": { "name": "Amazon CloudFront Get a CloudFront distribution", "type": "http" }, "http": { "method": "GET", "url": "https://cloudfront.amazonaws.com/2020-05-31/distribution/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "The distribution's ID." } ] }, "docs": "Get the information about a distribution." }, { "info": { "name": "Amazon CloudFront Delete a CloudFront distribution", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloudfront.amazonaws.com/2020-05-31/distribution/:Id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "Id", "value": "", "type": "path", "description": "The distribution ID." } ] }, "docs": "Delete a distribution. You must disable the distribution before deleting it." }, { "info": { "name": "Amazon CloudFront Update a CloudFront distribution configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://cloudfront.amazonaws.com/2020-05-31/distribution/:Id/config", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "Id", "value": "", "type": "path", "description": "The distribution's ID." } ] }, "docs": "Update a distribution's configuration." } ] } ], "bundled": true }