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

Contents

Description

Modifies an existing classifier (a GrokClassifier , XMLClassifier , or JsonClassifier , depending on which field is present).

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

Defined in Network.AWS.Glue.UpdateClassifier

Data UpdateClassifier Source # 
Instance details

Defined in Network.AWS.Glue.UpdateClassifier

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

Defined in Network.AWS.Glue.UpdateClassifier

Show UpdateClassifier Source # 
Instance details

Defined in Network.AWS.Glue.UpdateClassifier

Generic UpdateClassifier Source # 
Instance details

Defined in Network.AWS.Glue.UpdateClassifier

Associated Types

type Rep UpdateClassifier :: Type -> Type #

Hashable UpdateClassifier Source # 
Instance details

Defined in Network.AWS.Glue.UpdateClassifier

ToJSON UpdateClassifier Source # 
Instance details

Defined in Network.AWS.Glue.UpdateClassifier

AWSRequest UpdateClassifier Source # 
Instance details

Defined in Network.AWS.Glue.UpdateClassifier

Associated Types

type Rs UpdateClassifier :: Type #

ToHeaders UpdateClassifier Source # 
Instance details

Defined in Network.AWS.Glue.UpdateClassifier

ToPath UpdateClassifier Source # 
Instance details

Defined in Network.AWS.Glue.UpdateClassifier

ToQuery UpdateClassifier Source # 
Instance details

Defined in Network.AWS.Glue.UpdateClassifier

NFData UpdateClassifier Source # 
Instance details

Defined in Network.AWS.Glue.UpdateClassifier

Methods

rnf :: UpdateClassifier -> () #

type Rep UpdateClassifier Source # 
Instance details

Defined in Network.AWS.Glue.UpdateClassifier

type Rep UpdateClassifier = D1 (MetaData "UpdateClassifier" "Network.AWS.Glue.UpdateClassifier" "amazonka-glue-1.6.1-4wrowkj7LqMExQlCyUUmWF" False) (C1 (MetaCons "UpdateClassifier'" PrefixI True) (S1 (MetaSel (Just "_ucGrokClassifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe UpdateGrokClassifierRequest)) :*: (S1 (MetaSel (Just "_ucXMLClassifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe UpdateXMLClassifierRequest)) :*: S1 (MetaSel (Just "_ucJSONClassifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe UpdateJSONClassifierRequest)))))
type Rs UpdateClassifier Source # 
Instance details

Defined in Network.AWS.Glue.UpdateClassifier

Request Lenses

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

A GrokClassifier object with updated fields.

ucXMLClassifier :: Lens' UpdateClassifier (Maybe UpdateXMLClassifierRequest) Source #

An XMLClassifier object with updated fields.

ucJSONClassifier :: Lens' UpdateClassifier (Maybe UpdateJSONClassifierRequest) Source #

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

Defined in Network.AWS.Glue.UpdateClassifier

Data UpdateClassifierResponse Source # 
Instance details

Defined in Network.AWS.Glue.UpdateClassifier

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

Defined in Network.AWS.Glue.UpdateClassifier

Show UpdateClassifierResponse Source # 
Instance details

Defined in Network.AWS.Glue.UpdateClassifier

Generic UpdateClassifierResponse Source # 
Instance details

Defined in Network.AWS.Glue.UpdateClassifier

Associated Types

type Rep UpdateClassifierResponse :: Type -> Type #

NFData UpdateClassifierResponse Source # 
Instance details

Defined in Network.AWS.Glue.UpdateClassifier

type Rep UpdateClassifierResponse Source # 
Instance details

Defined in Network.AWS.Glue.UpdateClassifier

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

Response Lenses