| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.Route53.GetQueryLoggingConfig
Description
Gets information about a specified configuration for DNS query logging.
For more information about DNS query logs, see CreateQueryLoggingConfig and Logging DNS Queries .
Synopsis
- getQueryLoggingConfig :: Text -> GetQueryLoggingConfig
- data GetQueryLoggingConfig
- gqlcId :: Lens' GetQueryLoggingConfig Text
- getQueryLoggingConfigResponse :: Int -> QueryLoggingConfig -> GetQueryLoggingConfigResponse
- data GetQueryLoggingConfigResponse
- gqlcrsResponseStatus :: Lens' GetQueryLoggingConfigResponse Int
- gqlcrsQueryLoggingConfig :: Lens' GetQueryLoggingConfigResponse QueryLoggingConfig
Creating a Request
getQueryLoggingConfig Source #
Arguments
| :: Text | |
| -> GetQueryLoggingConfig |
Creates a value of GetQueryLoggingConfig with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gqlcId- The ID of the configuration for DNS query logging that you want to get information about.
data GetQueryLoggingConfig Source #
See: getQueryLoggingConfig smart constructor.
Instances
Request Lenses
gqlcId :: Lens' GetQueryLoggingConfig Text Source #
The ID of the configuration for DNS query logging that you want to get information about.
Destructuring the Response
getQueryLoggingConfigResponse Source #
Arguments
| :: Int | |
| -> QueryLoggingConfig | |
| -> GetQueryLoggingConfigResponse |
Creates a value of GetQueryLoggingConfigResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gqlcrsResponseStatus- -- | The response status code.gqlcrsQueryLoggingConfig- A complex type that contains information about the query logging configuration that you specified in aGetQueryLoggingConfigrequest.
data GetQueryLoggingConfigResponse Source #
See: getQueryLoggingConfigResponse smart constructor.
Instances
Response Lenses
gqlcrsResponseStatus :: Lens' GetQueryLoggingConfigResponse Int Source #
- - | The response status code.
gqlcrsQueryLoggingConfig :: Lens' GetQueryLoggingConfigResponse QueryLoggingConfig Source #
A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.