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

PutUsersRequest

import type { PutUsersRequest } from "https://aws-api.deno.dev/v0.4/services/personalizeevents.ts?docs=full";
interface PutUsersRequest {
datasetArn: string;
users: User[];
}

§Properties

§
datasetArn: string
[src]

The Amazon Resource Name (ARN) of the Users dataset you are adding the user or users to.

§
users: User[]
[src]

A list of user data.