| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.WAFV2.GetLoggingConfiguration
Description
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.
Constructors
| GetLoggingConfiguration' | |
Fields
| |
Instances
newGetLoggingConfiguration Source #
Arguments
| :: Text | |
| -> GetLoggingConfiguration |
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
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.