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

Description

 
Synopsis

Documentation

data Source Source #

Dataflow details for the source side.

See: newSource smart constructor.

Constructors

Source' 

Fields

Instances

Instances details
FromJSON Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

Generic Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

Associated Types

type Rep Source :: Type -> Type #

Methods

from :: Source -> Rep Source x #

to :: Rep Source x -> Source #

Read Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

Show Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

NFData Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

Methods

rnf :: Source -> () #

Eq Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

Methods

(==) :: Source -> Source -> Bool #

(/=) :: Source -> Source -> Bool #

Hashable Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

Methods

hashWithSalt :: Int -> Source -> Int #

hash :: Source -> Int #

type Rep Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

type Rep Source = D1 ('MetaData "Source" "Amazonka.GroundStation.Types.Source" "amazonka-groundstation-2.0-CCmZVFTDcPRGN6Gwr7o4th" 'False) (C1 ('MetaCons "Source'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigDetails)) :*: S1 ('MetaSel ('Just "configId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "configType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigCapabilityType)) :*: S1 ('MetaSel ('Just "dataflowSourceRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSource :: Source Source #

Create a value of Source 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:configDetails:Source', source_configDetails - Additional details for a Config, if type is dataflow-endpoint or antenna-downlink-demod-decode

$sel:configId:Source', source_configId - UUID of a Config.

$sel:configType:Source', source_configType - Type of a Config.

$sel:dataflowSourceRegion:Source', source_dataflowSourceRegion - Region of a dataflow source.

source_configDetails :: Lens' Source (Maybe ConfigDetails) Source #

Additional details for a Config, if type is dataflow-endpoint or antenna-downlink-demod-decode

source_configId :: Lens' Source (Maybe Text) Source #

UUID of a Config.

source_dataflowSourceRegion :: Lens' Source (Maybe Text) Source #

Region of a dataflow source.