amazonka-glue-1.5.0: Amazon Glue SDK.

Copyright(c) 2013-2017 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.StopCrawlerSchedule

Contents

Description

Sets the schedule state of the specified crawler to NOT_SCHEDULED , but does not stop the crawler if it is already running.

Synopsis

Creating a Request

stopCrawlerSchedule Source #

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

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

  • sCrawlerName - Name of the crawler whose schedule state to set.

data StopCrawlerSchedule Source #

See: stopCrawlerSchedule smart constructor.

Instances

Eq StopCrawlerSchedule Source # 
Data StopCrawlerSchedule Source # 

Methods

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

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

toConstr :: StopCrawlerSchedule -> Constr #

dataTypeOf :: StopCrawlerSchedule -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: StopCrawlerSchedule -> () #

AWSRequest StopCrawlerSchedule Source # 
ToQuery StopCrawlerSchedule Source # 
ToPath StopCrawlerSchedule Source # 
ToHeaders StopCrawlerSchedule Source # 
type Rep StopCrawlerSchedule Source # 
type Rep StopCrawlerSchedule = D1 (MetaData "StopCrawlerSchedule" "Network.AWS.Glue.StopCrawlerSchedule" "amazonka-glue-1.5.0-4Up8HzkFFhK6642ZlsxA7K" True) (C1 (MetaCons "StopCrawlerSchedule'" PrefixI True) (S1 (MetaSel (Just Symbol "_sCrawlerName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs StopCrawlerSchedule Source # 

Request Lenses

sCrawlerName :: Lens' StopCrawlerSchedule Text Source #

Name of the crawler whose schedule state to set.

Destructuring the Response

stopCrawlerScheduleResponse Source #

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

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

data StopCrawlerScheduleResponse Source #

See: stopCrawlerScheduleResponse smart constructor.

Instances

Eq StopCrawlerScheduleResponse Source # 
Data StopCrawlerScheduleResponse Source # 

Methods

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

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

toConstr :: StopCrawlerScheduleResponse -> Constr #

dataTypeOf :: StopCrawlerScheduleResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopCrawlerScheduleResponse Source # 
Show StopCrawlerScheduleResponse Source # 
Generic StopCrawlerScheduleResponse Source # 
NFData StopCrawlerScheduleResponse Source # 
type Rep StopCrawlerScheduleResponse Source # 
type Rep StopCrawlerScheduleResponse = D1 (MetaData "StopCrawlerScheduleResponse" "Network.AWS.Glue.StopCrawlerSchedule" "amazonka-glue-1.5.0-4Up8HzkFFhK6642ZlsxA7K" True) (C1 (MetaCons "StopCrawlerScheduleResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_storsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses