Values_1.DescribeAgentStatusRequestSourceDescribes an agent status.
type nonrec t = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)agentStatusId : Values_0.AgentStatusId.t;The identifier for the agent status.
*)}val make :
instanceId:Values_0.InstanceId.t ->
agentStatusId:Values_0.AgentStatusId.t ->
unit ->
t