amazonka-iot-1.4.4: 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.GetLoggingOptions

Contents

Description

Gets the logging options.

Synopsis

Creating a Request

getLoggingOptions :: GetLoggingOptions Source #

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

data GetLoggingOptions Source #

The input for the GetLoggingOptions operation.

See: getLoggingOptions smart constructor.

Instances

Eq GetLoggingOptions Source # 
Data GetLoggingOptions Source # 

Methods

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

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

toConstr :: GetLoggingOptions -> Constr #

dataTypeOf :: GetLoggingOptions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetLoggingOptions Source # 
Show GetLoggingOptions Source # 
Generic GetLoggingOptions Source # 
Hashable GetLoggingOptions Source # 
NFData GetLoggingOptions Source # 

Methods

rnf :: GetLoggingOptions -> () #

AWSRequest GetLoggingOptions Source # 
ToPath GetLoggingOptions Source # 
ToHeaders GetLoggingOptions Source # 
ToQuery GetLoggingOptions Source # 
type Rep GetLoggingOptions Source # 
type Rep GetLoggingOptions = D1 (MetaData "GetLoggingOptions" "Network.AWS.IoT.GetLoggingOptions" "amazonka-iot-1.4.4-DeZW0JwAfGmFb7dFqhSZgL" False) (C1 (MetaCons "GetLoggingOptions'" PrefixI False) U1)
type Rs GetLoggingOptions Source # 

Destructuring the Response

getLoggingOptionsResponse Source #

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

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

data GetLoggingOptionsResponse Source #

The output from the GetLoggingOptions operation.

See: getLoggingOptionsResponse smart constructor.

Instances

Eq GetLoggingOptionsResponse Source # 
Data GetLoggingOptionsResponse Source # 

Methods

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

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

toConstr :: GetLoggingOptionsResponse -> Constr #

dataTypeOf :: GetLoggingOptionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetLoggingOptionsResponse Source # 
Show GetLoggingOptionsResponse Source # 
Generic GetLoggingOptionsResponse Source # 
NFData GetLoggingOptionsResponse Source # 
type Rep GetLoggingOptionsResponse Source # 
type Rep GetLoggingOptionsResponse = D1 (MetaData "GetLoggingOptionsResponse" "Network.AWS.IoT.GetLoggingOptions" "amazonka-iot-1.4.4-DeZW0JwAfGmFb7dFqhSZgL" False) (C1 (MetaCons "GetLoggingOptionsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_glorsLogLevel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LogLevel))) ((:*:) (S1 (MetaSel (Just Symbol "_glorsRoleARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_glorsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

glorsRoleARN :: Lens' GetLoggingOptionsResponse (Maybe Text) Source #

The ARN of the IAM role that grants access.