| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.WAFV2.DeleteLoggingConfiguration
Description
Deletes the LoggingConfiguration from the specified web ACL.
Synopsis
- data DeleteLoggingConfiguration = DeleteLoggingConfiguration' {
- resourceArn :: Text
- newDeleteLoggingConfiguration :: Text -> DeleteLoggingConfiguration
- deleteLoggingConfiguration_resourceArn :: Lens' DeleteLoggingConfiguration Text
- data DeleteLoggingConfigurationResponse = DeleteLoggingConfigurationResponse' {
- httpStatus :: Int
- newDeleteLoggingConfigurationResponse :: Int -> DeleteLoggingConfigurationResponse
- deleteLoggingConfigurationResponse_httpStatus :: Lens' DeleteLoggingConfigurationResponse Int
Creating a Request
data DeleteLoggingConfiguration Source #
See: newDeleteLoggingConfiguration smart constructor.
Constructors
| DeleteLoggingConfiguration' | |
Fields
| |
Instances
newDeleteLoggingConfiguration Source #
Arguments
| :: Text | |
| -> DeleteLoggingConfiguration |
Create a value of DeleteLoggingConfiguration 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:
DeleteLoggingConfiguration, deleteLoggingConfiguration_resourceArn - The Amazon Resource Name (ARN) of the web ACL from which you want to
delete the LoggingConfiguration.
Request Lenses
deleteLoggingConfiguration_resourceArn :: Lens' DeleteLoggingConfiguration Text Source #
The Amazon Resource Name (ARN) of the web ACL from which you want to delete the LoggingConfiguration.
Destructuring the Response
data DeleteLoggingConfigurationResponse Source #
See: newDeleteLoggingConfigurationResponse smart constructor.
Constructors
| DeleteLoggingConfigurationResponse' | |
Fields
| |
Instances
newDeleteLoggingConfigurationResponse Source #
Arguments
| :: Int | |
| -> DeleteLoggingConfigurationResponse |
Create a value of DeleteLoggingConfigurationResponse 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:DeleteLoggingConfigurationResponse', deleteLoggingConfigurationResponse_httpStatus - The response's http status code.
Response Lenses
deleteLoggingConfigurationResponse_httpStatus :: Lens' DeleteLoggingConfigurationResponse Int Source #
The response's http status code.