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

Description

 
Synopsis

Documentation

data ConfigTypeData Source #

Object containing the parameters of a Config.

See the subtype definitions for what each type of Config contains.

See: newConfigTypeData smart constructor.

Constructors

ConfigTypeData' 

Fields

Instances

Instances details
Eq ConfigTypeData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigTypeData

Read ConfigTypeData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigTypeData

Show ConfigTypeData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigTypeData

Generic ConfigTypeData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigTypeData

Associated Types

type Rep ConfigTypeData :: Type -> Type #

NFData ConfigTypeData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigTypeData

Methods

rnf :: ConfigTypeData -> () #

Hashable ConfigTypeData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigTypeData

ToJSON ConfigTypeData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigTypeData

FromJSON ConfigTypeData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigTypeData

type Rep ConfigTypeData Source # 
Instance details

Defined in Amazonka.GroundStation.Types.ConfigTypeData

type Rep ConfigTypeData = D1 ('MetaData "ConfigTypeData" "Amazonka.GroundStation.Types.ConfigTypeData" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "ConfigTypeData'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "antennaDownlinkDemodDecodeConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AntennaDownlinkDemodDecodeConfig)) :*: (S1 ('MetaSel ('Just "antennaDownlinkConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AntennaDownlinkConfig)) :*: S1 ('MetaSel ('Just "antennaUplinkConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AntennaUplinkConfig)))) :*: ((S1 ('MetaSel ('Just "uplinkEchoConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UplinkEchoConfig)) :*: S1 ('MetaSel ('Just "s3RecordingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3RecordingConfig))) :*: (S1 ('MetaSel ('Just "trackingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrackingConfig)) :*: S1 ('MetaSel ('Just "dataflowEndpointConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataflowEndpointConfig))))))

newConfigTypeData :: ConfigTypeData Source #

Create a value of ConfigTypeData 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:antennaDownlinkDemodDecodeConfig:ConfigTypeData', configTypeData_antennaDownlinkDemodDecodeConfig - Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.

$sel:antennaDownlinkConfig:ConfigTypeData', configTypeData_antennaDownlinkConfig - Information about how AWS Ground Station should configure an antenna for downlink during a contact.

$sel:antennaUplinkConfig:ConfigTypeData', configTypeData_antennaUplinkConfig - Information about how AWS Ground Station should configure an antenna for uplink during a contact.

$sel:uplinkEchoConfig:ConfigTypeData', configTypeData_uplinkEchoConfig - Information about an uplink echo Config.

Parameters from the AntennaUplinkConfig, corresponding to the specified AntennaUplinkConfigArn, are used when this UplinkEchoConfig is used in a contact.

$sel:s3RecordingConfig:ConfigTypeData', configTypeData_s3RecordingConfig - Information about an S3 recording Config.

$sel:trackingConfig:ConfigTypeData', configTypeData_trackingConfig - Object that determines whether tracking should be used during a contact executed with this Config in the mission profile.

$sel:dataflowEndpointConfig:ConfigTypeData', configTypeData_dataflowEndpointConfig - Information about the dataflow endpoint Config.

configTypeData_antennaDownlinkDemodDecodeConfig :: Lens' ConfigTypeData (Maybe AntennaDownlinkDemodDecodeConfig) Source #

Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.

configTypeData_antennaDownlinkConfig :: Lens' ConfigTypeData (Maybe AntennaDownlinkConfig) Source #

Information about how AWS Ground Station should configure an antenna for downlink during a contact.

configTypeData_antennaUplinkConfig :: Lens' ConfigTypeData (Maybe AntennaUplinkConfig) Source #

Information about how AWS Ground Station should configure an antenna for uplink during a contact.

configTypeData_uplinkEchoConfig :: Lens' ConfigTypeData (Maybe UplinkEchoConfig) Source #

Information about an uplink echo Config.

Parameters from the AntennaUplinkConfig, corresponding to the specified AntennaUplinkConfigArn, are used when this UplinkEchoConfig is used in a contact.

configTypeData_trackingConfig :: Lens' ConfigTypeData (Maybe TrackingConfig) Source #

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