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.AccessDeniedException

  • Connect.Client.exceptions.InternalServiceException

  • Connect.Client.exceptions.ResourceNotFoundException

  • Connect.Client.exceptions.LimitExceededException

  • Connect.Client.exceptions.InvalidParameterException

  • Connect.Client.exceptions.InvalidRequestException

  • Connect.Client.exceptions.ThrottlingException