Values.AgentAliasSummarySourceContains details about an alias of an agent.
type nonrec t = {agentAliasId : AgentAliasId.t option;Contains details about
*)agentAliasName : Name.t option;The name of the alias.
*)description : Description.t option;The description of the alias.
*)routingConfiguration : AgentAliasRoutingConfiguration.t option;Contains details about the version of the agent with which the alias is associated.
*)agentAliasStatus : AgentAliasStatus.t option;The status of the alias.
*)createdAt : DateTimestamp.t option;The time at which the alias of the agent was created.
*)updatedAt : DateTimestamp.t option;The time at which the alias was last updated.
*)aliasInvocationState : AliasInvocationState.t option;The invocation state for the agent alias. If the agent alias is running, the value is ACCEPT_INVOCATIONS. If the agent alias is paused, the value is REJECT_INVOCATIONS. Use the UpdateAgentAlias operation to change the invocation state.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of Version.t ]) list ] list
| `String of AgentAliasId.t
| `Timestamp of DateTimestamp.t ])
list ]