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

Contents

Description

Stops a query execution.

For code samples using the AWS SDK for Java, see Examples and Code Samples in the Amazon Athena User Guide .

Synopsis

Creating a Request

stopQueryExecution Source #

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

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

data StopQueryExecution Source #

See: stopQueryExecution smart constructor.

Instances

Eq StopQueryExecution Source # 
Data StopQueryExecution Source # 

Methods

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

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

toConstr :: StopQueryExecution -> Constr #

dataTypeOf :: StopQueryExecution -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: StopQueryExecution -> () #

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

Request Lenses

sqeQueryExecutionId :: Lens' StopQueryExecution Text Source #

The unique ID of the query execution to stop.

Destructuring the Response

stopQueryExecutionResponse Source #

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

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

data StopQueryExecutionResponse Source #

See: stopQueryExecutionResponse smart constructor.

Instances

Eq StopQueryExecutionResponse Source # 
Data StopQueryExecutionResponse Source # 

Methods

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

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

toConstr :: StopQueryExecutionResponse -> Constr #

dataTypeOf :: StopQueryExecutionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopQueryExecutionResponse Source # 
Show StopQueryExecutionResponse Source # 
Generic StopQueryExecutionResponse Source # 
NFData StopQueryExecutionResponse Source # 
type Rep StopQueryExecutionResponse Source # 
type Rep StopQueryExecutionResponse = D1 (MetaData "StopQueryExecutionResponse" "Network.AWS.Athena.StopQueryExecution" "amazonka-athena-1.5.0-DdAqNMgn6Po2xdSLGzRYjs" True) (C1 (MetaCons "StopQueryExecutionResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_srsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses