| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Lightsail.Types.RegionInfo
Description
Synopsis
- data RegionInfo = RegionInfo' {}
- newRegionInfo :: RegionInfo
- regionInfo_availabilityZones :: Lens' RegionInfo (Maybe [AvailabilityZone])
- regionInfo_continentCode :: Lens' RegionInfo (Maybe Text)
- regionInfo_description :: Lens' RegionInfo (Maybe Text)
- regionInfo_displayName :: Lens' RegionInfo (Maybe Text)
- regionInfo_name :: Lens' RegionInfo (Maybe RegionName)
- regionInfo_relationalDatabaseAvailabilityZones :: Lens' RegionInfo (Maybe [AvailabilityZone])
Documentation
data RegionInfo Source #
Describes the Amazon Web Services Region.
See: newRegionInfo smart constructor.
Constructors
| RegionInfo' | |
Fields
| |
Instances
newRegionInfo :: RegionInfo Source #
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:availabilityZones:RegionInfo', regionInfo_availabilityZones - The Availability Zones. Follows the format us-east-2a
(case-sensitive).
$sel:continentCode:RegionInfo', regionInfo_continentCode - The continent code (e.g., NA, meaning North America).
$sel:description:RegionInfo', regionInfo_description - The description of the Amazon Web Services Region (e.g.,
This region is recommended to serve users in the eastern United States and eastern Canada).
$sel:displayName:RegionInfo', regionInfo_displayName - The display name (e.g., Ohio).
$sel:name:RegionInfo', regionInfo_name - The region name (e.g., us-east-2).
$sel:relationalDatabaseAvailabilityZones:RegionInfo', regionInfo_relationalDatabaseAvailabilityZones - The Availability Zones for databases. Follows the format us-east-2a
(case-sensitive).
regionInfo_availabilityZones :: Lens' RegionInfo (Maybe [AvailabilityZone]) Source #
The Availability Zones. Follows the format us-east-2a
(case-sensitive).
regionInfo_continentCode :: Lens' RegionInfo (Maybe Text) Source #
The continent code (e.g., NA, meaning North America).
regionInfo_description :: Lens' RegionInfo (Maybe Text) Source #
The description of the Amazon Web Services Region (e.g.,
This region is recommended to serve users in the eastern United States and eastern Canada).
regionInfo_displayName :: Lens' RegionInfo (Maybe Text) Source #
The display name (e.g., Ohio).
regionInfo_name :: Lens' RegionInfo (Maybe RegionName) Source #
The region name (e.g., us-east-2).
regionInfo_relationalDatabaseAvailabilityZones :: Lens' RegionInfo (Maybe [AvailabilityZone]) Source #
The Availability Zones for databases. Follows the format us-east-2a
(case-sensitive).