Values.AuditEventSourceRepresents the content of a particular audit event.
type nonrec t = {eventId : AuditEventId.t option;Unique identifier of a case audit history event.
*)type_ : AuditEventType.t option;The type of audit history event. Valid Values: Case.Created | Case.Updated | RelatedItem.Created | RelatedItem.Updated | RelatedItem.Deleted
*)performedTime : AuditEventDateTime.t option;Time at which an Audit History event took place.
*)fields : AuditEventFieldList.t option;A list of Case Audit History event fields.
*)performedBy : AuditEventPerformedBy.t option;Information of the user which performed the audit.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of AuditEventFieldId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `String of
AuditEventFieldValueUnionStringValueString.t
| `Structure of 'a list ])
list ])
list ]
list
| `String of AuditEventId.t
| `Structure of
(string
* [> `String of IamPrincipalArn.t
| `Structure of (string * [> `String of UserArn.t ]) list ])
list
| `Timestamp of AuditEventDateTime.t ])
list ]