| 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.ConfigTypeData
Description
Synopsis
- data ConfigTypeData = ConfigTypeData' {
- antennaDownlinkConfig :: Maybe AntennaDownlinkConfig
- antennaDownlinkDemodDecodeConfig :: Maybe AntennaDownlinkDemodDecodeConfig
- antennaUplinkConfig :: Maybe AntennaUplinkConfig
- dataflowEndpointConfig :: Maybe DataflowEndpointConfig
- s3RecordingConfig :: Maybe S3RecordingConfig
- trackingConfig :: Maybe TrackingConfig
- uplinkEchoConfig :: Maybe UplinkEchoConfig
- newConfigTypeData :: ConfigTypeData
- configTypeData_antennaDownlinkConfig :: Lens' ConfigTypeData (Maybe AntennaDownlinkConfig)
- configTypeData_antennaDownlinkDemodDecodeConfig :: Lens' ConfigTypeData (Maybe AntennaDownlinkDemodDecodeConfig)
- configTypeData_antennaUplinkConfig :: Lens' ConfigTypeData (Maybe AntennaUplinkConfig)
- configTypeData_dataflowEndpointConfig :: Lens' ConfigTypeData (Maybe DataflowEndpointConfig)
- configTypeData_s3RecordingConfig :: Lens' ConfigTypeData (Maybe S3RecordingConfig)
- configTypeData_trackingConfig :: Lens' ConfigTypeData (Maybe TrackingConfig)
- configTypeData_uplinkEchoConfig :: Lens' ConfigTypeData (Maybe UplinkEchoConfig)
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
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:antennaDownlinkConfig:ConfigTypeData', configTypeData_antennaDownlinkConfig - Information about how AWS Ground Station should configure an antenna for
downlink during a contact.
$sel:antennaDownlinkDemodDecodeConfig:ConfigTypeData', configTypeData_antennaDownlinkDemodDecodeConfig - Information about how AWS Ground Station should configure an antenna for
downlink demod decode during a contact.
$sel:antennaUplinkConfig:ConfigTypeData', configTypeData_antennaUplinkConfig - Information about how AWS Ground Station should configure an antenna for
uplink during a contact.
$sel:dataflowEndpointConfig:ConfigTypeData', configTypeData_dataflowEndpointConfig - Information about the dataflow endpoint Config.
$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: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.
configTypeData_antennaDownlinkConfig :: Lens' ConfigTypeData (Maybe AntennaDownlinkConfig) Source #
Information about how AWS Ground Station should configure an antenna for downlink during a contact.
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_antennaUplinkConfig :: Lens' ConfigTypeData (Maybe AntennaUplinkConfig) Source #
Information about how AWS Ground Station should configure an antenna for uplink during a contact.
configTypeData_dataflowEndpointConfig :: Lens' ConfigTypeData (Maybe DataflowEndpointConfig) Source #
Information about the dataflow endpoint Config.
configTypeData_s3RecordingConfig :: Lens' ConfigTypeData (Maybe S3RecordingConfig) Source #
Information about an S3 recording Config.
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.
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.