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

BatchGetBlueprintsRequest

import type { BatchGetBlueprintsRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface BatchGetBlueprintsRequest {
IncludeBlueprint?: boolean | null;
IncludeParameterSpec?: boolean | null;
Names: string[];
}

§Properties

§
IncludeBlueprint?: boolean | null
[src]

Specifies whether or not to include the blueprint in the response.

§
IncludeParameterSpec?: boolean | null
[src]

Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.

§
Names: string[]
[src]

A list of blueprint names.