Module Values.DescribeSlackUserIdentitiesResultSource

Lists all Slack user identities with a mapped role.

Sourcetype nonrec t = {
  1. slackUserIdentities : SlackUserIdentitiesList.t option;
    (*

    A list of Slack User Identities.

    *)
  2. nextToken : PaginationToken.t option;
    (*

    An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

    *)
}
Sourcetype nonrec error = [
  1. | `DescribeSlackUserIdentitiesException of DescribeSlackUserIdentitiesException.t
  2. | `InvalidParameterException of InvalidParameterException.t
  3. | `InvalidRequestException of InvalidRequestException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?slackUserIdentities:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DescribeSlackUserIdentitiesException of DescribeSlackUserIdentitiesException.t | `InvalidParameterException of InvalidParameterException.t | `InvalidRequestException of InvalidRequestException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DescribeSlackUserIdentitiesException of DescribeSlackUserIdentitiesException.t | `InvalidParameterException of InvalidParameterException.t | `InvalidRequestException of InvalidRequestException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of Arn.t ]) list ] list | `String of PaginationToken.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