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

Description

 
Synopsis

Documentation

data OEMEphemeris Source #

Ephemeris data in Orbit Ephemeris Message (OEM) format.

See: newOEMEphemeris smart constructor.

Constructors

OEMEphemeris' 

Fields

  • oemData :: Maybe Text

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

  • s3Object :: Maybe S3Object

    Identifies the S3 object to be used as the ephemeris.

Instances

Instances details
ToJSON OEMEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.Types.OEMEphemeris

Generic OEMEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.Types.OEMEphemeris

Associated Types

type Rep OEMEphemeris :: Type -> Type #

Read OEMEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.Types.OEMEphemeris

Show OEMEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.Types.OEMEphemeris

NFData OEMEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.Types.OEMEphemeris

Methods

rnf :: OEMEphemeris -> () #

Eq OEMEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.Types.OEMEphemeris

Hashable OEMEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.Types.OEMEphemeris

type Rep OEMEphemeris Source # 
Instance details

Defined in Amazonka.GroundStation.Types.OEMEphemeris

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

newOEMEphemeris :: OEMEphemeris Source #

Create a value of OEMEphemeris 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:oemData:OEMEphemeris', oEMEphemeris_oemData - The data for an OEM ephemeris, supplied directly in the request rather than through an S3 object.

$sel:s3Object:OEMEphemeris', oEMEphemeris_s3Object - Identifies the S3 object to be used as the ephemeris.

oEMEphemeris_oemData :: Lens' OEMEphemeris (Maybe Text) Source #

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

oEMEphemeris_s3Object :: Lens' OEMEphemeris (Maybe S3Object) Source #

Identifies the S3 object to be used as the ephemeris.