Values.AccountEntityAggregateSourceThe number of entities in an account that are impacted by a specific event aggregated by the entity status codes.
type nonrec t = {accountId : EventArn.t option;The 12-digit Amazon Web Services account numbers that contains the affected entities.
*)count : Count.t option;The number of entities that match the filter criteria for the specified events.
*)statuses : EntityStatuses.t option;The number of affected entities aggregated by the entity status codes.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Count.t
| `Map of ([> `Enum of string ] * [> `Integer of Count.t ]) list
| `String of EventArn.t ])
list ]