Learn R Programming

paws.analytics (version 0.1.9)

quicksight_update_theme_alias: Updates an alias of a theme

Description

Updates an alias of a theme.

Usage

quicksight_update_theme_alias(AwsAccountId, ThemeId, AliasName,
  ThemeVersionNumber)

Arguments

AwsAccountId

[required] The ID of the AWS account that contains the theme alias that you\'re updating.

ThemeId

[required] The ID for the theme.

AliasName

[required] The name of the theme alias that you want to update.

ThemeVersionNumber

[required] The version number of the theme that the alias should reference.

Request syntax

svc$update_theme_alias(
  AwsAccountId = "string",
  ThemeId = "string",
  AliasName = "string",
  ThemeVersionNumber = 123
)