| 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.IoTSecureTunneling.Types.TunnelSummary
Description
Synopsis
- data TunnelSummary = TunnelSummary' {}
- newTunnelSummary :: TunnelSummary
- tunnelSummary_createdAt :: Lens' TunnelSummary (Maybe UTCTime)
- tunnelSummary_description :: Lens' TunnelSummary (Maybe Text)
- tunnelSummary_lastUpdatedAt :: Lens' TunnelSummary (Maybe UTCTime)
- tunnelSummary_status :: Lens' TunnelSummary (Maybe TunnelStatus)
- tunnelSummary_tunnelArn :: Lens' TunnelSummary (Maybe Text)
- tunnelSummary_tunnelId :: Lens' TunnelSummary (Maybe Text)
Documentation
data TunnelSummary Source #
Information about the tunnel.
See: newTunnelSummary smart constructor.
Constructors
| TunnelSummary' | |
Fields
| |
Instances
newTunnelSummary :: TunnelSummary Source #
Create a value of TunnelSummary 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:createdAt:TunnelSummary', tunnelSummary_createdAt - The time the tunnel was created.
$sel:description:TunnelSummary', tunnelSummary_description - A description of the tunnel.
$sel:lastUpdatedAt:TunnelSummary', tunnelSummary_lastUpdatedAt - The time the tunnel was last updated.
$sel:status:TunnelSummary', tunnelSummary_status - The status of a tunnel. Valid values are: Open and Closed.
$sel:tunnelArn:TunnelSummary', tunnelSummary_tunnelArn - The Amazon Resource Name of the tunnel.
$sel:tunnelId:TunnelSummary', tunnelSummary_tunnelId - The unique alpha-numeric identifier for the tunnel.
tunnelSummary_createdAt :: Lens' TunnelSummary (Maybe UTCTime) Source #
The time the tunnel was created.
tunnelSummary_description :: Lens' TunnelSummary (Maybe Text) Source #
A description of the tunnel.
tunnelSummary_lastUpdatedAt :: Lens' TunnelSummary (Maybe UTCTime) Source #
The time the tunnel was last updated.
tunnelSummary_status :: Lens' TunnelSummary (Maybe TunnelStatus) Source #
The status of a tunnel. Valid values are: Open and Closed.
tunnelSummary_tunnelArn :: Lens' TunnelSummary (Maybe Text) Source #
The Amazon Resource Name of the tunnel.
tunnelSummary_tunnelId :: Lens' TunnelSummary (Maybe Text) Source #
The unique alpha-numeric identifier for the tunnel.