Values.ServiceSummarySourceSummary data of an Proton service resource.
type nonrec t = {arn : ServiceArn.t option;The Amazon Resource Name (ARN) of the service.
*)createdAt : Timestamp.t option;The time when the service was created.
*)description : Description.t option;A description of the service.
*)lastModifiedAt : Timestamp.t option;The time when the service was last modified.
*)name : ResourceName.t option;The name of the service.
*)status : ServiceStatus.t option;The status of the service.
*)statusMessage : StatusMessage.t option;A service status message.
*)templateName : ResourceName.t option;The name of the service template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ServiceArn.t
| `Timestamp of Timestamp.t ])
list ]