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.EphemerisDescription

Description

 
Synopsis

Documentation

data EphemerisDescription Source #

Description of ephemeris.

See: newEphemerisDescription smart constructor.

Constructors

EphemerisDescription' 

Fields

Instances

Instances details
FromJSON EphemerisDescription Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisDescription

Generic EphemerisDescription Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisDescription

Associated Types

type Rep EphemerisDescription :: Type -> Type #

Read EphemerisDescription Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisDescription

Show EphemerisDescription Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisDescription

NFData EphemerisDescription Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisDescription

Methods

rnf :: EphemerisDescription -> () #

Eq EphemerisDescription Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisDescription

Hashable EphemerisDescription Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisDescription

type Rep EphemerisDescription Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EphemerisDescription

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

newEphemerisDescription :: EphemerisDescription Source #

Create a value of EphemerisDescription 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:ephemerisData:EphemerisDescription', ephemerisDescription_ephemerisData - Supplied ephemeris data.

$sel:sourceS3Object:EphemerisDescription', ephemerisDescription_sourceS3Object - Source S3 object used for the ephemeris.