Amazon CodeGuru Profiler · JSON Structure

Amazon Codeguru Profiler Get Findings Report Account Summary Response Structure

The structure representing the GetFindingsReportAccountSummaryResponse.

Type: object Properties: 2 Required: 1
AmazonApplication PerformanceProfilingDevOpsMachine Learning

GetFindingsReportAccountSummaryResponse is a JSON Structure definition published by Amazon CodeGuru Profiler, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

nextToken reportSummaries

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-profiler/refs/heads/main/json-structure/amazon-codeguru-profiler-get-findings-report-account-summary-response-structure.json",
  "name": "GetFindingsReportAccountSummaryResponse",
  "description": "The structure representing the GetFindingsReportAccountSummaryResponse.",
  "type": "object",
  "properties": {
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationToken"
        },
        {
          "description": "The <code>nextToken</code> value to include in a future <code>GetFindingsReportAccountSummary</code> request. When the results of a <code>GetFindingsReportAccountSummary</code> request exceed <code>maxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return."
        }
      ]
    },
    "reportSummaries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FindingsReportSummaries"
        },
        {
          "description": "The return list of <a href=\"https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_FindingsReportSummary.html\"> <code>FindingsReportSummary</code> </a> objects taht contain summaries of analysis results for all profiling groups in your AWS account."
        }
      ]
    }
  },
  "required": [
    "reportSummaries"
  ]
}