Values.DescribeUserGroupsResultSourceReturns a list of user groups.
type describeUserGroupsResult = {userGroups : UserGroupList.t option;Returns a list of user groups.
*)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.>
*)}and t = {describeUserGroupsResult : describeUserGroupsResult;responseMetaData : responseMetaData;}type error = [ | `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `ServiceLinkedRoleNotFoundFault of ServiceLinkedRoleNotFoundFault.t| `UserGroupNotFoundFault of UserGroupNotFoundFault.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
| `UserGroupNotFoundFault of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `ServiceLinkedRoleNotFoundFault of unit
| `Unknown_operation_error of string * string option
| `UserGroupNotFoundFault of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `String of UserId.t ] list
| `String of String_.t
| `Structure of
(string
* [> `List of
[> `String of UserId.t ] list ])
list ])
list ])
list ]
list
| `String of String_.t ])
list ])
list ]