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

ListDevEndpointsResponse

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

§Properties

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

The names of all the DevEndpoints in the account, or the DevEndpoints with the specified tags.

§
NextToken?: string | null
[src]

A continuation token, if the returned list does not contain the last metric available.