Connect / Client / create_contact_flow_module_version
create_contact_flow_module_version¶
- Connect.Client.create_contact_flow_module_version(**kwargs)¶
Creates 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.
See also: AWS API Documentation
Request Syntax
response = client.create_contact_flow_module_version( InstanceId='string', Description='string', ContactFlowModuleId='string', FlowModuleContentSha256='string' )
- Parameters:
InstanceId (string) –
[REQUIRED]
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
Description (string) – The description of the flow module version.
ContactFlowModuleId (string) –
[REQUIRED]
The identifier of the flow module.
FlowModuleContentSha256 (string) – Indicates the checksum value of the flow module content.
- Return type:
dict
- Returns:
Response Syntax
{ 'ContactFlowModuleArn': 'string', 'Version': 123 }
Response Structure
(dict) –
ContactFlowModuleArn (string) –
The Amazon Resource Name (ARN) of the flow module.
Version (integer) –
The version of the flow module.
Exceptions
Connect.Client.exceptions.AccessDeniedExceptionConnect.Client.exceptions.InternalServiceExceptionConnect.Client.exceptions.ResourceNotFoundExceptionConnect.Client.exceptions.LimitExceededExceptionConnect.Client.exceptions.InvalidParameterExceptionConnect.Client.exceptions.InvalidRequestExceptionConnect.Client.exceptions.ThrottlingException