AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DescribeEventAggregatesAsync.

Namespace: Amazon.AWSHealth
Assembly: AWSSDK.AWSHealth.dll
Version: 3.x.y.z

Syntax

C#
public abstract DescribeEventAggregatesResponse DescribeEventAggregates(
         DescribeEventAggregatesRequest request
)

Parameters

request
Type: Amazon.AWSHealth.Model.DescribeEventAggregatesRequest

Container for the necessary parameters to execute the DescribeEventAggregates service method.

Return Value


The response from the DescribeEventAggregates service method, as returned by AWSHealth.

Exceptions

ExceptionCondition
InvalidPaginationTokenException The specified pagination token (nextToken) is not valid.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also