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

UpdateCollectionRequest

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

§Properties

§
clientToken?: string | null
[src]

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

§
description?: string | null
[src]

A description of the collection.

§
id: string
[src]

The unique identifier of the collection.