Values.DelegationSetSourceA complex type that lists the name servers in a delegation set, as well as the CallerReference and the ID for the delegation set.
type nonrec t = {id : ResourceId.t option;The ID that Amazon Route 53 assigns to a reusable delegation set.
*)callerReference : Nonce.t option;The value that you specified for CallerReference when you created the reusable delegation set.
*)nameServers : DelegationSetNameServers.t option;A complex type that contains a list of the authoritative name servers for a hosted zone or for a reusable delegation set.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of DNSName.t ] list
| `String of ResourceId.t ])
list ]