amazonka-athena-1.6.1: Amazon Athena SDK.

Copyright(c) 2013-2018 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 # 
Instance details

Defined in Network.AWS.Athena.StopQueryExecution

Data StopQueryExecution Source # 
Instance details

Defined in Network.AWS.Athena.StopQueryExecution

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 # 
Instance details

Defined in Network.AWS.Athena.StopQueryExecution

Show StopQueryExecution Source # 
Instance details

Defined in Network.AWS.Athena.StopQueryExecution

Generic StopQueryExecution Source # 
Instance details

Defined in Network.AWS.Athena.StopQueryExecution

Associated Types

type Rep StopQueryExecution :: Type -> Type #

Hashable StopQueryExecution Source # 
Instance details

Defined in Network.AWS.Athena.StopQueryExecution

ToJSON StopQueryExecution Source # 
Instance details

Defined in Network.AWS.Athena.StopQueryExecution

AWSRequest StopQueryExecution Source # 
Instance details

Defined in Network.AWS.Athena.StopQueryExecution

Associated Types

type Rs StopQueryExecution :: Type #

ToHeaders StopQueryExecution Source # 
Instance details

Defined in Network.AWS.Athena.StopQueryExecution

ToPath StopQueryExecution Source # 
Instance details

Defined in Network.AWS.Athena.StopQueryExecution

ToQuery StopQueryExecution Source # 
Instance details

Defined in Network.AWS.Athena.StopQueryExecution

NFData StopQueryExecution Source # 
Instance details

Defined in Network.AWS.Athena.StopQueryExecution

Methods

rnf :: StopQueryExecution -> () #

type Rep StopQueryExecution Source # 
Instance details

Defined in Network.AWS.Athena.StopQueryExecution

type Rep StopQueryExecution = D1 (MetaData "StopQueryExecution" "Network.AWS.Athena.StopQueryExecution" "amazonka-athena-1.6.1-3l4hGXnA3w2LezY8q3vNku" True) (C1 (MetaCons "StopQueryExecution'" PrefixI True) (S1 (MetaSel (Just "_sqeQueryExecutionId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs StopQueryExecution Source # 
Instance details

Defined in Network.AWS.Athena.StopQueryExecution

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 # 
Instance details

Defined in Network.AWS.Athena.StopQueryExecution

Data StopQueryExecutionResponse Source # 
Instance details

Defined in Network.AWS.Athena.StopQueryExecution

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 # 
Instance details

Defined in Network.AWS.Athena.StopQueryExecution

Show StopQueryExecutionResponse Source # 
Instance details

Defined in Network.AWS.Athena.StopQueryExecution

Generic StopQueryExecutionResponse Source # 
Instance details

Defined in Network.AWS.Athena.StopQueryExecution

Associated Types

type Rep StopQueryExecutionResponse :: Type -> Type #

NFData StopQueryExecutionResponse Source # 
Instance details

Defined in Network.AWS.Athena.StopQueryExecution

type Rep StopQueryExecutionResponse Source # 
Instance details

Defined in Network.AWS.Athena.StopQueryExecution

type Rep StopQueryExecutionResponse = D1 (MetaData "StopQueryExecutionResponse" "Network.AWS.Athena.StopQueryExecution" "amazonka-athena-1.6.1-3l4hGXnA3w2LezY8q3vNku" True) (C1 (MetaCons "StopQueryExecutionResponse'" PrefixI True) (S1 (MetaSel (Just "_srsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses