Values.DescribeEntityAggregatesResponseSourceReturns the number of entities that are affected by each of the specified events.
type nonrec t = {entityAggregates : EntityAggregateList.t option;The number of entities that are affected by each of the specified events.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of Count.t
| `Map of
([> `Enum of string ] * [> `Integer of Count.t ]) list
| `String of EventArn.t ])
list ]
list ])
list ]