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

Contents

Description

Retrieves information about a Lambda function definition version, including which Lambda functions are included in the version and their configurations.

Synopsis

Creating a Request

getFunctionDefinitionVersion Source #

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

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

data GetFunctionDefinitionVersion Source #

See: getFunctionDefinitionVersion smart constructor.

Instances
Eq GetFunctionDefinitionVersion Source # 
Instance details

Defined in Network.AWS.Greengrass.GetFunctionDefinitionVersion

Data GetFunctionDefinitionVersion Source # 
Instance details

Defined in Network.AWS.Greengrass.GetFunctionDefinitionVersion

Methods

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

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

toConstr :: GetFunctionDefinitionVersion -> Constr #

dataTypeOf :: GetFunctionDefinitionVersion -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetFunctionDefinitionVersion Source # 
Instance details

Defined in Network.AWS.Greengrass.GetFunctionDefinitionVersion

Show GetFunctionDefinitionVersion Source # 
Instance details

Defined in Network.AWS.Greengrass.GetFunctionDefinitionVersion

Generic GetFunctionDefinitionVersion Source # 
Instance details

Defined in Network.AWS.Greengrass.GetFunctionDefinitionVersion

Associated Types

type Rep GetFunctionDefinitionVersion :: Type -> Type #

Hashable GetFunctionDefinitionVersion Source # 
Instance details

Defined in Network.AWS.Greengrass.GetFunctionDefinitionVersion

AWSRequest GetFunctionDefinitionVersion Source # 
Instance details

Defined in Network.AWS.Greengrass.GetFunctionDefinitionVersion

Associated Types

type Rs GetFunctionDefinitionVersion :: Type #

ToHeaders GetFunctionDefinitionVersion Source # 
Instance details

Defined in Network.AWS.Greengrass.GetFunctionDefinitionVersion

ToPath GetFunctionDefinitionVersion Source # 
Instance details

Defined in Network.AWS.Greengrass.GetFunctionDefinitionVersion

ToQuery GetFunctionDefinitionVersion Source # 
Instance details

Defined in Network.AWS.Greengrass.GetFunctionDefinitionVersion

NFData GetFunctionDefinitionVersion Source # 
Instance details

Defined in Network.AWS.Greengrass.GetFunctionDefinitionVersion

type Rep GetFunctionDefinitionVersion Source # 
Instance details

Defined in Network.AWS.Greengrass.GetFunctionDefinitionVersion

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

Defined in Network.AWS.Greengrass.GetFunctionDefinitionVersion

Request Lenses

gfdvFunctionDefinitionId :: Lens' GetFunctionDefinitionVersion Text Source #

The ID of the Lambda function definition.

gfdvFunctionDefinitionVersionId :: Lens' GetFunctionDefinitionVersion Text Source #

The ID of the function definition version.

Destructuring the Response

getFunctionDefinitionVersionResponse Source #

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

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

data GetFunctionDefinitionVersionResponse Source #

See: getFunctionDefinitionVersionResponse smart constructor.

Instances
Eq GetFunctionDefinitionVersionResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.GetFunctionDefinitionVersion

Data GetFunctionDefinitionVersionResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.GetFunctionDefinitionVersion

Methods

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

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

toConstr :: GetFunctionDefinitionVersionResponse -> Constr #

dataTypeOf :: GetFunctionDefinitionVersionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetFunctionDefinitionVersionResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.GetFunctionDefinitionVersion

Show GetFunctionDefinitionVersionResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.GetFunctionDefinitionVersion

Generic GetFunctionDefinitionVersionResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.GetFunctionDefinitionVersion

NFData GetFunctionDefinitionVersionResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.GetFunctionDefinitionVersion

type Rep GetFunctionDefinitionVersionResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.GetFunctionDefinitionVersion

type Rep GetFunctionDefinitionVersionResponse = D1 (MetaData "GetFunctionDefinitionVersionResponse" "Network.AWS.Greengrass.GetFunctionDefinitionVersion" "amazonka-greengrass-1.6.1-8Yb8rCOrAv2821KEQdBGt6" False) (C1 (MetaCons "GetFunctionDefinitionVersionResponse'" PrefixI True) ((S1 (MetaSel (Just "_gfdvrsDefinition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe FunctionDefinitionVersion)) :*: (S1 (MetaSel (Just "_gfdvrsARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_gfdvrsCreationTimestamp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_gfdvrsVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_gfdvrsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_gfdvrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

gfdvrsARN :: Lens' GetFunctionDefinitionVersionResponse (Maybe Text) Source #

The ARN of the function definition version.

gfdvrsCreationTimestamp :: Lens' GetFunctionDefinitionVersionResponse (Maybe Text) Source #

The time, in milliseconds since the epoch, when the function definition version was created.

gfdvrsVersion :: Lens' GetFunctionDefinitionVersionResponse (Maybe Text) Source #

The version of the function definition version.

gfdvrsId :: Lens' GetFunctionDefinitionVersionResponse (Maybe Text) Source #

The ID of the function definition version.