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

Description

 
Synopsis

Documentation

data NodeInterface Source #

A node interface.

See: newNodeInterface smart constructor.

Constructors

NodeInterface' 

Fields

Instances

Instances details
Eq NodeInterface Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeInterface

Read NodeInterface Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeInterface

Show NodeInterface Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeInterface

Generic NodeInterface Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeInterface

Associated Types

type Rep NodeInterface :: Type -> Type #

NFData NodeInterface Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeInterface

Methods

rnf :: NodeInterface -> () #

Hashable NodeInterface Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeInterface

FromJSON NodeInterface Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeInterface

type Rep NodeInterface Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeInterface

type Rep NodeInterface = D1 ('MetaData "NodeInterface" "Amazonka.Panorama.Types.NodeInterface" "libZSservicesZSamazonka-panoramaZSamazonka-panorama" 'False) (C1 ('MetaCons "NodeInterface'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [NodeInputPort]) :*: S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [NodeOutputPort])))

newNodeInterface :: NodeInterface Source #

Create a value of NodeInterface 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:inputs:NodeInterface', nodeInterface_inputs - The node interface's inputs.

$sel:outputs:NodeInterface', nodeInterface_outputs - The node interface's outputs.