libZSservicesZSamazonka-groundstationZSamazonka-groundstation
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.GroundStation.Types.GroundStationData

Description

 
Synopsis

Documentation

data GroundStationData Source #

Information about the ground station data.

See: newGroundStationData smart constructor.

Constructors

GroundStationData' 

Fields

Instances

Instances details
Eq GroundStationData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.GroundStationData

Read GroundStationData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.GroundStationData

Show GroundStationData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.GroundStationData

Generic GroundStationData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.GroundStationData

Associated Types

type Rep GroundStationData :: Type -> Type #

NFData GroundStationData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.GroundStationData

Methods

rnf :: GroundStationData -> () #

Hashable GroundStationData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.GroundStationData

FromJSON GroundStationData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.GroundStationData

type Rep GroundStationData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.GroundStationData

type Rep GroundStationData = D1 ('MetaData "GroundStationData" "Amazonka.GroundStation.Types.GroundStationData" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "GroundStationData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groundStationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "groundStationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.