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 RegionInfo = RegionInfo' {}
- newRegionInfo :: RegionStatus -> UTCTime -> RegionInfo
- regionInfo_statusMessage :: Lens' RegionInfo (Maybe Text)
- regionInfo_sseKmsKeyId :: Lens' RegionInfo (Maybe Text)
- regionInfo_status :: Lens' RegionInfo RegionStatus
- regionInfo_statusUpdateDateTime :: Lens' RegionInfo UTCTime
Documentation
data RegionInfo Source #
Information about a Region in your replication set.
See: newRegionInfo
smart constructor.
RegionInfo' | |
|
Instances
Create a value of RegionInfo
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:statusMessage:RegionInfo'
, regionInfo_statusMessage
- Information displayed about the status of the Region.
$sel:sseKmsKeyId:RegionInfo'
, regionInfo_sseKmsKeyId
- The ID of the KMS key used to encrypt the data in this Region.
$sel:status:RegionInfo'
, regionInfo_status
- The status of the Region in the replication set.
$sel:statusUpdateDateTime:RegionInfo'
, regionInfo_statusUpdateDateTime
- The most recent date and time that the Region's status was updated.
regionInfo_statusMessage :: Lens' RegionInfo (Maybe Text) Source #
Information displayed about the status of the Region.
regionInfo_sseKmsKeyId :: Lens' RegionInfo (Maybe Text) Source #
The ID of the KMS key used to encrypt the data in this Region.
regionInfo_status :: Lens' RegionInfo RegionStatus Source #
The status of the Region in the replication set.
regionInfo_statusUpdateDateTime :: Lens' RegionInfo UTCTime Source #
The most recent date and time that the Region's status was updated.