amazonka-greengrass-1.5.0: Amazon Greengrass SDK.

Copyright(c) 2013-2017 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.DeleteFunctionDefinition

Contents

Description

Deletes a Lambda function definition. The Lambda function definition must not have been used in a deployment.

Synopsis

Creating a Request

deleteFunctionDefinition Source #

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

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

data DeleteFunctionDefinition Source #

See: deleteFunctionDefinition smart constructor.

Instances

Eq DeleteFunctionDefinition Source # 
Data DeleteFunctionDefinition Source # 

Methods

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

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

toConstr :: DeleteFunctionDefinition -> Constr #

dataTypeOf :: DeleteFunctionDefinition -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteFunctionDefinition Source # 
Show DeleteFunctionDefinition Source # 
Generic DeleteFunctionDefinition Source # 
Hashable DeleteFunctionDefinition Source # 
NFData DeleteFunctionDefinition Source # 
AWSRequest DeleteFunctionDefinition Source # 
ToQuery DeleteFunctionDefinition Source # 
ToPath DeleteFunctionDefinition Source # 
ToHeaders DeleteFunctionDefinition Source # 
type Rep DeleteFunctionDefinition Source # 
type Rep DeleteFunctionDefinition = D1 (MetaData "DeleteFunctionDefinition" "Network.AWS.Greengrass.DeleteFunctionDefinition" "amazonka-greengrass-1.5.0-71LOjgHB2qBUcTjNYOmi4" True) (C1 (MetaCons "DeleteFunctionDefinition'" PrefixI True) (S1 (MetaSel (Just Symbol "_dfdFunctionDefinitionId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteFunctionDefinition Source # 

Request Lenses

dfdFunctionDefinitionId :: Lens' DeleteFunctionDefinition Text Source #

the unique Id of the lambda definition

Destructuring the Response

deleteFunctionDefinitionResponse Source #

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

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

data DeleteFunctionDefinitionResponse Source #

See: deleteFunctionDefinitionResponse smart constructor.

Instances

Eq DeleteFunctionDefinitionResponse Source # 
Data DeleteFunctionDefinitionResponse Source # 

Methods

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

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

toConstr :: DeleteFunctionDefinitionResponse -> Constr #

dataTypeOf :: DeleteFunctionDefinitionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteFunctionDefinitionResponse Source # 
Show DeleteFunctionDefinitionResponse Source # 
Generic DeleteFunctionDefinitionResponse Source # 
NFData DeleteFunctionDefinitionResponse Source # 
type Rep DeleteFunctionDefinitionResponse Source # 
type Rep DeleteFunctionDefinitionResponse = D1 (MetaData "DeleteFunctionDefinitionResponse" "Network.AWS.Greengrass.DeleteFunctionDefinition" "amazonka-greengrass-1.5.0-71LOjgHB2qBUcTjNYOmi4" True) (C1 (MetaCons "DeleteFunctionDefinitionResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_dfdrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses