amazonka-glue-1.6.0: 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.StartCrawlerSchedule

Contents

Description

Changes the schedule state of the specified crawler to SCHEDULED , unless the crawler is already running or the schedule state is already SCHEDULED .

Synopsis

Creating a Request

startCrawlerSchedule Source #

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

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

data StartCrawlerSchedule Source #

See: startCrawlerSchedule smart constructor.

Instances

Eq StartCrawlerSchedule Source # 
Data StartCrawlerSchedule Source # 

Methods

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

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

toConstr :: StartCrawlerSchedule -> Constr #

dataTypeOf :: StartCrawlerSchedule -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: StartCrawlerSchedule -> () #

AWSRequest StartCrawlerSchedule Source # 
ToHeaders StartCrawlerSchedule Source # 
ToPath StartCrawlerSchedule Source # 
ToQuery StartCrawlerSchedule Source # 
type Rep StartCrawlerSchedule Source # 
type Rep StartCrawlerSchedule = D1 * (MetaData "StartCrawlerSchedule" "Network.AWS.Glue.StartCrawlerSchedule" "amazonka-glue-1.6.0-6lygtbc1qn5L8T6WOf5nFo" True) (C1 * (MetaCons "StartCrawlerSchedule'" PrefixI True) (S1 * (MetaSel (Just Symbol "_scsCrawlerName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs StartCrawlerSchedule Source # 

Request Lenses

scsCrawlerName :: Lens' StartCrawlerSchedule Text Source #

Name of the crawler to schedule.

Destructuring the Response

startCrawlerScheduleResponse Source #

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

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

data StartCrawlerScheduleResponse Source #

See: startCrawlerScheduleResponse smart constructor.

Instances

Eq StartCrawlerScheduleResponse Source # 
Data StartCrawlerScheduleResponse Source # 

Methods

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

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

toConstr :: StartCrawlerScheduleResponse -> Constr #

dataTypeOf :: StartCrawlerScheduleResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StartCrawlerScheduleResponse Source # 
Show StartCrawlerScheduleResponse Source # 
Generic StartCrawlerScheduleResponse Source # 
NFData StartCrawlerScheduleResponse Source # 
type Rep StartCrawlerScheduleResponse Source # 
type Rep StartCrawlerScheduleResponse = D1 * (MetaData "StartCrawlerScheduleResponse" "Network.AWS.Glue.StartCrawlerSchedule" "amazonka-glue-1.6.0-6lygtbc1qn5L8T6WOf5nFo" True) (C1 * (MetaCons "StartCrawlerScheduleResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_scsrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses