Updates a theme.
quicksight_update_theme(AwsAccountId, ThemeId, Name, BaseThemeId,
VersionDescription, Configuration)[required] The ID of the AWS account that contains the theme that you\'re updating.
[required] The ID for the theme.
The name for the theme.
[required] The theme ID, defined by Amazon QuickSight, that a custom theme inherits from. All themes initially inherit from a default QuickSight theme.
A description of the theme version that you\'re updating Every time that
you call UpdateTheme, you create a new version of the theme. Each
version of the theme maintains a description of the version in
VersionDescription.
The theme configuration, which contains the theme display properties.
svc$update_theme(
AwsAccountId = "string",
ThemeId = "string",
Name = "string",
BaseThemeId = "string",
VersionDescription = "string",
Configuration = list(
DataColorPalette = list(
Colors = list(
"string"
),
MinMaxGradient = list(
"string"
),
EmptyFillColor = "string"
),
UIColorPalette = list(
PrimaryForeground = "string",
PrimaryBackground = "string",
SecondaryForeground = "string",
SecondaryBackground = "string",
Accent = "string",
AccentForeground = "string",
Danger = "string",
DangerForeground = "string",
Warning = "string",
WarningForeground = "string",
Success = "string",
SuccessForeground = "string",
Dimension = "string",
DimensionForeground = "string",
Measure = "string",
MeasureForeground = "string"
),
Sheet = list(
Tile = list(
Border = list(
Show = TRUE|FALSE
)
),
TileLayout = list(
Gutter = list(
Show = TRUE|FALSE
),
Margin = list(
Show = TRUE|FALSE
)
)
)
)
)