Values_1.DescribePipelineResponseSourceDescribes the details of a pipeline.
type nonrec t = {pipelineArn : PipelineArn.t option;The Amazon Resource Name (ARN) of the pipeline.
*)pipelineName : PipelineName.t option;The name of the pipeline.
*)pipelineDisplayName : PipelineName.t option;The display name of the pipeline.
*)pipelineDefinition : PipelineDefinition.t option;The JSON pipeline definition.
*)pipelineDescription : PipelineDescription.t option;The description of the pipeline.
*)roleArn : Values_0.RoleArn.t option;The Amazon Resource Name (ARN) that the pipeline uses to execute.
*)pipelineStatus : PipelineStatus.t option;The status of the pipeline execution.
*)creationTime : Values_0.Timestamp.t option;The time when the pipeline was created.
*)lastModifiedTime : Values_0.Timestamp.t option;The time when the pipeline was last modified.
*)lastRunTime : Values_0.Timestamp.t option;The time when the pipeline was last run.
*)createdBy : Values_0.UserContext.t option;lastModifiedBy : Values_0.UserContext.t option;parallelismConfiguration : ParallelismConfiguration.t option;Lists the parallelism configuration applied to the pipeline.
*)pipelineVersionDisplayName : PipelineVersionName.t option;The display name of the pipeline version.
*)pipelineVersionDescription : PipelineVersionDescription.t option;The description of the pipeline version.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val make :
?pipelineArn:??? ->
?pipelineName:??? ->
?pipelineDisplayName:??? ->
?pipelineDefinition:??? ->
?pipelineDescription:??? ->
?roleArn:??? ->
?pipelineStatus:??? ->
?creationTime:??? ->
?lastModifiedTime:??? ->
?lastRunTime:??? ->
?createdBy:??? ->
?lastModifiedBy:??? ->
?parallelismConfiguration:??? ->
?pipelineVersionDisplayName:??? ->
?pipelineVersionDescription:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PipelineArn.t
| `Structure of
(string
* [> `Integer of MaxParallelExecutionSteps.t
| `String of string
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]