Module Values.ValidatePipelineDefinitionInputSource

Contains the parameters for ValidatePipelineDefinition.

Sourcetype nonrec t = {
  1. pipelineId : Id.t;
    (*

    The ID of the pipeline.

    *)
  2. pipelineObjects : PipelineObjectList.t;
    (*

    The objects that define the pipeline changes to validate against the pipeline.

    *)
  3. parameterObjects : ParameterObjectList.t option;
    (*

    The parameter objects used with the pipeline.

    *)
  4. parameterValues : ParameterValueList.t option;
    (*

    The parameter values used with the pipeline.

    *)
}
Sourceval context_ : string
Sourceval make : ?parameterObjects:??? -> ?parameterValues:??? -> pipelineId:Id.t -> pipelineObjects:PipelineObjectList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of FieldNameString.t ]) list ] list | `String of Id.t ]) list ] list | `String of Id.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