Module Values_2.UpdatePipelineExecutionRequestSource

Updates a pipeline execution.

Sourcetype nonrec t = {
  1. pipelineExecutionArn : Values_0.PipelineExecutionArn.t;
    (*

    The Amazon Resource Name (ARN) of the pipeline execution.

    *)
  2. pipelineExecutionDescription : Values_1.PipelineExecutionDescription.t option;
    (*

    The description of the pipeline execution.

    *)
  3. pipelineExecutionDisplayName : Values_1.PipelineExecutionName.t option;
    (*

    The display name of the pipeline execution.

    *)
  4. parallelismConfiguration : Values_1.ParallelismConfiguration.t option;
    (*

    This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.

    *)
}
Sourceval context_ : string
Sourceval make : ?pipelineExecutionDescription:??? -> ?pipelineExecutionDisplayName:??? -> ?parallelismConfiguration:??? -> pipelineExecutionArn:Values_0.PipelineExecutionArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.PipelineExecutionArn.t | `Structure of (string * [> `Integer of int ]) list ]) 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