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.
Returns the LoggingConfiguration for the specified web ACL.
Synopsis
- data GetLoggingConfiguration = GetLoggingConfiguration' {
- resourceArn :: Text
- newGetLoggingConfiguration :: Text -> GetLoggingConfiguration
- getLoggingConfiguration_resourceArn :: Lens' GetLoggingConfiguration Text
- data GetLoggingConfigurationResponse = GetLoggingConfigurationResponse' {}
- newGetLoggingConfigurationResponse :: Int -> GetLoggingConfigurationResponse
- getLoggingConfigurationResponse_loggingConfiguration :: Lens' GetLoggingConfigurationResponse (Maybe LoggingConfiguration)
- getLoggingConfigurationResponse_httpStatus :: Lens' GetLoggingConfigurationResponse Int
Creating a Request
data GetLoggingConfiguration Source #
See: newGetLoggingConfiguration
smart constructor.
GetLoggingConfiguration' | |
|
Instances
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.
GetLoggingConfigurationResponse' | |
|
Instances
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
getLoggingConfigurationResponse_loggingConfiguration :: Lens' GetLoggingConfigurationResponse (Maybe LoggingConfiguration) Source #
The LoggingConfiguration for the specified web ACL.
getLoggingConfigurationResponse_httpStatus :: Lens' GetLoggingConfigurationResponse Int Source #
The response's http status code.