Module Values_2.RetryPipelineExecutionRequestSource

Retry the execution of the pipeline.

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

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

    *)
  2. clientRequestToken : Values_1.IdempotencyToken.t;
    (*

    A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.

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

    This configuration, if specified, overrides the parallelism configuration of the parent pipeline.

    *)
}
Sourceval context_ : string
Sourceval make : ?parallelismConfiguration:??? -> pipelineExecutionArn:Values_0.PipelineExecutionArn.t -> clientRequestToken:Values_1.IdempotencyToken.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