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

GetInstancesHealthStatusRequest

import type { GetInstancesHealthStatusRequest } from "https://aws-api.deno.dev/v0.3/services/servicediscovery.ts?docs=full";
interface GetInstancesHealthStatusRequest {
Instances?: string[] | null;
MaxResults?: number | null;
NextToken?: string | null;
ServiceId: string;
}

§Properties

§
Instances?: string[] | null
[src]

An array that contains the IDs of all the instances that you want to get the health status for.

If you omit Instances, Cloud Map returns the health status for all the instances that are associated with the specified service.

Note: To get the IDs for the instances that you've registered by using a specified service, submit a ListInstances request.

§
MaxResults?: number | null
[src]

The maximum number of instances that you want Cloud Map to return in the response to a GetInstancesHealthStatus request. If you don't specify a value for MaxResults, Cloud Map returns up to 100 instances.

§
NextToken?: string | null
[src]

For the first GetInstancesHealthStatus request, omit this value.

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.

§
ServiceId: string
[src]

The ID of the service that the instance is associated with.