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

Description

 
Synopsis

Documentation

data Source Source #

Dataflow details for the source side.

See: newSource smart constructor.

Constructors

Source' 

Fields

Instances

Instances details
Eq Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

Methods

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

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

Read Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

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

NFData Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

Methods

rnf :: Source -> () #

Hashable Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

Methods

hashWithSalt :: Int -> Source -> Int #

hash :: Source -> Int #

FromJSON Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

type Rep Source Source # 
Instance details

Defined in Amazonka.GroundStation.Types.Source

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

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:dataflowSourceRegion:Source', source_dataflowSourceRegion - Region of a dataflow source.

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

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

$sel:configDetails:Source', source_configDetails - Additional details for a Config, if type is dataflow endpoint or antenna demod decode.

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

Region of a dataflow source.

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

UUID of a Config.

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

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