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

Contents

Description

Resets a bookmark entry.

Synopsis

Creating a Request

resetJobBookmark Source #

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

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

data ResetJobBookmark Source #

See: resetJobBookmark smart constructor.

Instances

Eq ResetJobBookmark Source # 
Data ResetJobBookmark Source # 

Methods

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

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

toConstr :: ResetJobBookmark -> Constr #

dataTypeOf :: ResetJobBookmark -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: ResetJobBookmark -> () #

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

Request Lenses

rjbJobName :: Lens' ResetJobBookmark Text Source #

The name of the job in question.

Destructuring the Response

resetJobBookmarkResponse Source #

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

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

data ResetJobBookmarkResponse Source #

See: resetJobBookmarkResponse smart constructor.

Instances

Eq ResetJobBookmarkResponse Source # 
Data ResetJobBookmarkResponse Source # 

Methods

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

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

toConstr :: ResetJobBookmarkResponse -> Constr #

dataTypeOf :: ResetJobBookmarkResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ResetJobBookmarkResponse Source # 
Show ResetJobBookmarkResponse Source # 
Generic ResetJobBookmarkResponse Source # 
NFData ResetJobBookmarkResponse Source # 
type Rep ResetJobBookmarkResponse Source # 
type Rep ResetJobBookmarkResponse = D1 (MetaData "ResetJobBookmarkResponse" "Network.AWS.Glue.ResetJobBookmark" "amazonka-glue-1.5.0-4Up8HzkFFhK6642ZlsxA7K" False) (C1 (MetaCons "ResetJobBookmarkResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rjbrsJobBookmarkEntry") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobBookmarkEntry))) (S1 (MetaSel (Just Symbol "_rjbrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses