Smaws_Client_Health.DescribeEventDetailsReturns detailed information about one or more specified events. Information includes standard event data (Amazon Web Services Region, service, and so on, as returned by DescribeEvents), a detailed event description, and possible additional metadata that depends upon the nature of the event. Affected entities are not included. To retrieve the entities, use the DescribeAffectedEntities operation.
If a specified event can't be retrieved, an error message is returned for that event.
This operation supports resource-level permissions. You can use this operation to allow or deny access to specific Health events. For more information, see Resource- and action-based conditions in the Health User Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `UnsupportedLocale of Types.unsupported_locale ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_event_details_request ->
(Types.describe_event_details_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `UnsupportedLocale of Types.unsupported_locale ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_event_details_request ->
(Types.describe_event_details_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `UnsupportedLocale of Types.unsupported_locale ]
* Smaws_Lib.Response.metadata)
Stdlib.result