Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface ListPipelinesCommandInputProtected

The input for ListPipelinesCommand.

Hierarchy

Properties

Properties

maxResults?: number

The maximum number of pipelines to return in a single call. To retrieve the remaining pipelines, make another call with the returned nextToken value. The minimum value you can specify is 1. The maximum accepted value is 1000.

nextToken?: string

An identifier that was returned from the previous list pipelines call. It can be used to return the next set of pipelines in the list.