Updates the template alias of a template.
quicksight_update_template_alias(AwsAccountId, TemplateId, AliasName,
TemplateVersionNumber)
A list with the following syntax:
list(
TemplateAlias = list(
AliasName = "string",
Arn = "string",
TemplateVersionNumber = 123
),
Status = 123,
RequestId = "string"
)
[required] The ID of the AWS account that contains the template alias that you're updating.
[required] The ID for the template.
[required] The alias of the template that you want to update. If you name a
specific alias, you update the version that the alias points to. You can
specify the latest version of the template by providing the keyword
$LATEST
in the AliasName
parameter. The keyword $PUBLISHED
doesn't
apply to templates.
[required] The version number of the template.
svc$update_template_alias(
AwsAccountId = "string",
TemplateId = "string",
AliasName = "string",
TemplateVersionNumber = 123
)