Copyright | (c) 2013-2021 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 |
Synopsis
Documentation
data GroundStationData Source #
Information about the ground station data.
See: newGroundStationData
smart constructor.
GroundStationData' | |
|
Instances
newGroundStationData :: GroundStationData Source #
Create a value of GroundStationData
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:groundStationId:GroundStationData'
, groundStationData_groundStationId
- UUID of a ground station.
$sel:groundStationName:GroundStationData'
, groundStationData_groundStationName
- Name of a ground station.
$sel:region:GroundStationData'
, groundStationData_region
- Ground station Region.
groundStationData_groundStationId :: Lens' GroundStationData (Maybe Text) Source #
UUID of a ground station.
groundStationData_groundStationName :: Lens' GroundStationData (Maybe Text) Source #
Name of a ground station.
groundStationData_region :: Lens' GroundStationData (Maybe Text) Source #
Ground station Region.