Values.ServiceTemplateSummarySourceSummary data of an Proton service template resource.
type nonrec t = {arn : ServiceTemplateArn.t option;The Amazon Resource Name (ARN) of the service template.
*)createdAt : Timestamp.t option;The time when the service template was created.
*)description : Description.t option;A description of the service template.
*)displayName : DisplayName.t option;The service template name as displayed in the developer interface.
*)lastModifiedAt : Timestamp.t option;The time when the service template was last modified.
*)name : ResourceName.t option;The name of the service template.
*)pipelineProvisioning : Provisioning.t option;If pipelineProvisioning is true, a service pipeline is included in the service template, otherwise a service pipeline isn't included in the service template.
*)recommendedVersion : FullTemplateVersionNumber.t option;The recommended version of the service template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ServiceTemplateArn.t
| `Timestamp of Timestamp.t ])
list ]