amazonka-datapipeline-0.3.2: 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

Arguments

:: Text

eePipelineId

-> Text

eeObjectId

-> Text

eeExpression

-> EvaluateExpression 

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

evaluateExpressionResponse Source

EvaluateExpressionResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

eerEvaluatedExpression :: Lens' EvaluateExpressionResponse Text Source

The evaluated expression.