Values.ServiceSummarySourceSummary information about a service.
type nonrec t = {id : ServiceId.t option;The ID of the service.
*)name : ServiceName.t option;The name of the service.
*)arn : ServiceArn.t option;The Amazon Resource Name (ARN) of the service.
*)createdAt : Timestamp.t option;The date and time that the service was created, in ISO-8601 format.
*)lastUpdatedAt : Timestamp.t option;The date and time that the service was last updated, in ISO-8601 format.
*)dnsEntry : DnsEntry.t option;The DNS information.
*)customDomainName : ServiceCustomDomainName.t option;The custom domain name of the service.
*)status : ServiceStatus.t option;The status.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ServiceId.t
| `Structure of (string * [> `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]