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

Contents

Description

Deletes a Lambda function definition.

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

Defined in Network.AWS.Greengrass.DeleteFunctionDefinition

Data DeleteFunctionDefinition Source # 
Instance details

Defined in Network.AWS.Greengrass.DeleteFunctionDefinition

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

Defined in Network.AWS.Greengrass.DeleteFunctionDefinition

Show DeleteFunctionDefinition Source # 
Instance details

Defined in Network.AWS.Greengrass.DeleteFunctionDefinition

Generic DeleteFunctionDefinition Source # 
Instance details

Defined in Network.AWS.Greengrass.DeleteFunctionDefinition

Associated Types

type Rep DeleteFunctionDefinition :: Type -> Type #

Hashable DeleteFunctionDefinition Source # 
Instance details

Defined in Network.AWS.Greengrass.DeleteFunctionDefinition

AWSRequest DeleteFunctionDefinition Source # 
Instance details

Defined in Network.AWS.Greengrass.DeleteFunctionDefinition

Associated Types

type Rs DeleteFunctionDefinition :: Type #

ToHeaders DeleteFunctionDefinition Source # 
Instance details

Defined in Network.AWS.Greengrass.DeleteFunctionDefinition

ToPath DeleteFunctionDefinition Source # 
Instance details

Defined in Network.AWS.Greengrass.DeleteFunctionDefinition

ToQuery DeleteFunctionDefinition Source # 
Instance details

Defined in Network.AWS.Greengrass.DeleteFunctionDefinition

NFData DeleteFunctionDefinition Source # 
Instance details

Defined in Network.AWS.Greengrass.DeleteFunctionDefinition

type Rep DeleteFunctionDefinition Source # 
Instance details

Defined in Network.AWS.Greengrass.DeleteFunctionDefinition

type Rep DeleteFunctionDefinition = D1 (MetaData "DeleteFunctionDefinition" "Network.AWS.Greengrass.DeleteFunctionDefinition" "amazonka-greengrass-1.6.1-8Yb8rCOrAv2821KEQdBGt6" True) (C1 (MetaCons "DeleteFunctionDefinition'" PrefixI True) (S1 (MetaSel (Just "_dfdFunctionDefinitionId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteFunctionDefinition Source # 
Instance details

Defined in Network.AWS.Greengrass.DeleteFunctionDefinition

Request Lenses

dfdFunctionDefinitionId :: Lens' DeleteFunctionDefinition Text Source #

The ID of the Lambda function 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 # 
Instance details

Defined in Network.AWS.Greengrass.DeleteFunctionDefinition

Data DeleteFunctionDefinitionResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.DeleteFunctionDefinition

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

Defined in Network.AWS.Greengrass.DeleteFunctionDefinition

Show DeleteFunctionDefinitionResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.DeleteFunctionDefinition

Generic DeleteFunctionDefinitionResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.DeleteFunctionDefinition

Associated Types

type Rep DeleteFunctionDefinitionResponse :: Type -> Type #

NFData DeleteFunctionDefinitionResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.DeleteFunctionDefinition

type Rep DeleteFunctionDefinitionResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.DeleteFunctionDefinition

type Rep DeleteFunctionDefinitionResponse = D1 (MetaData "DeleteFunctionDefinitionResponse" "Network.AWS.Greengrass.DeleteFunctionDefinition" "amazonka-greengrass-1.6.1-8Yb8rCOrAv2821KEQdBGt6" True) (C1 (MetaCons "DeleteFunctionDefinitionResponse'" PrefixI True) (S1 (MetaSel (Just "_dfdrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses