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

BatchGetCollectionRequest

import type { BatchGetCollectionRequest } from "https://aws-api.deno.dev/v0.4/services/opensearchserverless.ts?docs=full";
interface BatchGetCollectionRequest {
ids?: string[] | null;
names?: string[] | null;
}

§Properties

§
ids?: string[] | null
[src]

A list of collection IDs. You can't provide names and IDs in the same request. The ID is part of the collection endpoint. You can also retrieve it using the ListCollections API.

§
names?: string[] | null
[src]

A list of collection names. You can't provide names and IDs in the same request.