HttpInstanceSummary
import type { HttpInstanceSummary } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/servicediscovery.ts";interface HttpInstanceSummary {
Attributes?: {} | null;
[key: string]: string | null | undefined;
HealthStatus?: HealthStatus | null;
InstanceId?: string | null;
NamespaceName?: string | null;
ServiceName?: string | null;
}