amazonka-datapipeline-0.2.0: Amazon Data Pipeline SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.DataPipeline.EvaluateExpression

Contents

Description

Evaluates a string in the context of a specified object. A task runner can use this action to 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.

eeObjectId :: Lens' EvaluateExpression Text Source

The identifier of the object.

eePipelineId :: Lens' EvaluateExpression Text Source

The identifier of the pipeline.

Response

Response constructor

Response lenses