Values.DescribePendingAggregationRequestsRequestSourceReturns a list of all pending aggregation requests.
type nonrec t = {limit : DescribePendingAggregationRequestsLimit.t option;The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, Config uses the default.
*)nextToken : String_.t option;The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of DescribePendingAggregationRequestsLimit.t
| `String of String_.t ])
list ]