Module Values.AssociateDelegationSignerToDomainResponseSource

Creates a delegation signer (DS) record in the registry zone for this domain name. Note that creating DS record at the registry impacts DNSSEC validation of your DNS records. This action may render your domain name unavailable on the internet if the steps are completed in the wrong order, or with incorrect timing. For more information about DNSSEC signing, see Configuring DNSSEC signing in the Route 53 developer guide.

Sourcetype nonrec t = {
  1. operationId : OperationId.t option;
    (*

    The identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

    *)
}
Sourcetype nonrec error = [
  1. | `DnssecLimitExceeded of DnssecLimitExceeded.t
  2. | `DuplicateRequest of DuplicateRequest.t
  3. | `InvalidInput of InvalidInput.t
  4. | `OperationLimitExceeded of OperationLimitExceeded.t
  5. | `TLDRulesViolation of TLDRulesViolation.t
  6. | `UnsupportedTLD of UnsupportedTLD.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?operationId:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DnssecLimitExceeded of DnssecLimitExceeded.t | `DuplicateRequest of DuplicateRequest.t | `InvalidInput of InvalidInput.t | `OperationLimitExceeded of OperationLimitExceeded.t | `TLDRulesViolation of TLDRulesViolation.t | `Unknown_operation_error of string * string option | `UnsupportedTLD of UnsupportedTLD.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DnssecLimitExceeded of DnssecLimitExceeded.t | `DuplicateRequest of DuplicateRequest.t | `InvalidInput of InvalidInput.t | `OperationLimitExceeded of OperationLimitExceeded.t | `TLDRulesViolation of TLDRulesViolation.t | `Unknown_operation_error of string * string option | `UnsupportedTLD of UnsupportedTLD.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of OperationId.t ]) 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