Module Values.DisableHostedZoneDNSSECResponseSource

Disables DNSSEC signing in a specific hosted zone. This action does not deactivate any key-signing keys (KSKs) that are active in the hosted zone.

Sourcetype nonrec t = {
  1. changeInfo : ChangeInfo.t option;
}
Sourcetype nonrec error = [
  1. | `ConcurrentModification of ConcurrentModification.t
  2. | `DNSSECNotFound of DNSSECNotFound.t
  3. | `InvalidArgument of InvalidArgument.t
  4. | `InvalidInput of InvalidInput.t
  5. | `InvalidKMSArn of InvalidKMSArn.t
  6. | `InvalidKeySigningKeyStatus of InvalidKeySigningKeyStatus.t
  7. | `KeySigningKeyInParentDSRecord of KeySigningKeyInParentDSRecord.t
  8. | `NoSuchHostedZone of NoSuchHostedZone.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?changeInfo:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ConcurrentModification of ConcurrentModification.t | `DNSSECNotFound of DNSSECNotFound.t | `InvalidArgument of InvalidArgument.t | `InvalidInput of InvalidInput.t | `InvalidKMSArn of InvalidKMSArn.t | `InvalidKeySigningKeyStatus of InvalidKeySigningKeyStatus.t | `KeySigningKeyInParentDSRecord of KeySigningKeyInParentDSRecord.t | `NoSuchHostedZone of NoSuchHostedZone.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ConcurrentModification of ConcurrentModification.t | `DNSSECNotFound of DNSSECNotFound.t | `InvalidArgument of InvalidArgument.t | `InvalidInput of InvalidInput.t | `InvalidKMSArn of InvalidKMSArn.t | `InvalidKeySigningKeyStatus of InvalidKeySigningKeyStatus.t | `KeySigningKeyInParentDSRecord of KeySigningKeyInParentDSRecord.t | `NoSuchHostedZone of NoSuchHostedZone.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of ResourceId.t | `Timestamp of TimeStamp.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t