Updates configurations for an alias of an agent.
See https://www.paws-r-sdk.com/docs/bedrockagent_update_agent_alias/ for full documentation.
bedrockagent_update_agent_alias(
agentAliasId,
agentAliasName,
agentId,
description = NULL,
routingConfiguration = NULL
)
[required] The unique identifier of the alias.
[required] Specifies a new name for the alias.
[required] The unique identifier of the agent.
Specifies a new description for the alias.
Contains details about the routing configuration of the alias.