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

ListConnectorEntitiesResponse

import type { ListConnectorEntitiesResponse } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";
interface ListConnectorEntitiesResponse {
connectorEntityMap: {
[key: string]: ConnectorEntity[] | null | undefined;
}
;
nextToken?: string | null;
}

§Properties

§
connectorEntityMap: {
[key: string]: ConnectorEntity[] | null | undefined;
}
[src]

The response of ListConnectorEntities lists entities grouped by category. This map's key represents the group name, and its value contains the list of entities belonging to that group.

§
nextToken?: string | null
[src]

A token that you specify in your next ListConnectorEntities operation to get the next page of results in paginated response. The ListConnectorEntities operation provides this token if the response is too big for the page size.