| 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.GroundStation.Types.GroundStationData
Description
Synopsis
Documentation
data GroundStationData Source #
Information about the ground station data.
See: newGroundStationData smart constructor.
Constructors
| GroundStationData' | |
Fields
| |
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.