Smaws_Client_Health.DescribeEventAggregatesReturns the number of events of each event type (issue, scheduled change, and account notification). If no filter is specified, the counts of all events in each category are returned.
This API operation uses pagination. Specify the nextToken parameter in the next request to return more results.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidPaginationToken of Types.invalid_pagination_token ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_event_aggregates_request ->
(Types.describe_event_aggregates_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidPaginationToken of Types.invalid_pagination_token ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_event_aggregates_request ->
(Types.describe_event_aggregates_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidPaginationToken of Types.invalid_pagination_token ]
* Smaws_Lib.Response.metadata)
Stdlib.result