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 event types that meet the specified filter criteria. You can use this API operation to find information about the Health event, such as the category, Amazon Web Service, and event code. The metadata for each event appears in the EventType object.

If you don't specify a filter criteria, the API operation returns all event types, in no particular order.

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 DescribeEventTypesAsync.

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

Syntax

C#
public abstract DescribeEventTypesResponse DescribeEventTypes(
         DescribeEventTypesRequest request
)

Parameters

request
Type: Amazon.AWSHealth.Model.DescribeEventTypesRequest

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

Return Value


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

Exceptions

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

Version Information

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

See Also