Values.DeregisterWebhookWithThirdPartyOutputSourceRemoves 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.
type nonrec error = [ | `ValidationException of ValidationException.t| `WebhookNotFoundException of WebhookNotFoundException.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 unit
| `WebhookNotFoundException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `Unknown_operation_error of string * string option
| `ValidationException of unit
| `WebhookNotFoundException of unit ]