| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GroundStation.Types.EphemerisDescription
Description
Documentation
data EphemerisDescription Source #
Description of ephemeris.
See: newEphemerisDescription smart constructor.
Constructors
| EphemerisDescription' | |
Fields
| |
Instances
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.
ephemerisDescription_ephemerisData :: Lens' EphemerisDescription (Maybe Text) Source #
Supplied ephemeris data.
ephemerisDescription_sourceS3Object :: Lens' EphemerisDescription (Maybe S3Object) Source #
Source S3 object used for the ephemeris.