Amazon Config · Schema

GetDiscoveredResourceCountsResponse

GetDiscoveredResourceCountsResponse schema

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
totalDiscoveredResources object
resourceCounts object
nextToken object
View JSON Schema on GitHub

JSON Schema

config-get-discovered-resource-counts-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-get-discovered-resource-counts-response-schema.json",
  "title": "GetDiscoveredResourceCountsResponse",
  "description": "GetDiscoveredResourceCountsResponse schema",
  "type": "object",
  "properties": {
    "totalDiscoveredResources": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Long"
        },
        {
          "description": "<p>The total number of resources that Config is recording in the region for your account. If you specify resource types in the request, Config returns only the total number of resources for those resource types.</p> <p class=\"title\"> <b>Example</b> </p> <ol> <li> <p>Config is recording three resource types in the US East (Ohio) Region for your account: 25 EC2 instances, 20 IAM users, and 15 S3 buckets, for a total of 60 resources.</p> </li> <li> <p>You make a call to the <code>GetDiscoveredResourceCounts</code> action and specify the resource type, <code>\"AWS::EC2::Instances\"</code>, in the request.</p> </li> <li> <p>Config returns 25 for <code>totalDiscoveredResources</code>.</p> </li> </ol>"
        }
      ]
    },
    "resourceCounts": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceCounts"
        },
        {
          "description": "The list of <code>ResourceCount</code> objects. Each object is listed in descending order by the number of resources."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The string that you use in a subsequent request to get the next page of results in a paginated response."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/config-get-discovered-resource-counts-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.