update_theme
(**kwargs)¶Updates a theme.
See also: AWS API Documentation
Request Syntax
response = client.update_theme(
AwsAccountId='string',
ThemeId='string',
Name='string',
BaseThemeId='string',
VersionDescription='string',
Configuration={
'DataColorPalette': {
'Colors': [
'string',
],
'MinMaxGradient': [
'string',
],
'EmptyFillColor': 'string'
},
'UIColorPalette': {
'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': {
'Tile': {
'Border': {
'Show': True|False
}
},
'TileLayout': {
'Gutter': {
'Show': True|False
},
'Margin': {
'Show': True|False
}
}
},
'Typography': {
'FontFamilies': [
{
'FontFamily': 'string'
},
]
}
}
)
[REQUIRED]
The ID of the Amazon Web Services account that contains the theme that you're updating.
[REQUIRED]
The ID for the theme.
[REQUIRED]
The theme ID, defined by Amazon QuickSight, that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.
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.
Color properties that apply to chart data colors.
The hexadecimal codes for the colors.
The minimum and maximum hexadecimal codes that describe a color gradient.
The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
Color properties that apply to the UI and to charts, excluding the colors that apply to data.
The color of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.
The background color that applies to visuals and other high emphasis UI.
The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
The background color that applies to the sheet background and sheet controls.
This color is that applies to selected states and buttons.
The foreground color that applies to any text or other elements that appear over the accent color.
The color that applies to error messages.
The foreground color that applies to any text or other elements that appear over the error color.
This color that applies to warning and informational messages.
The foreground color that applies to any text or other elements that appear over the warning color.
The color that applies to success messages, for example the check mark for a successful download.
The foreground color that applies to any text or other elements that appear over the success color.
The color that applies to the names of fields that are identified as dimensions.
The foreground color that applies to any text or other elements that appear over the dimension color.
The color that applies to the names of fields that are identified as measures.
The foreground color that applies to any text or other elements that appear over the measure color.
Display options related to sheets.
The display options for tiles.
The border around a tile.
The option to enable display of borders for visuals.
The layout options for tiles.
The gutter settings that apply between tiles.
This Boolean value controls whether to display a gutter space between sheet tiles.
The margin settings that apply around the outside edge of sheets.
This Boolean value controls whether to display sheet margins.
Determines the typography options.
Determines the list of font families.
Determines the font settings.
Determines the font family settings.
dict
Response Syntax
{
'ThemeId': 'string',
'Arn': 'string',
'VersionArn': 'string',
'CreationStatus': 'CREATION_IN_PROGRESS'|'CREATION_SUCCESSFUL'|'CREATION_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_SUCCESSFUL'|'UPDATE_FAILED'|'DELETED',
'Status': 123,
'RequestId': 'string'
}
Response Structure
(dict) --
ThemeId (string) --
The ID for the theme.
Arn (string) --
The Amazon Resource Name (ARN) for the theme.
VersionArn (string) --
The Amazon Resource Name (ARN) for the new version of the theme.
CreationStatus (string) --
The creation status of the theme.
Status (integer) --
The HTTP status of the request.
RequestId (string) --
The Amazon Web Services request ID for this operation.
Exceptions
QuickSight.Client.exceptions.AccessDeniedException
QuickSight.Client.exceptions.InvalidParameterValueException
QuickSight.Client.exceptions.LimitExceededException
QuickSight.Client.exceptions.ResourceExistsException
QuickSight.Client.exceptions.ResourceNotFoundException
QuickSight.Client.exceptions.ThrottlingException
QuickSight.Client.exceptions.UnsupportedUserEditionException
QuickSight.Client.exceptions.InternalFailureException