Values.DescribeUsersResultSourceReturns a list of users.
type describeUsersResult = {users : UserList.t option;A list of users.
*)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. >
*)}type error = [ | `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `ServiceLinkedRoleNotFoundFault of ServiceLinkedRoleNotFoundFault.t| `UserNotFoundFault of UserNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `ServiceLinkedRoleNotFoundFault of unit
| `Unknown_operation_error of string * string option
| `UserNotFoundFault of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `ServiceLinkedRoleNotFoundFault of unit
| `Unknown_operation_error of string * string option
| `UserNotFoundFault of unit ]val 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 ]