{ "$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-pending-aggregation-requests-request-schema.json", "title": "DescribePendingAggregationRequestsRequest", "description": "DescribePendingAggregationRequestsRequest schema", "type": "object", "properties": { "Limit": { "allOf": [ { "$ref": "#/components/schemas/DescribePendingAggregationRequestsLimit" }, { "description": "The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, Config uses the default." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The nextToken string returned on a previous page that you use to get the next page of results in a paginated response." } ] } } }