v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142211885.0 KB

Updates an OpenSearch Ingestion pipeline. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/update-pipeline.html">Updating Amazon OpenSearch Ingestion pipelines</a>.

put/2022-01-01/osis/updatePipeline/{PipelineName}

Path parameters

PipelineNamestring required

The name of the pipeline to update.

Request body

MinUnitsinteger

The minimum pipeline capacity, in Ingestion Compute Units (ICUs).

MaxUnitsinteger

The maximum pipeline capacity, in Ingestion Compute Units (ICUs)

PipelineConfigurationBodystring

The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with <code>\n</code>.

PipelineRoleArnstring

The Amazon Resource Name (ARN) of the IAM role that grants the pipeline permission to access Amazon Web Services resources.

Response

Success