amazonka-datapipeline-1.3.3: Amazon Data Pipeline SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for EvaluateExpression.

Synopsis

Creating a Request

evaluateExpression Source

Creates a value of EvaluateExpression with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

eePipelineId :: Lens' EvaluateExpression Text Source

The ID of the pipeline.

eeExpression :: Lens' EvaluateExpression Text Source

The expression to evaluate.

Destructuring the Response

evaluateExpressionResponse Source

Creates a value of EvaluateExpressionResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses