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

ListServiceInstanceOutputsOutput

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

§Properties

§
nextToken?: string | null
[src]

A token that indicates the location of the next output in the array of outputs, after the current requested list of outputs.

§
outputs: Output[]
[src]

An array of service instance Infrastructure as Code (IaC) outputs.