Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HttpInstanceSummary

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

§Properties

§
Attributes?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
HealthStatus?: HealthStatus | null
[src]
§
InstanceId?: string | null
[src]
§
NamespaceName?: string | null
[src]
§
ServiceName?: string | null
[src]