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

RegisterUserRequest

import type { RegisterUserRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/quicksight.ts";
interface RegisterUserRequest {
AwsAccountId: string;
CustomFederationProviderUrl?: string | null;
CustomPermissionsName?: string | null;
Email: string;
ExternalLoginFederationProviderType?: string | null;
ExternalLoginId?: string | null;
IamArn?: string | null;
IdentityType: IdentityType;
Namespace: string;
SessionName?: string | null;
UserName?: string | null;
UserRole: UserRole;
}

§Properties

§
AwsAccountId: string
[src]
§
CustomFederationProviderUrl?: string | null
[src]
§
CustomPermissionsName?: string | null
[src]
§
Email: string
[src]
§
ExternalLoginFederationProviderType?: string | null
[src]
§
ExternalLoginId?: string | null
[src]
§
IamArn?: string | null
[src]
§
IdentityType: IdentityType
[src]
§
Namespace: string
[src]
§
SessionName?: string | null
[src]
§
UserName?: string | null
[src]
§
UserRole: UserRole
[src]