Update Contact Flow Module Alias
| connect_update_contact_flow_module_alias | R Documentation |
Updates a specific Aliases metadata, including the version it’s tied to, it’s name, and description¶
Description¶
Updates a specific Aliases metadata, including the version it’s tied to, it’s name, and description.
Usage¶
connect_update_contact_flow_module_alias(InstanceId,
ContactFlowModuleId, AliasId, Name, Description,
ContactFlowModuleVersion)
Arguments¶
InstanceId |
[required] The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. |
ContactFlowModuleId |
[required] The identifier of the flow module. |
AliasId |
[required] The identifier of the alias. |
Name |
The name of the alias. |
Description |
The description of the alias. |
ContactFlowModuleVersion |
The version of the flow module. |
Value¶
An empty list.
Request syntax¶
svc$update_contact_flow_module_alias(
InstanceId = "string",
ContactFlowModuleId = "string",
AliasId = "string",
Name = "string",
Description = "string",
ContactFlowModuleVersion = 123
)