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

ListInstancesResponse

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

§Properties

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

Summary information about the instances that are associated with the specified service.

§
NextToken?: string | null
[src]

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.