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

GetSchemaInput

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

§Properties

§
collaborationIdentifier: string
[src]

A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.

§
name: string
[src]

The name of the relation to retrieve the schema for.