| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Panorama.Types.NodeInterface
Description
Synopsis
Documentation
data NodeInterface Source #
A node interface.
See: newNodeInterface smart constructor.
Constructors
| NodeInterface' | |
Fields
| |
Instances
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.
nodeInterface_inputs :: Lens' NodeInterface [NodeInputPort] Source #
The node interface's inputs.
nodeInterface_outputs :: Lens' NodeInterface [NodeOutputPort] Source #
The node interface's outputs.