libZSservicesZSamazonka-waf-regionalZSamazonka-waf-regional
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.WAFRegional.GetLoggingConfiguration

Description

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.

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
Eq GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFRegional.GetLoggingConfiguration

Read GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFRegional.GetLoggingConfiguration

Show GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFRegional.GetLoggingConfiguration

Generic GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFRegional.GetLoggingConfiguration

Associated Types

type Rep GetLoggingConfiguration :: Type -> Type #

NFData GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFRegional.GetLoggingConfiguration

Methods

rnf :: GetLoggingConfiguration -> () #

Hashable GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFRegional.GetLoggingConfiguration

ToJSON GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFRegional.GetLoggingConfiguration

AWSRequest GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFRegional.GetLoggingConfiguration

ToHeaders GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFRegional.GetLoggingConfiguration

ToPath GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFRegional.GetLoggingConfiguration

ToQuery GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFRegional.GetLoggingConfiguration

type Rep GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFRegional.GetLoggingConfiguration

type Rep GetLoggingConfiguration = D1 ('MetaData "GetLoggingConfiguration" "Amazonka.WAFRegional.GetLoggingConfiguration" "libZSservicesZSamazonka-waf-regionalZSamazonka-waf-regional" 'False) (C1 ('MetaCons "GetLoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetLoggingConfiguration Source # 
Instance details

Defined in Amazonka.WAFRegional.GetLoggingConfiguration

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:

$sel:resourceArn: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
Eq GetLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.GetLoggingConfiguration

Read GetLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.GetLoggingConfiguration

Show GetLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.GetLoggingConfiguration

Generic GetLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.GetLoggingConfiguration

Associated Types

type Rep GetLoggingConfigurationResponse :: Type -> Type #

NFData GetLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.GetLoggingConfiguration

type Rep GetLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.WAFRegional.GetLoggingConfiguration

type Rep GetLoggingConfigurationResponse = D1 ('MetaData "GetLoggingConfigurationResponse" "Amazonka.WAFRegional.GetLoggingConfiguration" "libZSservicesZSamazonka-waf-regionalZSamazonka-waf-regional" '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