amazonka-glue-1.6.1: Amazon Glue 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.Glue.StopCrawler

Contents

Description

If the specified crawler is running, stops the crawl.

Synopsis

Creating a Request

stopCrawler Source #

Arguments

:: Text

sName

-> StopCrawler 

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

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

  • sName - Name of the crawler to stop.

data StopCrawler Source #

See: stopCrawler smart constructor.

Instances
Eq StopCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StopCrawler

Data StopCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StopCrawler

Methods

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

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

toConstr :: StopCrawler -> Constr #

dataTypeOf :: StopCrawler -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StopCrawler

Show StopCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StopCrawler

Generic StopCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StopCrawler

Associated Types

type Rep StopCrawler :: Type -> Type #

Hashable StopCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StopCrawler

ToJSON StopCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StopCrawler

AWSRequest StopCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StopCrawler

Associated Types

type Rs StopCrawler :: Type #

ToHeaders StopCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StopCrawler

Methods

toHeaders :: StopCrawler -> [Header] #

ToPath StopCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StopCrawler

ToQuery StopCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StopCrawler

NFData StopCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StopCrawler

Methods

rnf :: StopCrawler -> () #

type Rep StopCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StopCrawler

type Rep StopCrawler = D1 (MetaData "StopCrawler" "Network.AWS.Glue.StopCrawler" "amazonka-glue-1.6.1-4wrowkj7LqMExQlCyUUmWF" True) (C1 (MetaCons "StopCrawler'" PrefixI True) (S1 (MetaSel (Just "_sName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs StopCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StopCrawler

Request Lenses

sName :: Lens' StopCrawler Text Source #

Name of the crawler to stop.

Destructuring the Response

stopCrawlerResponse Source #

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

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

data StopCrawlerResponse Source #

See: stopCrawlerResponse smart constructor.

Instances
Eq StopCrawlerResponse Source # 
Instance details

Defined in Network.AWS.Glue.StopCrawler

Data StopCrawlerResponse Source # 
Instance details

Defined in Network.AWS.Glue.StopCrawler

Methods

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

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

toConstr :: StopCrawlerResponse -> Constr #

dataTypeOf :: StopCrawlerResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopCrawlerResponse Source # 
Instance details

Defined in Network.AWS.Glue.StopCrawler

Show StopCrawlerResponse Source # 
Instance details

Defined in Network.AWS.Glue.StopCrawler

Generic StopCrawlerResponse Source # 
Instance details

Defined in Network.AWS.Glue.StopCrawler

Associated Types

type Rep StopCrawlerResponse :: Type -> Type #

NFData StopCrawlerResponse Source # 
Instance details

Defined in Network.AWS.Glue.StopCrawler

Methods

rnf :: StopCrawlerResponse -> () #

type Rep StopCrawlerResponse Source # 
Instance details

Defined in Network.AWS.Glue.StopCrawler

type Rep StopCrawlerResponse = D1 (MetaData "StopCrawlerResponse" "Network.AWS.Glue.StopCrawler" "amazonka-glue-1.6.1-4wrowkj7LqMExQlCyUUmWF" True) (C1 (MetaCons "StopCrawlerResponse'" PrefixI True) (S1 (MetaSel (Just "_srsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses

srsResponseStatus :: Lens' StopCrawlerResponse Int Source #

  • - | The response status code.