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.ListV2LoggingLevels

Contents

Description

Lists logging levels.

Synopsis

Creating a Request

listV2LoggingLevels :: ListV2LoggingLevels Source #

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

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

  • lvllTargetType - The type of resource for which you are configuring logging. Must be THING_Group .
  • lvllNextToken - The token used to get the next set of results, or null if there are no additional results.
  • lvllMaxResults - The maximum number of results to return at one time.

data ListV2LoggingLevels Source #

See: listV2LoggingLevels smart constructor.

Instances
Eq ListV2LoggingLevels Source # 
Instance details

Defined in Network.AWS.IoT.ListV2LoggingLevels

Data ListV2LoggingLevels Source # 
Instance details

Defined in Network.AWS.IoT.ListV2LoggingLevels

Methods

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

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

toConstr :: ListV2LoggingLevels -> Constr #

dataTypeOf :: ListV2LoggingLevels -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListV2LoggingLevels Source # 
Instance details

Defined in Network.AWS.IoT.ListV2LoggingLevels

Show ListV2LoggingLevels Source # 
Instance details

Defined in Network.AWS.IoT.ListV2LoggingLevels

Generic ListV2LoggingLevels Source # 
Instance details

Defined in Network.AWS.IoT.ListV2LoggingLevels

Associated Types

type Rep ListV2LoggingLevels :: Type -> Type #

Hashable ListV2LoggingLevels Source # 
Instance details

Defined in Network.AWS.IoT.ListV2LoggingLevels

AWSRequest ListV2LoggingLevels Source # 
Instance details

Defined in Network.AWS.IoT.ListV2LoggingLevels

Associated Types

type Rs ListV2LoggingLevels :: Type #

ToHeaders ListV2LoggingLevels Source # 
Instance details

Defined in Network.AWS.IoT.ListV2LoggingLevels

ToPath ListV2LoggingLevels Source # 
Instance details

Defined in Network.AWS.IoT.ListV2LoggingLevels

ToQuery ListV2LoggingLevels Source # 
Instance details

Defined in Network.AWS.IoT.ListV2LoggingLevels

NFData ListV2LoggingLevels Source # 
Instance details

Defined in Network.AWS.IoT.ListV2LoggingLevels

Methods

rnf :: ListV2LoggingLevels -> () #

type Rep ListV2LoggingLevels Source # 
Instance details

Defined in Network.AWS.IoT.ListV2LoggingLevels

type Rep ListV2LoggingLevels = D1 (MetaData "ListV2LoggingLevels" "Network.AWS.IoT.ListV2LoggingLevels" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" False) (C1 (MetaCons "ListV2LoggingLevels'" PrefixI True) (S1 (MetaSel (Just "_lvllTargetType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LogTargetType)) :*: (S1 (MetaSel (Just "_lvllNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lvllMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)))))
type Rs ListV2LoggingLevels Source # 
Instance details

Defined in Network.AWS.IoT.ListV2LoggingLevels

Request Lenses

lvllTargetType :: Lens' ListV2LoggingLevels (Maybe LogTargetType) Source #

The type of resource for which you are configuring logging. Must be THING_Group .

lvllNextToken :: Lens' ListV2LoggingLevels (Maybe Text) Source #

The token used to get the next set of results, or null if there are no additional results.

lvllMaxResults :: Lens' ListV2LoggingLevels (Maybe Natural) Source #

The maximum number of results to return at one time.

Destructuring the Response

listV2LoggingLevelsResponse Source #

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

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

data ListV2LoggingLevelsResponse Source #

See: listV2LoggingLevelsResponse smart constructor.

Instances
Eq ListV2LoggingLevelsResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListV2LoggingLevels

Data ListV2LoggingLevelsResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListV2LoggingLevels

Methods

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

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

toConstr :: ListV2LoggingLevelsResponse -> Constr #

dataTypeOf :: ListV2LoggingLevelsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListV2LoggingLevelsResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListV2LoggingLevels

Show ListV2LoggingLevelsResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListV2LoggingLevels

Generic ListV2LoggingLevelsResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListV2LoggingLevels

Associated Types

type Rep ListV2LoggingLevelsResponse :: Type -> Type #

NFData ListV2LoggingLevelsResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListV2LoggingLevels

type Rep ListV2LoggingLevelsResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListV2LoggingLevels

type Rep ListV2LoggingLevelsResponse = D1 (MetaData "ListV2LoggingLevelsResponse" "Network.AWS.IoT.ListV2LoggingLevels" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" False) (C1 (MetaCons "ListV2LoggingLevelsResponse'" PrefixI True) (S1 (MetaSel (Just "_lvllrsLogTargetConfigurations") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [LogTargetConfiguration])) :*: (S1 (MetaSel (Just "_lvllrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lvllrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

lvllrsNextToken :: Lens' ListV2LoggingLevelsResponse (Maybe Text) Source #

The token used to get the next set of results, or null if there are no additional results.