amazonka-greengrass-1.5.0: Amazon Greengrass 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.Greengrass.UpdateLoggerDefinition

Contents

Description

Updates a logger definition.

Synopsis

Creating a Request

updateLoggerDefinition Source #

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

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

data UpdateLoggerDefinition Source #

See: updateLoggerDefinition smart constructor.

Instances

Eq UpdateLoggerDefinition Source # 
Data UpdateLoggerDefinition Source # 

Methods

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

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

toConstr :: UpdateLoggerDefinition -> Constr #

dataTypeOf :: UpdateLoggerDefinition -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: UpdateLoggerDefinition -> () #

AWSRequest UpdateLoggerDefinition Source # 
ToQuery UpdateLoggerDefinition Source # 
ToPath UpdateLoggerDefinition Source # 
ToHeaders UpdateLoggerDefinition Source # 
type Rep UpdateLoggerDefinition Source # 
type Rep UpdateLoggerDefinition = D1 (MetaData "UpdateLoggerDefinition" "Network.AWS.Greengrass.UpdateLoggerDefinition" "amazonka-greengrass-1.5.0-71LOjgHB2qBUcTjNYOmi4" False) (C1 (MetaCons "UpdateLoggerDefinition'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_uldName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_uldLoggerDefinitionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs UpdateLoggerDefinition Source # 

Request Lenses

Destructuring the Response

updateLoggerDefinitionResponse Source #

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

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

data UpdateLoggerDefinitionResponse Source #

See: updateLoggerDefinitionResponse smart constructor.

Instances

Eq UpdateLoggerDefinitionResponse Source # 
Data UpdateLoggerDefinitionResponse Source # 

Methods

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

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

toConstr :: UpdateLoggerDefinitionResponse -> Constr #

dataTypeOf :: UpdateLoggerDefinitionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateLoggerDefinitionResponse Source # 
Show UpdateLoggerDefinitionResponse Source # 
Generic UpdateLoggerDefinitionResponse Source # 
NFData UpdateLoggerDefinitionResponse Source # 
type Rep UpdateLoggerDefinitionResponse Source # 
type Rep UpdateLoggerDefinitionResponse = D1 (MetaData "UpdateLoggerDefinitionResponse" "Network.AWS.Greengrass.UpdateLoggerDefinition" "amazonka-greengrass-1.5.0-71LOjgHB2qBUcTjNYOmi4" True) (C1 (MetaCons "UpdateLoggerDefinitionResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_uldrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses