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

ListPipelinesResponse

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

A list of the pipelines associated with the current AWS account.

interface ListPipelinesResponse {
NextPageToken?: string | null;
Pipelines?: Pipeline[] | null;
}

§Properties

§
NextPageToken?: string | null
[src]

A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

§
Pipelines?: Pipeline[] | null
[src]

An array of Pipeline objects.