Values_1.CreateThemeAliasRequestSourceCreates a theme alias for a theme.
type nonrec t = {awsAccountId : AwsAccountId.t;The ID of the Amazon Web Services account that contains the theme for the new theme alias.
*)themeId : Values_0.ShortRestrictiveResourceId.t;An ID for the theme alias.
*)aliasName : Values_0.AliasName.t;The name that you want to give to the theme alias that you are creating. The alias name can't begin with a $. Alias names that start with $ are reserved by Amazon Quick Sight.
*)themeVersionNumber : VersionNumber.t;The version number of the theme.
*)}val make :
awsAccountId:AwsAccountId.t ->
themeId:Values_0.ShortRestrictiveResourceId.t ->
aliasName:Values_0.AliasName.t ->
themeVersionNumber:VersionNumber.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Long of VersionNumber.t | `String of AwsAccountId.t ])
list ]