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

AccountSettings

import type { AccountSettings } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";

The Amazon QuickSight settings associated with your Amazon Web Services account.

interface AccountSettings {
AccountName?: string | null;
DefaultNamespace?: string | null;
Edition?: Edition | null;
NotificationEmail?: string | null;
}

§Properties

§
AccountName?: string | null
[src]

The "account name" you provided for the Amazon QuickSight subscription in your Amazon Web Services account. You create this name when you sign up for Amazon QuickSight. It is unique in all of Amazon Web Services and it appears only when users sign in.

§
DefaultNamespace?: string | null
[src]

The default Amazon QuickSight namespace for your Amazon Web Services account.

§
Edition?: Edition | null
[src]

The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.

§
NotificationEmail?: string | null
[src]

The main notification email for your Amazon QuickSight subscription.