Smaws_Client_CodePipeline.DisableStageTransitionPrevents 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 ] ->
stringval 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.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.disable_stage_transition_input ->
(Smaws_Lib.Smithy_api.Types.unit_ Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `PipelineNotFoundException of Types.pipeline_not_found_exception
| `StageNotFoundException of Types.stage_not_found_exception
| `ValidationException of Types.validation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result