| 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.AvailabilityZone
Description
Documentation
data AvailabilityZone Source #
Describes an Availability Zone.
See: newAvailabilityZone smart constructor.
Constructors
| AvailabilityZone' | |
Instances
newAvailabilityZone :: AvailabilityZone Source #
Create a value of AvailabilityZone 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:state:AvailabilityZone', availabilityZone_state - The state of the Availability Zone.
$sel:zoneName:AvailabilityZone', availabilityZone_zoneName - The name of the Availability Zone. The format is us-east-2a
(case-sensitive).
availabilityZone_state :: Lens' AvailabilityZone (Maybe Text) Source #
The state of the Availability Zone.
availabilityZone_zoneName :: Lens' AvailabilityZone (Maybe Text) Source #
The name of the Availability Zone. The format is us-east-2a
(case-sensitive).