amazonka-iot-analytics-1.6.1: 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 # 
Instance details

Defined in Network.AWS.IoTAnalytics.PutLoggingOptions

Data PutLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.PutLoggingOptions

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

Defined in Network.AWS.IoTAnalytics.PutLoggingOptions

Show PutLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.PutLoggingOptions

Generic PutLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.PutLoggingOptions

Associated Types

type Rep PutLoggingOptions :: Type -> Type #

Hashable PutLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.PutLoggingOptions

ToJSON PutLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.PutLoggingOptions

AWSRequest PutLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.PutLoggingOptions

Associated Types

type Rs PutLoggingOptions :: Type #

ToHeaders PutLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.PutLoggingOptions

ToPath PutLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.PutLoggingOptions

ToQuery PutLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.PutLoggingOptions

NFData PutLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.PutLoggingOptions

Methods

rnf :: PutLoggingOptions -> () #

type Rep PutLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.PutLoggingOptions

type Rep PutLoggingOptions = D1 (MetaData "PutLoggingOptions" "Network.AWS.IoTAnalytics.PutLoggingOptions" "amazonka-iot-analytics-1.6.1-II7URRwPIs5C2HKxTKtgRZ" True) (C1 (MetaCons "PutLoggingOptions'" PrefixI True) (S1 (MetaSel (Just "_ploLoggingOptions") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 LoggingOptions)))
type Rs PutLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.PutLoggingOptions

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

Defined in Network.AWS.IoTAnalytics.PutLoggingOptions

Data PutLoggingOptionsResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.PutLoggingOptions

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

Defined in Network.AWS.IoTAnalytics.PutLoggingOptions

Show PutLoggingOptionsResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.PutLoggingOptions

Generic PutLoggingOptionsResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.PutLoggingOptions

Associated Types

type Rep PutLoggingOptionsResponse :: Type -> Type #

NFData PutLoggingOptionsResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.PutLoggingOptions

type Rep PutLoggingOptionsResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.PutLoggingOptions

type Rep PutLoggingOptionsResponse = D1 (MetaData "PutLoggingOptionsResponse" "Network.AWS.IoTAnalytics.PutLoggingOptions" "amazonka-iot-analytics-1.6.1-II7URRwPIs5C2HKxTKtgRZ" False) (C1 (MetaCons "PutLoggingOptionsResponse'" PrefixI False) (U1 :: Type -> Type))