Module Values_2.UpdatePipelineVersionRequestSource

Updates a pipeline version.

Sourcetype nonrec t = {
  1. pipelineArn : Values_1.PipelineArn.t;
    (*

    The Amazon Resource Name (ARN) of the pipeline.

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

    The pipeline version ID to update.

    *)
  3. pipelineVersionDisplayName : Values_1.PipelineVersionName.t option;
    (*

    The display name of the pipeline version.

    *)
  4. pipelineVersionDescription : Values_1.PipelineVersionDescription.t option;
    (*

    The description of the pipeline version.

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