Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
- data GetPipelineDefinition
- getPipelineDefinition :: Text -> GetPipelineDefinition
- gpdPipelineId :: Lens' GetPipelineDefinition Text
- gpdVersion :: Lens' GetPipelineDefinition (Maybe Text)
- data GetPipelineDefinitionResponse
- getPipelineDefinitionResponse :: GetPipelineDefinitionResponse
- gpdrParameterObjects :: Lens' GetPipelineDefinitionResponse [ParameterObject]
- gpdrParameterValues :: Lens' GetPipelineDefinitionResponse [ParameterValue]
- gpdrPipelineObjects :: Lens' GetPipelineDefinitionResponse [PipelineObject]
Request
data GetPipelineDefinition Source
Request constructor
GetPipelineDefinition
constructor.
The fields accessible through corresponding lenses are:
gpdPipelineId
::
Text
gpdVersion
::
Maybe
Text
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
getPipelineDefinitionResponse :: GetPipelineDefinitionResponse Source
GetPipelineDefinitionResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
gpdrParameterObjects :: Lens' GetPipelineDefinitionResponse [ParameterObject] Source
Returns a list of parameter objects used in the pipeline definition.
gpdrParameterValues :: Lens' GetPipelineDefinitionResponse [ParameterValue] Source
Returns a list of parameter values used in the pipeline definition.
gpdrPipelineObjects :: Lens' GetPipelineDefinitionResponse [PipelineObject] Source
An array of objects defined in the pipeline.