Publishes a new version of the flow provided
Source:R/connect_operations.R
connect_create_contact_flow_version.RdPublishes 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.
See https://www.paws-r-sdk.com/docs/connect_create_contact_flow_version/ for full documentation.
Usage
connect_create_contact_flow_version(
InstanceId,
Description = NULL,
ContactFlowId,
FlowContentSha256 = NULL,
ContactFlowVersion = NULL,
LastModifiedTime = NULL,
LastModifiedRegion = NULL
)Arguments
- InstanceId
[required] The identifier of the Connect Customer instance.
- Description
The description of the flow version.
- ContactFlowId
[required] The identifier of the flow.
- FlowContentSha256
Indicates the checksum value of the flow content.
- ContactFlowVersion
The identifier of the flow version.
- LastModifiedTime
The Amazon Web Services Region where this resource was last modified.
- LastModifiedRegion
The Amazon Web Services Region where this resource was last modified.