Values.DataIntegrationEventSourceThe data integration event details.
type nonrec t = {instanceId : UUID.t option;The AWS Supply Chain instance identifier.
*)eventId : UUID.t option;The unique event identifier.
*)eventType : DataIntegrationEventType.t option;The data event type.
*)eventGroupId : DataIntegrationEventGroupId.t option;Event identifier (for example, orderId for InboundOrder) used for data sharding or partitioning.
*)eventTimestamp : Timestamp.t option;The event timestamp (in epoch seconds).
*)datasetTargetDetails : DataIntegrationEventDatasetTargetDetails.t option;The target dataset details for a DATASET event type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of UUID.t
| `Structure of
(string
* [> `Enum of string
| `String of DataIntegrationDatasetArn.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]