Values.UpdateHostedZoneFeaturesResponseSourceUpdates the features configuration for a hosted zone. This operation allows you to enable or disable specific features for your hosted zone, such as accelerated recovery. Accelerated recovery enables you to update DNS records in your public hosted zone even when the us-east-1 region is unavailable.
type nonrec error = [ | `InvalidInput of InvalidInput.t| `LimitsExceeded of LimitsExceeded.t| `NoSuchHostedZone of NoSuchHostedZone.t| `PriorRequestNotComplete of PriorRequestNotComplete.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInput of InvalidInput.t
| `LimitsExceeded of LimitsExceeded.t
| `NoSuchHostedZone of NoSuchHostedZone.t
| `PriorRequestNotComplete of PriorRequestNotComplete.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInput of InvalidInput.t
| `LimitsExceeded of LimitsExceeded.t
| `NoSuchHostedZone of NoSuchHostedZone.t
| `PriorRequestNotComplete of PriorRequestNotComplete.t
| `Unknown_operation_error of string * string option ]