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

Contents

Description

Starts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, does nothing.

Synopsis

Creating a Request

startCrawler Source #

Arguments

:: Text

scName

-> StartCrawler 

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

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

  • scName - Name of the crawler to start.

data StartCrawler Source #

See: startCrawler smart constructor.

Instances
Eq StartCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawler

Data StartCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawler

Methods

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

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

toConstr :: StartCrawler -> Constr #

dataTypeOf :: StartCrawler -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StartCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawler

Show StartCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawler

Generic StartCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawler

Associated Types

type Rep StartCrawler :: Type -> Type #

Hashable StartCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawler

ToJSON StartCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawler

AWSRequest StartCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawler

Associated Types

type Rs StartCrawler :: Type #

ToHeaders StartCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawler

ToPath StartCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawler

ToQuery StartCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawler

NFData StartCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawler

Methods

rnf :: StartCrawler -> () #

type Rep StartCrawler Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawler

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

Defined in Network.AWS.Glue.StartCrawler

Request Lenses

scName :: Lens' StartCrawler Text Source #

Name of the crawler to start.

Destructuring the Response

startCrawlerResponse Source #

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

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

data StartCrawlerResponse Source #

See: startCrawlerResponse smart constructor.

Instances
Eq StartCrawlerResponse Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawler

Data StartCrawlerResponse Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawler

Methods

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

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

toConstr :: StartCrawlerResponse -> Constr #

dataTypeOf :: StartCrawlerResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StartCrawlerResponse Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawler

Show StartCrawlerResponse Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawler

Generic StartCrawlerResponse Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawler

Associated Types

type Rep StartCrawlerResponse :: Type -> Type #

NFData StartCrawlerResponse Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawler

Methods

rnf :: StartCrawlerResponse -> () #

type Rep StartCrawlerResponse Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawler

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

Response Lenses

scrsResponseStatus :: Lens' StartCrawlerResponse Int Source #

  • - | The response status code.