Module Values.DescribeUsersResultSource

Returns a list of users.

Sourcetype describeUsersResult = {
  1. users : UserList.t option;
    (*

    A list of users.

    *)
  2. marker : String_.t option;
    (*

    An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. >

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeUsersResult : describeUsersResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InvalidParameterCombinationException of InvalidParameterCombinationException.t
  2. | `ServiceLinkedRoleNotFoundFault of ServiceLinkedRoleNotFoundFault.t
  3. | `UserNotFoundFault of UserNotFoundFault.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?users:??? -> ?marker:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `ServiceLinkedRoleNotFoundFault of unit | `Unknown_operation_error of string * string option | `UserNotFoundFault of unit ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `ServiceLinkedRoleNotFoundFault of unit | `Unknown_operation_error of string * string option | `UserNotFoundFault of unit ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of UserGroupId.t ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of IntegerOptional.t ]) list ]) list ]) list ] list | `String of String_.t ]) list ]) 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