Module Smaws_Client_CodePipeline.RetryStageExecution

You can retry a stage that has failed without having to run a pipeline again from the beginning. You do this by either retrying the failed actions in a stage or by retrying all actions in the stage starting from the first action in the stage. When you retry the failed actions in a stage, all actions that are still in progress continue working, and failed actions are triggered again. When you retry a failed stage from the first action in the stage, the stage cannot have any actions in progress. Before a stage can be retried, it must either have all actions failed or some actions failed and some succeeded.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ConcurrentPipelineExecutionsLimitExceededException of Types.concurrent_pipeline_executions_limit_exceeded_exception | `ConflictException of Types.conflict_exception | `NotLatestPipelineExecutionException of Types.not_latest_pipeline_execution_exception | `PipelineNotFoundException of Types.pipeline_not_found_exception | `StageNotFoundException of Types.stage_not_found_exception | `StageNotRetryableException of Types.stage_not_retryable_exception | `ValidationException of Types.validation_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.retry_stage_execution_input -> (Types.retry_stage_execution_output, [> Smaws_Lib.Protocols.AwsJson.error | `ConcurrentPipelineExecutionsLimitExceededException of Types.concurrent_pipeline_executions_limit_exceeded_exception | `ConflictException of Types.conflict_exception | `NotLatestPipelineExecutionException of Types.not_latest_pipeline_execution_exception | `PipelineNotFoundException of Types.pipeline_not_found_exception | `StageNotFoundException of Types.stage_not_found_exception | `StageNotRetryableException of Types.stage_not_retryable_exception | `ValidationException of Types.validation_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.retry_stage_execution_input -> (Types.retry_stage_execution_output Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `ConcurrentPipelineExecutionsLimitExceededException of Types.concurrent_pipeline_executions_limit_exceeded_exception | `ConflictException of Types.conflict_exception | `NotLatestPipelineExecutionException of Types.not_latest_pipeline_execution_exception | `PipelineNotFoundException of Types.pipeline_not_found_exception | `StageNotFoundException of Types.stage_not_found_exception | `StageNotRetryableException of Types.stage_not_retryable_exception | `ValidationException of Types.validation_exception ] * Smaws_Lib.Response.metadata) Stdlib.result