amazonka-greengrass-1.5.0: Amazon Greengrass SDK.

Copyright(c) 2013-2017 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.Greengrass.ListLoggerDefinitions

Contents

Description

Retrieves a list of logger definitions.

Synopsis

Creating a Request

listLoggerDefinitions :: ListLoggerDefinitions Source #

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

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

  • lldNextToken - Specifies the pagination token used when iterating through a paginated request
  • lldMaxResults - Specifies the maximum number of list results to be returned in this page

data ListLoggerDefinitions Source #

See: listLoggerDefinitions smart constructor.

Instances

Eq ListLoggerDefinitions Source # 
Data ListLoggerDefinitions Source # 

Methods

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

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

toConstr :: ListLoggerDefinitions -> Constr #

dataTypeOf :: ListLoggerDefinitions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListLoggerDefinitions Source # 
Show ListLoggerDefinitions Source # 
Generic ListLoggerDefinitions Source # 
Hashable ListLoggerDefinitions Source # 
NFData ListLoggerDefinitions Source # 

Methods

rnf :: ListLoggerDefinitions -> () #

AWSRequest ListLoggerDefinitions Source # 
ToQuery ListLoggerDefinitions Source # 
ToPath ListLoggerDefinitions Source # 
ToHeaders ListLoggerDefinitions Source # 
type Rep ListLoggerDefinitions Source # 
type Rep ListLoggerDefinitions = D1 (MetaData "ListLoggerDefinitions" "Network.AWS.Greengrass.ListLoggerDefinitions" "amazonka-greengrass-1.5.0-71LOjgHB2qBUcTjNYOmi4" False) (C1 (MetaCons "ListLoggerDefinitions'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lldNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lldMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))
type Rs ListLoggerDefinitions Source # 

Request Lenses

lldNextToken :: Lens' ListLoggerDefinitions (Maybe Text) Source #

Specifies the pagination token used when iterating through a paginated request

lldMaxResults :: Lens' ListLoggerDefinitions (Maybe Text) Source #

Specifies the maximum number of list results to be returned in this page

Destructuring the Response

listLoggerDefinitionsResponse Source #

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

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

data ListLoggerDefinitionsResponse Source #

See: listLoggerDefinitionsResponse smart constructor.

Instances

Eq ListLoggerDefinitionsResponse Source # 
Data ListLoggerDefinitionsResponse Source # 

Methods

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

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

toConstr :: ListLoggerDefinitionsResponse -> Constr #

dataTypeOf :: ListLoggerDefinitionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListLoggerDefinitionsResponse Source # 
Show ListLoggerDefinitionsResponse Source # 
Generic ListLoggerDefinitionsResponse Source # 
NFData ListLoggerDefinitionsResponse Source # 
type Rep ListLoggerDefinitionsResponse Source # 
type Rep ListLoggerDefinitionsResponse = D1 (MetaData "ListLoggerDefinitionsResponse" "Network.AWS.Greengrass.ListLoggerDefinitions" "amazonka-greengrass-1.5.0-71LOjgHB2qBUcTjNYOmi4" False) (C1 (MetaCons "ListLoggerDefinitionsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lldrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_lldrsDefinitions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DefinitionInformation]))) (S1 (MetaSel (Just Symbol "_lldrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

lldrsNextToken :: Lens' ListLoggerDefinitionsResponse (Maybe Text) Source #

The token for the next set of results, or 'null' if there are no additional results.