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