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

ListPipelinesInput

import type { ListPipelinesInput } from "https://aws-api.deno.dev/v0.3/services/datapipeline.ts?docs=full";

Contains the parameters for ListPipelines.

interface ListPipelinesInput {
marker?: string | null;
}

§Properties

§
marker?: string | null
[src]

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.