New API Documentation - Developer Preview Available
We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.
Updates 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.
Example
Use a bare-bones client and the command you need to make an API call.
Updates 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.Example
Use a bare-bones client and the command you need to make an API call.
Param
UpdatePipelineCommandInput
Returns
UpdatePipelineCommandOutput
See
input
shape.response
shape.config
shape.Throws
InvalidActionDeclarationException (client fault)
The action declaration was specified in an invalid format.
Throws
InvalidBlockerDeclarationException (client fault)
Reserved for future use.
Throws
InvalidStageDeclarationException (client fault)
The stage declaration was specified in an invalid format.
Throws
InvalidStructureException (client fault)
The structure was specified in an invalid format.
Throws
LimitExceededException (client fault)
The number of pipelines associated with the Amazon Web Services account has exceeded the limit allowed for the account.
Throws
ValidationException (client fault)
The validation was specified in an invalid format.
Throws
CodePipelineServiceException
Base exception class for all service exceptions from CodePipeline service.