Values.UnsubscribeResultSourceRemoves 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.
type nonrec t = {arn : NotificationRuleArn.t option;The Amazon Resource Name (ARN) of the the notification rule from which you have removed a subscription.
*)}type nonrec error = [ | `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]