Values_2.PipelineVersionSourceThe version of the pipeline.
type nonrec t = {pipelineArn : Values_1.PipelineArn.t option;The Amazon Resource Name (ARN) of the pipeline.
*)pipelineVersionId : Values_1.PipelineVersionId.t option;The ID of the pipeline version.
*)pipelineVersionDisplayName : Values_1.PipelineVersionName.t option;The display name of the pipeline version.
*)pipelineVersionDescription : Values_1.PipelineVersionDescription.t option;The description of the pipeline version.
*)creationTime : Values_0.Timestamp.t option;The creation time of the pipeline version.
*)lastModifiedTime : Values_0.Timestamp.t option;The time when the pipeline version was last modified.
*)createdBy : Values_0.UserContext.t option;lastModifiedBy : Values_0.UserContext.t option;lastExecutedPipelineExecutionArn : Values_0.PipelineExecutionArn.t option;The Amazon Resource Name (ARN) of the most recent pipeline execution created from this pipeline version.
*)lastExecutedPipelineExecutionDisplayName : Values_1.PipelineExecutionName.t
option;The display name of the most recent pipeline execution created from this pipeline version.
*)lastExecutedPipelineExecutionStatus : Values_1.PipelineExecutionStatus.t option;The status of the most recent pipeline execution created from this pipeline version.
*)}val make :
?pipelineArn:??? ->
?pipelineVersionId:??? ->
?pipelineVersionDisplayName:??? ->
?pipelineVersionDescription:??? ->
?creationTime:??? ->
?lastModifiedTime:??? ->
?createdBy:??? ->
?lastModifiedBy:??? ->
?lastExecutedPipelineExecutionArn:??? ->
?lastExecutedPipelineExecutionDisplayName:??? ->
?lastExecutedPipelineExecutionStatus:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Values_1.PipelineVersionId.t
| `String of Values_1.PipelineArn.t
| `Structure of
(string
* [> `String of string
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]