Module Smaws_Client_CodePipeline.GetPipelineState

Returns information about the state of a pipeline, including the stages and actions.

Values returned in the revisionId and revisionUrl fields indicate the source revision information, such as the commit ID, for the current state.

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