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