Connect / Client / update_contact_flow_module_alias

update_contact_flow_module_alias

Connect.Client.update_contact_flow_module_alias(**kwargs)

Updates a specific Aliases metadata, including the version it’s tied to, it’s name, and description.

See also: AWS API Documentation

Request Syntax

response = client.update_contact_flow_module_alias(
    InstanceId='string',
    ContactFlowModuleId='string',
    AliasId='string',
    Name='string',
    Description='string',
    ContactFlowModuleVersion=123
)
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.

  • ContactFlowModuleId (string) –

    [REQUIRED]

    The identifier of the flow module.

  • AliasId (string) –

    [REQUIRED]

    The identifier of the alias.

  • Name (string) – The name of the alias.

  • Description (string) – The description of the alias.

  • ContactFlowModuleVersion (integer) – The version of the flow module.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Connect.Client.exceptions.AccessDeniedException

  • Connect.Client.exceptions.InternalServiceException

  • Connect.Client.exceptions.ResourceNotFoundException

  • Connect.Client.exceptions.InvalidParameterException

  • Connect.Client.exceptions.InvalidRequestException

  • Connect.Client.exceptions.ThrottlingException

  • Connect.Client.exceptions.ConditionalOperationFailedException

  • Connect.Client.exceptions.DuplicateResourceException