| 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.IoT.SetV2LoggingLevel
Description
Sets the logging level.
Creating a Request
Arguments
| :: LogTarget | |
| -> LogLevel | |
| -> SetV2LoggingLevel |
Creates a value of SetV2LoggingLevel with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
svllLogTarget- The log target.svllLogLevel- The log level.
data SetV2LoggingLevel Source #
See: setV2LoggingLevel smart constructor.
Instances
Request Lenses
svllLogTarget :: Lens' SetV2LoggingLevel LogTarget Source #
The log target.
svllLogLevel :: Lens' SetV2LoggingLevel LogLevel Source #
The log level.
Destructuring the Response
setV2LoggingLevelResponse :: SetV2LoggingLevelResponse Source #
Creates a value of SetV2LoggingLevelResponse with the minimum fields required to make a request.
data SetV2LoggingLevelResponse Source #
See: setV2LoggingLevelResponse smart constructor.