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.AccessDeniedExceptionConnect.Client.exceptions.InternalServiceExceptionConnect.Client.exceptions.ResourceNotFoundExceptionConnect.Client.exceptions.InvalidParameterExceptionConnect.Client.exceptions.InvalidRequestExceptionConnect.Client.exceptions.ThrottlingExceptionConnect.Client.exceptions.ConditionalOperationFailedExceptionConnect.Client.exceptions.DuplicateResourceException