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

PutItemsRequest

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

§Properties

§
datasetArn: string
[src]

The Amazon Resource Name (ARN) of the Items dataset you are adding the item or items to.

§
items: Item[]
[src]

A list of item data.