Values.DataIntegrationFlowExecutionSourceThe flow execution details.
type nonrec t = {instanceId : UUID.t option;The flow execution's instanceId.
*)flowName : DataIntegrationFlowName.t option;The flow execution's flowName.
*)executionId : UUID.t option;The flow executionId.
*)status : DataIntegrationFlowExecutionStatus.t option;The status of flow execution.
*)sourceInfo : DataIntegrationFlowExecutionSourceInfo.t option;The source information for a flow execution.
*)message : String_.t option;The failure message (if any) of failed flow execution.
*)startTime : Timestamp.t option;The flow execution start timestamp.
*)endTime : Timestamp.t option;The flow execution end timestamp.
*)outputMetadata : DataIntegrationFlowExecutionOutputMetadata.t option;The flow execution output metadata.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of UUID.t
| `Structure of
(string
* [> `Enum of string
| `String of
DataIntegrationFlowExecutionDiagnosticReportsRootS3URI.t
| `Structure of (string * [> `String of S3BucketName.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]