amazonka-panorama-2.0: Amazon Panorama SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Panorama.Types.NodeInterface

Description

 
Synopsis

Documentation

data NodeInterface Source #

A node interface.

See: newNodeInterface smart constructor.

Constructors

NodeInterface' 

Fields

Instances

Instances details
FromJSON 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 #

Read NodeInterface Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeInterface

Show NodeInterface Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeInterface

NFData NodeInterface Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeInterface

Methods

rnf :: NodeInterface -> () #

Eq NodeInterface Source # 
Instance details

Defined in Amazonka.Panorama.Types.NodeInterface

Hashable 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" "amazonka-panorama-2.0-9Y2Sxd8ToqsBjPczgPI6n1" '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.