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

DeleteDatasetRequest

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

§Properties

§
DatasetArn: string
[src]

The ARN of the Amazon Rekognition Custom Labels dataset that you want to delete.