Module Values.DescribeUsersRequestSource

Retrieves a list that describes one or more specified users in the user pool.

Sourcetype nonrec t = {
  1. authenticationType : AuthenticationType.t;
    (*

    The authentication type for the users in the user pool to describe. You must specify USERPOOL.

    *)
  2. maxResults : Integer.t option;
    (*

    The maximum size of each page of results.

    *)
  3. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?maxResults:??? -> ?nextToken:??? -> authenticationType:AuthenticationType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Integer.t | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t