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

Description

Deletes the code signing configuration. You can delete the code signing configuration only if no function is using it.

Synopsis

Creating a Request

data DeleteCodeSigningConfig Source #

See: newDeleteCodeSigningConfig smart constructor.

Constructors

DeleteCodeSigningConfig' 

Fields

Instances

Instances details
Eq DeleteCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteCodeSigningConfig

Read DeleteCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteCodeSigningConfig

Show DeleteCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteCodeSigningConfig

Generic DeleteCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteCodeSigningConfig

Associated Types

type Rep DeleteCodeSigningConfig :: Type -> Type #

NFData DeleteCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteCodeSigningConfig

Methods

rnf :: DeleteCodeSigningConfig -> () #

Hashable DeleteCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteCodeSigningConfig

AWSRequest DeleteCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteCodeSigningConfig

ToHeaders DeleteCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteCodeSigningConfig

ToPath DeleteCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteCodeSigningConfig

ToQuery DeleteCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteCodeSigningConfig

type Rep DeleteCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.DeleteCodeSigningConfig

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

Defined in Amazonka.Lambda.DeleteCodeSigningConfig

newDeleteCodeSigningConfig Source #

Create a value of DeleteCodeSigningConfig 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:codeSigningConfigArn:DeleteCodeSigningConfig', deleteCodeSigningConfig_codeSigningConfigArn - The The Amazon Resource Name (ARN) of the code signing configuration.

Request Lenses

deleteCodeSigningConfig_codeSigningConfigArn :: Lens' DeleteCodeSigningConfig Text Source #

The The Amazon Resource Name (ARN) of the code signing configuration.

Destructuring the Response

data DeleteCodeSigningConfigResponse Source #

See: newDeleteCodeSigningConfigResponse smart constructor.

Constructors

DeleteCodeSigningConfigResponse' 

Fields

Instances

Instances details
Eq DeleteCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteCodeSigningConfig

Read DeleteCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteCodeSigningConfig

Show DeleteCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteCodeSigningConfig

Generic DeleteCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteCodeSigningConfig

Associated Types

type Rep DeleteCodeSigningConfigResponse :: Type -> Type #

NFData DeleteCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteCodeSigningConfig

type Rep DeleteCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.DeleteCodeSigningConfig

type Rep DeleteCodeSigningConfigResponse = D1 ('MetaData "DeleteCodeSigningConfigResponse" "Amazonka.Lambda.DeleteCodeSigningConfig" "libZSservicesZSamazonka-lambdaZSamazonka-lambda" 'False) (C1 ('MetaCons "DeleteCodeSigningConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteCodeSigningConfigResponse Source #

Create a value of DeleteCodeSigningConfigResponse 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:httpStatus:DeleteCodeSigningConfigResponse', deleteCodeSigningConfigResponse_httpStatus - The response's http status code.

Response Lenses