Module Smaws_Client_Health.DescribeEvents

Returns information about events that meet the specified filter criteria. Events are returned in a summary form and do not include the detailed description, any additional metadata that depends on the event type, or any affected resources. To retrieve that information, use the DescribeEventDetails and DescribeAffectedEntities operations.

If no filter criteria are specified, all events are returned. Results are sorted by lastModifiedTime, starting with the most recent event.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InvalidPaginationToken of Types.invalid_pagination_token | `UnsupportedLocale of Types.unsupported_locale ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.describe_events_request -> (Types.describe_events_response, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidPaginationToken of Types.invalid_pagination_token | `UnsupportedLocale of Types.unsupported_locale ]) Stdlib.result