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.4/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;
PublicSharingEnabled?: boolean | null;
TerminationProtectionEnabled?: boolean | 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.

§
PublicSharingEnabled?: boolean | null
[src]

A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account. For more information about turning on public sharing, see UpdatePublicSharingSettings.

§
TerminationProtectionEnabled?: boolean | null
[src]

A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A True value doesn't allow the account to be deleted and results in an error message if a user tries to make a DeleteAccountSubsctiption request. A False value will allow the ccount to be deleted.