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 |
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Permanently 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.
DeleteLoggingConfiguration' | |
|
Instances
newDeleteLoggingConfiguration Source #
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:
$sel:resourceArn: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.
DeleteLoggingConfigurationResponse' | |
|
Instances
Eq DeleteLoggingConfigurationResponse Source # | |
Read DeleteLoggingConfigurationResponse Source # | |
Show DeleteLoggingConfigurationResponse Source # | |
Generic DeleteLoggingConfigurationResponse Source # | |
NFData DeleteLoggingConfigurationResponse Source # | |
Defined in Amazonka.WAF.DeleteLoggingConfiguration rnf :: DeleteLoggingConfigurationResponse -> () # | |
type Rep DeleteLoggingConfigurationResponse Source # | |
Defined in Amazonka.WAF.DeleteLoggingConfiguration type Rep DeleteLoggingConfigurationResponse = D1 ('MetaData "DeleteLoggingConfigurationResponse" "Amazonka.WAF.DeleteLoggingConfiguration" "libZSservicesZSamazonka-wafZSamazonka-waf" 'False) (C1 ('MetaCons "DeleteLoggingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteLoggingConfigurationResponse Source #
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.