Values_0.CreateContactFlowModuleVersionRequestSourceCreates an immutable snapshot of a contact flow module, preserving its content and settings at a specific point in time for version control and rollback capabilities.
type nonrec t = {instanceId : InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)description : ContactFlowModuleDescription.t option;The description of the flow module version.
*)contactFlowModuleId : ARN.t;The identifier of the flow module.
*)flowModuleContentSha256 : FlowModuleContentSha256.t option;Indicates the checksum value of the flow module content.
*)}val make :
?description:??? ->
?flowModuleContentSha256:??? ->
instanceId:InstanceId.t ->
contactFlowModuleId:ARN.t ->
unit ->
t