Learn R Programming

paws.analytics (version 0.7.0)

opensearchingestion_list_pipelines: Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region

Description

Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region. For more information, see Viewing Amazon OpenSearch Ingestion pipelines.

See https://www.paws-r-sdk.com/docs/opensearchingestion_list_pipelines/ for full documentation.

Usage

opensearchingestion_list_pipelines(MaxResults = NULL, NextToken = NULL)

Arguments

MaxResults

An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.

NextToken

If your initial list_pipelines operation returns a nextToken, you can include the returned nextToken in subsequent list_pipelines operations, which returns results in the next page.