amazonka-wafv2-2.0: Amazon WAFV2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.WAFV2.DeleteLoggingConfiguration

Description

Deletes the LoggingConfiguration from the specified web ACL.

Synopsis

Creating a Request

data DeleteLoggingConfiguration Source #

See: newDeleteLoggingConfiguration smart constructor.

Constructors

DeleteLoggingConfiguration' 

Fields

  • resourceArn :: Text

    The Amazon Resource Name (ARN) of the web ACL from which you want to delete the LoggingConfiguration.

Instances

Instances details
ToJSON DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteLoggingConfiguration

ToHeaders DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteLoggingConfiguration

ToPath DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteLoggingConfiguration

ToQuery DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteLoggingConfiguration

AWSRequest DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteLoggingConfiguration

Generic DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteLoggingConfiguration

Associated Types

type Rep DeleteLoggingConfiguration :: Type -> Type #

Read DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteLoggingConfiguration

Show DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteLoggingConfiguration

NFData DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteLoggingConfiguration

Eq DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteLoggingConfiguration

Hashable DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteLoggingConfiguration

type AWSResponse DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteLoggingConfiguration

type Rep DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteLoggingConfiguration

type Rep DeleteLoggingConfiguration = D1 ('MetaData "DeleteLoggingConfiguration" "Amazonka.WAFV2.DeleteLoggingConfiguration" "amazonka-wafv2-2.0-3v3WgpYn7RT5hSd6MsT5dN" 'False) (C1 ('MetaCons "DeleteLoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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 #

Constructors

DeleteLoggingConfigurationResponse' 

Fields

Instances

Instances details
Generic DeleteLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteLoggingConfiguration

Associated Types

type Rep DeleteLoggingConfigurationResponse :: Type -> Type #

Read DeleteLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteLoggingConfiguration

Show DeleteLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteLoggingConfiguration

NFData DeleteLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteLoggingConfiguration

Eq DeleteLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteLoggingConfiguration

type Rep DeleteLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteLoggingConfiguration

type Rep DeleteLoggingConfigurationResponse = D1 ('MetaData "DeleteLoggingConfigurationResponse" "Amazonka.WAFV2.DeleteLoggingConfiguration" "amazonka-wafv2-2.0-3v3WgpYn7RT5hSd6MsT5dN" '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