Values_1.DeleteThemeAliasRequestSourceDeletes the version of the theme that the specified theme alias points to. If you provide a specific alias, you delete the version of the theme that the alias points to.
type nonrec t = {awsAccountId : AwsAccountId.t;The ID of the Amazon Web Services account that contains the theme alias to delete.
*)themeId : Values_0.ShortRestrictiveResourceId.t;The ID for the theme that the specified alias is for.
*)aliasName : Values_0.AliasName.t;The unique name for the theme alias to delete.
*)}val make :
awsAccountId:AwsAccountId.t ->
themeId:Values_0.ShortRestrictiveResourceId.t ->
aliasName:Values_0.AliasName.t ->
unit ->
t