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

RegisterUserResponse

import type { RegisterUserResponse } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface RegisterUserResponse {
RequestId?: string | null;
Status?: number | null;
User?: User | null;
UserInvitationUrl?: string | null;
}

§Properties

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.

§
User?: User | null
[src]

The user's user name.

§
UserInvitationUrl?: string | null
[src]

The URL the user visits to complete registration and provide a password. This is returned only for users with an identity type of QUICKSIGHT.