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

UpdateThemeAliasRequest

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

§Properties

§
AliasName: string
[src]

The name of the theme alias that you want to update.

§
AwsAccountId: string
[src]

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

§
ThemeId: string
[src]

The ID for the theme.

§
ThemeVersionNumber: number
[src]

The version number of the theme that the alias should reference.