amazonka-iot-1.4.3: Amazon IoT SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.IoT.SetLoggingOptions

Contents

Description

Sets the logging options.

Synopsis

Creating a Request

setLoggingOptions Source #

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

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

data SetLoggingOptions Source #

The input for the SetLoggingOptions operation.

See: setLoggingOptions smart constructor.

Instances

Eq SetLoggingOptions Source # 
Data SetLoggingOptions Source # 

Methods

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

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

toConstr :: SetLoggingOptions -> Constr #

dataTypeOf :: SetLoggingOptions -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: SetLoggingOptions -> () #

AWSRequest SetLoggingOptions Source # 
ToPath SetLoggingOptions Source # 
ToHeaders SetLoggingOptions Source # 
ToQuery SetLoggingOptions Source # 
type Rep SetLoggingOptions Source # 
type Rep SetLoggingOptions = D1 (MetaData "SetLoggingOptions" "Network.AWS.IoT.SetLoggingOptions" "amazonka-iot-1.4.3-GQ8Z5ol1Knl4MG0H0roOVJ" True) (C1 (MetaCons "SetLoggingOptions'" PrefixI True) (S1 (MetaSel (Just Symbol "_sloLoggingOptionsPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 LoggingOptionsPayload)))
type Rs SetLoggingOptions Source # 

Request Lenses

Destructuring the Response

setLoggingOptionsResponse :: SetLoggingOptionsResponse Source #

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

data SetLoggingOptionsResponse Source #

See: setLoggingOptionsResponse smart constructor.

Instances

Eq SetLoggingOptionsResponse Source # 
Data SetLoggingOptionsResponse Source # 

Methods

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

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

toConstr :: SetLoggingOptionsResponse -> Constr #

dataTypeOf :: SetLoggingOptionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read SetLoggingOptionsResponse Source # 
Show SetLoggingOptionsResponse Source # 
Generic SetLoggingOptionsResponse Source # 
NFData SetLoggingOptionsResponse Source # 
type Rep SetLoggingOptionsResponse Source # 
type Rep SetLoggingOptionsResponse = D1 (MetaData "SetLoggingOptionsResponse" "Network.AWS.IoT.SetLoggingOptions" "amazonka-iot-1.4.3-GQ8Z5ol1Knl4MG0H0roOVJ" False) (C1 (MetaCons "SetLoggingOptionsResponse'" PrefixI False) U1)