Copyright | (c) 2013-2021 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 |
Removes a concurrent execution limit from a function.
Synopsis
- data DeleteFunctionConcurrency = DeleteFunctionConcurrency' {
- functionName :: Text
- newDeleteFunctionConcurrency :: Text -> DeleteFunctionConcurrency
- deleteFunctionConcurrency_functionName :: Lens' DeleteFunctionConcurrency Text
- data DeleteFunctionConcurrencyResponse = DeleteFunctionConcurrencyResponse' {
- newDeleteFunctionConcurrencyResponse :: DeleteFunctionConcurrencyResponse
Creating a Request
data DeleteFunctionConcurrency Source #
See: newDeleteFunctionConcurrency
smart constructor.
DeleteFunctionConcurrency' | |
|
Instances
newDeleteFunctionConcurrency Source #
Create a value of DeleteFunctionConcurrency
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:functionName:DeleteFunctionConcurrency'
, deleteFunctionConcurrency_functionName
- The name of the Lambda function.
Name formats
- Function name -
my-function
. - Function ARN -
arn:aws:lambda:us-west-2:123456789012:function:my-function
. - Partial ARN -
123456789012:function:my-function
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
Request Lenses
deleteFunctionConcurrency_functionName :: Lens' DeleteFunctionConcurrency Text Source #
The name of the Lambda function.
Name formats
- Function name -
my-function
. - Function ARN -
arn:aws:lambda:us-west-2:123456789012:function:my-function
. - Partial ARN -
123456789012:function:my-function
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
Destructuring the Response
data DeleteFunctionConcurrencyResponse Source #
See: newDeleteFunctionConcurrencyResponse
smart constructor.
Instances
newDeleteFunctionConcurrencyResponse :: DeleteFunctionConcurrencyResponse Source #
Create a value of DeleteFunctionConcurrencyResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.