Values_0.ContactFlowModuleSourceContains information about a flow module.
type nonrec t = {arn : ARN.t option;The Amazon Resource Name (ARN).
*)id : ContactFlowModuleId.t option;The identifier of the flow module.
*)name : ContactFlowModuleName.t option;The name of the flow module.
*)content : ContactFlowModuleContent.t option;The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language.
*)description : ContactFlowModuleDescription.t option;The description of the flow module.
*)state : ContactFlowModuleState.t option;The type of flow module.
*)status : ContactFlowModuleStatus.t option;The status of the flow module.
*)flowModuleContentSha256 : FlowModuleContentSha256.t option;Hash of the module content for integrity verification.
*)version : ResourceVersion.t option;The version of the flow module.
*)versionDescription : ContactFlowModuleDescription.t option;Description of the version.
*)settings : FlowModuleSettings.t option;The configuration settings for the flow module.
*)externalInvocationConfiguration : ExternalInvocationConfiguration.t option;The external invocation configuration for the flow module
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of ResourceVersion.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ARN.t
| `Structure of (string * [> `Boolean of Boolean.t ]) list ])
list ]