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

ListServiceInstancesOutput

import type { ListServiceInstancesOutput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface ListServiceInstancesOutput {
nextToken?: string | null;
serviceInstances: ServiceInstanceSummary[];
}

§Properties

§
nextToken?: string | null
[src]

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.

§
serviceInstances: ServiceInstanceSummary[]
[src]

An array of service instances with summary data.