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 Connection = Connection' {}
- newConnection :: Connection
- connection_creationTime :: Lens' Connection (Maybe UTCTime)
- connection_lastModifiedTime :: Lens' Connection (Maybe UTCTime)
- connection_name :: Lens' Connection (Maybe Text)
- connection_lastAuthorizedTime :: Lens' Connection (Maybe UTCTime)
- connection_authorizationType :: Lens' Connection (Maybe ConnectionAuthorizationType)
- connection_connectionArn :: Lens' Connection (Maybe Text)
- connection_stateReason :: Lens' Connection (Maybe Text)
- connection_connectionState :: Lens' Connection (Maybe ConnectionState)
Documentation
data Connection Source #
Contains information about a connection.
See: newConnection
smart constructor.
Connection' | |
|
Instances
newConnection :: Connection Source #
Create a value of Connection
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:creationTime:Connection'
, connection_creationTime
- A time stamp for the time that the connection was created.
$sel:lastModifiedTime:Connection'
, connection_lastModifiedTime
- A time stamp for the time that the connection was last modified.
$sel:name:Connection'
, connection_name
- The name of the connection.
$sel:lastAuthorizedTime:Connection'
, connection_lastAuthorizedTime
- A time stamp for the time that the connection was last authorized.
$sel:authorizationType:Connection'
, connection_authorizationType
- The authorization type specified for the connection.
$sel:connectionArn:Connection'
, connection_connectionArn
- The ARN of the connection.
$sel:stateReason:Connection'
, connection_stateReason
- The reason that the connection is in the connection state.
$sel:connectionState:Connection'
, connection_connectionState
- The state of the connection.
connection_creationTime :: Lens' Connection (Maybe UTCTime) Source #
A time stamp for the time that the connection was created.
connection_lastModifiedTime :: Lens' Connection (Maybe UTCTime) Source #
A time stamp for the time that the connection was last modified.
connection_name :: Lens' Connection (Maybe Text) Source #
The name of the connection.
connection_lastAuthorizedTime :: Lens' Connection (Maybe UTCTime) Source #
A time stamp for the time that the connection was last authorized.
connection_authorizationType :: Lens' Connection (Maybe ConnectionAuthorizationType) Source #
The authorization type specified for the connection.
connection_connectionArn :: Lens' Connection (Maybe Text) Source #
The ARN of the connection.
connection_stateReason :: Lens' Connection (Maybe Text) Source #
The reason that the connection is in the connection state.
connection_connectionState :: Lens' Connection (Maybe ConnectionState) Source #
The state of the connection.