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

CreateThemeRequest

import type { CreateThemeRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/quicksight.ts";
interface CreateThemeRequest {
AwsAccountId: string;
BaseThemeId: string;
Configuration: ThemeConfiguration;
Name: string;
Permissions?: ResourcePermission[] | null;
Tags?: Tag[] | null;
ThemeId: string;
VersionDescription?: string | null;
}

§Properties

§
AwsAccountId: string
[src]
§
BaseThemeId: string
[src]
§
Name: string
[src]
§
Permissions?: ResourcePermission[] | null
[src]
§
Tags?: Tag[] | null
[src]
§
ThemeId: string
[src]
§
VersionDescription?: string | null
[src]