Values_1.GetCurrentUserDataResponseSourceGets the real-time active user data from the specified Amazon Connect instance.
type nonrec t = {nextToken : NextToken.t option;If there are additional results, this is the token for the next set of results.
*)userDataList : UserDataList.t option;A list of the user data that is returned.
*)approximateTotalCount : Values_0.ApproximateTotalCount.t option;The total count of the result, regardless of the current page size.
*)}type nonrec error = [ | `InternalServiceException of Values_0.InternalServiceException.t| `InvalidParameterException of Values_0.InvalidParameterException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidParameterException of Values_0.InvalidParameterException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidParameterException of Values_0.InvalidParameterException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of string
| `Structure of
(string * [> `String of string ]) list
| `Timestamp of string ])
list ]
list
| `Map of
([> `Enum of string ] * [> `Integer of int ]) list
| `String of Values_0.AgentStatusName.t
| `Structure of
(string
* [> `String of Values_0.UserId.t
| `Structure of
(string
* [> `String of Values_0.HierarchyGroupId.t ])
list
| `Timestamp of string ])
list ])
list ]
list
| `Long of Values_0.ApproximateTotalCount.t
| `String of NextToken.t ])
list ]