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

DescribeTemplateRequest

import type { DescribeTemplateRequest } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface DescribeTemplateRequest {
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 that you're describing.

§
TemplateId: string
[src]

The ID for the template.

§
VersionNumber?: number | null
[src]

(Optional) The number for the version to describe. If a VersionNumber parameter value isn't provided, the latest version of the template is described.