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

Contents

Description

Sets the logging level.

Synopsis

Creating a Request

setV2LoggingLevel Source #

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

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

data SetV2LoggingLevel Source #

See: setV2LoggingLevel smart constructor.

Instances
Eq SetV2LoggingLevel Source # 
Instance details

Defined in Network.AWS.IoT.SetV2LoggingLevel

Data SetV2LoggingLevel Source # 
Instance details

Defined in Network.AWS.IoT.SetV2LoggingLevel

Methods

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

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

toConstr :: SetV2LoggingLevel -> Constr #

dataTypeOf :: SetV2LoggingLevel -> DataType #

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

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

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

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

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

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

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

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

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

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

Read SetV2LoggingLevel Source # 
Instance details

Defined in Network.AWS.IoT.SetV2LoggingLevel

Show SetV2LoggingLevel Source # 
Instance details

Defined in Network.AWS.IoT.SetV2LoggingLevel

Generic SetV2LoggingLevel Source # 
Instance details

Defined in Network.AWS.IoT.SetV2LoggingLevel

Associated Types

type Rep SetV2LoggingLevel :: Type -> Type #

Hashable SetV2LoggingLevel Source # 
Instance details

Defined in Network.AWS.IoT.SetV2LoggingLevel

ToJSON SetV2LoggingLevel Source # 
Instance details

Defined in Network.AWS.IoT.SetV2LoggingLevel

AWSRequest SetV2LoggingLevel Source # 
Instance details

Defined in Network.AWS.IoT.SetV2LoggingLevel

Associated Types

type Rs SetV2LoggingLevel :: Type #

ToHeaders SetV2LoggingLevel Source # 
Instance details

Defined in Network.AWS.IoT.SetV2LoggingLevel

ToPath SetV2LoggingLevel Source # 
Instance details

Defined in Network.AWS.IoT.SetV2LoggingLevel

ToQuery SetV2LoggingLevel Source # 
Instance details

Defined in Network.AWS.IoT.SetV2LoggingLevel

NFData SetV2LoggingLevel Source # 
Instance details

Defined in Network.AWS.IoT.SetV2LoggingLevel

Methods

rnf :: SetV2LoggingLevel -> () #

type Rep SetV2LoggingLevel Source # 
Instance details

Defined in Network.AWS.IoT.SetV2LoggingLevel

type Rep SetV2LoggingLevel = D1 (MetaData "SetV2LoggingLevel" "Network.AWS.IoT.SetV2LoggingLevel" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" False) (C1 (MetaCons "SetV2LoggingLevel'" PrefixI True) (S1 (MetaSel (Just "_svllLogTarget") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 LogTarget) :*: S1 (MetaSel (Just "_svllLogLevel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 LogLevel)))
type Rs SetV2LoggingLevel Source # 
Instance details

Defined in Network.AWS.IoT.SetV2LoggingLevel

Request Lenses

Destructuring the Response

setV2LoggingLevelResponse :: SetV2LoggingLevelResponse Source #

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

data SetV2LoggingLevelResponse Source #

See: setV2LoggingLevelResponse smart constructor.

Instances
Eq SetV2LoggingLevelResponse Source # 
Instance details

Defined in Network.AWS.IoT.SetV2LoggingLevel

Data SetV2LoggingLevelResponse Source # 
Instance details

Defined in Network.AWS.IoT.SetV2LoggingLevel

Methods

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

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

toConstr :: SetV2LoggingLevelResponse -> Constr #

dataTypeOf :: SetV2LoggingLevelResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read SetV2LoggingLevelResponse Source # 
Instance details

Defined in Network.AWS.IoT.SetV2LoggingLevel

Show SetV2LoggingLevelResponse Source # 
Instance details

Defined in Network.AWS.IoT.SetV2LoggingLevel

Generic SetV2LoggingLevelResponse Source # 
Instance details

Defined in Network.AWS.IoT.SetV2LoggingLevel

Associated Types

type Rep SetV2LoggingLevelResponse :: Type -> Type #

NFData SetV2LoggingLevelResponse Source # 
Instance details

Defined in Network.AWS.IoT.SetV2LoggingLevel

type Rep SetV2LoggingLevelResponse Source # 
Instance details

Defined in Network.AWS.IoT.SetV2LoggingLevel

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