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-gyr5wj9zj0fg.deno.dev/v0.2/services/quicksight.ts";
interface UpdateThemeAliasRequest {
AliasName: string;
AwsAccountId: string;
ThemeId: string;
ThemeVersionNumber: number;
}

§Properties

§
AliasName: string
[src]
§
AwsAccountId: string
[src]
§
ThemeId: string
[src]
§
ThemeVersionNumber: number
[src]