Values.EnableHostedZoneDNSSECResponseSourceEnables DNSSEC signing in a specific hosted zone.
type nonrec error = [ | `ConcurrentModification of ConcurrentModification.t| `DNSSECNotFound of DNSSECNotFound.t| `HostedZonePartiallyDelegated of HostedZonePartiallyDelegated.t| `InvalidArgument of InvalidArgument.t| `InvalidInput of InvalidInput.t| `InvalidKMSArn of InvalidKMSArn.t| `InvalidKeySigningKeyStatus of InvalidKeySigningKeyStatus.t| `KeySigningKeyWithActiveStatusNotFound of
KeySigningKeyWithActiveStatusNotFound.t| `NoSuchHostedZone of NoSuchHostedZone.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentModification of ConcurrentModification.t
| `DNSSECNotFound of DNSSECNotFound.t
| `HostedZonePartiallyDelegated of HostedZonePartiallyDelegated.t
| `InvalidArgument of InvalidArgument.t
| `InvalidInput of InvalidInput.t
| `InvalidKMSArn of InvalidKMSArn.t
| `InvalidKeySigningKeyStatus of InvalidKeySigningKeyStatus.t
| `KeySigningKeyWithActiveStatusNotFound of
KeySigningKeyWithActiveStatusNotFound.t
| `NoSuchHostedZone of NoSuchHostedZone.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentModification of ConcurrentModification.t
| `DNSSECNotFound of DNSSECNotFound.t
| `HostedZonePartiallyDelegated of HostedZonePartiallyDelegated.t
| `InvalidArgument of InvalidArgument.t
| `InvalidInput of InvalidInput.t
| `InvalidKMSArn of InvalidKMSArn.t
| `InvalidKeySigningKeyStatus of InvalidKeySigningKeyStatus.t
| `KeySigningKeyWithActiveStatusNotFound of
KeySigningKeyWithActiveStatusNotFound.t
| `NoSuchHostedZone of NoSuchHostedZone.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of ResourceId.t
| `Timestamp of TimeStamp.t ])
list ])
list ]