amazonka-lambda-1.6.0: Amazon Lambda 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.Lambda.DeleteFunctionConcurrency

Contents

Description

Removes concurrent execution limits from this function. For more information, see 'concurrent-executions' .

Synopsis

Creating a Request

deleteFunctionConcurrency Source #

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

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

  • dfcFunctionName - The name of the function you are removing concurrent execution limits from. For more information, see 'concurrent-executions' .

data DeleteFunctionConcurrency Source #

See: deleteFunctionConcurrency smart constructor.

Instances

Eq DeleteFunctionConcurrency Source # 
Data DeleteFunctionConcurrency Source # 

Methods

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

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

toConstr :: DeleteFunctionConcurrency -> Constr #

dataTypeOf :: DeleteFunctionConcurrency -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteFunctionConcurrency Source # 
Show DeleteFunctionConcurrency Source # 
Generic DeleteFunctionConcurrency Source # 
Hashable DeleteFunctionConcurrency Source # 
NFData DeleteFunctionConcurrency Source # 
AWSRequest DeleteFunctionConcurrency Source # 
ToHeaders DeleteFunctionConcurrency Source # 
ToPath DeleteFunctionConcurrency Source # 
ToQuery DeleteFunctionConcurrency Source # 
type Rep DeleteFunctionConcurrency Source # 
type Rep DeleteFunctionConcurrency = D1 * (MetaData "DeleteFunctionConcurrency" "Network.AWS.Lambda.DeleteFunctionConcurrency" "amazonka-lambda-1.6.0-BCoVnxAqk5DEBm6Teqtlxw" True) (C1 * (MetaCons "DeleteFunctionConcurrency'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dfcFunctionName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DeleteFunctionConcurrency Source # 

Request Lenses

dfcFunctionName :: Lens' DeleteFunctionConcurrency Text Source #

The name of the function you are removing concurrent execution limits from. For more information, see 'concurrent-executions' .

Destructuring the Response

deleteFunctionConcurrencyResponse :: DeleteFunctionConcurrencyResponse Source #

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

data DeleteFunctionConcurrencyResponse Source #

See: deleteFunctionConcurrencyResponse smart constructor.

Instances

Eq DeleteFunctionConcurrencyResponse Source # 
Data DeleteFunctionConcurrencyResponse Source # 

Methods

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

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

toConstr :: DeleteFunctionConcurrencyResponse -> Constr #

dataTypeOf :: DeleteFunctionConcurrencyResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteFunctionConcurrencyResponse Source # 
Show DeleteFunctionConcurrencyResponse Source # 
Generic DeleteFunctionConcurrencyResponse Source # 
NFData DeleteFunctionConcurrencyResponse Source # 
type Rep DeleteFunctionConcurrencyResponse Source # 
type Rep DeleteFunctionConcurrencyResponse = D1 * (MetaData "DeleteFunctionConcurrencyResponse" "Network.AWS.Lambda.DeleteFunctionConcurrency" "amazonka-lambda-1.6.0-BCoVnxAqk5DEBm6Teqtlxw" False) (C1 * (MetaCons "DeleteFunctionConcurrencyResponse'" PrefixI False) (U1 *))