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

Description

 
Synopsis

Documentation

data DataflowDetail Source #

Information about a dataflow edge used in a contact.

See: newDataflowDetail smart constructor.

Constructors

DataflowDetail' 

Fields

Instances

Instances details
Eq DataflowDetail Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowDetail

Read DataflowDetail Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowDetail

Show DataflowDetail Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowDetail

Generic DataflowDetail Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowDetail

Associated Types

type Rep DataflowDetail :: Type -> Type #

NFData DataflowDetail Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowDetail

Methods

rnf :: DataflowDetail -> () #

Hashable DataflowDetail Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowDetail

FromJSON DataflowDetail Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowDetail

type Rep DataflowDetail Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowDetail

type Rep DataflowDetail = D1 ('MetaData "DataflowDetail" "Amazonka.GroundStation.Types.DataflowDetail" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "DataflowDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Destination)) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Source)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDataflowDetail :: DataflowDetail Source #

Create a value of DataflowDetail 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:destination:DataflowDetail', dataflowDetail_destination - Undocumented member.

$sel:source:DataflowDetail', dataflowDetail_source - Undocumented member.

$sel:errorMessage:DataflowDetail', dataflowDetail_errorMessage - Error message for a dataflow.