Module Values.DeleteWebhookInputSource

Deletes a previously created webhook by name. Deleting the webhook stops CodePipeline from starting a pipeline every time an external event occurs. The API returns successfully when trying to delete a webhook that is already deleted. If a deleted webhook is re-created by calling PutWebhook with the same name, it will have a different URL.

Sourcetype nonrec t = {
  1. name : WebhookName.t;
    (*

    The name of the webhook you want to delete.

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