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

ListInstancesRequest

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

§Properties

§
MaxResults?: number | null
[src]

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

§
NextToken?: string | null
[src]

For the first ListInstances request, omit this value.

If more than MaxResults instances match the specified criteria, you can submit another ListInstances 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 you want to list instances for.