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

DiscoverInstancesRequest

import type { DiscoverInstancesRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/servicediscovery.ts";
interface DiscoverInstancesRequest {
HealthStatus?: HealthStatusFilter | null;
MaxResults?: number | null;
NamespaceName: string;
OptionalParameters?: {
[key: string]: string | null | undefined;
}
| null;
QueryParameters?: {
[key: string]: string | null | undefined;
}
| null;
ServiceName: string;
}

§Properties

§
HealthStatus?: HealthStatusFilter | null
[src]
§
MaxResults?: number | null
[src]
§
NamespaceName: string
[src]
§
OptionalParameters?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
QueryParameters?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
ServiceName: string
[src]