amazonka-greengrass-1.6.0: 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.ListFunctionDefinitionVersions

Contents

Description

Lists the versions of a Lambda function definition.

Synopsis

Creating a Request

listFunctionDefinitionVersions Source #

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

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

data ListFunctionDefinitionVersions Source #

See: listFunctionDefinitionVersions smart constructor.

Instances

Eq ListFunctionDefinitionVersions Source # 
Data ListFunctionDefinitionVersions Source # 

Methods

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

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

toConstr :: ListFunctionDefinitionVersions -> Constr #

dataTypeOf :: ListFunctionDefinitionVersions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListFunctionDefinitionVersions Source # 
Show ListFunctionDefinitionVersions Source # 
Generic ListFunctionDefinitionVersions Source # 
Hashable ListFunctionDefinitionVersions Source # 
NFData ListFunctionDefinitionVersions Source # 
AWSRequest ListFunctionDefinitionVersions Source # 
ToHeaders ListFunctionDefinitionVersions Source # 
ToPath ListFunctionDefinitionVersions Source # 
ToQuery ListFunctionDefinitionVersions Source # 
type Rep ListFunctionDefinitionVersions Source # 
type Rep ListFunctionDefinitionVersions = D1 * (MetaData "ListFunctionDefinitionVersions" "Network.AWS.Greengrass.ListFunctionDefinitionVersions" "amazonka-greengrass-1.6.0-UQvTNoJiEcHgaWALQEura" False) (C1 * (MetaCons "ListFunctionDefinitionVersions'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lfdvNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lfdvMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lfdvFunctionDefinitionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs ListFunctionDefinitionVersions Source # 

Request Lenses

lfdvNextToken :: Lens' ListFunctionDefinitionVersions (Maybe Text) Source #

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

lfdvMaxResults :: Lens' ListFunctionDefinitionVersions (Maybe Text) Source #

The maximum number of results to be returned per request.

lfdvFunctionDefinitionId :: Lens' ListFunctionDefinitionVersions Text Source #

The ID of the Lambda function definition.

Destructuring the Response

listFunctionDefinitionVersionsResponse Source #

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

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

data ListFunctionDefinitionVersionsResponse Source #

Instances

Eq ListFunctionDefinitionVersionsResponse Source # 
Data ListFunctionDefinitionVersionsResponse Source # 

Methods

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

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

toConstr :: ListFunctionDefinitionVersionsResponse -> Constr #

dataTypeOf :: ListFunctionDefinitionVersionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListFunctionDefinitionVersionsResponse Source # 
Show ListFunctionDefinitionVersionsResponse Source # 
Generic ListFunctionDefinitionVersionsResponse Source # 
NFData ListFunctionDefinitionVersionsResponse Source # 
type Rep ListFunctionDefinitionVersionsResponse Source # 
type Rep ListFunctionDefinitionVersionsResponse = D1 * (MetaData "ListFunctionDefinitionVersionsResponse" "Network.AWS.Greengrass.ListFunctionDefinitionVersions" "amazonka-greengrass-1.6.0-UQvTNoJiEcHgaWALQEura" False) (C1 * (MetaCons "ListFunctionDefinitionVersionsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lfdvrsVersions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [VersionInformation]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lfdvrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lfdvrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

lfdvrsNextToken :: Lens' ListFunctionDefinitionVersionsResponse (Maybe Text) Source #

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