| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Lambda.DeleteFunctionConcurrency
Description
Removes concurrent execution limits from this function. For more information, see 'concurrent-executions' .
Creating a Request
deleteFunctionConcurrency Source #
Arguments
| :: Text | |
| -> DeleteFunctionConcurrency |
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
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.