amazonka-datapipeline-0.0.4: Amazon Data Pipeline SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.DataPipeline.GetPipelineDefinition

Contents

Description

Returns the definition of the specified pipeline. You can call GetPipelineDefinition to retrieve the pipeline definition 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

gpdPipelineId :: Lens' GetPipelineDefinition Text Source

The identifier of the pipeline.

gpdVersion :: Lens' GetPipelineDefinition (Maybe Text) Source

The version of the pipeline definition to retrieve. This parameter accepts the values latest (default) and active. Where latest indicates the last definition saved to the pipeline and active indicates the last definition of the pipeline that was activated.

Response

Response constructor

Response lenses

gpdrPipelineObjects :: Lens' GetPipelineDefinitionResponse [PipelineObject] Source

An array of objects defined in the pipeline.