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

Description

 
Synopsis

Documentation

data TLEData Source #

Two-line element set (TLE) data.

See: newTLEData smart constructor.

Constructors

TLEData' 

Fields

Instances

Instances details
ToJSON TLEData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TLEData

Generic TLEData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TLEData

Associated Types

type Rep TLEData :: Type -> Type #

Methods

from :: TLEData -> Rep TLEData x #

to :: Rep TLEData x -> TLEData #

Read TLEData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TLEData

Show TLEData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TLEData

NFData TLEData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TLEData

Methods

rnf :: TLEData -> () #

Eq TLEData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TLEData

Methods

(==) :: TLEData -> TLEData -> Bool #

(/=) :: TLEData -> TLEData -> Bool #

Hashable TLEData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TLEData

Methods

hashWithSalt :: Int -> TLEData -> Int #

hash :: TLEData -> Int #

type Rep TLEData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TLEData

type Rep TLEData = D1 ('MetaData "TLEData" "Amazonka.GroundStation.Types.TLEData" "amazonka-groundstation-2.0-CCmZVFTDcPRGN6Gwr7o4th" 'False) (C1 ('MetaCons "TLEData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tleLine1") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "tleLine2") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "validTimeRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TimeRange))))

newTLEData Source #

Create a value of TLEData 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:tleLine1:TLEData', tLEData_tleLine1 - First line of two-line element set (TLE) data.

$sel:tleLine2:TLEData', tLEData_tleLine2 - Second line of two-line element set (TLE) data.

$sel:validTimeRange:TLEData', tLEData_validTimeRange - The valid time range for the TLE. Gaps or overlap are not permitted.

tLEData_tleLine1 :: Lens' TLEData Text Source #

First line of two-line element set (TLE) data.

tLEData_tleLine2 :: Lens' TLEData Text Source #

Second line of two-line element set (TLE) data.

tLEData_validTimeRange :: Lens' TLEData TimeRange Source #

The valid time range for the TLE. Gaps or overlap are not permitted.