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

CreateUserRequest

import type { CreateUserRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface CreateUserRequest {
ClientRequestToken?: string | null;
Email?: string | null;
FirstName?: string | null;
LastName?: string | null;
Tags?: Tag[] | null;
UserId: string;
}

§Properties

§
ClientRequestToken?: string | null
[src]

A unique, user-specified identifier for this request that ensures idempotency.

§
Email?: string | null
[src]

The email address for the user.

§
FirstName?: string | null
[src]

The first name for the user.

§
LastName?: string | null
[src]

The last name for the user.

§
Tags?: Tag[] | null
[src]

The tags for the user.

§
UserId: string
[src]

The ARN for the user.