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

Description

 
Synopsis

Documentation

data DataflowEndpoint Source #

Information about a dataflow endpoint.

See: newDataflowEndpoint smart constructor.

Constructors

DataflowEndpoint' 

Fields

Instances

Instances details
Eq DataflowEndpoint Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpoint

Read DataflowEndpoint Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpoint

Show DataflowEndpoint Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpoint

Generic DataflowEndpoint Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpoint

Associated Types

type Rep DataflowEndpoint :: Type -> Type #

NFData DataflowEndpoint Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpoint

Methods

rnf :: DataflowEndpoint -> () #

Hashable DataflowEndpoint Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpoint

ToJSON DataflowEndpoint Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpoint

FromJSON DataflowEndpoint Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpoint

type Rep DataflowEndpoint Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DataflowEndpoint

type Rep DataflowEndpoint = D1 ('MetaData "DataflowEndpoint" "Amazonka.GroundStation.Types.DataflowEndpoint" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "DataflowEndpoint'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "mtu") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointStatus))) :*: (S1 ('MetaSel ('Just "address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SocketAddress)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDataflowEndpoint :: DataflowEndpoint Source #

Create a value of DataflowEndpoint 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:mtu:DataflowEndpoint', dataflowEndpoint_mtu - Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.

$sel:status:DataflowEndpoint', dataflowEndpoint_status - Status of a dataflow endpoint.

$sel:address:DataflowEndpoint', dataflowEndpoint_address - Socket address of a dataflow endpoint.

$sel:name:DataflowEndpoint', dataflowEndpoint_name - Name of a dataflow endpoint.

dataflowEndpoint_mtu :: Lens' DataflowEndpoint (Maybe Natural) Source #

Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.

dataflowEndpoint_address :: Lens' DataflowEndpoint (Maybe SocketAddress) Source #

Socket address of a dataflow endpoint.

dataflowEndpoint_name :: Lens' DataflowEndpoint (Maybe Text) Source #

Name of a dataflow endpoint.