Values.DnsConfigChangeSourceA complex type that contains information about changes to the Route 53 DNS records that Cloud Map creates when you register an instance.
type nonrec t = {dnsRecords : DnsRecordList.t;An array that contains one DnsRecord object for each Route 53 record that you want Cloud Map to create when you register an instance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `Long of RecordTTL.t ]) list ]
list ])
list ]