Module Smaws_Client_CodePipeline.ListActionExecutions

Lists the action executions that have occurred in a pipeline.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InvalidNextTokenException of Types.invalid_next_token_exception | `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.list_action_executions_input -> (Types.list_action_executions_output, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidNextTokenException of Types.invalid_next_token_exception | `PipelineExecutionNotFoundException of Types.pipeline_execution_not_found_exception | `PipelineNotFoundException of Types.pipeline_not_found_exception | `ValidationException of Types.validation_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.list_action_executions_input -> (Types.list_action_executions_output Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidNextTokenException of Types.invalid_next_token_exception | `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