Module Values.DeleteTargetRequestSource

Deletes a specified target for notifications.

Sourcetype nonrec t = {
  1. targetAddress : TargetAddress.t;
    (*

    The Amazon Resource Name (ARN) of the Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client to delete.

    *)
  2. forceUnsubscribeAll : ForceUnsubscribeAll.t option;
    (*

    A Boolean value that can be used to delete all associations with this Amazon Q Developer in chat applications topic. The default value is FALSE. If set to TRUE, all associations between that target and every notification rule in your Amazon Web Services account are deleted.

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