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 AwsRdsDbStatusInfo = AwsRdsDbStatusInfo' {}
- newAwsRdsDbStatusInfo :: AwsRdsDbStatusInfo
- awsRdsDbStatusInfo_status :: Lens' AwsRdsDbStatusInfo (Maybe Text)
- awsRdsDbStatusInfo_normal :: Lens' AwsRdsDbStatusInfo (Maybe Bool)
- awsRdsDbStatusInfo_statusType :: Lens' AwsRdsDbStatusInfo (Maybe Text)
- awsRdsDbStatusInfo_message :: Lens' AwsRdsDbStatusInfo (Maybe Text)
Documentation
data AwsRdsDbStatusInfo Source #
Information about the status of a read replica.
See: newAwsRdsDbStatusInfo
smart constructor.
AwsRdsDbStatusInfo' | |
|
Instances
newAwsRdsDbStatusInfo :: AwsRdsDbStatusInfo Source #
Create a value of AwsRdsDbStatusInfo
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:AwsRdsDbStatusInfo'
, awsRdsDbStatusInfo_status
- The status of the read replica instance.
$sel:normal:AwsRdsDbStatusInfo'
, awsRdsDbStatusInfo_normal
- Whether the read replica instance is operating normally.
$sel:statusType:AwsRdsDbStatusInfo'
, awsRdsDbStatusInfo_statusType
- The type of status. For a read replica, the status type is read
replication.
$sel:message:AwsRdsDbStatusInfo'
, awsRdsDbStatusInfo_message
- If the read replica is currently in an error state, provides the error
details.
awsRdsDbStatusInfo_status :: Lens' AwsRdsDbStatusInfo (Maybe Text) Source #
The status of the read replica instance.
awsRdsDbStatusInfo_normal :: Lens' AwsRdsDbStatusInfo (Maybe Bool) Source #
Whether the read replica instance is operating normally.
awsRdsDbStatusInfo_statusType :: Lens' AwsRdsDbStatusInfo (Maybe Text) Source #
The type of status. For a read replica, the status type is read replication.
awsRdsDbStatusInfo_message :: Lens' AwsRdsDbStatusInfo (Maybe Text) Source #
If the read replica is currently in an error state, provides the error details.