CacheNode
import type { CacheNode } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elasticache.ts";interface CacheNode {
CacheNodeCreateTime?: Date | number | null;
CacheNodeId?: string | null;
CacheNodeStatus?: string | null;
CustomerAvailabilityZone?: string | null;
CustomerOutpostArn?: string | null;
Endpoint?: Endpoint | null;
ParameterGroupStatus?: string | null;
SourceCacheNodeId?: string | null;
}