Smaws_Client_CodePipeline.GetPipelineReturns the metadata, structure, stages, and actions of a pipeline. Can be used to return the entire structure of a pipeline in JSON format, which can then be modified and used to update the pipeline structure with UpdatePipeline.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `PipelineNotFoundException of Types.pipeline_not_found_exception
| `PipelineVersionNotFoundException of
Types.pipeline_version_not_found_exception
| `ValidationException of Types.validation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.get_pipeline_input ->
(Types.get_pipeline_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `PipelineNotFoundException of Types.pipeline_not_found_exception
| `PipelineVersionNotFoundException of
Types.pipeline_version_not_found_exception
| `ValidationException of Types.validation_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.get_pipeline_input ->
(Types.get_pipeline_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `PipelineNotFoundException of Types.pipeline_not_found_exception
| `PipelineVersionNotFoundException of
Types.pipeline_version_not_found_exception
| `ValidationException of Types.validation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result