{"note":"OpenAPI conversion -- returning structured metadata","name":"amazonaws-com-cur","description":"AWS Cost and Usage Report Service","version":"2017-01-06","base_url":"","endpoints":7,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api AWS Cost and Usage Report Service\n@version 2017-01-06\n@auth AWS SigV4\n@endpoints 7\n@toc root(7)\n\n@endpoint POST /\n@desc Deletes the specified report. Any tags associated with the report are also deleted.\n@required {ReportName: str}\n@returns(200) {ResponseMessage: str?}\n\n@endpoint POST /\n@desc Lists the Amazon Web Services Cost and Usage Report available to this account.\n@optional {MaxResults: int, NextToken: str}\n@returns(200) {ReportDefinitions: [ReportDefinition]?, NextToken: str?}\n\n@endpoint POST /\n@desc Lists the tags associated with the specified report definition.\n@required {ReportName: str}\n@returns(200) {Tags: [Tag]?}\n\n@endpoint POST /\n@desc Allows you to programmatically update your report preferences.\n@required {ReportName: str, ReportDefinition: ReportDefinition}\n\n@endpoint POST /\n@desc Creates a new report using the description that you provide.\n@required {ReportDefinition: ReportDefinition}\n@optional {Tags: [Tag]}\n\n@endpoint POST /\n@desc Associates a set of tags with a report definition.\n@required {ReportName: str, Tags: [Tag]}\n\n@endpoint POST /\n@desc Disassociates a set of tags from a report definition.\n@required {ReportName: str, TagKeys: [str]}\n\n@end\n"}