amazonka-iot-analytics-1.6.0: Amazon IoT Analytics 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.IoTAnalytics.PutLoggingOptions

Contents

Description

Sets or updates the AWS IoT Analytics logging options.

Synopsis

Creating a Request

putLoggingOptions Source #

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

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

data PutLoggingOptions Source #

See: putLoggingOptions smart constructor.

Instances

Eq PutLoggingOptions Source # 
Data PutLoggingOptions Source # 

Methods

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

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

toConstr :: PutLoggingOptions -> Constr #

dataTypeOf :: PutLoggingOptions -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: PutLoggingOptions -> () #

AWSRequest PutLoggingOptions Source # 
ToHeaders PutLoggingOptions Source # 
ToPath PutLoggingOptions Source # 
ToQuery PutLoggingOptions Source # 
type Rep PutLoggingOptions Source # 
type Rep PutLoggingOptions = D1 * (MetaData "PutLoggingOptions" "Network.AWS.IoTAnalytics.PutLoggingOptions" "amazonka-iot-analytics-1.6.0-J5q8AVx26VCAr48eVqZbw0" True) (C1 * (MetaCons "PutLoggingOptions'" PrefixI True) (S1 * (MetaSel (Just Symbol "_ploLoggingOptions") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * LoggingOptions)))
type Rs PutLoggingOptions Source # 

Request Lenses

ploLoggingOptions :: Lens' PutLoggingOptions LoggingOptions Source #

The new values of the AWS IoT Analytics logging options.

Destructuring the Response

putLoggingOptionsResponse :: PutLoggingOptionsResponse Source #

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

data PutLoggingOptionsResponse Source #

See: putLoggingOptionsResponse smart constructor.

Instances

Eq PutLoggingOptionsResponse Source # 
Data PutLoggingOptionsResponse Source # 

Methods

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

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

toConstr :: PutLoggingOptionsResponse -> Constr #

dataTypeOf :: PutLoggingOptionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read PutLoggingOptionsResponse Source # 
Show PutLoggingOptionsResponse Source # 
Generic PutLoggingOptionsResponse Source # 
NFData PutLoggingOptionsResponse Source # 
type Rep PutLoggingOptionsResponse Source # 
type Rep PutLoggingOptionsResponse = D1 * (MetaData "PutLoggingOptionsResponse" "Network.AWS.IoTAnalytics.PutLoggingOptions" "amazonka-iot-analytics-1.6.0-J5q8AVx26VCAr48eVqZbw0" False) (C1 * (MetaCons "PutLoggingOptionsResponse'" PrefixI False) (U1 *))