Values.GetDNSSECResponseSourceReturns information about DNSSEC for a specific hosted zone, including the key-signing keys (KSKs) in the hosted zone.
type nonrec t = {status : DNSSECStatus.t option;A string representing the status of DNSSEC.
*)keySigningKeys : KeySigningKeys.t option;The key-signing keys (KSKs) in your account.
*)}type nonrec error = [ | `InvalidArgument of InvalidArgument.t| `InvalidInput of InvalidInput.t| `NoSuchHostedZone of NoSuchHostedZone.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidArgument of InvalidArgument.t
| `InvalidInput of InvalidInput.t
| `NoSuchHostedZone of NoSuchHostedZone.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidArgument of InvalidArgument.t
| `InvalidInput of InvalidInput.t
| `NoSuchHostedZone of NoSuchHostedZone.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of SigningKeyInteger.t
| `String of SigningKeyName.t
| `Timestamp of TimeStamp.t ])
list ]
list
| `Structure of (string * [> `String of ServeSignature.t ]) list ])
list ]