| 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.IoTSiteWise.Types.LoggingOptions
Description
Synopsis
Documentation
data LoggingOptions Source #
Contains logging options.
See: newLoggingOptions smart constructor.
Constructors
| LoggingOptions' | |
Fields
| |
Instances
Arguments
| :: LoggingLevel | |
| -> LoggingOptions |
Create a value of LoggingOptions 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:level:LoggingOptions', loggingOptions_level - The IoT SiteWise logging verbosity level.
loggingOptions_level :: Lens' LoggingOptions LoggingLevel Source #
The IoT SiteWise logging verbosity level.