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