Values_2.RetryPipelineExecutionRequestSourceRetry the execution of the pipeline.
type nonrec t = {pipelineExecutionArn : Values_0.PipelineExecutionArn.t;The Amazon Resource Name (ARN) of the pipeline execution.
*)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.
*)parallelismConfiguration : Values_1.ParallelismConfiguration.t option;This configuration, if specified, overrides the parallelism configuration of the parent pipeline.
*)}val make :
?parallelismConfiguration:??? ->
pipelineExecutionArn:Values_0.PipelineExecutionArn.t ->
clientRequestToken:Values_1.IdempotencyToken.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.PipelineExecutionArn.t
| `Structure of (string * [> `Integer of int ]) list ])
list ]