Module Values.DescribeUserGroupsResultSource

Returns a list of user groups.

Sourcetype describeUserGroupsResult = {
  1. userGroups : UserGroupList.t option;
    (*

    Returns a list of user groups.

    *)
  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. describeUserGroupsResult : describeUserGroupsResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InvalidParameterCombinationException of InvalidParameterCombinationException.t
  2. | `ServiceLinkedRoleNotFoundFault of ServiceLinkedRoleNotFoundFault.t
  3. | `UserGroupNotFoundFault of UserGroupNotFoundFault.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?userGroups:??? -> ?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 | `UserGroupNotFoundFault of unit ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `ServiceLinkedRoleNotFoundFault of unit | `Unknown_operation_error of string * string option | `UserGroupNotFoundFault 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 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 ]
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