Amazon Config · Schema

GetResourceConfigHistoryRequest

The input for the GetResourceConfigHistory action.

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
resourceType object
resourceId object
laterTime object
earlierTime object
chronologicalOrder object
limit object
nextToken object
View JSON Schema on GitHub

JSON Schema

config-get-resource-config-history-request-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-resource-config-history-request-schema.json",
  "title": "GetResourceConfigHistoryRequest",
  "description": "The input for the <a>GetResourceConfigHistory</a> action.",
  "type": "object",
  "properties": {
    "resourceType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceType"
        },
        {
          "description": "The resource type."
        }
      ]
    },
    "resourceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceId"
        },
        {
          "description": "The ID of the resource (for example., <code>sg-xxxxxx</code>)."
        }
      ]
    },
    "laterTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LaterTime"
        },
        {
          "description": "The time stamp that indicates a later time. If not specified, current time is taken."
        }
      ]
    },
    "earlierTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EarlierTime"
        },
        {
          "description": "The time stamp that indicates an earlier time. If not specified, the action returns paginated results that contain configuration items that start when the first configuration item was recorded."
        }
      ]
    },
    "chronologicalOrder": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChronologicalOrder"
        },
        {
          "description": "The chronological order for configuration items listed. By default, the results are listed in reverse chronological order."
        }
      ]
    },
    "limit": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Limit"
        },
        {
          "description": "The maximum number of configuration items returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response."
        }
      ]
    }
  },
  "required": [
    "resourceType",
    "resourceId"
  ]
}

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-resource-config-history-request"
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.