Values_0.ContactFlowSourceContains information about a flow.
type nonrec t = {arn : ARN.t option;The Amazon Resource Name (ARN) of the flow.
*)id : ContactFlowId.t option;The identifier of the flow.
*)name : ContactFlowName.t option;The name of the flow.
*)type_ : ContactFlowType.t option;The type of the flow. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.
*)state : ContactFlowState.t option;The type of flow.
*)status : ContactFlowStatus.t option;The status of the flow.
*)description : ContactFlowDescription.t option;The description of the flow.
*)content : ContactFlowContent.t option;The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language. Length Constraints: Minimum length of 1. Maximum length of 256000.
*)flowContentSha256 : FlowContentSha256.t option;Indicates the checksum value of the flow content.
*)version : ResourceVersion.t option;The identifier of the flow version.
*)versionDescription : ContactFlowDescription.t option;The description of the flow version.
*)lastModifiedTime : Timestamp.t option;The time at which the flow was last modified.
*)lastModifiedRegion : RegionName.t option;The region in which the flow was last modified
*)}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
| `Timestamp of Timestamp.t ])
list ]