BrokerNodeInfo
import type { BrokerNodeInfo } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kafka.ts";interface BrokerNodeInfo {
AttachedENIId?: string | null;
BrokerId?: number | null;
ClientSubnet?: string | null;
ClientVpcIpAddress?: string | null;
CurrentBrokerSoftwareInfo?: BrokerSoftwareInfo | null;
Endpoints?: string[] | null;
}