amazonka-athena-1.5.0: Amazon Athena SDK.

Copyright(c) 2013-2017 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Athena.BatchGetQueryExecution

Contents

Description

Returns the details of a single query execution or a list of up to 50 query executions, which you provide as an array of query execution ID strings. To get a list of query execution IDs, use ListQueryExecutions . Query executions are different from named (saved) queries. Use BatchGetNamedQuery to get details about named queries.

Synopsis

Creating a Request

batchGetQueryExecution Source #

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

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

data BatchGetQueryExecution Source #

See: batchGetQueryExecution smart constructor.

Instances

Eq BatchGetQueryExecution Source # 
Data BatchGetQueryExecution Source # 

Methods

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

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

toConstr :: BatchGetQueryExecution -> Constr #

dataTypeOf :: BatchGetQueryExecution -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: BatchGetQueryExecution -> () #

AWSRequest BatchGetQueryExecution Source # 
ToQuery BatchGetQueryExecution Source # 
ToPath BatchGetQueryExecution Source # 
ToHeaders BatchGetQueryExecution Source # 
type Rep BatchGetQueryExecution Source # 
type Rep BatchGetQueryExecution = D1 (MetaData "BatchGetQueryExecution" "Network.AWS.Athena.BatchGetQueryExecution" "amazonka-athena-1.5.0-DdAqNMgn6Po2xdSLGzRYjs" True) (C1 (MetaCons "BatchGetQueryExecution'" PrefixI True) (S1 (MetaSel (Just Symbol "_bgqeQueryExecutionIds") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (List1 Text))))
type Rs BatchGetQueryExecution Source # 

Request Lenses

Destructuring the Response

batchGetQueryExecutionResponse Source #

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

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

data BatchGetQueryExecutionResponse Source #

See: batchGetQueryExecutionResponse smart constructor.

Instances

Eq BatchGetQueryExecutionResponse Source # 
Data BatchGetQueryExecutionResponse Source # 

Methods

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

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

toConstr :: BatchGetQueryExecutionResponse -> Constr #

dataTypeOf :: BatchGetQueryExecutionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read BatchGetQueryExecutionResponse Source # 
Show BatchGetQueryExecutionResponse Source # 
Generic BatchGetQueryExecutionResponse Source # 
NFData BatchGetQueryExecutionResponse Source # 
type Rep BatchGetQueryExecutionResponse Source # 
type Rep BatchGetQueryExecutionResponse = D1 (MetaData "BatchGetQueryExecutionResponse" "Network.AWS.Athena.BatchGetQueryExecution" "amazonka-athena-1.5.0-DdAqNMgn6Po2xdSLGzRYjs" False) (C1 (MetaCons "BatchGetQueryExecutionResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_bgqersUnprocessedQueryExecutionIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [UnprocessedQueryExecutionId]))) ((:*:) (S1 (MetaSel (Just Symbol "_bgqersQueryExecutions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [QueryExecution]))) (S1 (MetaSel (Just Symbol "_bgqersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses