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

UpdateUserRequest

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

§Properties

§
AwsAccountId: string
[src]
§
CustomFederationProviderUrl?: string | null
[src]
§
CustomPermissionsName?: string | null
[src]
§
Email: string
[src]
§
ExternalLoginFederationProviderType?: string | null
[src]
§
ExternalLoginId?: string | null
[src]
§
Namespace: string
[src]
§
UnapplyCustomPermissions?: boolean | null
[src]
§
UserName: string
[src]