opensearchservice_dissociate_package {paws.analytics} | R Documentation |
Removes a package from the specified Amazon OpenSearch Service domain
Description
Removes a package from the specified Amazon OpenSearch Service domain. The package can't be in use with any OpenSearch index for the dissociation to succeed. The package is still available in OpenSearch Service for association later. For more information, see Custom packages for Amazon OpenSearch Service.
See https://www.paws-r-sdk.com/docs/opensearchservice_dissociate_package/ for full documentation.
Usage
opensearchservice_dissociate_package(PackageID, DomainName)
Arguments
PackageID |
[required] Internal ID of the package to dissociate from the domain. Use
|
DomainName |
[required] Name of the domain to dissociate the package from. |
[Package paws.analytics version 0.9.0 Index]