| 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.EC2.Types.RegionInfo
Description
Synopsis
Documentation
data RegionInfo Source #
Describes a 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:endpoint:RegionInfo', regionInfo_endpoint - The Region service endpoint.
$sel:optInStatus:RegionInfo', regionInfo_optInStatus - The Region opt-in status. The possible values are opt-in-not-required,
opted-in, and not-opted-in.
$sel:regionName:RegionInfo', regionInfo_regionName - The name of the Region.
regionInfo_endpoint :: Lens' RegionInfo (Maybe Text) Source #
The Region service endpoint.
regionInfo_optInStatus :: Lens' RegionInfo (Maybe Text) Source #
The Region opt-in status. The possible values are opt-in-not-required,
opted-in, and not-opted-in.
regionInfo_regionName :: Lens' RegionInfo (Maybe Text) Source #
The name of the Region.