describeEventTypes
inline suspend fun HealthClient.describeEventTypes(crossinline block: DescribeEventTypesRequest.Builder.() -> Unit): DescribeEventTypesResponse
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.