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

GetConnectionsResponse

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

§Properties

§
ConnectionList?: Connection[] | null
[src]

A list of requested connection definitions.

§
NextToken?: string | null
[src]

A continuation token, if the list of connections returned does not include the last of the filtered connections.