Values_0.ContactFlowModuleSummarySourceContains summary information about a flow.
type nonrec t = {id : ContactFlowModuleId.t option;The identifier of the flow module.
*)arn : ARN.t option;The Amazon Resource Name (ARN) of the flow module.
*)name : ContactFlowModuleName.t option;The name of the flow module.
*)state : ContactFlowModuleState.t option;The type of flow module.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ContactFlowModuleId.t ]) list ]