Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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
- data UpdateCodeSigningConfig = UpdateCodeSigningConfig' {}
- newUpdateCodeSigningConfig :: Text -> UpdateCodeSigningConfig
- updateCodeSigningConfig_allowedPublishers :: Lens' UpdateCodeSigningConfig (Maybe AllowedPublishers)
- updateCodeSigningConfig_codeSigningPolicies :: Lens' UpdateCodeSigningConfig (Maybe CodeSigningPolicies)
- updateCodeSigningConfig_description :: Lens' UpdateCodeSigningConfig (Maybe Text)
- updateCodeSigningConfig_codeSigningConfigArn :: Lens' UpdateCodeSigningConfig Text
- data UpdateCodeSigningConfigResponse = UpdateCodeSigningConfigResponse' {}
- newUpdateCodeSigningConfigResponse :: Int -> CodeSigningConfig -> UpdateCodeSigningConfigResponse
- updateCodeSigningConfigResponse_httpStatus :: Lens' UpdateCodeSigningConfigResponse Int
- updateCodeSigningConfigResponse_codeSigningConfig :: Lens' UpdateCodeSigningConfigResponse CodeSigningConfig
Creating a Request
data UpdateCodeSigningConfig Source #
See: newUpdateCodeSigningConfig
smart constructor.
UpdateCodeSigningConfig' | |
|
Instances
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_allowedPublishers :: Lens' UpdateCodeSigningConfig (Maybe AllowedPublishers) Source #
Signing profiles for this code signing configuration.
updateCodeSigningConfig_codeSigningPolicies :: Lens' UpdateCodeSigningConfig (Maybe CodeSigningPolicies) Source #
The code signing policy.
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.
UpdateCodeSigningConfigResponse' | |
|
Instances
Eq UpdateCodeSigningConfigResponse Source # | |
Read UpdateCodeSigningConfigResponse Source # | |
Show UpdateCodeSigningConfigResponse Source # | |
Defined in Amazonka.Lambda.UpdateCodeSigningConfig | |
Generic UpdateCodeSigningConfigResponse Source # | |
NFData UpdateCodeSigningConfigResponse Source # | |
Defined in Amazonka.Lambda.UpdateCodeSigningConfig rnf :: UpdateCodeSigningConfigResponse -> () # | |
type Rep UpdateCodeSigningConfigResponse Source # | |
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
updateCodeSigningConfigResponse_httpStatus :: Lens' UpdateCodeSigningConfigResponse Int Source #
The response's http status code.
updateCodeSigningConfigResponse_codeSigningConfig :: Lens' UpdateCodeSigningConfigResponse CodeSigningConfig Source #
The code signing configuration