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.3/services/appflow.ts?docs=full";
interface ListConnectorEntitiesResponse {
connectorEntityMap: {
[key: string]: ConnectorEntity[] | null | undefined;
}
;
}

§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.