Values.GetDataIntegrationFlowExecutionRequestSourceThe request parameters of GetFlowExecution.
type nonrec t = {instanceId : UUID.t;The AWS Supply Chain instance identifier.
*)flowName : DataIntegrationFlowName.t;The flow name.
*)executionId : UUID.t;The flow execution identifier.
*)}val make :
instanceId:UUID.t ->
flowName:DataIntegrationFlowName.t ->
executionId:UUID.t ->
unit ->
t