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

DeleteCollectionRequest

import type { DeleteCollectionRequest } from "https://aws-api.deno.dev/v0.4/services/opensearchserverless.ts?docs=full";
interface DeleteCollectionRequest {
clientToken?: string | null;
id: string;
}

§Properties

§
clientToken?: string | null
[src]

A unique, case-sensitive identifier to ensure idempotency of the request.

§
id: string
[src]

The unique identifier of the collection. For example, 1iu5usc406kd. The ID is part of the collection endpoint. You can also retrieve it using the ListCollections API.