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 |
Returns the logging configuration for the specified firewall.
Synopsis
- data DescribeLoggingConfiguration = DescribeLoggingConfiguration' {}
- newDescribeLoggingConfiguration :: DescribeLoggingConfiguration
- describeLoggingConfiguration_firewallArn :: Lens' DescribeLoggingConfiguration (Maybe Text)
- describeLoggingConfiguration_firewallName :: Lens' DescribeLoggingConfiguration (Maybe Text)
- data DescribeLoggingConfigurationResponse = DescribeLoggingConfigurationResponse' {}
- newDescribeLoggingConfigurationResponse :: Int -> DescribeLoggingConfigurationResponse
- describeLoggingConfigurationResponse_firewallArn :: Lens' DescribeLoggingConfigurationResponse (Maybe Text)
- describeLoggingConfigurationResponse_loggingConfiguration :: Lens' DescribeLoggingConfigurationResponse (Maybe LoggingConfiguration)
- describeLoggingConfigurationResponse_httpStatus :: Lens' DescribeLoggingConfigurationResponse Int
Creating a Request
data DescribeLoggingConfiguration Source #
See: newDescribeLoggingConfiguration
smart constructor.
DescribeLoggingConfiguration' | |
|
Instances
newDescribeLoggingConfiguration :: DescribeLoggingConfiguration Source #
Create a value of DescribeLoggingConfiguration
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:firewallArn:DescribeLoggingConfiguration'
, describeLoggingConfiguration_firewallArn
- The Amazon Resource Name (ARN) of the firewall.
You must specify the ARN or the name, and you can specify both.
$sel:firewallName:DescribeLoggingConfiguration'
, describeLoggingConfiguration_firewallName
- The descriptive name of the firewall. You can't change the name of a
firewall after you create it.
You must specify the ARN or the name, and you can specify both.
Request Lenses
describeLoggingConfiguration_firewallArn :: Lens' DescribeLoggingConfiguration (Maybe Text) Source #
The Amazon Resource Name (ARN) of the firewall.
You must specify the ARN or the name, and you can specify both.
describeLoggingConfiguration_firewallName :: Lens' DescribeLoggingConfiguration (Maybe Text) Source #
The descriptive name of the firewall. You can't change the name of a firewall after you create it.
You must specify the ARN or the name, and you can specify both.
Destructuring the Response
data DescribeLoggingConfigurationResponse Source #
See: newDescribeLoggingConfigurationResponse
smart constructor.
DescribeLoggingConfigurationResponse' | |
|
Instances
newDescribeLoggingConfigurationResponse Source #
Create a value of DescribeLoggingConfigurationResponse
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:firewallArn:DescribeLoggingConfiguration'
, describeLoggingConfigurationResponse_firewallArn
- The Amazon Resource Name (ARN) of the firewall.
$sel:loggingConfiguration:DescribeLoggingConfigurationResponse'
, describeLoggingConfigurationResponse_loggingConfiguration
- Undocumented member.
$sel:httpStatus:DescribeLoggingConfigurationResponse'
, describeLoggingConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
describeLoggingConfigurationResponse_firewallArn :: Lens' DescribeLoggingConfigurationResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the firewall.
describeLoggingConfigurationResponse_loggingConfiguration :: Lens' DescribeLoggingConfigurationResponse (Maybe LoggingConfiguration) Source #
Undocumented member.
describeLoggingConfigurationResponse_httpStatus :: Lens' DescribeLoggingConfigurationResponse Int Source #
The response's http status code.