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
- data NodeInputPort = NodeInputPort' {
- maxConnections :: Maybe Int
- name :: Maybe Text
- defaultValue :: Maybe Text
- type' :: Maybe PortType
- description :: Maybe Text
- newNodeInputPort :: NodeInputPort
- nodeInputPort_maxConnections :: Lens' NodeInputPort (Maybe Int)
- nodeInputPort_name :: Lens' NodeInputPort (Maybe Text)
- nodeInputPort_defaultValue :: Lens' NodeInputPort (Maybe Text)
- nodeInputPort_type :: Lens' NodeInputPort (Maybe PortType)
- nodeInputPort_description :: Lens' NodeInputPort (Maybe Text)
Documentation
data NodeInputPort Source #
A node input port.
See: newNodeInputPort
smart constructor.
NodeInputPort' | |
|
Instances
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_name :: Lens' NodeInputPort (Maybe Text) Source #
The input port's name.
nodeInputPort_defaultValue :: Lens' NodeInputPort (Maybe Text) Source #
The input port's default value.
nodeInputPort_type :: Lens' NodeInputPort (Maybe PortType) Source #
The input port's type.
nodeInputPort_description :: Lens' NodeInputPort (Maybe Text) Source #
The input port's description.