Smaws_Client_CodePipeline.UpdatePipelineUpdates a specified pipeline with edits or changes to its structure. Use a JSON file with the pipeline structure and UpdatePipeline to provide the full structure of the pipeline. Updating the pipeline increases the version number of the pipeline by 1.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidActionDeclarationException of
Types.invalid_action_declaration_exception
| `InvalidBlockerDeclarationException of
Types.invalid_blocker_declaration_exception
| `InvalidStageDeclarationException of
Types.invalid_stage_declaration_exception
| `InvalidStructureException of Types.invalid_structure_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `ValidationException of Types.validation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.update_pipeline_input ->
(Types.update_pipeline_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidActionDeclarationException of
Types.invalid_action_declaration_exception
| `InvalidBlockerDeclarationException of
Types.invalid_blocker_declaration_exception
| `InvalidStageDeclarationException of
Types.invalid_stage_declaration_exception
| `InvalidStructureException of Types.invalid_structure_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `ValidationException of Types.validation_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.update_pipeline_input ->
(Types.update_pipeline_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidActionDeclarationException of
Types.invalid_action_declaration_exception
| `InvalidBlockerDeclarationException of
Types.invalid_blocker_declaration_exception
| `InvalidStageDeclarationException of
Types.invalid_stage_declaration_exception
| `InvalidStructureException of Types.invalid_structure_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `ValidationException of Types.validation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result