Values_1.DeleteTemplateAliasRequestSourceDeletes the item that the specified template alias points to. If you provide a specific alias, you delete the version of the template that the alias points to.
type nonrec t = {awsAccountId : AwsAccountId.t;The ID of the Amazon Web Services account that contains the item to delete.
*)templateId : Values_0.ShortRestrictiveResourceId.t;The ID for the template that the specified alias is for.
*)aliasName : Values_0.AliasName.t;The name for the template alias. To delete a specific alias, you delete the version that the alias points to. You can specify the alias name, or specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter.
*)}val make :
awsAccountId:AwsAccountId.t ->
templateId:Values_0.ShortRestrictiveResourceId.t ->
aliasName:Values_0.AliasName.t ->
unit ->
t