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

ListConnectionsResponse

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

§Properties

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

An array of connections objects that include details about the connections.

§
NextToken?: string | null
[src]

A token you can use in a subsequent request to retrieve the next set of results.