Values_1.TemplateAliasSourceThe template alias.
type nonrec t = {aliasName : Values_0.AliasName.t option;The display name of the template alias.
*)arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the template alias.
*)templateVersionNumber : VersionNumber.t option;The version number of the template alias.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of VersionNumber.t | `String of Values_0.AliasName.t ])
list ]