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

SignupResponse

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

A SignupResponse object that contains a summary of a newly created account.

interface SignupResponse {
accountName?: string | null;
directoryType?: string | null;
IAMUser?: boolean | null;
userLoginName?: string | null;
}

§Properties

§
accountName?: string | null
[src]

The name of your Amazon QuickSight account.

§
directoryType?: string | null
[src]

The type of Active Directory that is being used to authenticate the Amazon QuickSight account. Valid values are SIMPLE_AD, AD_CONNECTOR, and MICROSOFT_AD.

§
IAMUser?: boolean | null
[src]

A Boolean that is TRUE if the Amazon QuickSight uses IAM as an authentication method.

§
userLoginName?: string | null
[src]

The user login name for your Amazon QuickSight account.