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

Defined in Network.AWS.Glue.StartCrawlerSchedule

Data StartCrawlerSchedule Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawlerSchedule

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

Defined in Network.AWS.Glue.StartCrawlerSchedule

Show StartCrawlerSchedule Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawlerSchedule

Generic StartCrawlerSchedule Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawlerSchedule

Associated Types

type Rep StartCrawlerSchedule :: Type -> Type #

Hashable StartCrawlerSchedule Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawlerSchedule

ToJSON StartCrawlerSchedule Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawlerSchedule

AWSRequest StartCrawlerSchedule Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawlerSchedule

Associated Types

type Rs StartCrawlerSchedule :: Type #

ToHeaders StartCrawlerSchedule Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawlerSchedule

ToPath StartCrawlerSchedule Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawlerSchedule

ToQuery StartCrawlerSchedule Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawlerSchedule

NFData StartCrawlerSchedule Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawlerSchedule

Methods

rnf :: StartCrawlerSchedule -> () #

type Rep StartCrawlerSchedule Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawlerSchedule

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

Defined in Network.AWS.Glue.StartCrawlerSchedule

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

Defined in Network.AWS.Glue.StartCrawlerSchedule

Data StartCrawlerScheduleResponse Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawlerSchedule

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

Defined in Network.AWS.Glue.StartCrawlerSchedule

Show StartCrawlerScheduleResponse Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawlerSchedule

Generic StartCrawlerScheduleResponse Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawlerSchedule

Associated Types

type Rep StartCrawlerScheduleResponse :: Type -> Type #

NFData StartCrawlerScheduleResponse Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawlerSchedule

type Rep StartCrawlerScheduleResponse Source # 
Instance details

Defined in Network.AWS.Glue.StartCrawlerSchedule

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

Response Lenses