Module Smaws_Client_CodePipeline.StopPipelineExecution

Stops the specified pipeline execution. You choose to either stop the pipeline execution by completing in-progress actions without starting subsequent actions, or by abandoning in-progress actions. While completing or abandoning in-progress actions, the pipeline execution is in a Stopping state. After all in-progress actions are completed or abandoned, the pipeline execution is in a Stopped state.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ConflictException of Types.conflict_exception | `DuplicatedStopRequestException of Types.duplicated_stop_request_exception | `PipelineExecutionNotStoppableException of Types.pipeline_execution_not_stoppable_exception | `PipelineNotFoundException of Types.pipeline_not_found_exception | `ValidationException of Types.validation_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.stop_pipeline_execution_input -> (Types.stop_pipeline_execution_output, [> Smaws_Lib.Protocols.AwsJson.error | `ConflictException of Types.conflict_exception | `DuplicatedStopRequestException of Types.duplicated_stop_request_exception | `PipelineExecutionNotStoppableException of Types.pipeline_execution_not_stoppable_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.stop_pipeline_execution_input -> (Types.stop_pipeline_execution_output Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `ConflictException of Types.conflict_exception | `DuplicatedStopRequestException of Types.duplicated_stop_request_exception | `PipelineExecutionNotStoppableException of Types.pipeline_execution_not_stoppable_exception | `PipelineNotFoundException of Types.pipeline_not_found_exception | `ValidationException of Types.validation_exception ] * Smaws_Lib.Response.metadata) Stdlib.result