Values.DeactivateKeySigningKeyResponseSourceDeactivates a key-signing key (KSK) so that it will not be used for signing by DNSSEC. This operation changes the KSK status to INACTIVE.
type nonrec error = [ | `ConcurrentModification of ConcurrentModification.t| `InvalidInput of InvalidInput.t| `InvalidKeySigningKeyStatus of InvalidKeySigningKeyStatus.t| `InvalidSigningStatus of InvalidSigningStatus.t| `KeySigningKeyInParentDSRecord of KeySigningKeyInParentDSRecord.t| `KeySigningKeyInUse of KeySigningKeyInUse.t| `NoSuchKeySigningKey of NoSuchKeySigningKey.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentModification of ConcurrentModification.t
| `InvalidInput of InvalidInput.t
| `InvalidKeySigningKeyStatus of InvalidKeySigningKeyStatus.t
| `InvalidSigningStatus of InvalidSigningStatus.t
| `KeySigningKeyInParentDSRecord of KeySigningKeyInParentDSRecord.t
| `KeySigningKeyInUse of KeySigningKeyInUse.t
| `NoSuchKeySigningKey of NoSuchKeySigningKey.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentModification of ConcurrentModification.t
| `InvalidInput of InvalidInput.t
| `InvalidKeySigningKeyStatus of InvalidKeySigningKeyStatus.t
| `InvalidSigningStatus of InvalidSigningStatus.t
| `KeySigningKeyInParentDSRecord of KeySigningKeyInParentDSRecord.t
| `KeySigningKeyInUse of KeySigningKeyInUse.t
| `NoSuchKeySigningKey of NoSuchKeySigningKey.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 ]