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

DeleteDatasetContentRequest

import type { DeleteDatasetContentRequest } from "https://aws-api.deno.dev/v0.3/services/iotanalytics.ts?docs=full";
interface DeleteDatasetContentRequest {
datasetName: string;
versionId?: string | null;
}

§Properties

§
datasetName: string
[src]

The name of the dataset whose content is deleted.

§
versionId?: string | null
[src]

The version of the dataset whose content is deleted. You can also use the strings "$LATEST" or "$LATEST_SUCCEEDED" to delete the latest or latest successfully completed data set. If not specified, "$LATEST_SUCCEEDED" is the default.