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

ListServiceInstancesInput

import type { ListServiceInstancesInput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface ListServiceInstancesInput {
filters?: ListServiceInstancesFilter[] | null;
maxResults?: number | null;
nextToken?: string | null;
serviceName?: string | null;
sortOrder?: SortOrder | null;
}

§Properties

§

An array of filtering criteria that scope down the result list. By default, all service instances in the Amazon Web Services account are returned.

§
maxResults?: number | null
[src]

The maximum number of service instances to list.

§
nextToken?: string | null
[src]

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.

§
serviceName?: string | null
[src]

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

§

The field that the result list is sorted by.

When you choose to sort by serviceName, service instances within each service are sorted by service instance name.

Default: serviceName

§
sortOrder?: SortOrder | null
[src]

Result list sort order.

Default: ASCENDING