Smaws_Client_CodePipeline.GetPipelineExecutionReturns 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 ] ->
stringval 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.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.get_pipeline_execution_input ->
(Types.get_pipeline_execution_output Smaws_Lib.Response.t,
[> 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 ]
* Smaws_Lib.Response.metadata)
Stdlib.result