Module Values.CreateServiceSyncConfigInputSource

Create the Proton Ops configuration file.

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

    The repository branch for your Proton Ops file.

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

    The path to the Proton Ops file.

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

    The repository name.

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

    The provider type for your repository.

    *)
  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