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

CreateThemeAliasRequest

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

§Properties

§
AliasName: string
[src]

The name that you want to give to the theme alias that you are creating. The alias name can't begin with a $. Alias names that start with $ are reserved by Amazon QuickSight.

§
AwsAccountId: string
[src]

The ID of the Amazon Web Services account that contains the theme for the new theme alias.

§
ThemeId: string
[src]

An ID for the theme alias.

§
ThemeVersionNumber: number
[src]

The version number of the theme.