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

Description

 
Synopsis

Documentation

data TLEEphemeris Source #

Two-line element set (TLE) ephemeris.

See: newTLEEphemeris smart constructor.

Constructors

TLEEphemeris' 

Fields

Instances

Instances details
ToJSON TLEEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TLEEphemeris

Generic TLEEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TLEEphemeris

Associated Types

type Rep TLEEphemeris :: Type -> Type #

Read TLEEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TLEEphemeris

Show TLEEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TLEEphemeris

NFData TLEEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TLEEphemeris

Methods

rnf :: TLEEphemeris -> () #

Eq TLEEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TLEEphemeris

Hashable TLEEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TLEEphemeris

type Rep TLEEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TLEEphemeris

type Rep TLEEphemeris = D1 ('MetaData "TLEEphemeris" "Amazonka.GroundStation.Types.TLEEphemeris" "amazonka-groundstation-2.0-CCmZVFTDcPRGN6Gwr7o4th" 'False) (C1 ('MetaCons "TLEEphemeris'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Object") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Object)) :*: S1 ('MetaSel ('Just "tleData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty TLEData)))))

newTLEEphemeris :: TLEEphemeris Source #

Create a value of TLEEphemeris 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:s3Object:TLEEphemeris', tLEEphemeris_s3Object - Identifies the S3 object to be used as the ephemeris.

$sel:tleData:TLEEphemeris', tLEEphemeris_tleData - The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.

tLEEphemeris_s3Object :: Lens' TLEEphemeris (Maybe S3Object) Source #

Identifies the S3 object to be used as the ephemeris.

tLEEphemeris_tleData :: Lens' TLEEphemeris (Maybe (NonEmpty TLEData)) Source #

The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.