Module Values.DeleteSlackUserIdentityRequestSource

Deletes a user level permission for a Slack channel configuration.

Sourcetype nonrec t = {
  1. chatConfigurationArn : ChatConfigurationArn.t;
    (*

    The ARN of the SlackChannelConfiguration associated with the user identity to delete.

    *)
  2. slackTeamId : SlackTeamId.t;
    (*

    The ID of the Slack workspace authorized with AWS Chatbot.

    *)
  3. slackUserId : SlackUserId.t;
    (*

    The ID of the user in Slack

    *)
}
Sourceval context_ : string
Sourceval make : chatConfigurationArn:ChatConfigurationArn.t -> slackTeamId:SlackTeamId.t -> slackUserId:SlackUserId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ChatConfigurationArn.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