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

BatchGetSchemaInput

import type { BatchGetSchemaInput } from "https://aws-api.deno.dev/v0.4/services/cleanrooms.ts?docs=full";
interface BatchGetSchemaInput {
collaborationIdentifier: string;
names: string[];
}

§Properties

§
collaborationIdentifier: string
[src]

A unique identifier for the collaboration that the schemas belong to. Currently accepts collaboration ID.

§
names: string[]
[src]

The names for the schema objects to retrieve.>