v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1484319348.7 KB

List service instances with summary data. This action lists service instances of all services in the Amazon Web Services account.

post/#X-Amz-Target=AwsProton20200720.ListServiceInstances

Query parameters

maxResultsstring

Pagination limit

nextTokenstring

Pagination token

Headers

X-Amz-Target'AwsProton20200720.ListServiceInstances' required

Request body

maxResultsinteger

The maximum number of service instances to list.

nextTokenstring

A token that indicates the location of the next service in the array of service instances, after the list of service instances that was previously requested.

serviceNamestring

The name of the service that the service instance belongs to.

sortBy'name' | 'deploymentStatus' | 'templateName' | 'serviceName' | 'environmentName' | 'lastDeploymentAttemptedAt' | 'createdAt'
<p>The field that the result list is sorted by.</p> <p>When you choose to sort by <code>serviceName</code>, service instances within each service are sorted by service instance name.</p> <p>Default: <code>serviceName</code> </p>
sortOrder'ASCENDING' | 'DESCENDING'
<p>Result list sort order.</p> <p>Default: <code>ASCENDING</code> </p>

Response

Success

nextTokenstring

A token that indicates the location of the next service instance in the array of service instances, after the current requested list of service instances.