Values_2.UpdateThemeAliasRequestSourceUpdates an alias of a theme.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the theme alias that you're updating.
*)themeId : Values_0.ShortRestrictiveResourceId.t;The ID for the theme.
*)aliasName : Values_0.AliasName.t;The name of the theme alias that you want to update.
*)themeVersionNumber : Values_1.VersionNumber.t;The version number of the theme that the alias should reference.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
themeId:Values_0.ShortRestrictiveResourceId.t ->
aliasName:Values_0.AliasName.t ->
themeVersionNumber:Values_1.VersionNumber.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Long of Values_1.VersionNumber.t
| `String of Values_1.AwsAccountId.t ])
list ]