View source: R/opensearchservice_operations.R
opensearchservice_update_package | R Documentation |
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.
opensearchservice_update_package(
PackageID,
PackageSource,
PackageDescription = NULL,
CommitMessage = NULL,
PackageConfiguration = NULL,
PackageEncryptionOptions = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.