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

DeleteAliasRequest

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

§Properties

§
AliasName: string
[src]

The alias to be deleted. The alias name must begin with alias/ followed by the alias name, such as alias/ExampleAlias.