amazonka-groundstation-2.0: Amazon Ground Station SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.GroundStation.Types.EphemerisTypeDescription

Description

 
Synopsis

Documentation

data EphemerisTypeDescription Source #

See: newEphemerisTypeDescription smart constructor.

Instances

Instances details
FromJSON EphemerisTypeDescription Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisTypeDescription

Generic EphemerisTypeDescription Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisTypeDescription

Associated Types

type Rep EphemerisTypeDescription :: Type -> Type #

Read EphemerisTypeDescription Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisTypeDescription

Show EphemerisTypeDescription Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisTypeDescription

NFData EphemerisTypeDescription Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisTypeDescription

Eq EphemerisTypeDescription Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisTypeDescription

Hashable EphemerisTypeDescription Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisTypeDescription

type Rep EphemerisTypeDescription Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisTypeDescription

type Rep EphemerisTypeDescription = D1 ('MetaData "EphemerisTypeDescription" "Amazonka.GroundStation.Types.EphemerisTypeDescription" "amazonka-groundstation-2.0-CCmZVFTDcPRGN6Gwr7o4th" 'False) (C1 ('MetaCons "EphemerisTypeDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "oem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EphemerisDescription)) :*: S1 ('MetaSel ('Just "tle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EphemerisDescription))))

newEphemerisTypeDescription :: EphemerisTypeDescription Source #

Create a value of EphemerisTypeDescription 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:oem:EphemerisTypeDescription', ephemerisTypeDescription_oem - Undocumented member.

$sel:tle:EphemerisTypeDescription', ephemerisTypeDescription_tle - Undocumented member.