amazonka-datapipeline-1.4.5: 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 #

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 #

Contains the parameters for EvaluateExpression.

See: evaluateExpression smart constructor.

Instances

Eq EvaluateExpression # 
Data EvaluateExpression # 

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 # 
Show EvaluateExpression # 
Generic EvaluateExpression # 
Hashable EvaluateExpression # 
ToJSON EvaluateExpression # 
NFData EvaluateExpression # 

Methods

rnf :: EvaluateExpression -> () #

AWSRequest EvaluateExpression # 
ToQuery EvaluateExpression # 
ToPath EvaluateExpression # 
ToHeaders EvaluateExpression # 
type Rep EvaluateExpression # 
type Rep EvaluateExpression = D1 (MetaData "EvaluateExpression" "Network.AWS.DataPipeline.EvaluateExpression" "amazonka-datapipeline-1.4.5-BJaoECYz4XDHL06I8wcb9o" 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 # 

Request Lenses

eePipelineId :: Lens' EvaluateExpression Text #

The ID of the pipeline.

eeObjectId :: Lens' EvaluateExpression Text #

The ID of the object.

eeExpression :: Lens' EvaluateExpression Text #

The expression to evaluate.

Destructuring the Response

evaluateExpressionResponse #

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 #

Contains the output of EvaluateExpression.

See: evaluateExpressionResponse smart constructor.

Instances

Eq EvaluateExpressionResponse # 
Data EvaluateExpressionResponse # 

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 # 
Show EvaluateExpressionResponse # 
Generic EvaluateExpressionResponse # 
NFData EvaluateExpressionResponse # 
type Rep EvaluateExpressionResponse # 
type Rep EvaluateExpressionResponse = D1 (MetaData "EvaluateExpressionResponse" "Network.AWS.DataPipeline.EvaluateExpression" "amazonka-datapipeline-1.4.5-BJaoECYz4XDHL06I8wcb9o" False) (C1 (MetaCons "EvaluateExpressionResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_eersResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_eersEvaluatedExpression") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))

Response Lenses

eersResponseStatus :: Lens' EvaluateExpressionResponse Int #

  • - | The response status code.