| 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.Positioning
Description
Synopsis
Documentation
data Positioning Source #
The FPorts for the position information.
See: newPositioning smart constructor.
Constructors
| Positioning' | |
Instances
newPositioning :: Positioning Source #
Create a value of Positioning 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:clockSync:Positioning', positioning_clockSync - Undocumented member.
$sel:gnss:Positioning', positioning_gnss - Undocumented member.
$sel:stream:Positioning', positioning_stream - Undocumented member.
positioning_clockSync :: Lens' Positioning (Maybe Natural) Source #
Undocumented member.
positioning_gnss :: Lens' Positioning (Maybe Natural) Source #
Undocumented member.
positioning_stream :: Lens' Positioning (Maybe Natural) Source #
Undocumented member.