amazonka-iot-1.6.1: Amazon IoT 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.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 # 
Instance details

Defined in Network.AWS.IoT.SetLoggingOptions

Data SetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.SetLoggingOptions

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

Defined in Network.AWS.IoT.SetLoggingOptions

Show SetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.SetLoggingOptions

Generic SetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.SetLoggingOptions

Associated Types

type Rep SetLoggingOptions :: Type -> Type #

Hashable SetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.SetLoggingOptions

ToJSON SetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.SetLoggingOptions

AWSRequest SetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.SetLoggingOptions

Associated Types

type Rs SetLoggingOptions :: Type #

ToHeaders SetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.SetLoggingOptions

ToPath SetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.SetLoggingOptions

ToQuery SetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.SetLoggingOptions

NFData SetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.SetLoggingOptions

Methods

rnf :: SetLoggingOptions -> () #

type Rep SetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.SetLoggingOptions

type Rep SetLoggingOptions = D1 (MetaData "SetLoggingOptions" "Network.AWS.IoT.SetLoggingOptions" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" True) (C1 (MetaCons "SetLoggingOptions'" PrefixI True) (S1 (MetaSel (Just "_sloLoggingOptionsPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 LoggingOptionsPayload)))
type Rs SetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.SetLoggingOptions

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

Defined in Network.AWS.IoT.SetLoggingOptions

Data SetLoggingOptionsResponse Source # 
Instance details

Defined in Network.AWS.IoT.SetLoggingOptions

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

Defined in Network.AWS.IoT.SetLoggingOptions

Show SetLoggingOptionsResponse Source # 
Instance details

Defined in Network.AWS.IoT.SetLoggingOptions

Generic SetLoggingOptionsResponse Source # 
Instance details

Defined in Network.AWS.IoT.SetLoggingOptions

Associated Types

type Rep SetLoggingOptionsResponse :: Type -> Type #

NFData SetLoggingOptionsResponse Source # 
Instance details

Defined in Network.AWS.IoT.SetLoggingOptions

type Rep SetLoggingOptionsResponse Source # 
Instance details

Defined in Network.AWS.IoT.SetLoggingOptions

type Rep SetLoggingOptionsResponse = D1 (MetaData "SetLoggingOptionsResponse" "Network.AWS.IoT.SetLoggingOptions" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" False) (C1 (MetaCons "SetLoggingOptionsResponse'" PrefixI False) (U1 :: Type -> Type))