Values.EventSummarySourceDetails about a timeline event during an incident.
type nonrec t = {eventId : UUID.t option;The timeline event ID.
*)eventReferences : EventReferenceList.t option;A list of references in a TimelineEvent.
*)eventTime : Timestamp.t option;The timestamp for when the event occurred.
*)eventType : TimelineEventType.t option;The type of event. The timeline event must be Custom Event or Note.
*)eventUpdatedTime : Timestamp.t option;The timestamp for when the timeline event was last updated.
*)incidentRecordArn : Arn.t option;The Amazon Resource Name (ARN) of the incident that the event happened during.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of GeneratedId.t ]) list ]
list
| `String of UUID.t
| `Timestamp of Timestamp.t ])
list ]