Module Values.UpdateServiceSyncConfigInputSource

Update the Proton Ops config file.

Sourcetype nonrec t = {
  1. branch : GitBranchName.t;
    (*

    The name of the code repository branch where the Proton Ops file is found.

    *)
  2. filePath : OpsFilePath.t;
    (*

    The path to the Proton Ops file.

    *)
  3. repositoryName : RepositoryName.t;
    (*

    The name of the repository where the Proton Ops file is found.

    *)
  4. repositoryProvider : RepositoryProvider.t;
    (*

    The name of the repository provider where the Proton Ops file is found.

    *)
  5. serviceName : ResourceName.t;
    (*

    The name of the service the Proton Ops file is for.

    *)
}
Sourceval context_ : string
Sourceval make : branch:GitBranchName.t -> filePath:OpsFilePath.t -> repositoryName:RepositoryName.t -> repositoryProvider:RepositoryProvider.t -> serviceName:ResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of GitBranchName.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