v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1456338351.9 KB

Updates an image pipeline. Image pipelines enable you to automate the creation and distribution of images.

UpdateImagePipeline does not support selective updates for the pipeline. You must specify all of the required properties in the update request, not just the properties that have changed.

put/UpdateImagePipeline

Request body

imagePipelineArnstring required

The Amazon Resource Name (ARN) of the image pipeline that you want to update.

descriptionstring

The description of the image pipeline.

imageRecipeArnstring

The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image pipeline.

containerRecipeArnstring

The Amazon Resource Name (ARN) of the container pipeline to update.

infrastructureConfigurationArnstring required

The Amazon Resource Name (ARN) of the infrastructure configuration that Image Builder uses to build images that this image pipeline has updated.

distributionConfigurationArnstring

The Amazon Resource Name (ARN) of the distribution configuration that Image Builder uses to configure and distribute images that this image pipeline has updated.

enhancedImageMetadataEnabledboolean

Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.

status'DISABLED' | 'ENABLED'

The status of the image pipeline.

clientTokenstring required

The idempotency token used to make this request idempotent.

Response

Success

requestIdstring

The request ID that uniquely identifies this request.

clientTokenstring

The idempotency token used to make this request idempotent.

imagePipelineArnstring

The Amazon Resource Name (ARN) of the image pipeline that was updated by this request.