Values.FlowVersionSummarySourceContains information about a version of a flow. This data type is used in the following API operations: ListFlowVersions response
type nonrec t = {id : FlowId.t option;The unique identifier of the flow.
*)arn : FlowArn.t option;The Amazon Resource Name (ARN) of the flow that the version belongs to.
*)status : FlowStatus.t option;The status of the flow.
*)createdAt : DateTimestamp.t option;The time at the version was created.
*)version : NumericalVersion.t option;The version of the flow.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of FlowId.t
| `Timestamp of DateTimestamp.t ])
list ]