Values_0.ContactFlowModuleVersionSummarySourceContains information about a version.
type nonrec t = {arn : ARN.t option;The Amazon Resource Name (ARN) of the flow module version.
*)versionDescription : ContactFlowModuleDescription.t option;The description of the flow module version.
*)version : ResourceVersion.t option;The version of the flow module.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of ResourceVersion.t | `String of ARN.t ]) list ]