Values.DeleteWebhookOutputSourceFor an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, stops CodeBuild from rebuilding the source code every time a code change is pushed to the repository.
type nonrec error = [ | `InvalidInputException of InvalidInputException.t| `OAuthProviderException of OAuthProviderException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInputException of unit
| `OAuthProviderException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInputException of unit
| `OAuthProviderException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]