| 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 |
Amazonka.Lambda.DeleteCodeSigningConfig
Description
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.
Constructors
| DeleteCodeSigningConfig' | |
Fields
| |
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.
Constructors
| DeleteCodeSigningConfigResponse' | |
Fields
| |
Instances
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.