paws.networking (version 0.1.6)

servicediscovery_list_instances: Lists summary information about the instances that you registered by using a specified service

Description

Lists summary information about the instances that you registered by using a specified service.

Usage

servicediscovery_list_instances(ServiceId, NextToken, MaxResults)

Arguments

ServiceId

[required] The ID of the service that you want to list instances for.

NextToken

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.

MaxResults

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

Request syntax

svc$list_instances(
  ServiceId = "string",
  NextToken = "string",
  MaxResults = 123
)