Module Values_1.DescribePipelineRequestSource

Describes the details of a pipeline.

Sourcetype nonrec t = {
  1. pipelineName : PipelineNameOrArn.t;
    (*

    The name or Amazon Resource Name (ARN) of the pipeline to describe.

    *)
  2. pipelineVersionId : PipelineVersionId.t option;
    (*

    The ID of the pipeline version to describe.

    *)
}
Sourceval context_ : string
Sourceval make : ?pipelineVersionId:??? -> pipelineName:PipelineNameOrArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of PipelineVersionId.t | `String of PipelineNameOrArn.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