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

UpdateAccountSettingsRequest

import type { UpdateAccountSettingsRequest } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";
interface UpdateAccountSettingsRequest {
AwsAccountId: string;
DefaultNamespace: string;
NotificationEmail?: string | null;
TerminationProtectionEnabled?: boolean | null;
}

§Properties

§
AwsAccountId: string
[src]

The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to list.

§
DefaultNamespace: string
[src]

The default namespace for this Amazon Web Services account. Currently, the default is default. Identity and Access Management (IAM) users that register for the first time with Amazon QuickSight provide an email address that becomes associated with the default namespace.

§
NotificationEmail?: string | null
[src]

The email address that you want Amazon QuickSight to send notifications to regarding your Amazon Web Services account or Amazon QuickSight subscription.

§
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 DeleteAccountSubscription request. A False value will allow the account to be deleted.