Values_2.ThemeVersionSummarySourceThe theme version.
type nonrec t = {versionNumber : Values_1.VersionNumber.t option;The version number of the theme version.
*)arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the theme version.
*)description : Values_1.VersionDescription.t option;The description of the theme version.
*)createdTime : Values_0.Timestamp.t option;The date and time that this theme version was created.
*)status : Values_0.ResourceStatus.t option;The status of the theme version.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Values_1.VersionNumber.t
| `String of Values_0.Arn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]