v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1443117.3 KB

Lists the AWS Cost and Usage reports available to this account.

post/#X-Amz-Target=AWSOrigamiServiceGatewayService.DescribeReportDefinitions

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'AWSOrigamiServiceGatewayService.DescribeReportDefinitions' required

Request body

MaxResultsinteger

The maximum number of results that AWS returns for the operation.

NextTokenstring

A generic string.

Response

Success

NextTokenstring

A generic string.

Example response

{
  "ReportDefinitions": [
    {
      "AdditionalArtifacts": [
        "QUICKSIGHT"
      ],
      "AdditionalSchemaElements": [
        "RESOURCES"
      ],
      "Compression": "GZIP",
      "Format": "textORcsv",
      "ReportName": "ExampleReport",
      "S3Bucket": "example-s3-bucket",
      "S3Prefix": "exampleprefix",
      "S3Region": "us-east-1",
      "TimeUnit": "HOURLY"
    },
    {
      "AdditionalArtifacts": [
        "QUICKSIGHT"
      ],
      "AdditionalSchemaElements": [
        "RESOURCES"
      ],
      "Compression": "GZIP",
      "Format": "textORcsv",
      "ReportName": "ExampleReport2",
      "S3Bucket": "example-s3-bucket",
      "S3Prefix": "exampleprefix",
      "S3Region": "us-east-1",
      "TimeUnit": "HOURLY"
    }
  ]
}