Module Values.GetPipelineDefinitionInputSource

Contains the parameters for GetPipelineDefinition.

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

    The ID of the pipeline.

    *)
  2. version : String_.t option;
    (*

    The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.

    *)
}
Sourceval context_ : string
Sourceval make : ?version:??? -> pipelineId:Id.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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