{ "opencollection": "1.0.0", "info": { "name": "Amazon DevOps Guru Accounts Cost Estimation API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Cost Estimation", "type": "folder" }, "items": [ { "info": { "name": "GetCostEstimation", "type": "http" }, "http": { "method": "GET", "url": "http://devops-guru.{region}.amazonaws.com/cost-estimation", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "NextToken", "value": "", "type": "query", "description": "The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page." } ] }, "docs": "Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources. For more information, see Estimate your Amazon DevOps Guru costs and Amazon DevOps Guru pricing." }, { "info": { "name": "StartCostEstimation", "type": "http" }, "http": { "method": "PUT", "url": "http://devops-guru.{region}.amazonaws.com/cost-estimation", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services resources." } ] } ], "bundled": true }