Module Values.UnsubscribeRequestSource

Removes an association between a notification rule and an Amazon Q Developer in chat applications topic so that subscribers to that topic stop receiving notifications when the events described in the rule are triggered.

Sourcetype nonrec t = {
  1. arn : NotificationRuleArn.t;
    (*

    The Amazon Resource Name (ARN) of the notification rule.

    *)
  2. targetAddress : TargetAddress.t;
    (*

    The ARN of the Amazon Q Developer in chat applications topic to unsubscribe from the notification rule.

    *)
}
Sourceval context_ : string
Sourceval make : arn:NotificationRuleArn.t -> targetAddress:TargetAddress.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NotificationRuleArn.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