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.DeleteQueryLoggingConfig
Description
Deletes a configuration for DNS query logging. If you delete a configuration, Amazon Route 53 stops sending query logs to CloudWatch Logs. Amazon Route 53 doesn't delete any logs that are already in CloudWatch Logs.
For more information about DNS query logs, see CreateQueryLoggingConfig
.
- deleteQueryLoggingConfig :: Text -> DeleteQueryLoggingConfig
- data DeleteQueryLoggingConfig
- dqlcId :: Lens' DeleteQueryLoggingConfig Text
- deleteQueryLoggingConfigResponse :: Int -> DeleteQueryLoggingConfigResponse
- data DeleteQueryLoggingConfigResponse
- dqlcrsResponseStatus :: Lens' DeleteQueryLoggingConfigResponse Int
Creating a Request
Arguments
:: Text | |
-> DeleteQueryLoggingConfig |
Creates a value of DeleteQueryLoggingConfig
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dqlcId
- The ID of the configuration that you want to delete.
data DeleteQueryLoggingConfig #
See: deleteQueryLoggingConfig
smart constructor.
Instances
Request Lenses
dqlcId :: Lens' DeleteQueryLoggingConfig Text #
The ID of the configuration that you want to delete.
Destructuring the Response
deleteQueryLoggingConfigResponse #
Arguments
:: Int | |
-> DeleteQueryLoggingConfigResponse |
Creates a value of DeleteQueryLoggingConfigResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dqlcrsResponseStatus
- -- | The response status code.
data DeleteQueryLoggingConfigResponse #
See: deleteQueryLoggingConfigResponse
smart constructor.
Response Lenses
dqlcrsResponseStatus :: Lens' DeleteQueryLoggingConfigResponse Int #
- - | The response status code.