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 |
Documentation
data ConnectionState Source #
The state of a connection.
See: newConnectionState
smart constructor.
ConnectionState' | |
|
Instances
newConnectionState :: ConnectionState Source #
Create a value of ConnectionState
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:ConnectionState'
, connectionState_status
- The connection status of the tunnel. Valid values are CONNECTED
and
DISCONNECTED
.
$sel:lastUpdatedAt:ConnectionState'
, connectionState_lastUpdatedAt
- The last time the connection status was updated.
connectionState_status :: Lens' ConnectionState (Maybe ConnectionStatus) Source #
The connection status of the tunnel. Valid values are CONNECTED
and
DISCONNECTED
.
connectionState_lastUpdatedAt :: Lens' ConnectionState (Maybe UTCTime) Source #
The last time the connection status was updated.