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

Description

 
Synopsis

Documentation

data TrackingConfig Source #

Object that determines whether tracking should be used during a contact executed with this Config in the mission profile.

See: newTrackingConfig smart constructor.

Constructors

TrackingConfig' 

Fields

Instances

Instances details
FromJSON TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

ToJSON TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

Generic TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

Associated Types

type Rep TrackingConfig :: Type -> Type #

Read TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

Show TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

NFData TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

Methods

rnf :: TrackingConfig -> () #

Eq TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

Hashable TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

type Rep TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

type Rep TrackingConfig = D1 ('MetaData "TrackingConfig" "Amazonka.GroundStation.Types.TrackingConfig" "amazonka-groundstation-2.0-CCmZVFTDcPRGN6Gwr7o4th" 'False) (C1 ('MetaCons "TrackingConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autotrack") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Criticality)))

newTrackingConfig Source #

Create a value of TrackingConfig 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:autotrack:TrackingConfig', trackingConfig_autotrack - Current setting for autotrack.