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

DeleteThemeAliasRequest

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

§Properties

§
AliasName: string
[src]

The unique name for the theme alias to delete.

§
AwsAccountId: string
[src]

The ID of the Amazon Web Services account that contains the theme alias to delete.

§
ThemeId: string
[src]

The ID for the theme that the specified alias is for.