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