Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data NodeInterface Source #
A node interface.
See: newNodeInterface
smart constructor.
NodeInterface' | |
|
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.