amazonka-greengrass-1.6.1: Amazon Greengrass 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.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 - The token for the next set of results, or 'null' if there are no additional results.
  • lcdMaxResults - The maximum number of results to be returned per request.

data ListCoreDefinitions Source #

See: listCoreDefinitions smart constructor.

Instances
Eq ListCoreDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitions

Data ListCoreDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitions

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

Defined in Network.AWS.Greengrass.ListCoreDefinitions

Show ListCoreDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitions

Generic ListCoreDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitions

Associated Types

type Rep ListCoreDefinitions :: Type -> Type #

Hashable ListCoreDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitions

AWSRequest ListCoreDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitions

Associated Types

type Rs ListCoreDefinitions :: Type #

ToHeaders ListCoreDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitions

ToPath ListCoreDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitions

ToQuery ListCoreDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitions

NFData ListCoreDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitions

Methods

rnf :: ListCoreDefinitions -> () #

type Rep ListCoreDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitions

type Rep ListCoreDefinitions = D1 (MetaData "ListCoreDefinitions" "Network.AWS.Greengrass.ListCoreDefinitions" "amazonka-greengrass-1.6.1-8Yb8rCOrAv2821KEQdBGt6" False) (C1 (MetaCons "ListCoreDefinitions'" PrefixI True) (S1 (MetaSel (Just "_lcdNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lcdMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))
type Rs ListCoreDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitions

Request Lenses

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

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

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

The maximum number of results to be returned per request.

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

Defined in Network.AWS.Greengrass.ListCoreDefinitions

Data ListCoreDefinitionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitions

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

Defined in Network.AWS.Greengrass.ListCoreDefinitions

Show ListCoreDefinitionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitions

Generic ListCoreDefinitionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitions

Associated Types

type Rep ListCoreDefinitionsResponse :: Type -> Type #

NFData ListCoreDefinitionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitions

type Rep ListCoreDefinitionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListCoreDefinitions

type Rep ListCoreDefinitionsResponse = D1 (MetaData "ListCoreDefinitionsResponse" "Network.AWS.Greengrass.ListCoreDefinitions" "amazonka-greengrass-1.6.1-8Yb8rCOrAv2821KEQdBGt6" False) (C1 (MetaCons "ListCoreDefinitionsResponse'" PrefixI True) (S1 (MetaSel (Just "_lcdrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lcdrsDefinitions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DefinitionInformation])) :*: S1 (MetaSel (Just "_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.