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

Description

Removes the code signing configuration from the function.

Synopsis

Creating a Request

data DeleteFunctionCodeSigningConfig Source #

See: newDeleteFunctionCodeSigningConfig smart constructor.

Constructors

DeleteFunctionCodeSigningConfig' 

Fields

  • functionName :: Text

    The name of the Lambda function.

    Name formats

    • Function name - MyFunction.
    • Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction.
    • Partial ARN - 123456789012:function:MyFunction.

    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 DeleteFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionCodeSigningConfig

Read DeleteFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionCodeSigningConfig

Show DeleteFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionCodeSigningConfig

Generic DeleteFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionCodeSigningConfig

Associated Types

type Rep DeleteFunctionCodeSigningConfig :: Type -> Type #

NFData DeleteFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionCodeSigningConfig

Hashable DeleteFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionCodeSigningConfig

AWSRequest DeleteFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionCodeSigningConfig

ToHeaders DeleteFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionCodeSigningConfig

ToPath DeleteFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionCodeSigningConfig

ToQuery DeleteFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionCodeSigningConfig

type Rep DeleteFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionCodeSigningConfig

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

Defined in Amazonka.Lambda.DeleteFunctionCodeSigningConfig

newDeleteFunctionCodeSigningConfig Source #

Create a value of DeleteFunctionCodeSigningConfig 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:DeleteFunctionCodeSigningConfig', deleteFunctionCodeSigningConfig_functionName - The name of the Lambda function.

Name formats

  • Function name - MyFunction.
  • Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction.
  • Partial ARN - 123456789012:function:MyFunction.

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

deleteFunctionCodeSigningConfig_functionName :: Lens' DeleteFunctionCodeSigningConfig Text Source #

The name of the Lambda function.

Name formats

  • Function name - MyFunction.
  • Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction.
  • Partial ARN - 123456789012:function:MyFunction.

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 DeleteFunctionCodeSigningConfigResponse Source #

Instances

Instances details
Eq DeleteFunctionCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionCodeSigningConfig

Read DeleteFunctionCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionCodeSigningConfig

Show DeleteFunctionCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionCodeSigningConfig

Generic DeleteFunctionCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionCodeSigningConfig

NFData DeleteFunctionCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionCodeSigningConfig

type Rep DeleteFunctionCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteFunctionCodeSigningConfig

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

newDeleteFunctionCodeSigningConfigResponse :: DeleteFunctionCodeSigningConfigResponse Source #

Create a value of DeleteFunctionCodeSigningConfigResponse with all optional fields omitted.

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