libZSservicesZSamazonka-panoramaZSamazonka-panorama
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.Panorama.Types.NodeInputPort

Description

 
Synopsis

Documentation

data NodeInputPort Source #

A node input port.

See: newNodeInputPort smart constructor.

Constructors

NodeInputPort' 

Fields

Instances

Instances details
Eq NodeInputPort Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeInputPort

Read NodeInputPort Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeInputPort

Show NodeInputPort Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeInputPort

Generic NodeInputPort Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeInputPort

Associated Types

type Rep NodeInputPort :: Type -> Type #

NFData NodeInputPort Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeInputPort

Methods

rnf :: NodeInputPort -> () #

Hashable NodeInputPort Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeInputPort

FromJSON NodeInputPort Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeInputPort

type Rep NodeInputPort Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeInputPort

type Rep NodeInputPort = D1 ('MetaData "NodeInputPort" "Amazonka.Panorama.Types.NodeInputPort" "libZSservicesZSamazonka-panoramaZSamazonka-panorama" 'False) (C1 ('MetaCons "NodeInputPort'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxConnections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PortType)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newNodeInputPort :: NodeInputPort Source #

Create a value of NodeInputPort 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:maxConnections:NodeInputPort', nodeInputPort_maxConnections - The input port's max connections.

$sel:name:NodeInputPort', nodeInputPort_name - The input port's name.

$sel:defaultValue:NodeInputPort', nodeInputPort_defaultValue - The input port's default value.

$sel:type':NodeInputPort', nodeInputPort_type - The input port's type.

$sel:description:NodeInputPort', nodeInputPort_description - The input port's description.

nodeInputPort_maxConnections :: Lens' NodeInputPort (Maybe Int) Source #

The input port's max connections.

nodeInputPort_defaultValue :: Lens' NodeInputPort (Maybe Text) Source #

The input port's default value.

nodeInputPort_description :: Lens' NodeInputPort (Maybe Text) Source #

The input port's description.