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.3/services/quicksight.ts?docs=full";
interface UpdateAccountSettingsRequest {
AwsAccountId: string;
DefaultNamespace: string;
NotificationEmail?: string | 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 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.