Values.R53HostedZoneDeletionStateSourceDescribes the deletion state of an Amazon Route 53 hosted zone for a domain that is being automatically delegated to an Amazon Lightsail DNS zone.
type nonrec t = {code : R53HostedZoneDeletionStateCode.t option;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.
*)message : String_.t option;The message that describes the reason for the status code.
*)}