describeEventAggregates
inline suspend fun HealthClient.describeEventAggregates(crossinline block: DescribeEventAggregatesRequest.Builder.() -> Unit): DescribeEventAggregatesResponse
Returns 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.