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 |
Deletes the code signing configuration. You can delete the code signing configuration only if no function is using it.
Synopsis
- data DeleteCodeSigningConfig = DeleteCodeSigningConfig' {}
- newDeleteCodeSigningConfig :: Text -> DeleteCodeSigningConfig
- deleteCodeSigningConfig_codeSigningConfigArn :: Lens' DeleteCodeSigningConfig Text
- data DeleteCodeSigningConfigResponse = DeleteCodeSigningConfigResponse' {
- httpStatus :: Int
- newDeleteCodeSigningConfigResponse :: Int -> DeleteCodeSigningConfigResponse
- deleteCodeSigningConfigResponse_httpStatus :: Lens' DeleteCodeSigningConfigResponse Int
Creating a Request
data DeleteCodeSigningConfig Source #
See: newDeleteCodeSigningConfig
smart constructor.
DeleteCodeSigningConfig' | |
|
Instances
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.
DeleteCodeSigningConfigResponse' | |
|
Instances
Eq DeleteCodeSigningConfigResponse Source # | |
Read DeleteCodeSigningConfigResponse Source # | |
Show DeleteCodeSigningConfigResponse Source # | |
Defined in Amazonka.Lambda.DeleteCodeSigningConfig | |
Generic DeleteCodeSigningConfigResponse Source # | |
NFData DeleteCodeSigningConfigResponse Source # | |
Defined in Amazonka.Lambda.DeleteCodeSigningConfig rnf :: DeleteCodeSigningConfigResponse -> () # | |
type Rep DeleteCodeSigningConfigResponse Source # | |
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
deleteCodeSigningConfigResponse_httpStatus :: Lens' DeleteCodeSigningConfigResponse Int Source #
The response's http status code.