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

GetInstancesHealthStatusResponse

import type { GetInstancesHealthStatusResponse } from "https://aws-api.deno.dev/v0.3/services/servicediscovery.ts?docs=full";
interface GetInstancesHealthStatusResponse {
NextToken?: string | null;
Status?: {
[key: string]: HealthStatus | null | undefined;
}
| null;
}

§Properties

§
NextToken?: string | null
[src]

If more than MaxResults instances match the specified criteria, you can submit another GetInstancesHealthStatus request to get the next group of results. Specify the value of NextToken from the previous response in the next request.

§
Status?: {
[key: string]: HealthStatus | null | undefined;
}
| null
[src]

A complex type that contains the IDs and the health status of the instances that you specified in the GetInstancesHealthStatus request.