amazonka-datapipeline-1.3.4: Amazon Data Pipeline 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.DataPipeline.GetPipelineDefinition

Contents

Description

Gets the definition of the specified pipeline. You can call GetPipelineDefinition to retrieve the pipeline definition that you provided using PutPipelineDefinition.

See: AWS API Reference for GetPipelineDefinition.

Synopsis

Creating a Request

getPipelineDefinition Source

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

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

Request Lenses

gpdVersion :: Lens' GetPipelineDefinition (Maybe Text) Source

The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.

Destructuring the Response

getPipelineDefinitionResponse Source

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

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

Response Lenses

gpdrsParameterObjects :: Lens' GetPipelineDefinitionResponse [ParameterObject] Source

The parameter objects used in the pipeline definition.

gpdrsParameterValues :: Lens' GetPipelineDefinitionResponse [ParameterValue] Source

The parameter values used in the pipeline definition.