Module Smaws_Client_CodePipeline.ListPipelineExecutions

Gets a summary of the most recent executions for a pipeline.

When applying the filter for pipeline executions that have succeeded in the stage, the operation returns all executions in the current pipeline version beginning on February 1, 2024.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InvalidNextTokenException of Types.invalid_next_token_exception | `PipelineNotFoundException of Types.pipeline_not_found_exception | `ValidationException of Types.validation_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.list_pipeline_executions_input -> (Types.list_pipeline_executions_output, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidNextTokenException of Types.invalid_next_token_exception | `PipelineNotFoundException of Types.pipeline_not_found_exception | `ValidationException of Types.validation_exception ]) Stdlib.result