| 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.PtrUpdateStatus
Description
Documentation
data PtrUpdateStatus Source #
The status of an updated pointer (PTR) record for an Elastic IP address.
See: newPtrUpdateStatus smart constructor.
Constructors
| PtrUpdateStatus' | |
Instances
newPtrUpdateStatus :: PtrUpdateStatus Source #
Create a value of PtrUpdateStatus 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:reason:PtrUpdateStatus', ptrUpdateStatus_reason - The reason for the PTR record update.
$sel:status:PtrUpdateStatus', ptrUpdateStatus_status - The status of the PTR record update.
PtrUpdateStatus, ptrUpdateStatus_value - The value for the PTR record update.
ptrUpdateStatus_reason :: Lens' PtrUpdateStatus (Maybe Text) Source #
The reason for the PTR record update.
ptrUpdateStatus_status :: Lens' PtrUpdateStatus (Maybe Text) Source #
The status of the PTR record update.
ptrUpdateStatus_value :: Lens' PtrUpdateStatus (Maybe Text) Source #
The value for the PTR record update.