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.3/services/proton.ts?docs=full";
interface ListServiceInstancesInput {
maxResults?: number | null;
nextToken?: string | null;
serviceName?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of service instances to list.

§
nextToken?: string | null
[src]

A token to indicate 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.