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.
Returns 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.
Example
Use a bare-bones client and the command you need to make an API call.
Returns 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.
Example
Use a bare-bones client and the command you need to make an API call.
Param
GetPipelineCommandInput
Returns
GetPipelineCommandOutput
See
input
shape.response
shape.config
shape.Throws
PipelineNotFoundException (client fault)
The pipeline was specified in an invalid format or cannot be found.
Throws
PipelineVersionNotFoundException (client fault)
The pipeline version was specified in an invalid format or cannot be found.
Throws
ValidationException (client fault)
The validation was specified in an invalid format.
Throws
CodePipelineServiceException
Base exception class for all service exceptions from CodePipeline service.