Module Smaws_Client_Route53Domains.AssociateDelegationSignerToDomain

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.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `DnssecLimitExceeded of Types.dnssec_limit_exceeded | `DuplicateRequest of Types.duplicate_request | `InvalidInput of Types.invalid_input | `OperationLimitExceeded of Types.operation_limit_exceeded | `TLDRulesViolation of Types.tld_rules_violation | `UnsupportedTLD of Types.unsupported_tl_d ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.associate_delegation_signer_to_domain_request -> (Types.associate_delegation_signer_to_domain_response, [> Smaws_Lib.Protocols.AwsJson.error | `DnssecLimitExceeded of Types.dnssec_limit_exceeded | `DuplicateRequest of Types.duplicate_request | `InvalidInput of Types.invalid_input | `OperationLimitExceeded of Types.operation_limit_exceeded | `TLDRulesViolation of Types.tld_rules_violation | `UnsupportedTLD of Types.unsupported_tl_d ]) Stdlib.result