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

DeleteAccountAliasRequest

import type { DeleteAccountAliasRequest } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";
interface DeleteAccountAliasRequest {
AccountAlias: string;
}

§Properties

§
AccountAlias: string
[src]

The name of the account alias to delete.

This parameter allows (through its regex pattern) a string of characters consisting of lowercase letters, digits, and dashes. You cannot start or finish with a dash, nor can you have two dashes in a row.