Module Values.AssociateDelegationSignerToDomainRequestSource

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. domainName : DomainName.t;
    (*

    The name of the domain.

    *)
  2. signingAttributes : DnssecSigningAttributes.t;
    (*

    The information about a key, including the algorithm, public key-value, and flags.

    *)
}
Sourceval context_ : string
Sourceval make : domainName:DomainName.t -> signingAttributes:DnssecSigningAttributes.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DomainName.t | `Structure of (string * [> `Integer of NullableInteger.t | `String of DnssecPublicKey.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