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 DBInstanceStatusInfo = DBInstanceStatusInfo' {}
- newDBInstanceStatusInfo :: DBInstanceStatusInfo
- dbInstanceStatusInfo_status :: Lens' DBInstanceStatusInfo (Maybe Text)
- dbInstanceStatusInfo_normal :: Lens' DBInstanceStatusInfo (Maybe Bool)
- dbInstanceStatusInfo_statusType :: Lens' DBInstanceStatusInfo (Maybe Text)
- dbInstanceStatusInfo_message :: Lens' DBInstanceStatusInfo (Maybe Text)
Documentation
data DBInstanceStatusInfo Source #
Provides a list of status information for an instance.
See: newDBInstanceStatusInfo
smart constructor.
DBInstanceStatusInfo' | |
|
Instances
newDBInstanceStatusInfo :: DBInstanceStatusInfo Source #
Create a value of DBInstanceStatusInfo
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:DBInstanceStatusInfo'
, dbInstanceStatusInfo_status
- Status of the instance. For a StatusType
of read replica, the values
can be replicating
, error, stopped
, or terminated
.
$sel:normal:DBInstanceStatusInfo'
, dbInstanceStatusInfo_normal
- A Boolean value that is true
if the instance is operating normally, or
false
if the instance is in an error state.
$sel:statusType:DBInstanceStatusInfo'
, dbInstanceStatusInfo_statusType
- This value is currently "read replication
."
$sel:message:DBInstanceStatusInfo'
, dbInstanceStatusInfo_message
- Details of the error if there is an error for the instance. If the
instance is not in an error state, this value is blank.
dbInstanceStatusInfo_status :: Lens' DBInstanceStatusInfo (Maybe Text) Source #
Status of the instance. For a StatusType
of read replica, the values
can be replicating
, error, stopped
, or terminated
.
dbInstanceStatusInfo_normal :: Lens' DBInstanceStatusInfo (Maybe Bool) Source #
A Boolean value that is true
if the instance is operating normally, or
false
if the instance is in an error state.
dbInstanceStatusInfo_statusType :: Lens' DBInstanceStatusInfo (Maybe Text) Source #
This value is currently "read replication
."
dbInstanceStatusInfo_message :: Lens' DBInstanceStatusInfo (Maybe Text) Source #
Details of the error if there is an error for the instance. If the instance is not in an error state, this value is blank.