Values.DescribeUsersResultSourceRetrieves a list that describes one or more specified users in the user pool.
type nonrec t = {users : UserList.t option;Information about users in the user pool.
*)nextToken : String_.t option;The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
*)}type nonrec error = [ | `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]