| 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.R53HostedZoneDeletionState
Description
Synopsis
- data R53HostedZoneDeletionState = R53HostedZoneDeletionState' {}
- newR53HostedZoneDeletionState :: R53HostedZoneDeletionState
- r53HostedZoneDeletionState_code :: Lens' R53HostedZoneDeletionState (Maybe R53HostedZoneDeletionStateCode)
- r53HostedZoneDeletionState_message :: Lens' R53HostedZoneDeletionState (Maybe Text)
Documentation
data R53HostedZoneDeletionState Source #
Describes the deletion state of an Amazon Route 53 hosted zone for a domain that is being automatically delegated to an Amazon Lightsail DNS zone.
See: newR53HostedZoneDeletionState smart constructor.
Constructors
| R53HostedZoneDeletionState' | |
Fields
| |
Instances
newR53HostedZoneDeletionState :: R53HostedZoneDeletionState Source #
Create a value of R53HostedZoneDeletionState 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:code:R53HostedZoneDeletionState', r53HostedZoneDeletionState_code - The status code for the deletion state.
Following are the possible values:
SUCCEEDED- The hosted zone was successfully deleted.PENDING- The hosted zone deletion is in progress.FAILED- The hosted zone deletion failed.STARTED- The hosted zone deletion started.
$sel:message:R53HostedZoneDeletionState', r53HostedZoneDeletionState_message - The message that describes the reason for the status code.
r53HostedZoneDeletionState_code :: Lens' R53HostedZoneDeletionState (Maybe R53HostedZoneDeletionStateCode) Source #
The status code for the deletion state.
Following are the possible values:
SUCCEEDED- The hosted zone was successfully deleted.PENDING- The hosted zone deletion is in progress.FAILED- The hosted zone deletion failed.STARTED- The hosted zone deletion started.
r53HostedZoneDeletionState_message :: Lens' R53HostedZoneDeletionState (Maybe Text) Source #
The message that describes the reason for the status code.