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

DeleteTemplateAliasRequest

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

§Properties

§
AliasName: string
[src]

The name for the template alias. To delete a specific alias, you delete the version that the alias points to. You can specify the alias name, or specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter.

§
AwsAccountId: string
[src]

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

§
TemplateId: string
[src]

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