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

ThemeVersion

import type { ThemeVersion } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";

A version of a theme.

interface ThemeVersion {
Arn?: string | null;
BaseThemeId?: string | null;
Configuration?: ThemeConfiguration | null;
CreatedTime?: Date | number | null;
Description?: string | null;
Errors?: ThemeError[] | null;
Status?: ResourceStatus | null;
VersionNumber?: number | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the resource.

§
BaseThemeId?: string | null
[src]

The Amazon QuickSight-defined ID of the theme 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 all the theme display properties.

§
CreatedTime?: Date | number | null
[src]

The date and time that this theme version was created.

§
Description?: string | null
[src]

The description of the theme.

§
Errors?: ThemeError[] | null
[src]

Errors associated with the theme.

§
Status?: ResourceStatus | null
[src]

The status of the theme version.

§
VersionNumber?: number | null
[src]

The version number of the theme.