Values.UpdateServiceSyncConfigInputSourceUpdate the Proton Ops config file.
type nonrec t = {branch : GitBranchName.t;The name of the code repository branch where the Proton Ops file is found.
*)filePath : OpsFilePath.t;The path to the Proton Ops file.
*)repositoryName : RepositoryName.t;The name of the repository where the Proton Ops file is found.
*)repositoryProvider : RepositoryProvider.t;The name of the repository provider where the Proton Ops file is found.
*)serviceName : ResourceName.t;The name of the service the Proton Ops file is for.
*)}val make :
branch:GitBranchName.t ->
filePath:OpsFilePath.t ->
repositoryName:RepositoryName.t ->
repositoryProvider:RepositoryProvider.t ->
serviceName:ResourceName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of GitBranchName.t ]) list ]