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

Contents

Description

Retrieves a list of Lambda function definitions.

Synopsis

Creating a Request

listFunctionDefinitions :: ListFunctionDefinitions Source #

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

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

  • lfdNextToken - The token for the next set of results, or 'null' if there are no additional results.
  • lfdMaxResults - The maximum number of results to be returned per request.

data ListFunctionDefinitions Source #

See: listFunctionDefinitions smart constructor.

Instances
Eq ListFunctionDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitions

Data ListFunctionDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitions

Methods

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

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

toConstr :: ListFunctionDefinitions -> Constr #

dataTypeOf :: ListFunctionDefinitions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListFunctionDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitions

Show ListFunctionDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitions

Generic ListFunctionDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitions

Associated Types

type Rep ListFunctionDefinitions :: Type -> Type #

Hashable ListFunctionDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitions

AWSRequest ListFunctionDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitions

Associated Types

type Rs ListFunctionDefinitions :: Type #

ToHeaders ListFunctionDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitions

ToPath ListFunctionDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitions

ToQuery ListFunctionDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitions

NFData ListFunctionDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitions

Methods

rnf :: ListFunctionDefinitions -> () #

type Rep ListFunctionDefinitions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitions

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

Defined in Network.AWS.Greengrass.ListFunctionDefinitions

Request Lenses

lfdNextToken :: Lens' ListFunctionDefinitions (Maybe Text) Source #

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

lfdMaxResults :: Lens' ListFunctionDefinitions (Maybe Text) Source #

The maximum number of results to be returned per request.

Destructuring the Response

listFunctionDefinitionsResponse Source #

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

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

data ListFunctionDefinitionsResponse Source #

See: listFunctionDefinitionsResponse smart constructor.

Instances
Eq ListFunctionDefinitionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitions

Data ListFunctionDefinitionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitions

Methods

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

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

toConstr :: ListFunctionDefinitionsResponse -> Constr #

dataTypeOf :: ListFunctionDefinitionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListFunctionDefinitionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitions

Show ListFunctionDefinitionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitions

Generic ListFunctionDefinitionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitions

Associated Types

type Rep ListFunctionDefinitionsResponse :: Type -> Type #

NFData ListFunctionDefinitionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitions

type Rep ListFunctionDefinitionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitions

type Rep ListFunctionDefinitionsResponse = D1 (MetaData "ListFunctionDefinitionsResponse" "Network.AWS.Greengrass.ListFunctionDefinitions" "amazonka-greengrass-1.6.1-8Yb8rCOrAv2821KEQdBGt6" False) (C1 (MetaCons "ListFunctionDefinitionsResponse'" PrefixI True) (S1 (MetaSel (Just "_lfdrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lfdrsDefinitions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DefinitionInformation])) :*: S1 (MetaSel (Just "_lfdrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

lfdrsNextToken :: Lens' ListFunctionDefinitionsResponse (Maybe Text) Source #

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