amazonka-datapipeline-1.4.2: Amazon Data Pipeline SDK.

Copyright(c) 2013-2016 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.

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:

data EvaluateExpression Source #

Contains the parameters for EvaluateExpression.

See: evaluateExpression smart constructor.

Instances

Eq EvaluateExpression Source # 
Data EvaluateExpression Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EvaluateExpression -> c EvaluateExpression #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EvaluateExpression #

toConstr :: EvaluateExpression -> Constr #

dataTypeOf :: EvaluateExpression -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EvaluateExpression) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EvaluateExpression) #

gmapT :: (forall b. Data b => b -> b) -> EvaluateExpression -> EvaluateExpression #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EvaluateExpression -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EvaluateExpression -> r #

gmapQ :: (forall d. Data d => d -> u) -> EvaluateExpression -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EvaluateExpression -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EvaluateExpression -> m EvaluateExpression #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EvaluateExpression -> m EvaluateExpression #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EvaluateExpression -> m EvaluateExpression #

Read EvaluateExpression Source # 
Show EvaluateExpression Source # 
Generic EvaluateExpression Source # 
Hashable EvaluateExpression Source # 
ToJSON EvaluateExpression Source # 
NFData EvaluateExpression Source # 

Methods

rnf :: EvaluateExpression -> () #

AWSRequest EvaluateExpression Source # 
ToQuery EvaluateExpression Source # 
ToPath EvaluateExpression Source # 
ToHeaders EvaluateExpression Source # 
type Rep EvaluateExpression Source # 
type Rep EvaluateExpression = D1 (MetaData "EvaluateExpression" "Network.AWS.DataPipeline.EvaluateExpression" "amazonka-datapipeline-1.4.2-9QD4j5NR1v14hG7KJ5kJJK" False) (C1 (MetaCons "EvaluateExpression'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_eePipelineId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_eeObjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_eeExpression") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs EvaluateExpression Source # 

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:

data EvaluateExpressionResponse Source #

Contains the output of EvaluateExpression.

See: evaluateExpressionResponse smart constructor.

Instances

Eq EvaluateExpressionResponse Source # 
Data EvaluateExpressionResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EvaluateExpressionResponse -> c EvaluateExpressionResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EvaluateExpressionResponse #

toConstr :: EvaluateExpressionResponse -> Constr #

dataTypeOf :: EvaluateExpressionResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EvaluateExpressionResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EvaluateExpressionResponse) #

gmapT :: (forall b. Data b => b -> b) -> EvaluateExpressionResponse -> EvaluateExpressionResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EvaluateExpressionResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EvaluateExpressionResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> EvaluateExpressionResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EvaluateExpressionResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EvaluateExpressionResponse -> m EvaluateExpressionResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EvaluateExpressionResponse -> m EvaluateExpressionResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EvaluateExpressionResponse -> m EvaluateExpressionResponse #

Read EvaluateExpressionResponse Source # 
Show EvaluateExpressionResponse Source # 
Generic EvaluateExpressionResponse Source # 
NFData EvaluateExpressionResponse Source # 
type Rep EvaluateExpressionResponse Source # 
type Rep EvaluateExpressionResponse = D1 (MetaData "EvaluateExpressionResponse" "Network.AWS.DataPipeline.EvaluateExpression" "amazonka-datapipeline-1.4.2-9QD4j5NR1v14hG7KJ5kJJK" False) (C1 (MetaCons "EvaluateExpressionResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_eersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_eersEvaluatedExpression") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))

Response Lenses