Module Smaws_Client_CodePipeline.DisableStageTransition

Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `PipelineNotFoundException of Types.pipeline_not_found_exception | `StageNotFoundException of Types.stage_not_found_exception | `ValidationException of Types.validation_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.disable_stage_transition_input -> (Smaws_Lib.Smithy_api.Types.unit_, [> Smaws_Lib.Protocols.AwsJson.error | `PipelineNotFoundException of Types.pipeline_not_found_exception | `StageNotFoundException of Types.stage_not_found_exception | `ValidationException of Types.validation_exception ]) Stdlib.result