amazonka-datapipeline-0.3.4: Amazon Data Pipeline SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.DataPipeline.EvaluateExpression

Contents

Description

Task runners call EvaluateExpression to evaluate a string in the context of the specified object. For example, a task runner can evaluate SQL queries stored in Amazon S3.

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

Synopsis

Request

Request constructor

evaluateExpression Source

EvaluateExpression constructor.

The fields accessible through corresponding lenses are:

Request lenses

eeExpression :: Lens' EvaluateExpression Text Source

The expression to evaluate.

eePipelineId :: Lens' EvaluateExpression Text Source

The ID of the pipeline.

Response

Response constructor

Response lenses