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 ActionLocalPortDetails Source #
For NetworkConnectionAction
and PortProbeDetails
, LocalPortDetails
provides information about the local port that was involved in the
action.
See: newActionLocalPortDetails
smart constructor.
Instances
newActionLocalPortDetails :: ActionLocalPortDetails Source #
Create a value of ActionLocalPortDetails
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:portName:ActionLocalPortDetails'
, actionLocalPortDetails_portName
- The port name of the local connection.
$sel:port:ActionLocalPortDetails'
, actionLocalPortDetails_port
- The number of the port.
actionLocalPortDetails_portName :: Lens' ActionLocalPortDetails (Maybe Text) Source #
The port name of the local connection.
actionLocalPortDetails_port :: Lens' ActionLocalPortDetails (Maybe Int) Source #
The number of the port.