Values_0.CreateContactFlowVersionRequestSourcePublishes a new version of the flow provided. Versions are immutable and monotonically increasing. If the FlowContentSha256 provided is different from the FlowContentSha256 of the $LATEST published flow content, then an error is returned. This API only supports creating versions for flows of type Campaign.
type nonrec t = {instanceId : InstanceId.t;The identifier of the Amazon Connect instance.
*)description : ContactFlowDescription.t option;The description of the flow version.
*)contactFlowId : ARN.t;The identifier of the flow.
*)flowContentSha256 : FlowContentSha256.t option;Indicates the checksum value of the flow content.
*)contactFlowVersion : ResourceVersion.t option;The identifier of the flow version.
*)lastModifiedTime : Timestamp.t option;The Amazon Web Services Region where this resource was last modified.
*)lastModifiedRegion : RegionName.t option;The Amazon Web Services Region where this resource was last modified.
*)}val make :
?description:??? ->
?flowContentSha256:??? ->
?contactFlowVersion:??? ->
?lastModifiedTime:??? ->
?lastModifiedRegion:??? ->
instanceId:InstanceId.t ->
contactFlowId:ARN.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Long of ResourceVersion.t
| `String of InstanceId.t
| `Timestamp of Timestamp.t ])
list ]