{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-get-resource-config-history-response-structure.json", "name": "GetResourceConfigHistoryResponse", "description": "The output for the GetResourceConfigHistory action.", "type": "object", "properties": { "configurationItems": { "allOf": [ { "$ref": "#/components/schemas/ConfigurationItemList" }, { "description": "A list that contains the configuration history of one or more 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." } ] } } }