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 SourceRegion = SourceRegion' {}
- newSourceRegion :: SourceRegion
- sourceRegion_supportsDBInstanceAutomatedBackupsReplication :: Lens' SourceRegion (Maybe Bool)
- sourceRegion_status :: Lens' SourceRegion (Maybe Text)
- sourceRegion_regionName :: Lens' SourceRegion (Maybe Text)
- sourceRegion_endpoint :: Lens' SourceRegion (Maybe Text)
Documentation
data SourceRegion Source #
Contains an Amazon Web Services Region name as the result of a
successful call to the DescribeSourceRegions
action.
See: newSourceRegion
smart constructor.
SourceRegion' | |
|
Instances
newSourceRegion :: SourceRegion Source #
Create a value of SourceRegion
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:supportsDBInstanceAutomatedBackupsReplication:SourceRegion'
, sourceRegion_supportsDBInstanceAutomatedBackupsReplication
- Whether the source Amazon Web Services Region supports replicating
automated backups to the current Amazon Web Services Region.
$sel:status:SourceRegion'
, sourceRegion_status
- The status of the source Amazon Web Services Region.
$sel:regionName:SourceRegion'
, sourceRegion_regionName
- The name of the source Amazon Web Services Region.
$sel:endpoint:SourceRegion'
, sourceRegion_endpoint
- The endpoint for the source Amazon Web Services Region endpoint.
sourceRegion_supportsDBInstanceAutomatedBackupsReplication :: Lens' SourceRegion (Maybe Bool) Source #
Whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.
sourceRegion_status :: Lens' SourceRegion (Maybe Text) Source #
The status of the source Amazon Web Services Region.
sourceRegion_regionName :: Lens' SourceRegion (Maybe Text) Source #
The name of the source Amazon Web Services Region.
sourceRegion_endpoint :: Lens' SourceRegion (Maybe Text) Source #
The endpoint for the source Amazon Web Services Region endpoint.