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

DescribeTemplateDefinitionRequest

import type { DescribeTemplateDefinitionRequest } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";
interface DescribeTemplateDefinitionRequest {
AliasName?: string | null;
AwsAccountId: string;
TemplateId: string;
VersionNumber?: number | null;
}

§Properties

§
AliasName?: string | null
[src]

The alias of the template 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. You must be using the Amazon Web Services account that the template is in.

§
TemplateId: string
[src]

The ID of the template that you're describing.

§
VersionNumber?: number | null
[src]

The version number of the template.