libZSservicesZSamazonka-groundstationZSamazonka-groundstation
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

Read TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

Show 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 #

NFData TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

Methods

rnf :: TrackingConfig -> () #

Hashable TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

ToJSON TrackingConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.TrackingConfig

FromJSON 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" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" '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.