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

Contents

Description

Modifies an existing Classifier .

Synopsis

Creating a Request

updateClassifier :: UpdateClassifier Source #

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

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

data UpdateClassifier Source #

See: updateClassifier smart constructor.

Instances

Eq UpdateClassifier Source # 
Data UpdateClassifier Source # 

Methods

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

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

toConstr :: UpdateClassifier -> Constr #

dataTypeOf :: UpdateClassifier -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: UpdateClassifier -> () #

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

Request Lenses

ucGrokClassifier :: Lens' UpdateClassifier (Maybe UpdateGrokClassifierRequest) Source #

A GrokClassifier object with updated fields.

Destructuring the Response

updateClassifierResponse Source #

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

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

data UpdateClassifierResponse Source #

See: updateClassifierResponse smart constructor.

Instances

Eq UpdateClassifierResponse Source # 
Data UpdateClassifierResponse Source # 

Methods

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

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

toConstr :: UpdateClassifierResponse -> Constr #

dataTypeOf :: UpdateClassifierResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Response Lenses