amazonka-codepipeline-1.3.5: Amazon CodePipeline SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodePipeline.GetPipeline

Contents

Description

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.

See: AWS API Reference for GetPipeline.

Synopsis

Creating a Request

getPipeline Source

Arguments

:: Text

gpName

-> GetPipeline 

Creates a value of GetPipeline with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

gpVersion :: Lens' GetPipeline (Maybe Natural) Source

The version number of the pipeline. If you do not specify a version, defaults to the most current version.

gpName :: Lens' GetPipeline Text Source

The name of the pipeline for which you want to get information. Pipeline names must be unique under an Amazon Web Services (AWS) user account.

Destructuring the Response

getPipelineResponse Source

Creates a value of GetPipelineResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses