Module Values.DeleteWebhookInputSource

For 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.

Sourcetype nonrec t = {
  1. projectName : ProjectName.t;
    (*

    The name of the CodeBuild project.

    *)
}
Sourceval context_ : string
Sourceval make : projectName:ProjectName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ProjectName.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