Values.EventLogEntrySourceInformation about an entry in an event log of Amazon CodeCatalyst activity.
type nonrec t = {id : String_.t option;The system-generated unique ID of the event.
*)eventName : String_.t option;The name of the event.
*)eventType : String_.t option;The type of the event.
*)eventCategory : String_.t option;The category for the event.
*)eventSource : String_.t option;The source of the event.
*)eventTime : SyntheticTimestamp_date_time.t option;The time the event took place, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
*)operationType : OperationType.t option;The type of the event.
*)userIdentity : UserIdentity.t option;The system-generated unique ID of the user whose actions are recorded in the event.
*)projectInformation : ProjectInformation.t option;Information about the project where the event occurred.
*)requestId : String_.t option;The system-generated unique ID of the request.
*)requestPayload : EventPayload.t option;Information about the payload of the request.
*)responsePayload : EventPayload.t option;Information about the payload of the response, if any.
*)errorCode : String_.t option;The code of the error, if any.
*)sourceIpAddress : String_.t option;The IP address of the user whose actions are recorded in the event.
*)userAgent : String_.t option;The user agent whose actions are recorded in the event.
*)}val make :
?id:??? ->
?eventName:??? ->
?eventType:??? ->
?eventCategory:??? ->
?eventSource:??? ->
?eventTime:??? ->
?operationType:??? ->
?userIdentity:??? ->
?projectInformation:??? ->
?requestId:??? ->
?requestPayload:??? ->
?responsePayload:??? ->
?errorCode:??? ->
?sourceIpAddress:??? ->
?userAgent:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]