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

GetDevEndpointsResponse

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

§Properties

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

A list of DevEndpoint definitions.

§
NextToken?: string | null
[src]

A continuation token, if not all DevEndpoint definitions have yet been returned.