Values.TimelineEventSourceA significant event that happened during the incident.
type nonrec t = {eventData : EventData.t option;A short description of the event.
*)eventId : UUID.t option;The ID of the timeline event.
*)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 that occurred. Currently Incident Manager supports only the Custom Event and Note types.
*)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 occurred during.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of GeneratedId.t ]) list ]
list
| `String of EventData.t
| `Timestamp of Timestamp.t ])
list ]