Values.EventDescriptionsMessageSourceResult message wrapping a list of event descriptions.
type describeEventsResult = {events : EventDescriptionList.t option;A list of EventDescription.
*)nextToken : Token.t option;If returned, this indicates that there are more results to obtain. Use this token in the next DescribeEvents call to get the next batch of events.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of EventMessage.t
| `Timestamp of EventDate.t ])
list ]
list
| `String of Token.t ])
list ])
list ]