Values.LookupEventsResponseSourceContains a response to a LookupEvents action.
type nonrec t = {events : EventsList.t option;A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.
*)nextToken : NextToken.t option;The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.
*)}type nonrec error = [ | `InvalidEventCategoryException of InvalidEventCategoryException.t| `InvalidLookupAttributesException of InvalidLookupAttributesException.t| `InvalidMaxResultsException of InvalidMaxResultsException.t| `InvalidNextTokenException of InvalidNextTokenException.t| `InvalidTimeRangeException of InvalidTimeRangeException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidEventCategoryException of unit
| `InvalidLookupAttributesException of unit
| `InvalidMaxResultsException of unit
| `InvalidNextTokenException of unit
| `InvalidTimeRangeException of unit
| `OperationNotPermittedException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidEventCategoryException of unit
| `InvalidLookupAttributesException of unit
| `InvalidMaxResultsException of unit
| `InvalidNextTokenException of unit
| `InvalidTimeRangeException of unit
| `OperationNotPermittedException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]