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

AccountInfo

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

A structure that contains the following account information elements:

  • Your Amazon QuickSight account name.
  • The edition of Amazon QuickSight that your account is using.
  • The notification email address that is associated with the Amazon QuickSight account.
  • The authentication type of the Amazon QuickSight account.
  • The status of the Amazon QuickSight account's subscription.
interface AccountInfo {
AccountName?: string | null;
AccountSubscriptionStatus?: string | null;
AuthenticationType?: string | null;
Edition?: Edition | null;
NotificationEmail?: string | null;
}

§Properties

§
AccountName?: string | null
[src]

The account name that 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's unique over all of Amazon Web Services, and it appears only when users sign in.

§
AccountSubscriptionStatus?: string | null
[src]

The status of your account subscription.

§
AuthenticationType?: string | null
[src]

The way that your Amazon QuickSight account is authenticated.

§
Edition?: Edition | null
[src]

The edition of your Amazon QuickSight account.

§
NotificationEmail?: string | null
[src]

The email address that will be used for Amazon QuickSight to send notifications regarding your Amazon Web Services account or Amazon QuickSight subscription.