Module Values.RemoveNotificationChannelRequestSource

Removes a notification channel from DevOps Guru. A notification channel is used to notify you when DevOps Guru generates an insight that contains information about how to improve your operations.

Sourcetype nonrec t = {
  1. id : NotificationChannelId.t;
    (*

    The ID of the notification channel to be removed.

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