Smaws_Client_CodePipeline.DeregisterWebhookWithThirdPartyRemoves 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ValidationException of Types.validation_exception
| `WebhookNotFoundException of Types.webhook_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.deregister_webhook_with_third_party_input ->
(Types.deregister_webhook_with_third_party_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `ValidationException of Types.validation_exception
| `WebhookNotFoundException of Types.webhook_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.deregister_webhook_with_third_party_input ->
(Types.deregister_webhook_with_third_party_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ValidationException of Types.validation_exception
| `WebhookNotFoundException of Types.webhook_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result