Module Smaws_Client_CodePipeline.GetPipelineExecution

Returns information about an execution of a pipeline, including details about artifacts, the pipeline execution ID, and the name, version, and status of the pipeline.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `PipelineExecutionNotFoundException of Types.pipeline_execution_not_found_exception | `PipelineNotFoundException of Types.pipeline_not_found_exception | `ValidationException of Types.validation_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.get_pipeline_execution_input -> (Types.get_pipeline_execution_output, [> Smaws_Lib.Protocols.AwsJson.error | `PipelineExecutionNotFoundException of Types.pipeline_execution_not_found_exception | `PipelineNotFoundException of Types.pipeline_not_found_exception | `ValidationException of Types.validation_exception ]) Stdlib.result