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.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 # 
Data ListV2LoggingLevels Source # 

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

Methods

rnf :: ListV2LoggingLevels -> () #

AWSRequest ListV2LoggingLevels Source # 
ToHeaders ListV2LoggingLevels Source # 
ToPath ListV2LoggingLevels Source # 
ToQuery ListV2LoggingLevels Source # 
type Rep ListV2LoggingLevels Source # 
type Rep ListV2LoggingLevels = D1 * (MetaData "ListV2LoggingLevels" "Network.AWS.IoT.ListV2LoggingLevels" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" False) (C1 * (MetaCons "ListV2LoggingLevels'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lvllTargetType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe LogTargetType))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lvllNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lvllMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat))))))
type Rs ListV2LoggingLevels Source # 

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 # 
Data ListV2LoggingLevelsResponse Source # 

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 # 
Show ListV2LoggingLevelsResponse Source # 
Generic ListV2LoggingLevelsResponse Source # 
NFData ListV2LoggingLevelsResponse Source # 
type Rep ListV2LoggingLevelsResponse Source # 
type Rep ListV2LoggingLevelsResponse = D1 * (MetaData "ListV2LoggingLevelsResponse" "Network.AWS.IoT.ListV2LoggingLevels" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" False) (C1 * (MetaCons "ListV2LoggingLevelsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lvllrsLogTargetConfigurations") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [LogTargetConfiguration]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lvllrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_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.