Values_2.UpdateContactFlowModuleMetadataRequestSourceUpdates metadata about specified flow module.
type nonrec t = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)contactFlowModuleId : Values_0.ContactFlowModuleId.t;The identifier of the flow module.
*)name : Values_0.ContactFlowModuleName.t option;The name of the flow module.
*)description : Values_0.ContactFlowModuleDescription.t option;The description of the flow module.
*)state : Values_0.ContactFlowModuleState.t option;The state of flow module.
*)}val make :
?name:??? ->
?description:??? ->
?state:??? ->
instanceId:Values_0.InstanceId.t ->
contactFlowModuleId:Values_0.ContactFlowModuleId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.InstanceId.t ]) list ]