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

DescribeThemeRequest

import type { DescribeThemeRequest } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface DescribeThemeRequest {
AliasName?: string | null;
AwsAccountId: string;
ThemeId: string;
VersionNumber?: number | null;
}

§Properties

§
AliasName?: string | null
[src]

The alias of the theme that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the theme by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to themes.

§
AwsAccountId: string
[src]

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

§
ThemeId: string
[src]

The ID for the theme.

§
VersionNumber?: number | null
[src]

The version number for the version to describe. If a VersionNumber parameter value isn't provided, the latest version of the theme is described.