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

Contents

Description

Retrieves a list of core definitions.

Synopsis

Creating a Request

listCoreDefinitions :: ListCoreDefinitions Source #

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

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

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

data ListCoreDefinitions Source #

See: listCoreDefinitions smart constructor.

Instances

Eq ListCoreDefinitions Source # 
Data ListCoreDefinitions Source # 

Methods

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

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

toConstr :: ListCoreDefinitions -> Constr #

dataTypeOf :: ListCoreDefinitions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListCoreDefinitions Source # 
Show ListCoreDefinitions Source # 
Generic ListCoreDefinitions Source # 
Hashable ListCoreDefinitions Source # 
NFData ListCoreDefinitions Source # 

Methods

rnf :: ListCoreDefinitions -> () #

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

Request Lenses

lcdNextToken :: Lens' ListCoreDefinitions (Maybe Text) Source #

Specifies the pagination token used when iterating through a paginated request

lcdMaxResults :: Lens' ListCoreDefinitions (Maybe Text) Source #

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

Destructuring the Response

listCoreDefinitionsResponse Source #

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

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

data ListCoreDefinitionsResponse Source #

See: listCoreDefinitionsResponse smart constructor.

Instances

Eq ListCoreDefinitionsResponse Source # 
Data ListCoreDefinitionsResponse Source # 

Methods

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

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

toConstr :: ListCoreDefinitionsResponse -> Constr #

dataTypeOf :: ListCoreDefinitionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Response Lenses

lcdrsNextToken :: Lens' ListCoreDefinitionsResponse (Maybe Text) Source #

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