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.GetLoggingConfiguration

Description

Returns the LoggingConfiguration for the specified web ACL.

Synopsis

Creating a Request

data GetLoggingConfiguration Source #

See: newGetLoggingConfiguration smart constructor.

Constructors

GetLoggingConfiguration' 

Fields

  • resourceArn :: Text

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

Instances

Instances details
ToJSON GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.GetLoggingConfiguration

ToHeaders GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.GetLoggingConfiguration

ToPath GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.GetLoggingConfiguration

ToQuery GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.GetLoggingConfiguration

AWSRequest GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.GetLoggingConfiguration

Generic GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.GetLoggingConfiguration

Associated Types

type Rep GetLoggingConfiguration :: Type -> Type #

Read GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.GetLoggingConfiguration

Show GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.GetLoggingConfiguration

NFData GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.GetLoggingConfiguration

Methods

rnf :: GetLoggingConfiguration -> () #

Eq GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.GetLoggingConfiguration

Hashable GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.GetLoggingConfiguration

type AWSResponse GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.GetLoggingConfiguration

type Rep GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFV2.GetLoggingConfiguration

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

newGetLoggingConfiguration Source #

Create a value of GetLoggingConfiguration 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:

GetLoggingConfiguration, getLoggingConfiguration_resourceArn - The Amazon Resource Name (ARN) of the web ACL for which you want to get the LoggingConfiguration.

Request Lenses

getLoggingConfiguration_resourceArn :: Lens' GetLoggingConfiguration Text Source #

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

Destructuring the Response

data GetLoggingConfigurationResponse Source #

See: newGetLoggingConfigurationResponse smart constructor.

Constructors

GetLoggingConfigurationResponse' 

Fields

Instances

Instances details
Generic GetLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.WAFV2.GetLoggingConfiguration

Associated Types

type Rep GetLoggingConfigurationResponse :: Type -> Type #

Read GetLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.WAFV2.GetLoggingConfiguration

Show GetLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.WAFV2.GetLoggingConfiguration

NFData GetLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.WAFV2.GetLoggingConfiguration

Eq GetLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.WAFV2.GetLoggingConfiguration

type Rep GetLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.WAFV2.GetLoggingConfiguration

type Rep GetLoggingConfigurationResponse = D1 ('MetaData "GetLoggingConfigurationResponse" "Amazonka.WAFV2.GetLoggingConfiguration" "amazonka-wafv2-2.0-3v3WgpYn7RT5hSd6MsT5dN" 'False) (C1 ('MetaCons "GetLoggingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "loggingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoggingConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetLoggingConfigurationResponse Source #

Create a value of GetLoggingConfigurationResponse 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:loggingConfiguration:GetLoggingConfigurationResponse', getLoggingConfigurationResponse_loggingConfiguration - The LoggingConfiguration for the specified web ACL.

$sel:httpStatus:GetLoggingConfigurationResponse', getLoggingConfigurationResponse_httpStatus - The response's http status code.

Response Lenses