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.DeleteProvisionedConcurrencyConfig

Description

Deletes the provisioned concurrency configuration for a function.

Synopsis

Creating a Request

data DeleteProvisionedConcurrencyConfig Source #

Constructors

DeleteProvisionedConcurrencyConfig' 

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.

  • qualifier :: Text

    The version number or alias name.

Instances

Instances details
ToHeaders DeleteProvisionedConcurrencyConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteProvisionedConcurrencyConfig

ToPath DeleteProvisionedConcurrencyConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteProvisionedConcurrencyConfig

ToQuery DeleteProvisionedConcurrencyConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteProvisionedConcurrencyConfig

AWSRequest DeleteProvisionedConcurrencyConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteProvisionedConcurrencyConfig

Generic DeleteProvisionedConcurrencyConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteProvisionedConcurrencyConfig

Associated Types

type Rep DeleteProvisionedConcurrencyConfig :: Type -> Type #

Read DeleteProvisionedConcurrencyConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteProvisionedConcurrencyConfig

Show DeleteProvisionedConcurrencyConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteProvisionedConcurrencyConfig

NFData DeleteProvisionedConcurrencyConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteProvisionedConcurrencyConfig

Eq DeleteProvisionedConcurrencyConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteProvisionedConcurrencyConfig

Hashable DeleteProvisionedConcurrencyConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteProvisionedConcurrencyConfig

type AWSResponse DeleteProvisionedConcurrencyConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteProvisionedConcurrencyConfig

type Rep DeleteProvisionedConcurrencyConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteProvisionedConcurrencyConfig

type Rep DeleteProvisionedConcurrencyConfig = D1 ('MetaData "DeleteProvisionedConcurrencyConfig" "Amazonka.Lambda.DeleteProvisionedConcurrencyConfig" "amazonka-lambda-2.0-FcjxCCKaCGK94C2lDO9alC" 'False) (C1 ('MetaCons "DeleteProvisionedConcurrencyConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "functionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "qualifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteProvisionedConcurrencyConfig Source #

Create a value of DeleteProvisionedConcurrencyConfig 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:

DeleteProvisionedConcurrencyConfig, deleteProvisionedConcurrencyConfig_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.

$sel:qualifier:DeleteProvisionedConcurrencyConfig', deleteProvisionedConcurrencyConfig_qualifier - The version number or alias name.

Request Lenses

deleteProvisionedConcurrencyConfig_functionName :: Lens' DeleteProvisionedConcurrencyConfig 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 DeleteProvisionedConcurrencyConfigResponse Source #

Instances

Instances details
Generic DeleteProvisionedConcurrencyConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteProvisionedConcurrencyConfig

Read DeleteProvisionedConcurrencyConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteProvisionedConcurrencyConfig

Show DeleteProvisionedConcurrencyConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteProvisionedConcurrencyConfig

NFData DeleteProvisionedConcurrencyConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteProvisionedConcurrencyConfig

Eq DeleteProvisionedConcurrencyConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteProvisionedConcurrencyConfig

type Rep DeleteProvisionedConcurrencyConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteProvisionedConcurrencyConfig

type Rep DeleteProvisionedConcurrencyConfigResponse = D1 ('MetaData "DeleteProvisionedConcurrencyConfigResponse" "Amazonka.Lambda.DeleteProvisionedConcurrencyConfig" "amazonka-lambda-2.0-FcjxCCKaCGK94C2lDO9alC" 'False) (C1 ('MetaCons "DeleteProvisionedConcurrencyConfigResponse'" 'PrefixI 'False) (U1 :: Type -> Type))