Smaws_Client_CodePipeline.RegisterWebhookWithThirdPartyConfigures a connection between the webhook that was created and the external tool with events to be detected.
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.register_webhook_with_third_party_input ->
(Types.register_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.register_webhook_with_third_party_input ->
(Types.register_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