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

UpdateDatasetEntriesRequest

import type { UpdateDatasetEntriesRequest } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface UpdateDatasetEntriesRequest {
Changes: DatasetChanges;
DatasetArn: string;
}

§Properties

§

The changes that you want to make to the dataset.

§
DatasetArn: string
[src]

The Amazon Resource Name (ARN) of the dataset that you want to update.