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

ListServicePipelineOutputsInput

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

§Properties

§
nextToken?: string | null
[src]

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

§
serviceName: string
[src]

The name of the service whose pipeline's outputs you want.