amazonka-lambda-2.0: Amazon Lambda SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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 namemy-function.
    • Function ARNarn:aws:lambda:us-west-2:123456789012:function:my-function.
    • Partial ARN123456789012: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
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

AWSRequest 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 #

Read DeleteFunctionConcurrency Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

Show DeleteFunctionConcurrency Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

NFData DeleteFunctionConcurrency Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

Eq DeleteFunctionConcurrency Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

Hashable DeleteFunctionConcurrency Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

type AWSResponse 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" "amazonka-lambda-2.0-FcjxCCKaCGK94C2lDO9alC" 'False) (C1 ('MetaCons "DeleteFunctionConcurrency'" 'PrefixI 'True) (S1 ('MetaSel ('Just "functionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DeleteFunctionConcurrency, deleteFunctionConcurrency_functionName - The name of the Lambda function.

Name formats

  • Function namemy-function.
  • Function ARNarn:aws:lambda:us-west-2:123456789012:function:my-function.
  • Partial ARN123456789012: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 namemy-function.
  • Function ARNarn:aws:lambda:us-west-2:123456789012:function:my-function.
  • Partial ARN123456789012: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
Generic DeleteFunctionConcurrencyResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

Associated Types

type Rep DeleteFunctionConcurrencyResponse :: Type -> Type #

Read DeleteFunctionConcurrencyResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

Show DeleteFunctionConcurrencyResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

NFData DeleteFunctionConcurrencyResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionConcurrency

Eq 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" "amazonka-lambda-2.0-FcjxCCKaCGK94C2lDO9alC" '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.