Values.DescribeEventDetailsResponseSourceReturns 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.
type nonrec t = {successfulSet : DescribeEventDetailsSuccessfulSet.t option;Information about the events that could be retrieved.
*)failedSet : DescribeEventDetailsFailedSet.t option;Error messages for any events that could not be retrieved.
*)}type nonrec error = [ | `UnsupportedLocale of UnsupportedLocale.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `Unknown_operation_error of string * string option
| `UnsupportedLocale of UnsupportedLocale.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `Unknown_operation_error of string * string option
| `UnsupportedLocale of UnsupportedLocale.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `String of MetadataKey.t ]
* [> `String of MetadataValue.t ])
list
| `String of EventArn.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of EventArn.t
| `Timestamp of Timestamp.t ])
list ])
list ]
list ])
list ]