Values.DescribeUsersRequestSourceRetrieves a list that describes one or more specified users in the user pool.
type nonrec t = {authenticationType : AuthenticationType.t;The authentication type for the users in the user pool to describe. You must specify USERPOOL.
*)maxResults : Integer.t option;The maximum size of each page of results.
*)nextToken : String_.t option;The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
*)}val make :
?maxResults:??? ->
?nextToken:??? ->
authenticationType:AuthenticationType.t ->
unit ->
t