| 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.IoTWireless.Types.TraceContent
Description
Synopsis
Documentation
data TraceContent Source #
Trace content for your wireless gateway and wireless device resources.
See: newTraceContent smart constructor.
Constructors
| TraceContent' | |
Instances
newTraceContent :: TraceContent Source #
Create a value of TraceContent 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:logLevel:TraceContent', traceContent_logLevel - Undocumented member.
$sel:wirelessDeviceFrameInfo:TraceContent', traceContent_wirelessDeviceFrameInfo - Undocumented member.
traceContent_logLevel :: Lens' TraceContent (Maybe LogLevel) Source #
Undocumented member.
traceContent_wirelessDeviceFrameInfo :: Lens' TraceContent (Maybe WirelessDeviceFrameInfo) Source #
Undocumented member.