Module Values.DeregisterWebhookWithThirdPartyInputSource

Removes the connection between the webhook that was created by CodePipeline and the external tool with events to be detected. Currently supported only for webhooks that target an action type of GitHub.

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

    The name of the webhook you want to deregister.

    *)
}
Sourceval make : ?webhookName:??? -> 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