Values.ServiceChangeSourceA complex type that contains changes to an existing service.
type nonrec t = {description : ResourceDescription.t option;A description for the service.
*)dnsConfig : DnsConfigChange.t option;Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.
*)healthCheckConfig : HealthCheckConfig.t option;Public DNS and HTTP namespaces only. Settings for an optional health check. If you specify settings for a health check, Cloud Map associates the health check with the records that you specify in DnsConfig.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceDescription.t
| `Structure of
(string
* [> `Enum of string
| `Integer of FailureThreshold.t
| `List of
[> `Structure of
(string * [> `Enum of string | `Long of RecordTTL.t ])
list ]
list
| `String of ResourcePath.t ])
list ])
list ]