Values.DescribeEntityAggregatesForOrganizationResponseSourceReturns a list of entity aggregates for your Organizations that are affected by each of the specified events.
type nonrec t = {organizationEntityAggregates : OrganizationEntityAggregatesList.t option;The list of entity aggregates for each of the specified accounts 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
| `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
| `Map of
([> `Enum of string ] * [> `Integer of Count.t ]) list
| `String of EventArn.t ])
list ]
list ])
list ]