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.GetQueryExecution

Contents

Description

Returns information about a single execution of a query. Each time a query executes, information about the query execution is saved with a unique ID.

Synopsis

Creating a Request

getQueryExecution Source #

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

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

data GetQueryExecution Source #

See: getQueryExecution smart constructor.

Instances

Eq GetQueryExecution Source # 
Data GetQueryExecution Source # 

Methods

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

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

toConstr :: GetQueryExecution -> Constr #

dataTypeOf :: GetQueryExecution -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: GetQueryExecution -> () #

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

Request Lenses

gqeQueryExecutionId :: Lens' GetQueryExecution Text Source #

The unique ID of the query execution.

Destructuring the Response

getQueryExecutionResponse Source #

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

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

data GetQueryExecutionResponse Source #

See: getQueryExecutionResponse smart constructor.

Instances

Eq GetQueryExecutionResponse Source # 
Data GetQueryExecutionResponse Source # 

Methods

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

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

toConstr :: GetQueryExecutionResponse -> Constr #

dataTypeOf :: GetQueryExecutionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetQueryExecutionResponse Source # 
Show GetQueryExecutionResponse Source # 
Generic GetQueryExecutionResponse Source # 
NFData GetQueryExecutionResponse Source # 
type Rep GetQueryExecutionResponse Source # 
type Rep GetQueryExecutionResponse = D1 (MetaData "GetQueryExecutionResponse" "Network.AWS.Athena.GetQueryExecution" "amazonka-athena-1.5.0-DdAqNMgn6Po2xdSLGzRYjs" False) (C1 (MetaCons "GetQueryExecutionResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gqersQueryExecution") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe QueryExecution))) (S1 (MetaSel (Just Symbol "_gqersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses