Module Values.GetPipelineInputSource

Represents the input of a GetPipeline action.

Sourcetype nonrec t = {
  1. name : PipelineName.t;
    (*

    The name of the pipeline for which you want to get information. Pipeline names must be unique in an Amazon Web Services account.

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

    The version number of the pipeline. If you do not specify a version, defaults to the current version.

    *)
}
Sourceval context_ : string
Sourceval make : ?version:??? -> name:PipelineName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of PipelineVersion.t | `String of PipelineName.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