opensearchservice_update_package {paws.analytics} | R Documentation |
Updates a package for use with Amazon OpenSearch Service domains
Description
Updates a package for use with Amazon OpenSearch Service domains. For more information, see Custom packages for Amazon OpenSearch Service.
See https://www.paws-r-sdk.com/docs/opensearchservice_update_package/ for full documentation.
Usage
opensearchservice_update_package(
PackageID,
PackageSource,
PackageDescription = NULL,
CommitMessage = NULL,
PackageConfiguration = NULL,
PackageEncryptionOptions = NULL
)
Arguments
PackageID |
[required] The unique identifier for the package. |
PackageSource |
[required] Amazon S3 bucket and key for the package. |
PackageDescription |
A new description of the package. |
CommitMessage |
Commit message for the updated file, which is shown as part of
|
PackageConfiguration |
The updated configuration details for a package. |
PackageEncryptionOptions |
Encryption options for a package. |
[Package paws.analytics version 0.9.0 Index]