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

Defined in Network.AWS.Greengrass.ListFunctionDefinitionVersions

Data ListFunctionDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitionVersions

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

Defined in Network.AWS.Greengrass.ListFunctionDefinitionVersions

Show ListFunctionDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitionVersions

Generic ListFunctionDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitionVersions

Associated Types

type Rep ListFunctionDefinitionVersions :: Type -> Type #

Hashable ListFunctionDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitionVersions

AWSRequest ListFunctionDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitionVersions

Associated Types

type Rs ListFunctionDefinitionVersions :: Type #

ToHeaders ListFunctionDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitionVersions

ToPath ListFunctionDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitionVersions

ToQuery ListFunctionDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitionVersions

NFData ListFunctionDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitionVersions

type Rep ListFunctionDefinitionVersions Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitionVersions

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

Defined in Network.AWS.Greengrass.ListFunctionDefinitionVersions

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

Defined in Network.AWS.Greengrass.ListFunctionDefinitionVersions

Data ListFunctionDefinitionVersionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitionVersions

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

Defined in Network.AWS.Greengrass.ListFunctionDefinitionVersions

Show ListFunctionDefinitionVersionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitionVersions

Generic ListFunctionDefinitionVersionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitionVersions

NFData ListFunctionDefinitionVersionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitionVersions

type Rep ListFunctionDefinitionVersionsResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.ListFunctionDefinitionVersions

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