github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/cur/2017-01-06/docs-2.json (about) 1 { 2 "version": "2.0", 3 "service": "<p>The AWS Cost and Usage Report API enables you to programmatically create, query, and delete AWS Cost and Usage report definitions.</p> <p>AWS Cost and Usage reports track the monthly AWS costs and usage associated with your AWS account. The report contains line items for each unique combination of AWS product, usage type, and operation that your AWS account uses. You can configure the AWS Cost and Usage report to show only the data that you want, using the AWS Cost and Usage API.</p> <p>Service Endpoint</p> <p>The AWS Cost and Usage Report API provides the following endpoint:</p> <ul> <li> <p>cur.us-east-1.amazonaws.com</p> </li> </ul>", 4 "operations": { 5 "DeleteReportDefinition": "<p>Deletes the specified report.</p>", 6 "DescribeReportDefinitions": "<p>Lists the AWS Cost and Usage reports available to this account.</p>", 7 "ModifyReportDefinition": "<p>Allows you to programatically update your report preferences.</p>", 8 "PutReportDefinition": "<p>Creates a new report using the description that you provide.</p>" 9 }, 10 "shapes": { 11 "AWSRegion": { 12 "base": "<p>The region of the S3 bucket that AWS delivers the report into.</p>", 13 "refs": { 14 "ReportDefinition$S3Region": null 15 } 16 }, 17 "AdditionalArtifact": { 18 "base": "<p>The types of manifest that you want AWS to create for this report.</p>", 19 "refs": { 20 "AdditionalArtifactList$member": null 21 } 22 }, 23 "AdditionalArtifactList": { 24 "base": "<p>A list of additional artifacts.</p>", 25 "refs": { 26 "ReportDefinition$AdditionalArtifacts": "<p>A list of manifests that you want Amazon Web Services to create for this report.</p>" 27 } 28 }, 29 "BillingViewArn": { 30 "base": null, 31 "refs": { 32 "ReportDefinition$BillingViewArn": "<p> The Amazon resource name of the billing view. You can get this value by using the billing view service public APIs. </p>" 33 } 34 }, 35 "CompressionFormat": { 36 "base": "<p>The compression format that AWS uses for the report.</p>", 37 "refs": { 38 "ReportDefinition$Compression": null 39 } 40 }, 41 "DeleteReportDefinitionRequest": { 42 "base": "<p>Deletes the specified report.</p>", 43 "refs": { 44 } 45 }, 46 "DeleteReportDefinitionResponse": { 47 "base": "<p>If the action is successful, the service sends back an HTTP 200 response.</p>", 48 "refs": { 49 } 50 }, 51 "DeleteResponseMessage": { 52 "base": "<p>Whether the deletion was successful or not.</p>", 53 "refs": { 54 "DeleteReportDefinitionResponse$ResponseMessage": null 55 } 56 }, 57 "DescribeReportDefinitionsRequest": { 58 "base": "<p>Requests a list of AWS Cost and Usage reports owned by the account.</p>", 59 "refs": { 60 } 61 }, 62 "DescribeReportDefinitionsResponse": { 63 "base": "<p>If the action is successful, the service sends back an HTTP 200 response.</p>", 64 "refs": { 65 } 66 }, 67 "DuplicateReportNameException": { 68 "base": "<p>A report with the specified name already exists in the account. Specify a different report name.</p>", 69 "refs": { 70 } 71 }, 72 "ErrorMessage": { 73 "base": "<p>A message to show the detail of the exception.</p>", 74 "refs": { 75 "DuplicateReportNameException$Message": null, 76 "InternalErrorException$Message": null, 77 "ReportLimitReachedException$Message": null, 78 "ValidationException$Message": null 79 } 80 }, 81 "GenericString": { 82 "base": "<p>A generic string.</p>", 83 "refs": { 84 "DescribeReportDefinitionsRequest$NextToken": null, 85 "DescribeReportDefinitionsResponse$NextToken": null 86 } 87 }, 88 "InternalErrorException": { 89 "base": "<p>An error on the server occurred during the processing of your request. Try again later.</p>", 90 "refs": { 91 } 92 }, 93 "MaxResults": { 94 "base": "<p>The maximum number of results that AWS returns for the operation.</p>", 95 "refs": { 96 "DescribeReportDefinitionsRequest$MaxResults": null 97 } 98 }, 99 "ModifyReportDefinitionRequest": { 100 "base": null, 101 "refs": { 102 } 103 }, 104 "ModifyReportDefinitionResponse": { 105 "base": null, 106 "refs": { 107 } 108 }, 109 "PutReportDefinitionRequest": { 110 "base": "<p>Creates a Cost and Usage Report.</p>", 111 "refs": { 112 } 113 }, 114 "PutReportDefinitionResponse": { 115 "base": "<p>If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.</p>", 116 "refs": { 117 } 118 }, 119 "RefreshClosedReports": { 120 "base": null, 121 "refs": { 122 "ReportDefinition$RefreshClosedReports": "<p>Whether you want Amazon Web Services to update your reports after they have been finalized if Amazon Web Services detects charges related to previous months. These charges can include refunds, credits, or support fees.</p>" 123 } 124 }, 125 "ReportDefinition": { 126 "base": "<p>The definition of AWS Cost and Usage Report. You can specify the report name, time unit, report format, compression format, S3 bucket, additional artifacts, and schema elements in the definition. </p>", 127 "refs": { 128 "ModifyReportDefinitionRequest$ReportDefinition": null, 129 "PutReportDefinitionRequest$ReportDefinition": "<p>Represents the output of the PutReportDefinition operation. The content consists of the detailed metadata and data file information. </p>", 130 "ReportDefinitionList$member": null 131 } 132 }, 133 "ReportDefinitionList": { 134 "base": "<p>A list of report definitions.</p>", 135 "refs": { 136 "DescribeReportDefinitionsResponse$ReportDefinitions": "<p>A list of AWS Cost and Usage reports owned by the account.</p>" 137 } 138 }, 139 "ReportFormat": { 140 "base": "<p>The format that AWS saves the report in.</p>", 141 "refs": { 142 "ReportDefinition$Format": null 143 } 144 }, 145 "ReportLimitReachedException": { 146 "base": "<p>This account already has five reports defined. To define a new report, you must delete an existing report.</p>", 147 "refs": { 148 } 149 }, 150 "ReportName": { 151 "base": "<p>The name of the report that you want to create. The name must be unique, is case sensitive, and can't include spaces. </p>", 152 "refs": { 153 "DeleteReportDefinitionRequest$ReportName": "<p>The name of the report that you want to delete. The name must be unique, is case sensitive, and can't include spaces.</p>", 154 "ModifyReportDefinitionRequest$ReportName": null, 155 "ReportDefinition$ReportName": null 156 } 157 }, 158 "ReportVersioning": { 159 "base": null, 160 "refs": { 161 "ReportDefinition$ReportVersioning": "<p>Whether you want Amazon Web Services to overwrite the previous version of each report or to deliver the report in addition to the previous versions.</p>" 162 } 163 }, 164 "S3Bucket": { 165 "base": "<p>The S3 bucket where AWS delivers the report.</p>", 166 "refs": { 167 "ReportDefinition$S3Bucket": null 168 } 169 }, 170 "S3Prefix": { 171 "base": "<p>The prefix that AWS adds to the report name when AWS delivers the report. Your prefix can't include spaces.</p>", 172 "refs": { 173 "ReportDefinition$S3Prefix": null 174 } 175 }, 176 "SchemaElement": { 177 "base": "<p>Whether or not AWS includes resource IDs in the report. </p>", 178 "refs": { 179 "SchemaElementList$member": null 180 } 181 }, 182 "SchemaElementList": { 183 "base": "<p>A list of strings that indicate the content that is included in the report, such as service or usage type.</p>", 184 "refs": { 185 "ReportDefinition$AdditionalSchemaElements": "<p>A list of strings that indicate additional content that Amazon Web Services includes in the report, such as individual resource IDs. </p>" 186 } 187 }, 188 "TimeUnit": { 189 "base": "<p>The length of time covered by the report. </p>", 190 "refs": { 191 "ReportDefinition$TimeUnit": null 192 } 193 }, 194 "ValidationException": { 195 "base": "<p>The input fails to satisfy the constraints specified by an AWS service.</p>", 196 "refs": { 197 } 198 } 199 } 200 }