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

BatchGetBlueprintsResponse

import type { BatchGetBlueprintsResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface BatchGetBlueprintsResponse {
Blueprints?: Blueprint[] | null;
MissingBlueprints?: string[] | null;
}

§Properties

§
Blueprints?: Blueprint[] | null
[src]

Returns a list of blueprint as a Blueprints object.

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

Returns a list of BlueprintNames that were not found.