{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-describe-config-rule-evaluation-status-response-schema.json", "title": "DescribeConfigRuleEvaluationStatusResponse", "description": "
", "type": "object", "properties": { "ConfigRulesEvaluationStatus": { "allOf": [ { "$ref": "#/components/schemas/ConfigRuleEvaluationStatusList" }, { "description": "Status information about your Config managed rules." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The string that you use in a subsequent request to get the next page of results in a paginated response." } ] } } }