Values.AssociateDelegationSignerToDomainResponseSourceCreates 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.
type nonrec t = {operationId : OperationId.t option;The identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.
*)}type nonrec error = [ | `DnssecLimitExceeded of DnssecLimitExceeded.t| `DuplicateRequest of DuplicateRequest.t| `InvalidInput of InvalidInput.t| `OperationLimitExceeded of OperationLimitExceeded.t| `TLDRulesViolation of TLDRulesViolation.t| `UnsupportedTLD of UnsupportedTLD.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]