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

BatchGetDevEndpointsResponse

import type { BatchGetDevEndpointsResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface BatchGetDevEndpointsResponse {
DevEndpoints?: DevEndpoint[] | null;
DevEndpointsNotFound?: string[] | null;
}

§Properties

§
DevEndpoints?: DevEndpoint[] | null
[src]

A list of DevEndpoint definitions.

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

A list of DevEndpoints not found.