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

BatchGetCollectionResponse

import type { BatchGetCollectionResponse } from "https://aws-api.deno.dev/v0.4/services/opensearchserverless.ts?docs=full";
interface BatchGetCollectionResponse {
collectionDetails?: CollectionDetail[] | null;
collectionErrorDetails?: CollectionErrorDetail[] | null;
}

§Properties

§
collectionDetails?: CollectionDetail[] | null
[src]

Details about each collection.

§
collectionErrorDetails?: CollectionErrorDetail[] | null
[src]

Error information for the request.