Values.CreateAgentAliasRequestSourceCreates an alias of an agent that can be used to deploy the agent.
type nonrec t = {agentId : Id.t;The unique identifier of the agent.
*)agentAliasName : Name.t;The name of the alias.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
*)description : Description.t option;A description of the alias of the agent.
*)routingConfiguration : AgentAliasRoutingConfiguration.t option;Contains details about the routing configuration of the alias.
*)}