Values.ServiceTemplateVersionSummarySourceSummary data of an Proton service template version resource.
type nonrec t = {arn : ServiceTemplateVersionArn.t option;The Amazon Resource Name (ARN) of the version of a service template.
*)createdAt : Timestamp.t option;The time when the version of a service template was created.
*)description : Description.t option;A description of the version of a service template.
*)lastModifiedAt : Timestamp.t option;The time when the version of a service template was last modified.
*)majorVersion : TemplateVersionPart.t option;The latest major version that's associated with the version of a service template.
*)minorVersion : TemplateVersionPart.t option;The minor version of a service template.
*)recommendedMinorVersion : TemplateVersionPart.t option;The recommended minor version of the service template.
*)status : TemplateVersionStatus.t option;The service template minor version status.
*)statusMessage : StatusMessage.t option;A service template minor version status message.
*)templateName : ResourceName.t option;The name of the service template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ServiceTemplateVersionArn.t
| `Timestamp of Timestamp.t ])
list ]