amazonka-datapipeline-0.3.6: Amazon Data Pipeline SDK.

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.

http://docs.aws.amazon.com/datapipeline/latest/APIReference/API_GetPipelineDefinition.html

Synopsis

Request

Request constructor

getPipelineDefinition Source

GetPipelineDefinition constructor.

The fields accessible through corresponding lenses are:

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.

Response

Response constructor

Response lenses

gpdrParameterObjects :: Lens' GetPipelineDefinitionResponse [ParameterObject] Source

The parameter objects used in the pipeline definition.

gpdrParameterValues :: Lens' GetPipelineDefinitionResponse [ParameterValue] Source

The parameter values used in the pipeline definition.