amazonka-iot-1.6.0: 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.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 # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

Data GetLoggingOptions # 
Instance details

Defined in Network.AWS.IoT.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 # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

Show GetLoggingOptions # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

Generic GetLoggingOptions # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

Associated Types

type Rep GetLoggingOptions :: * -> * #

Hashable GetLoggingOptions # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

AWSRequest GetLoggingOptions # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

Associated Types

type Rs GetLoggingOptions :: * #

ToHeaders GetLoggingOptions # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

ToPath GetLoggingOptions # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

ToQuery GetLoggingOptions # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

NFData GetLoggingOptions # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

Methods

rnf :: GetLoggingOptions -> () #

type Rep GetLoggingOptions # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

type Rep GetLoggingOptions = D1 (MetaData "GetLoggingOptions" "Network.AWS.IoT.GetLoggingOptions" "amazonka-iot-1.6.0-CAejnyMMkfk3pNFUOERBSd" False) (C1 (MetaCons "GetLoggingOptions'" PrefixI False) (U1 :: * -> *))
type Rs GetLoggingOptions # 
Instance details

Defined in Network.AWS.IoT.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 # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

Data GetLoggingOptionsResponse # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

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

Defined in Network.AWS.IoT.GetLoggingOptions

Show GetLoggingOptionsResponse # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

Generic GetLoggingOptionsResponse # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

Associated Types

type Rep GetLoggingOptionsResponse :: * -> * #

NFData GetLoggingOptionsResponse # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

type Rep GetLoggingOptionsResponse # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

type Rep GetLoggingOptionsResponse = D1 (MetaData "GetLoggingOptionsResponse" "Network.AWS.IoT.GetLoggingOptions" "amazonka-iot-1.6.0-CAejnyMMkfk3pNFUOERBSd" False) (C1 (MetaCons "GetLoggingOptionsResponse'" PrefixI True) (S1 (MetaSel (Just "_glorsLogLevel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LogLevel)) :*: (S1 (MetaSel (Just "_glorsRoleARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_glorsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (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.