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

ListServiceInstanceOutputsInput

import type { ListServiceInstanceOutputsInput } from "https://aws-api.deno.dev/v0.3/services/proton.ts?docs=full";
interface ListServiceInstanceOutputsInput {
nextToken?: string | null;
serviceInstanceName: string;
serviceName: string;
}

§Properties

§
nextToken?: string | null
[src]

A token to indicate the location of the next output in the array of outputs, after the list of outputs that was previously requested.

§
serviceInstanceName: string
[src]

The service instance name.

§
serviceName: string
[src]

The service name.