elasticsearchservice_update_package: Updates a package for use with Amazon ES domains

View source: R/elasticsearchservice_operations.R

elasticsearchservice_update_packageR Documentation

Updates a package for use with Amazon ES domains

Description

Updates a package for use with Amazon ES domains.

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

Usage

elasticsearchservice_update_package(
  PackageID,
  PackageSource,
  PackageDescription = NULL,
  CommitMessage = NULL
)

Arguments

PackageID

[required] Unique identifier for the package.

PackageSource

[required] The S3 location for importing the package specified as S3BucketName and S3Key

PackageDescription

New description of the package.

CommitMessage

An info message for the new version which will be shown as part of GetPackageVersionHistoryResponse.


paws.analytics documentation built on May 30, 2026, 9:16 a.m.