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

DescribeTemplateAliasRequest

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

§Properties

§
AliasName: string
[src]

The name of the template alias that you want to describe. If you name a specific alias, you describe 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 describing.

§
TemplateId: string
[src]

The ID for the template.