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-gyr5wj9zj0fg.deno.dev/v0.2/services/quicksight.ts";
interface UpdateThemeRequest {
AwsAccountId: string;
BaseThemeId: string;
Configuration?: ThemeConfiguration | null;
Name?: string | null;
ThemeId: string;
VersionDescription?: string | null;
}

§Properties

§
AwsAccountId: string
[src]
§
BaseThemeId: string
[src]
§
Configuration?: ThemeConfiguration | null
[src]
§
Name?: string | null
[src]
§
ThemeId: string
[src]
§
VersionDescription?: string | null
[src]