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