Values_2.PipelineExecutionSourceAn execution of a pipeline.
type nonrec t = {pipelineArn : Values_1.PipelineArn.t option;The Amazon Resource Name (ARN) of the pipeline that was executed.
*)pipelineExecutionArn : Values_0.PipelineExecutionArn.t option;The Amazon Resource Name (ARN) of the pipeline execution.
*)pipelineExecutionDisplayName : Values_1.PipelineExecutionName.t option;The display name of the pipeline execution.
*)pipelineExecutionStatus : Values_1.PipelineExecutionStatus.t option;The status of the pipeline status.
*)pipelineExecutionDescription : Values_1.PipelineExecutionDescription.t option;The description of the pipeline execution.
*)pipelineExperimentConfig : Values_1.PipelineExperimentConfig.t option;failureReason : Values_1.PipelineExecutionFailureReason.t option;If the execution failed, a message describing why.
*)creationTime : Values_0.Timestamp.t option;The creation time of the pipeline execution.
*)lastModifiedTime : Values_0.Timestamp.t option;The time that the pipeline execution was last modified.
*)createdBy : Values_0.UserContext.t option;lastModifiedBy : Values_0.UserContext.t option;parallelismConfiguration : Values_1.ParallelismConfiguration.t option;The parallelism configuration applied to the pipeline execution.
*)selectiveExecutionConfig : Values_1.SelectiveExecutionConfig.t option;The selective execution configuration applied to the pipeline run.
*)pipelineParameters : ParameterList.t option;Contains a list of pipeline parameters. This list can be empty.
*)pipelineVersionId : Values_1.PipelineVersionId.t option;The ID of the pipeline version that started this execution.
*)pipelineVersionDisplayName : Values_1.PipelineVersionName.t option;The display name of the pipeline version that started this execution.
*)}val make :
?pipelineArn:??? ->
?pipelineExecutionArn:??? ->
?pipelineExecutionDisplayName:??? ->
?pipelineExecutionStatus:??? ->
?pipelineExecutionDescription:??? ->
?pipelineExperimentConfig:??? ->
?failureReason:??? ->
?creationTime:??? ->
?lastModifiedTime:??? ->
?createdBy:??? ->
?lastModifiedBy:??? ->
?parallelismConfiguration:??? ->
?selectiveExecutionConfig:??? ->
?pipelineParameters:??? ->
?pipelineVersionId:??? ->
?pipelineVersionDisplayName:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of PipelineParameterName.t ]) list ]
list
| `Long of Values_1.PipelineVersionId.t
| `String of Values_1.PipelineArn.t
| `Structure of
(string
* [> `Integer of int
| `List of
[> `Structure of
(string * [> `String of Values_0.String256.t ]) list ]
list
| `String of Values_0.ExperimentEntityName.t
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]