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