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

Description

Update the code signing configuration. Changes to the code signing configuration take effect the next time a user tries to deploy a code package to the function.

Synopsis

Creating a Request

data UpdateCodeSigningConfig Source #

See: newUpdateCodeSigningConfig smart constructor.

Constructors

UpdateCodeSigningConfig' 

Fields

Instances

Instances details
Eq UpdateCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.UpdateCodeSigningConfig

Read UpdateCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.UpdateCodeSigningConfig

Show UpdateCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.UpdateCodeSigningConfig

Generic UpdateCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.UpdateCodeSigningConfig

Associated Types

type Rep UpdateCodeSigningConfig :: Type -> Type #

NFData UpdateCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.UpdateCodeSigningConfig

Methods

rnf :: UpdateCodeSigningConfig -> () #

Hashable UpdateCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.UpdateCodeSigningConfig

ToJSON UpdateCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.UpdateCodeSigningConfig

AWSRequest UpdateCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.UpdateCodeSigningConfig

ToHeaders UpdateCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.UpdateCodeSigningConfig

ToPath UpdateCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.UpdateCodeSigningConfig

ToQuery UpdateCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.UpdateCodeSigningConfig

type Rep UpdateCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.UpdateCodeSigningConfig

type Rep UpdateCodeSigningConfig = D1 ('MetaData "UpdateCodeSigningConfig" "Amazonka.Lambda.UpdateCodeSigningConfig" "libZSservicesZSamazonka-lambdaZSamazonka-lambda" 'False) (C1 ('MetaCons "UpdateCodeSigningConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "allowedPublishers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AllowedPublishers)) :*: S1 ('MetaSel ('Just "codeSigningPolicies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CodeSigningPolicies))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "codeSigningConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.UpdateCodeSigningConfig

newUpdateCodeSigningConfig Source #

Create a value of UpdateCodeSigningConfig 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:allowedPublishers:UpdateCodeSigningConfig', updateCodeSigningConfig_allowedPublishers - Signing profiles for this code signing configuration.

$sel:codeSigningPolicies:UpdateCodeSigningConfig', updateCodeSigningConfig_codeSigningPolicies - The code signing policy.

$sel:description:UpdateCodeSigningConfig', updateCodeSigningConfig_description - Descriptive name for this code signing configuration.

$sel:codeSigningConfigArn:UpdateCodeSigningConfig', updateCodeSigningConfig_codeSigningConfigArn - The The Amazon Resource Name (ARN) of the code signing configuration.

Request Lenses

updateCodeSigningConfig_description :: Lens' UpdateCodeSigningConfig (Maybe Text) Source #

Descriptive name for this code signing configuration.

updateCodeSigningConfig_codeSigningConfigArn :: Lens' UpdateCodeSigningConfig Text Source #

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

Destructuring the Response

data UpdateCodeSigningConfigResponse Source #

See: newUpdateCodeSigningConfigResponse smart constructor.

Constructors

UpdateCodeSigningConfigResponse' 

Fields

Instances

Instances details
Eq UpdateCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.UpdateCodeSigningConfig

Read UpdateCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.UpdateCodeSigningConfig

Show UpdateCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.UpdateCodeSigningConfig

Generic UpdateCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.UpdateCodeSigningConfig

Associated Types

type Rep UpdateCodeSigningConfigResponse :: Type -> Type #

NFData UpdateCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.UpdateCodeSigningConfig

type Rep UpdateCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.UpdateCodeSigningConfig

type Rep UpdateCodeSigningConfigResponse = D1 ('MetaData "UpdateCodeSigningConfigResponse" "Amazonka.Lambda.UpdateCodeSigningConfig" "libZSservicesZSamazonka-lambdaZSamazonka-lambda" 'False) (C1 ('MetaCons "UpdateCodeSigningConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "codeSigningConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CodeSigningConfig)))

newUpdateCodeSigningConfigResponse Source #

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

$sel:codeSigningConfig:UpdateCodeSigningConfigResponse', updateCodeSigningConfigResponse_codeSigningConfig - The code signing configuration

Response Lenses