Values.HostedZoneFeaturesSourceRepresents the features configuration for a hosted zone, including the status of various features and any associated failure reasons.
type nonrec t = {acceleratedRecoveryStatus : AcceleratedRecoveryStatus.t option;The current status of accelerated recovery for the hosted zone.
*)failureReasons : HostedZoneFailureReasons.t option;Information about any failures that occurred when attempting to enable or configure features for the hosted zone.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of FailureReason.t ]) list ])
list ]