Values.EventDetailsSourceDetailed information about an event. A combination of an Event object, an EventDescription object, and additional metadata about the event. Returned by the DescribeEventDetails operation.
type nonrec t = {event : Event.t option;Summary information about the event.
*)eventDescription__lc1 : EventDescription.t option;The most recent description of the event.
*)eventMetadata : EventMetadata.t option;Additional metadata about the event.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of MetadataKey.t ] * [> `String of MetadataValue.t ])
list
| `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of EventArn.t
| `Timestamp of Timestamp.t ])
list ])
list ]