Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateThemeRequest

import type { UpdateThemeRequest } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";
interface UpdateThemeRequest {
AwsAccountId: string;
BaseThemeId: string;
Configuration?: ThemeConfiguration | null;
Name?: string | null;
ThemeId: string;
VersionDescription?: string | null;
}

§Properties

§
AwsAccountId: string
[src]

The ID of the Amazon Web Services account that contains the theme that you're updating.

§
BaseThemeId: string
[src]

The theme ID, defined by Amazon QuickSight, that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.

§
Configuration?: ThemeConfiguration | null
[src]

The theme configuration, which contains the theme display properties.

§
Name?: string | null
[src]

The name for the theme.

§
ThemeId: string
[src]

The ID for the theme.

§
VersionDescription?: string | null
[src]

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.