amazonka-iot-1.4.5: 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 #

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

data GetLoggingOptions #

The input for the GetLoggingOptions operation.

See: getLoggingOptions smart constructor.

Instances

Eq GetLoggingOptions # 
Data GetLoggingOptions # 

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 # 
Show GetLoggingOptions # 
Generic GetLoggingOptions # 
Hashable GetLoggingOptions # 
NFData GetLoggingOptions # 

Methods

rnf :: GetLoggingOptions -> () #

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

Destructuring the Response

getLoggingOptionsResponse #

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 #

The output from the GetLoggingOptions operation.

See: getLoggingOptionsResponse smart constructor.

Instances

Eq GetLoggingOptionsResponse # 
Data GetLoggingOptionsResponse # 

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 # 
Show GetLoggingOptionsResponse # 
Generic GetLoggingOptionsResponse # 
NFData GetLoggingOptionsResponse # 
type Rep GetLoggingOptionsResponse # 
type Rep GetLoggingOptionsResponse = D1 (MetaData "GetLoggingOptionsResponse" "Network.AWS.IoT.GetLoggingOptions" "amazonka-iot-1.4.5-HnBhW38Gbiq1QAd2zPEJmJ" 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) #

The ARN of the IAM role that grants access.

glorsResponseStatus :: Lens' GetLoggingOptionsResponse Int #

  • - | The response status code.