NodeGroup
import type { NodeGroup } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elasticache.ts";interface NodeGroup {
NodeGroupId?: string | null;
NodeGroupMembers: NodeGroupMember[];
PrimaryEndpoint?: Endpoint | null;
ReaderEndpoint?: Endpoint | null;
Slots?: string | null;
Status?: string | null;
}