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

Defined in Network.AWS.IoT.GetLoggingOptions

Data GetLoggingOptions Source # 
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 Source # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

Show GetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

Generic GetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

Associated Types

type Rep GetLoggingOptions :: Type -> Type #

Hashable GetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

AWSRequest GetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

Associated Types

type Rs GetLoggingOptions :: Type #

ToHeaders GetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

ToPath GetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

ToQuery GetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

NFData GetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

Methods

rnf :: GetLoggingOptions -> () #

type Rep GetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

type Rep GetLoggingOptions = D1 (MetaData "GetLoggingOptions" "Network.AWS.IoT.GetLoggingOptions" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" False) (C1 (MetaCons "GetLoggingOptions'" PrefixI False) (U1 :: Type -> Type))
type Rs GetLoggingOptions Source # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

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

Defined in Network.AWS.IoT.GetLoggingOptions

Data GetLoggingOptionsResponse Source # 
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 Source # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

Show GetLoggingOptionsResponse Source # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

Generic GetLoggingOptionsResponse Source # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

Associated Types

type Rep GetLoggingOptionsResponse :: Type -> Type #

NFData GetLoggingOptionsResponse Source # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

type Rep GetLoggingOptionsResponse Source # 
Instance details

Defined in Network.AWS.IoT.GetLoggingOptions

type Rep GetLoggingOptionsResponse = D1 (MetaData "GetLoggingOptionsResponse" "Network.AWS.IoT.GetLoggingOptions" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" 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) Source #

The ARN of the IAM role that grants access.