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

UpdateTemplateAliasRequest

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

§Properties

§
AliasName: string
[src]

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

§
AwsAccountId: string
[src]

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

§
TemplateId: string
[src]

The ID for the template.

§
TemplateVersionNumber: number
[src]

The version number of the template.