libZSservicesZSamazonka-lambdaZSamazonka-lambda
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Lambda.DeleteFunctionConcurrency

Description

Removes a concurrent execution limit from a function.

Synopsis

Creating a Request

data DeleteFunctionConcurrency Source #

See: newDeleteFunctionConcurrency smart constructor.

Constructors

DeleteFunctionConcurrency' 

Fields

  • functionName :: Text

    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.

Instances

Instances details
Eq DeleteFunctionConcurrency Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

Read DeleteFunctionConcurrency Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

Show DeleteFunctionConcurrency Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

Generic DeleteFunctionConcurrency Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

Associated Types

type Rep DeleteFunctionConcurrency :: Type -> Type #

NFData DeleteFunctionConcurrency Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

Hashable DeleteFunctionConcurrency Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

AWSRequest DeleteFunctionConcurrency Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

ToHeaders DeleteFunctionConcurrency Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

ToPath DeleteFunctionConcurrency Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

ToQuery DeleteFunctionConcurrency Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

type Rep DeleteFunctionConcurrency Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

type Rep DeleteFunctionConcurrency = D1 ('MetaData "DeleteFunctionConcurrency" "Amazonka.Lambda.DeleteFunctionConcurrency" "libZSservicesZSamazonka-lambdaZSamazonka-lambda" 'False) (C1 ('MetaCons "DeleteFunctionConcurrency'" 'PrefixI 'True) (S1 ('MetaSel ('Just "functionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteFunctionConcurrency Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

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

Instances details
Eq DeleteFunctionConcurrencyResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

Read DeleteFunctionConcurrencyResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

Show DeleteFunctionConcurrencyResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

Generic DeleteFunctionConcurrencyResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

Associated Types

type Rep DeleteFunctionConcurrencyResponse :: Type -> Type #

NFData DeleteFunctionConcurrencyResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

type Rep DeleteFunctionConcurrencyResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

type Rep DeleteFunctionConcurrencyResponse = D1 ('MetaData "DeleteFunctionConcurrencyResponse" "Amazonka.Lambda.DeleteFunctionConcurrency" "libZSservicesZSamazonka-lambdaZSamazonka-lambda" 'False) (C1 ('MetaCons "DeleteFunctionConcurrencyResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteFunctionConcurrencyResponse :: DeleteFunctionConcurrencyResponse Source #

Create a value of DeleteFunctionConcurrencyResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.